diff options
author | Damien Miller <djm@mindrot.org> | 2013-12-29 17:44:56 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-12-29 17:44:56 +1100 |
commit | bf25d114e23a803f8feca8926281b1aaedb6191b (patch) | |
tree | 6ffcd299edcd4ecf1e7093dfa0ba10406497c559 /ChangeLog | |
parent | bb3dafe7024a5b4e851252e65ee35d45b965e4a8 (diff) |
- djm@cvs.openbsd.org 2013/12/19 00:27:57
[auth-options.c]
simplify freeing of source-address certificate restriction
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ | |||
11 | Cast client_alive_interval to u_int64_t before assinging to | 11 | Cast client_alive_interval to u_int64_t before assinging to |
12 | max_time_milliseconds to avoid potential integer overflow in the timeout. | 12 | max_time_milliseconds to avoid potential integer overflow in the timeout. |
13 | bz#2170, patch from Loganaden Velvindron, ok djm@ | 13 | bz#2170, patch from Loganaden Velvindron, ok djm@ |
14 | - djm@cvs.openbsd.org 2013/12/19 00:27:57 | ||
15 | [auth-options.c] | ||
16 | simplify freeing of source-address certificate restriction | ||
14 | 17 | ||
15 | 20131221 | 18 | 20131221 |
16 | - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. | 19 | - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. |