|
1 | 1 |
|
2 | 2 | ChangeLog for jsrsasign |
3 | 3 |
|
4 | | -extend CertificationRequestInfo class for challengePassword and unstructuredName |
5 | | -* Changes from 10.5.26 to 10.5.27 (2022-Aug-19) |
6 | | - - src/asn1csr.js |
7 | | - - CertificationRequestInfo class |
8 | | - - add support for challengePassword and unstructuredName (#522) |
9 | | - - "attrs" member support in constructure argument |
10 | | - - test/qunit-do-asn1csr.html |
| 4 | +StringPrep DN canonicalization support and some fix |
| 5 | +* Changes from 10.5.27 to 10.6.0 (2022-Nov-04) |
| 6 | + - x509.js |
| 7 | + - X509.getParam |
| 8 | + - add support for optional parameter "dncanon" and "dnhex" |
| 9 | + - X509.getInfo |
| 10 | + - update representation for AltName |
| 11 | + - X509.{getIssuer,getSubect} |
| 12 | + - add support for optional argument flagCanon, flagHex |
| 13 | + - X509.c14RDNArray added to convert from RDN array to canonicalized |
| 14 | + DN name (a.k.a. StringPrep). |
| 15 | + - X509.getX500Name |
| 16 | + - API document updated |
| 17 | + - X509.getOtherName |
| 18 | + - member name changed from "other" to "value" for |
| 19 | + consistency with KJUR.asn1.x509.OtherName class constructor. |
| 20 | + - Also oid member value in return object will be an oid name if defined. |
| 21 | + - X509.setCanonicalizedDN added to set "canon" member value |
| 22 | + - asn1x509.js |
| 23 | + - smtpUTF8Mailbox oid added to OID class |
| 24 | + - API document fix |
| 25 | + - asn1.js |
| 26 | + - DERTaggedObject API document update |
| 27 | + - test/qunit-do-{asn1x509,x509-ext,x509-getinfo,x509-param,x509}.html |
| 28 | + - update some test cases for above |
11 | 29 |
|
12 | 30 | CSRUtil class enhancement |
13 | 31 | * Changes from 10.5.25 to 10.5.26 (2022-Jul-14) |
|
0 commit comments