You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,22 @@ Public page is https://kjur.github.io/jsrsasign .
18
18
19
19
Your bugfix and pull request contribution are always welcomed :)
20
20
21
+
NOTICE FOR COMMING 11.0.0 RELEASE
22
+
---------------------------------
23
+
The "jsrsasign" library is a long lived JavaScript library from 2010 developed with old JavaScript style and backword compatibility. From coming release 11.0.0, following are planed and suport them gradually:
24
+
- Stop to support Internet Explorer.
25
+
- Stop to support bower.
26
+
- Modern ECMA functions will be introduced such as Promise, let, Array methods or class.
27
+
- API document generator will be changed from Jsdoc Toolkit to JSDoc3.
28
+
- Module bandler will be used such as browserify or webpack.
29
+
- Not to use YUI compressor.
30
+
- Unit test framework will be changed from QUnit and mocha to jest.
31
+
- W3C Web Crypto API support.
32
+
- split into some modules besides jsrsasign have been all in package before 11.0.0.
33
+
21
34
NEWS
22
35
----
36
+
- 2023-Mar-12: [10.7.0 Release](https://github.com/kjur/jsrsasign/releases/tag/10.7.0). Now supports custom X.509 extension and custom OIDs by new "Add-on" architecture. ([See here in detail](https://github.com/kjur/jsrsasign/wiki/jsrsasign-Add-On2))
23
37
- 2021-Nov-21: [10.5.0 Release](https://github.com/kjur/jsrsasign/releases/tag/10.5.0). Now supports secp521r1(P-521) ECDSA.
24
38
- 2021-Apr-14: [Security advisory](https://github.com/kjur/jsrsasign/security/advisories/GHSA-27fj-mc8w-j9wg) and [update](https://github.com/kjur/jsrsasign/releases/tag/10.2.0) for CVE-2021-30246 RSA signature validation vulnerability published
25
39
- 2020-Oct-05: jsrsasign won [Google Open Source Peer Bonus Award](https://opensource.googleblog.com/2020/10/announcing-latest-google-open-source.html). Thank you Google.
@@ -39,7 +53,8 @@ HIGHLIGHTS
39
53
- no dependency to other library
40
54
- no dependency to [W3C Web Cryptography API](https://www.w3.org/TR/WebCryptoAPI/) nor [OpenSSL](https://www.openssl.org/)
41
55
- no dependency on newer ECMAScirpt function. So old browsers also supported.
42
-
- very popular crypto library with [1M+ npm downloads/month](https://npm-stat.com/charts.html?package=jsrsasign&from=2016-05-01&to=2022-11-18)
56
+
- very popular crypto library with [1M+ npm downloads/month](https://npm-stat.com/charts.html?package=jsrsasign&from=2016-05-01&to=2023-04-05)
0 commit comments