node-forge 1.3.0 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/forge.all.min.js +1 -1
- package/dist/forge.min.js +1 -1
- package/lib/aes.js +1 -1
- package/lib/asn1.js +84 -15
- package/lib/pbe.js +1 -1
- package/lib/pkcs12.js +3 -0
- package/lib/prime.worker.js +1 -1
- package/lib/rsa.js +18 -5
- package/lib/tls.js +2 -2
- package/lib/util.js +3 -3
- package/lib/x509.js +1 -1
- package/lib/xhr.js +1 -1
- package/package.json +1 -1
- package/CHANGELOG.md +0 -405
- package/flash/package.json +0 -28
package/README.md
CHANGED
|
@@ -2024,7 +2024,7 @@ Contact
|
|
|
2024
2024
|
Donations
|
|
2025
2025
|
---------
|
|
2026
2026
|
|
|
2027
|
-
Financial support is welcome and helps contribute to
|
|
2027
|
+
Financial support is welcome and helps contribute to further development:
|
|
2028
2028
|
|
|
2029
2029
|
* For [PayPal][] please send to paypal@digitalbazaar.com.
|
|
2030
2030
|
* Something else? Please contact support@digitalbazaar.com.
|