forge icon indicating copy to clipboard operation
forge copied to clipboard

Fix password mechanism

Open Sebastian-Dieguez opened this issue 1 year ago • 1 comments
trafficstars

Forge ChangeLog

1.3.3 - 2024-06-05

Enhancement and interoperability

  • At [pkcs12.js] and [pbe.js].
    • Fix in password mechanism.

1.3.2 - 2024-06-04

Enhancement and interoperability

  • At [pkcs12.js] and [pbe.js].
    • Added (options.encryptCert) flag to allow encrypt [PKCS#7 ContentInfo], used in [PKCS#12 toPkcs12Asn1].
    • This ensures interoperability with [System.Security.Cryptography.X509Certificates.X509Certificate2(cert, password)].
    • Added suport for .NET interoperability for X509Certificate2(cert, password = "") for do this set toPkcs12Asn1 with password = undefined.

Sebastian-Dieguez avatar Jun 05 '24 14:06 Sebastian-Dieguez

The change looks interesting. Is it planned to include this change in a released version any time soon?

torstenwerner avatar Jan 24 '25 07:01 torstenwerner