~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Martin
  • Date: 2004-12-16 18:41:29 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041216184129-z7xjkul57mh1jiha
Tags: upstream-0.9.7e
ImportĀ upstreamĀ versionĀ 0.9.7e

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 OpenSSL CHANGES
3
3
 _______________
4
4
 
 
5
 Changes between 0.9.7d and 0.9.7e  [25 Oct 2004]
 
6
 
 
7
  *) Avoid a race condition when CRLs are checked in a multi threaded 
 
8
     environment. This would happen due to the reordering of the revoked
 
9
     entries during signature checking and serial number lookup. Now the
 
10
     encoding is cached and the serial number sort performed under a lock.
 
11
     Add new STACK function sk_is_sorted().
 
12
     [Steve Henson]
 
13
 
 
14
  *) Add Delta CRL to the extension code.
 
15
     [Steve Henson]
 
16
 
 
17
  *) Various fixes to s3_pkt.c so alerts are sent properly.
 
18
     [David Holmes <d.holmes@f5.com>]
 
19
 
 
20
  *) Reduce the chances of duplicate issuer name and serial numbers (in
 
21
     violation of RFC3280) using the OpenSSL certificate creation utilities.
 
22
     This is done by creating a random 64 bit value for the initial serial
 
23
     number when a serial number file is created or when a self signed
 
24
     certificate is created using 'openssl req -x509'. The initial serial
 
25
     number file is created using 'openssl x509 -next_serial' in CA.pl
 
26
     rather than being initialized to 1.
 
27
     [Steve Henson]
 
28
 
5
29
 Changes between 0.9.7c and 0.9.7d  [17 Mar 2004]
6
30
 
7
31
  *) Fix null-pointer assignment in do_change_cipher_spec() revealed           
2037
2061
  *) Clean old EAY MD5 hack from e_os.h.
2038
2062
     [Richard Levitte]
2039
2063
 
 
2064
 Changes between 0.9.6l and 0.9.6m  [17 Mar 2004]
 
2065
 
 
2066
  *) Fix null-pointer assignment in do_change_cipher_spec() revealed
 
2067
     by using the Codenomicon TLS Test Tool (CAN-2004-0079)
 
2068
     [Joe Orton, Steve Henson]
 
2069
 
 
2070
 Changes between 0.9.6k and 0.9.6l  [04 Nov 2003]
 
2071
 
 
2072
  *) Fix additional bug revealed by the NISCC test suite:
 
2073
 
 
2074
     Stop bug triggering large recursion when presented with
 
2075
     certain ASN.1 tags (CAN-2003-0851)
 
2076
     [Steve Henson]
 
2077
 
2040
2078
 Changes between 0.9.6j and 0.9.6k  [30 Sep 2003]
2041
2079
 
2042
2080
  *) Fix various bugs revealed by running the NISCC test suite: