diff options
author | Jack Lloyd <[email protected]> | 2016-08-30 08:50:26 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-08-30 08:50:26 -0400 |
commit | fd12f8400adacdf66f00a6bf17dd47eac8a580cd (patch) | |
tree | e05b6027d405c0a625416e3c5e19fc3eb7d39673 /doc | |
parent | 786831251f378de9f2d1f07cbb843c1d1ee33672 (diff) |
Add ECIES to news
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/news.rst b/doc/news.rst index 5837a8af9..ca7686725 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -23,13 +23,15 @@ Version 1.11.31, Not Yet Released XOR-encrypion/decryption mode it's now possible to use DLIES with a block cipher. Furthermore the order of the output was changed from {public key, tag, ciphertext} to {public key, ciphertext, tag}. Both - modes are compatible with bouncycastle. + modes are compatible with BouncyCastle. * Add initial PKCS #11 support (GH #507). Currently includes a low level wrapper to all of PKCS #11 (p11.h) and high level code for RSA and ECDSA signatures and hardware RNG access. -* Add ECKCDSA signature algorithm (#504) +* Add ECIES encryption scheme, compatible with BouncyCastle (GH #483) + +* Add ECKCDSA signature algorithm (GH #504) * Add KDF1 from ISO 18033 (GH #483) |