diff options
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 |