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
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
a8f12c4e
Commit
a8f12c4e
authored
13 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
Rev: nettle/ChangeLog:1.203 Rev: nettle/NEWS:1.13 Rev: nettle/misc/plan.html:1.2
parent
8ab9b5dd
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
NEWS
+2
-0
2 additions, 0 deletions
NEWS
misc/plan.html
+4
-4
4 additions, 4 deletions
misc/plan.html
with
10 additions
and
4 deletions
ChangeLog
+
4
−
0
View file @
a8f12c4e
2011-07-01 Niels Mller <nisse@lysator.liu.se>
* cbc.c (CBC_BUFFER_LIMIT): Reduced to 512 bytes.
(cbc_decrypt): For in-place operation, use overlapping memxor3 and
eliminate a memcpy.
* ctr.c (ctr_crypt): Reorganized to call the encryption function
with several blocks at a time. Handle the case of a single block
specially.
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
2
−
0
View file @
a8f12c4e
...
...
@@ -38,6 +38,8 @@ NEWS for the 2.2 release
* Optimized memxor using word rather than byte operations.
Both generic C and x86_64 assembler.
* Eliminated a memcpy for in-place CBC decrypt.
Miscellaneous:
* In command line tools, no longer support -? for requesting
...
...
This diff is collapsed.
Click to expand it.
misc/plan.html
+
4
−
4
View file @
a8f12c4e
...
...
@@ -14,7 +14,7 @@
<h1>
Plans for the Nettle-2.1 release
</h1>
<p>
This is an attempt at defining a development target for
Nettle-2.1, inspired by similar pages for recent GMP releases.
[Last updated 2011-0
6-15
]
</p>
[Last updated 2011-0
7-01
]
</p>
<h2>
Color codes
</h2>
<p
class=
'should'
>
This really ought to be done before release
...
...
@@ -32,17 +32,17 @@
<p
class=
'done'
>
Replace remaining GPLd code: serpent and blowfish.
</p>
<p
class=
'
should
'
>
<p
class=
'
done
'
>
Decide which flavor of LGPL to use: LGPLv2+, LGPLv3+, or dual
license LGPLv3+ and GPLv2. Leaning towards the simplest option, LGPLv2+.
</p>
<h2>
Documentation
</h2>
<p
class=
'
should
'
>
<p
class=
'
done
'
>
Update documentation regarding license change and serpent
copyrights.
</p>
<p
class=
'
should
'
>
<p
class=
'
done
'
>
Update NEWS file.
</p>
<h2>
Bug fixes
</h2>
...
...
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