Skip to content
Snippets Groups Projects
Commit e9433bc3 authored by Niels Möller's avatar Niels Möller
Browse files

*** empty log message ***

Rev: src/nettle/ChangeLog:1.61
Rev: src/nettle/NEWS:1.6
Rev: src/nettle/TODO:1.3
parent 5c8a8d2f
Branches
Tags
No related merge requests found
2002-01-31 Niels Mller <nisse@cuckoo.hack.org>
* nettle.texinfo (Randomness): New subsection on Yarrow.
2002-01-30 Niels Mller <nisse@cuckoo.hack.org>
* nettle.texinfo (Randomness): New chapter.
Spell checking and ispell configuration.
* md5.c: Added reference to RFC 1321.
2002-01-24 Niels Mller <nisse@cuckoo.hack.org> 2002-01-24 Niels Mller <nisse@cuckoo.hack.org>
* nettle.texinfo (Public-key algorithms): Minor fixes. * nettle.texinfo (Public-key algorithms): Minor fixes.
......
NEWS for the 1.5 release NEWS for the 1.5 release
Added RSA support. Key generation and signatures. RSA support. Key generation and signatures.
Added support for HMAC (RFC-2104). Support for HMAC (RFC-2104).
An implementation of the Yarrow-256 PRNG.
New sections in the manual.
Changed the interface for hash functions. The md5_digest Changed the interface for hash functions. The md5_digest
function is now equivalent to the old sequence of md5_final, function is now equivalent to the old sequence of md5_final,
......
Public key support, analogous to that provided by RSAREF. Suggested by Public key support, analogous to that provided by RSAREF. Suggested by
Dan Egnor. References: Dan Egnor. Signatures are done now, but RSA encryption is still
missing. References:
http://download.gale.org/rsaref20.tar.Z http://download.gale.org/rsaref20.tar.Z
http://www.openssl.org/docs/crypto/evp.html http://www.openssl.org/docs/crypto/evp.html
...@@ -9,7 +10,3 @@ More feedback modes, in order of decreasing priority: CBC-MAC, OFB, ...@@ -9,7 +10,3 @@ More feedback modes, in order of decreasing priority: CBC-MAC, OFB,
Counter, and CFB. Suggested by Rafael 'Dido' Sevilla. References: Counter, and CFB. Suggested by Rafael 'Dido' Sevilla. References:
http://csrc.nist.gov/encryption/modes/Recommendation/Modes01.pdf http://csrc.nist.gov/encryption/modes/Recommendation/Modes01.pdf
Add a randomness pool. Perhaps YARROW?
http://www.counterpane.com/yarrow.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment