Skip to content

Commit

Permalink
10.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kjur committed Apr 15, 2023
1 parent d332357 commit 97921fb
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 31 deletions.
11 changes: 9 additions & 2 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@

ChangeLog for jsrsasign

RSA OAEP encryption fix
* Changes from 10.8.1 to 10.8.2 (2023-Apr-15)
- ext/rsa.js
- fix RSAEncryptOAEP for RSA OAEP encryption #582 #583
In rare cases, it have been generated ciphertext that
could not be decrpyted.

npm export missing fix
* Changes from 10.8.0 to 10.8.1 (2023-Apr-9)
* Changes from 10.8.0 to 10.8.1 (2023-Apr-09)
- npm/{package.json, lib/footer.js}

UserNotice of CertificatePolicies support and more
* Changes from 10.7.0 to 10.8.0 (2023-Apr-8)
* Changes from 10.7.0 to 10.8.0 (2023-Apr-08)
- x509.js
- X509.getUserNotice supports NoticeReference
- add asn1ToDisplayText method
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kjur-jsrsasign",
"version": "10.8.1",
"version": "10.8.2",
"main": "jsrsasign-all-min.js",
"description": "The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES, JWS and JWT in pure JavaScript.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion ext/rsa-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions jsrsasign-all-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions jsrsasign-jwths-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97921fb

Please sign in to comment.