diff options
author | Darren Tucker <dtucker@zip.com.au> | 2013-10-10 10:32:39 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2013-10-10 10:32:39 +1100 |
commit | df62d71e64d29d1054e7a53d1a801075ef70335f (patch) | |
tree | 553ce71d17d086b7647205231ba56d27b2324ad2 /ChangeLog | |
parent | e6e52f8c5dc89a6767702e65bb595aaf7bc8991c (diff) |
- dtucker@cvs.openbsd.org 2013/10/08 11:42:13
[dh.c dh.h]
Increase the size of the Diffie-Hellman groups requested for a each
symmetric key size. New values from NIST Special Publication 800-57 with
the upper limit specified by RFC4419. Pointed out by Peter Backes, ok
djm@.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -21,6 +21,12 @@ | |||
21 | [sshconnect.c] | 21 | [sshconnect.c] |
22 | bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch from | 22 | bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch from |
23 | swp AT swp.pp.ru; ok dtucker@ | 23 | swp AT swp.pp.ru; ok dtucker@ |
24 | - dtucker@cvs.openbsd.org 2013/10/08 11:42:13 | ||
25 | [dh.c dh.h] | ||
26 | Increase the size of the Diffie-Hellman groups requested for a each | ||
27 | symmetric key size. New values from NIST Special Publication 800-57 with | ||
28 | the upper limit specified by RFC4419. Pointed out by Peter Backes, ok | ||
29 | djm@. | ||
24 | 30 | ||
25 | 20131009 | 31 | 20131009 |
26 | - (djm) [openbsd-compat/arc4random.c openbsd-compat/chacha_private.h] Pull | 32 | - (djm) [openbsd-compat/arc4random.c openbsd-compat/chacha_private.h] Pull |