diff options
author | Colin Watson <cjwatson@debian.org> | 2013-05-07 10:06:42 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2013-05-07 10:06:42 +0100 |
commit | ecebda56da46a03dafff923d91c382f31faa9eec (patch) | |
tree | 449614b6c06a2622c74a609b31fcc46c60037c56 /moduli.0 | |
parent | c6a2c0334e45419875687d250aed9bea78480f2e (diff) | |
parent | ffc06452028ba78cd693d4ed43df8b60a10d6163 (diff) |
merge 6.2p1; reorder additions to monitor.h for easier merging in future
Diffstat (limited to 'moduli.0')
-rw-r--r-- | moduli.0 | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -25,7 +25,7 @@ DESCRIPTION | |||
25 | 25 | ||
26 | 0 Unknown, not tested. | 26 | 0 Unknown, not tested. |
27 | 2 "Safe" prime; (p-1)/2 is also prime. | 27 | 2 "Safe" prime; (p-1)/2 is also prime. |
28 | 4 Sophie Germain; (p+1)*2 is also prime. | 28 | 4 Sophie Germain; 2p+1 is also prime. |
29 | 29 | ||
30 | Moduli candidates initially produced by ssh-keygen(1) | 30 | Moduli candidates initially produced by ssh-keygen(1) |
31 | are Sophie Germain primes (type 4). Further primality | 31 | are Sophie Germain primes (type 4). Further primality |
@@ -66,7 +66,9 @@ DESCRIPTION | |||
66 | SEE ALSO | 66 | SEE ALSO |
67 | ssh-keygen(1), sshd(8) | 67 | ssh-keygen(1), sshd(8) |
68 | 68 | ||
69 | Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer | 69 | STANDARDS |
70 | Protocol, RFC 4419, 2006. | 70 | M. Friedl, N. Provos, and W. Simpson, Diffie-Hellman Group Exchange for |
71 | the Secure Shell (SSH) Transport Layer Protocol, RFC 4419, March 2006, | ||
72 | 2006. | ||
71 | 73 | ||
72 | OpenBSD 5.2 October 14, 2010 OpenBSD 5.2 | 74 | OpenBSD 5.3 September 26, 2012 OpenBSD 5.3 |