forge
forge copied to clipboard
Fix password mechanism
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.
The change looks interesting. Is it planned to include this change in a released version any time soon?