diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-10-27 19:49:33 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-10-27 19:49:33 +0700 |
commit | aeb4be5429fd241eefa0577cfc5f13f09f16c22c (patch) | |
tree | 342d73322e1ebef26f1a342e1b378a833d63bc4a /crypto/Readme.html | |
parent | Set the acInfoGen signature algorithm from ISignatureFactory (diff) | |
download | BouncyCastle.NET-ed25519-aeb4be5429fd241eefa0577cfc5f13f09f16c22c.tar.xz |
Update versions and release notes for 1.8.4 release-1.8.4
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r-- | crypto/Readme.html | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html index a89e7e535..d63974c66 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -119,7 +119,7 @@ We state, where EC MQV has not otherwise been disabled or removed: <li> Symmetric key algorithms: AES, Blowfish, Camellia, CAST5, CAST6, ChaCha, DES, DESede, GOST28147, HC-128, HC-256, IDEA, ISAAC, Noekeon, RC2, RC4, RC5-32, RC5-64, RC6, Rijndael, - Salsa20, SEED, Serpent, Skipjack, TEA/XTEA, Threefish, Tnepres, Twofish, VMPC and XSalsa20. + Salsa20, SEED, Serpent, Skipjack, SM4, TEA/XTEA, Threefish, Tnepres, Twofish, VMPC and XSalsa20. </li> <li> Symmetric key modes: CBC, CFB, CTS, GOFB, OFB, OpenPGPCFB, and SIC (or CTR). @@ -139,16 +139,16 @@ We state, where EC MQV has not otherwise been disabled or removed: </li> <li> Digests: GOST3411, Keccak, MD2, MD4, MD5, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, - SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA3, Tiger, and Whirlpool. + SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA3, SM3, Tiger, and Whirlpool. </li> <li> XOFs: SHAKE. </li> <li> - Signer mechanisms: DSA, ECDSA, ECGOST3410, ECNR, GOST3410, ISO9796d2, PSS, RSA, X9.31-1998. + Signer mechanisms: DSA, ECDSA, ECGOST3410, ECNR, Ed25519, Ed448, GOST3410, ISO9796d2, PSS, RSA, X9.31-1998. </li> <li> - Key Agreement: Diffie-Hellman, EC-DH, EC-MQV, J-PAKE, SRP-6a. + Key Agreement: Diffie-Hellman, EC-DH, EC-MQV, J-PAKE, SRP-6a, X25519, X448. </li> <li> Macs: CBCBlockCipher, CFBBlockCipher, CMAC, GMAC, GOST28147, HMac, ISO9797 Alg. 3, Poly1305, SipHash, SkeinMac, VMPCMAC. @@ -296,8 +296,16 @@ We state, where EC MQV has not otherwise been disabled or removed: <hr style="WIDTH: 100%; HEIGHT: 2px"> <h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3> - <h4><a class="mozTocH4" name="mozTocId85318"></a>Release 1.8.4, TBD</h4> + <h4><a class="mozTocH4" name="mozTocId85318"></a>Release 1.8.4, Saturday October 27, 2018</h4> + <h5>IMPORTANT</h5> + <ul> + <li> + This is the final feature release with support for legacy .NET platforms. From 1.9.0 we will be targeting more + modern .NET frameworks (see https://github.com/bcgit/bc-csharp/pull/68) and updating our build and packaging systems. + The 1.8.x series will continue to receive bug fixes, but limited new functionality. + </li> + </ul> <h5>Defects Fixed</h5> <ul> <li>Rfc3211WrapEngine would not properly handle messages longer than 127 bytes. This has been fixed.</li> @@ -305,6 +313,17 @@ We state, where EC MQV has not otherwise been disabled or removed: <h5>Additional Features and Functionality</h5> <ul> <li>Restrictions on the output sizes of the Blake2b/s digests have been removed.</li> + <li>RFC 7748: Higher-level support for X25519 and X448 has been added.</li> + <li>RFC 8032: Higher-level support for Ed25519 and Ed448 has been added.</li> + <li>Implementation of the SM4 block cipher has been added.</li> + <li>Added support for Plain ECDSA (a.k.a CVC-ECDSA).</li> + </ul> + <h5>Additional Notes</h5> + <ul> + <li> + See the (cumulative) list of GitHub pull requests that we have accepted at + <a href="https://github.com/bcgit/bc-csharp/pulls?q=is%3Apr+is%3Aclosed">bcgit/bc-csharp</a>. + </li> </ul> <h4><a class="mozTocH4" name="mozTocId85317"></a>Release 1.8.3, Saturday August 11, 2018</h4> |