diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -17,6 +17,9 @@ | |||
17 | [ssh-rsa.c] | 17 | [ssh-rsa.c] |
18 | replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parser | 18 | replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parser |
19 | for authentication; ok deraadt/djm | 19 | for authentication; ok deraadt/djm |
20 | - aaron@cvs.openbsd.org 2002/08/08 13:50:23 | ||
21 | [sshconnect1.c] | ||
22 | Use & to test if bits are set, not &&; markus@ ok. | ||
20 | 23 | ||
21 | 20020813 | 24 | 20020813 |
22 | - (tim) [configure.ac] Display OpenSSL header/library version. | 25 | - (tim) [configure.ac] Display OpenSSL header/library version. |
@@ -1514,4 +1517,4 @@ | |||
1514 | - (stevesk) entropy.c: typo in debug message | 1517 | - (stevesk) entropy.c: typo in debug message |
1515 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 1518 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
1516 | 1519 | ||
1517 | $Id: ChangeLog,v 1.2418 2002/08/20 18:40:03 mouring Exp $ | 1520 | $Id: ChangeLog,v 1.2419 2002/08/20 18:41:15 mouring Exp $ |