Skip to content

Commit

Permalink
10.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed Aug 17, 2021
1 parent d8a61a3 commit 4a89531
Show file tree
Hide file tree
Showing 17 changed files with 2,145 additions and 308 deletions.
9 changes: 8 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@

ChangeLog for jsrsasign

Full support for parsing OCSP response
* Changes from 10.3.2 to 10.4.0 (2021-08-17)
- asn1ocsp.js
- add OCSP response parser support in OCSPParser class (request #501)
- OCSPParser.get{OCSPResponse,ResponseBytes,BasicOCSPResponse,ResponseData,ResponderID,SingleResponseList,SingleResponse,CertStatus} methods added
- DEPRECATED: OCSPUtil.getOCSPResponseInfo

fix wrong OCSPRequest for EC public key certificate
* Changes from 10.3.1 to 10.3.2 (2021-08-15)
- asn1ocsp.js
- CertID.setByCert fixed for issuer EC public key (#500)
- CertID.setByCert fixed for issuer EC public key (issue #500)

document fix for deprecated kjur.github.com domain
* Changes from 10.3.0 to 10.3.1
Expand Down
2 changes: 1 addition & 1 deletion api/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ <h2><a href="symbols/src/asn1ocsp-1.0.js.html">asn1ocsp-1.0.js</a></h2>


<dt class="heading">Version:</dt>
<dd>jsrsasign 10.3.2 asn1ocsp 1.1.4 (2021-Aug-15)</dd>
<dd>jsrsasign 10.4.0 asn1ocsp 1.1.5 (2021-Aug-17)</dd>



Expand Down
Loading

0 comments on commit 4a89531

Please sign in to comment.