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
c4bc289f
Commit
c4bc289f
authored
21 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
Rev: src/nettle/ChangeLog:1.223 Rev: src/nettle/NEWS:1.14
parent
781012c5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+7
-1
7 additions, 1 deletion
ChangeLog
NEWS
+8
-0
8 additions, 0 deletions
NEWS
with
15 additions
and
1 deletion
ChangeLog
+
7
−
1
View file @
c4bc289f
2004-01-10 Niels Mller <nisse@harpo.hack.org>
* nettle.texinfo (Hash functions): Documented md2 and md4.
* configure.ac (SHLIBMAJOR): Bumped to 2.
2004-01-09 Niels Mller <nisse@harpo.hack.org>
2004-01-09 Niels Mller <nisse@harpo.hack.org>
* examples/rsa-encrypt-test: New testcase.
* examples/rsa-encrypt-test: New testcase.
...
@@ -13,7 +19,7 @@
...
@@ -13,7 +19,7 @@
2004-01-08 Niels Mller <niels@s3.kth.se>
2004-01-08 Niels Mller <niels@s3.kth.se>
* index.html: Added instruction for CVS access.
* index.html: Added instruction
s
for CVS access.
* dsa-keygen.c (dsa_nist_gen): Fixed declaration/statement order.
* dsa-keygen.c (dsa_nist_gen): Fixed declaration/statement order.
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
8
−
0
View file @
c4bc289f
NEWS for the 1.8 release
NEWS for the 1.8 release
New example programs, demonstrating encrypting and decrypting
files using RSA, and random sessions keys for bulk encryption
and message authentication.
Support for systems that don't have alloca. On such systems,
Support for systems that don't have alloca. On such systems,
some of Nettle's functions have arbitrary limits applied to
some of Nettle's functions have arbitrary limits applied to
their input.
their input.
...
@@ -7,12 +11,16 @@ NEWS for the 1.8 release
...
@@ -7,12 +11,16 @@ NEWS for the 1.8 release
Uses AX_CREATE_STDINT_H, to support systems without
Uses AX_CREATE_STDINT_H, to support systems without
inttypes.h.
inttypes.h.
Support for the md2 and md4 hash functions.
New name mangling, to reduce the risk of link collisions. All
New name mangling, to reduce the risk of link collisions. All
functions (except memxor) now use a nettle_ or _nettle_ prefix
functions (except memxor) now use a nettle_ or _nettle_ prefix
when seen by the linker. For most functions, the header file
when seen by the linker. For most functions, the header file
that declares a function also uses #define to provide a
that declares a function also uses #define to provide a
shorter more readable name without the prefix.
shorter more readable name without the prefix.
The shared library soname for this version is libnettle.so.2.
NEWS for the 1.7 release
NEWS for the 1.7 release
Implemented DSA.
Implemented DSA.
...
...
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