fix editing error, and remove a false positive

This commit is contained in:
Bodo Möller 2005-04-25 21:53:08 +00:00
parent 87357fc0b8
commit a7dc451ebe

View File

@ -1063,15 +1063,6 @@ but belong there as well, should be added to the end of this file.
Remove duplicate prototypes have already been (correctly) added to
rsa.h, as this is already included by x509.h anyway.
2003-11-22 11:42 ulf
Changed:
crypto/bn/asm/bn-586.pl (1.5.2.1), "Exp", lines: +1 -1
bn_sub_part_words() is unused in 0.9.7.
Spotted by Markus Friedl.
2004-01-21 10:58 appro
Changed:
@ -1088,15 +1079,29 @@ but belong there as well, should be added to the end of this file.
Have the declarations match the definitions.
2004-03-08 14:07 steve
2004-03-16 06:50 steve
Changed:
apps/ca.c (1.102.2.28), "Exp", lines: +32 -4
apps/openssl.cnf (1.23.2.2), "Exp", lines: +3 -0
apps/x509.c (1.67.2.14), "Exp", lines: +0 -1
ssl/kssl.c (1.20.2.12), "Exp", lines: +2 -2
Incorporate crlNumber functionality from 0.9.8 except it is
commented out in openssl.cnf .
Avoid warnings.
2004-03-17 05:01 mark
Changed:
CHANGES (1.977.2.128), "Exp", lines: +9 -1
FAQ (1.61.2.30), "Exp", lines: +1 -1
LICENSE (1.7.2.3), "Exp", lines: +1 -1
NEWS (1.39.2.21), "Exp", lines: +8 -0
README (1.39.2.24), "Exp", lines: +2 -2
STATUS (1.211.2.41), "Exp", lines: +4 -1
openssl.spec (1.6.2.6), "Exp", lines: +1 -1
crypto/opensslv.h (1.40.2.21), "Exp", lines: +2 -2
ssl/s3_pkt.c (1.46.2.6), "Exp", lines: +8 -0
ssl/s3_srvr.c (1.85.2.20), "Exp", lines: +16 -0
Fix null-pointer assignment in do_change_cipher_spec() revealed by
using the Codenomicon TLS Test Tool (CAN-2004-0079) Fix flaw in
SSL/TLS handshaking when using Kerberos ciphersuites
(CAN-2004-0112) Ready for 0.9.7d build