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
Maamoun TK
nettle
Commits
b72a1ccb
Commit
b72a1ccb
authored
19 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Updated for 1.14.
Rev: src/nettle/ChangeLog:1.386 Rev: src/nettle/NEWS:1.24
parent
e0f67369
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+7
-0
7 additions, 0 deletions
ChangeLog
NEWS
+14
-3
14 additions, 3 deletions
NEWS
with
21 additions
and
3 deletions
ChangeLog
+
7
−
0
View file @
b72a1ccb
2005-12-05 Niels Mller <nisse@lysator.liu.se>
* NEWS: Updated for 1.14.
* configure.ac (SHLIBMINOR): Increased minor number. Library
version is now libnettle.so.2.5, soname still libnettle.so.2.
2005-11-28 Niels Mller <nisse@lysator.liu.se>
2005-11-28 Niels Mller <nisse@lysator.liu.se>
* config.make.in (INSTALL): Don't substitute INSTALL, INSTALL_DATA
* config.make.in (INSTALL): Don't substitute INSTALL, INSTALL_DATA
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
14
−
3
View file @
b72a1ccb
NEWS for the 1.14 release
NEWS for the 1.14 release
Fixed support for sparc64.
Experimental support for reading keys in PKCS#1 ASN1/DER
format, and a new command line tool pkcs1-conv.
Improved MD5 performance on x86.
Improved MD5 performance on x86.
Fixed support for sparc64.
Reorganized AES code. Better performance for all three
Reorganized AES code. Better performance for all three
implementations (C, x86 assembler, sparc assembler).
implementations (C, x86 assembler, sparc assembler).
...
@@ -14,6 +17,14 @@ NEWS for the 1.14 release
...
@@ -14,6 +17,14 @@ NEWS for the 1.14 release
Replaced the internal function nettle_mpz_from_octets with a
Replaced the internal function nettle_mpz_from_octets with a
call to mpz_import, if available in the installed GMP library.
call to mpz_import, if available in the installed GMP library.
More Makefile fixes; it now seems to work to build with
the the make programs on Solaris and FreeBSD (although
--disable-dependency-tracking is required for the latter).
The library is intended to be binary compatible with earlier
versions. The library name is libnettle.so.2.5, soname is
still libnettle.so.2.
NEWS for the 1.13 release
NEWS for the 1.13 release
Fixed problem with broken m4 on bsd, which resulted in
Fixed problem with broken m4 on bsd, which resulted in
...
...
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