Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
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
LSH
lsh
Commits
b6ff6142
Commit
b6ff6142
authored
26 years ago
by
J.H.M. Dassen
Committed by
Niels Möller
26 years ago
Browse files
Options
Downloads
Patches
Plain Diff
* atoms.in: added algorithms names used by SSH 2.0.11 (commented out).
Rev: src/atoms.in:1.3
parent
2e963813
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/atoms.in
+26
-0
26 additions, 0 deletions
src/atoms.in
with
26 additions
and
0 deletions
src/atoms.in
+
26
−
0
View file @
b6ff6142
...
@@ -15,6 +15,32 @@ idea-cbc OPTIONAL IDEA in CBC mode
...
@@ -15,6 +15,32 @@ idea-cbc OPTIONAL IDEA in CBC mode
cast128-cbc OPTIONAL CAST-128 in CBC mode
cast128-cbc OPTIONAL CAST-128 in CBC mode
# none OPTIONAL no encryption; NOT RECOMMENDED
# none OPTIONAL no encryption; NOT RECOMMENDED
## The following are not in the current secsh draft, but are in SSH 2.0.11;
## some of them will probably be included in an updated secsh draft.
##
#twofish-cbc OPTIONAL TwoFish cipher in CBC mode
#des-cbc OPTIONAL DES cipher in CBC mode
## NOTE: Is there any reason to ever use any chaining mode but cbc in
## the ssh protocol?
##
## Mode variants:
#3des-ecb OPTIONAL three-key 3DES in ECB mode
#3des-cfb OPTIONAL three-key 3DES in CFB mode
#3des-ofb OPTIONAL three-key 3DES in OFB mode
#blowfish-ecb OPTIONAL Blowfish in ECB mode
#blowfish-cfb OPTIONAL Blowfish in CFB mode
#blowfish-ofb OPTIONAL Blowfish in OFB mode
## New algorithms, AES candidates
#twofish-ecb OPTIONAL TwoFish cipher in ECB mode
#twofish-cfb OPTIONAL TwoFish cipher in CFB mode
#twofish-ofb OPTIONAL TwoFish cipher in OFB mode
## Others (I don't know why SSH supports them)
#des-ecb OPTIONAL DES cipher in ECB mode
#des-cfb OPTIONAL DES cipher in CFB mode
#des-ofb OPTIONAL DES cipher in OFB mode
# MAC algorithms
# MAC algorithms
hmac-sha1 REQUIRED HMAC-SHA1 (length = 20)
hmac-sha1 REQUIRED HMAC-SHA1 (length = 20)
...
...
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