Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lsh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LSH
lsh
Commits
dcc7db6c
Commit
dcc7db6c
authored
Sep 22, 2009
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: ChangeLog:1.1030
parent
b091876c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
ChangeLog
ChangeLog
+21
-0
No files found.
ChangeLog
View file @
dcc7db6c
2009-09-22 Niels Mller <nisse@lysator.liu.se>
* src/testsuite/lsh-6-test (ALGORITHMS): Updated list to include
aes128 in cbc and ctr modes.
* src/testsuite/aes-test.c: Added tests for aes128-cbc, aes128-ctr
and aes256-ctr.
* src/crypto.c (crypto_aes128_cbc_algorithm): New algorithm.
(crypto_aes128_ctr_algorithm): Likewise.
* src/algorithms.c (all_symmetric_algorithms): Added aes128-cbc
and aes128-ctr.
(all_crypto_algorithms): Likewise.
(default_crypto_algorithms): Replaced aes256-cbc by aes128-ctr, as
the preferred choice.
(lookup_crypto): Added "aes128-cbc" with alias "aes-cbc", added
"aes-128-ctr" with aliases "aes", "aes128", "aes-ctr". Removed
some aliases for "aes256-cbc" and "aes256-ctr", including the old
"rijndael" alias.
2009-09-05 Niels Mller <nisse@lysator.liu.se>
* src/server_config.c (server_config_parse_example): Don't use
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment