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

« back to all changes in this revision

Viewing changes to NEWS

  • 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:
5
5
  This file gives a brief overview of the major changes between each OpenSSL
6
6
  release. For more details please read the CHANGES file.
7
7
 
 
8
  Major changes between OpenSSL 0.9.7d and OpenSSL 0.9.7e:
 
9
 
 
10
      o Fix race condition in CRL checking code.
 
11
      o Fixes to PKCS#7 (S/MIME) code.
 
12
 
8
13
  Major changes between OpenSSL 0.9.7c and OpenSSL 0.9.7d:
9
14
 
10
15
      o Security: Fix Kerberos ciphersuite SSL/TLS handshaking bug
11
16
      o Security: Fix null-pointer assignment in do_change_cipher_spec()
12
17
      o Allow multiple active certificates with same subject in CA index
13
 
      o Multiple X590 verification fixes
 
18
      o Multiple X509 verification fixes
14
19
      o Speed up HMAC and other operations
15
20
 
16
21
  Major changes between OpenSSL 0.9.7b and OpenSSL 0.9.7c: