Skip to content

Releases: kjur/jsrsasign

CMS SignedData support

17 May 16:06
Compare
Choose a tag to compare
  • Changes between 4.2.3 to 4.5.0 (2014-May-17)
    • RFC 5652 CMS SignedData generator is now supported.
    • asn1cms 1.0.0 (NEW)
    • asn1 1.0.4 to 1.0.5
      • unsorted DERSet is now supported for ASN.1 BER
      • DERUTCTime/GeneralizedTime provides current time
        if arguments is not specified.
    • asn1x509 1.0.8 to 1.0.9
      • x509.Time: automatic detection for UTC/Gen by length
      • OID: some oids are added.
    • keyutil 1.0.6 to 1.0.7
      • KEYUTIL.getHexFromPEM can omit sHead now.

4.2.2

18 Apr 18:32
Compare
Choose a tag to compare
  • Changes between 4.2.1 to 4.2.2 (2014-Apr-19)
    • asn1x509 1.0.7 to 1.0.8
      • add setSignatureHex method for Certificate class
      • modify newCertPEM method to support to specify signature
        by value.
      • add AuthorityKeyIdentifier X.509v3 extension class
    • keyutil 1.0.4 to 1.0.5
      • PKCS#10 CSR support. Following methods are added:
        • KEYUTIL.getKeyFromCSRPEM
        • KEYUTIL.getKeyFromCSRHex
        • KEYUTIL.parseCSRHex
    • Tool:
      • tool_forfact.html:
        CSR to fake certificate converter for factorable.net
        key weakness check.
    • Test codes:
      • add test/qunit-do-keyutil-csr.html