Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Norbert Pócs
nettle
Commits
e9433bc3
Commit
e9433bc3
authored
23 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
Rev: src/nettle/ChangeLog:1.61 Rev: src/nettle/NEWS:1.6 Rev: src/nettle/TODO:1.3
parent
5c8a8d2f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+11
-0
11 additions, 0 deletions
ChangeLog
NEWS
+6
-2
6 additions, 2 deletions
NEWS
TODO
+2
-5
2 additions, 5 deletions
TODO
with
19 additions
and
7 deletions
ChangeLog
+
11
−
0
View file @
e9433bc3
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.
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
6
−
2
View file @
e9433bc3
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,
...
...
This diff is collapsed.
Click to expand it.
TODO
+
2
−
5
View file @
e9433bc3
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment