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
Wim Lewis
nettle
Commits
d055d0e5
Commit
d055d0e5
authored
Feb 6, 2014
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Updated NEWS and plan.html for _set_key changes.
parent
cee5299a
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
+2
-0
2 additions, 0 deletions
ChangeLog
NEWS
+9
-1
9 additions, 1 deletion
NEWS
misc/plan.html
+1
-1
1 addition, 1 deletion
misc/plan.html
with
12 additions
and
2 deletions
ChangeLog
+
2
−
0
View file @
d055d0e5
2014-02-06 Niels Möller <nisse@lysator.liu.se>
2014-02-06 Niels Möller <nisse@lysator.liu.se>
* NEWS: List _set_key incompatibilities.
* nettle-meta.h (_NETTLE_CIPHER_SEP, _NETTLE_CIPHER_SEP_SET_KEY)
* nettle-meta.h (_NETTLE_CIPHER_SEP, _NETTLE_CIPHER_SEP_SET_KEY)
(_NETTLE_CIPHER_FIX, _NETTLE_CIPHER): Deleted unused macros.
(_NETTLE_CIPHER_FIX, _NETTLE_CIPHER): Deleted unused macros.
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
9
−
1
View file @
d055d0e5
...
@@ -13,10 +13,18 @@ NEWS for the 2.8 release
...
@@ -13,10 +13,18 @@ NEWS for the 2.8 release
provided only for algorithms with a truly variable keysize,
provided only for algorithms with a truly variable keysize,
and where it makes sense for backwards compatibility.
and where it makes sense for backwards compatibility.
INCOMPATIBLE CHANGE: cast128_set_key no longer accepts a key size
argument. The old function is available under the new name.
cast5_set_key.
INCOMPATIBLE CHANGE: The function typedef
nettle_set_key_func no longer accepts a key size argument.
In particular, this affects users of struct nettle_cipher.
* New AES and Camellia interfaces. There are now separate
* New AES and Camellia interfaces. There are now separate
context structs for each key size, e.g., aes128_ctx and
context structs for each key size, e.g., aes128_ctx and
camellia256_ctx, and corresponding new functions. The old
camellia256_ctx, and corresponding new functions. The old
interface, with struct aes_ctx and struct camellia_ctx is
interface, with struct aes_ctx and struct camellia_ctx
,
is
kept for backwards compatibility, but might be removed in
kept for backwards compatibility, but might be removed in
later versions.
later versions.
...
...
This diff is collapsed.
Click to expand it.
misc/plan.html
+
1
−
1
View file @
d055d0e5
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
<p
class=
'should'
>
<p
class=
'should'
>
New DSA interface, with a separate struct dsa_params.
New DSA interface, with a separate struct dsa_params.
</p>
</p>
<p
class=
'
should
'
>
<p
class=
'
done
'
>
Drop key size argument from
<tt>
nettle_set_key_func
</tt>
.
Drop key size argument from
<tt>
nettle_set_key_func
</tt>
.
</p>
</p>
<p
class=
'should'
>
<p
class=
'should'
>
...
...
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