~ubuntu-branches/ubuntu/lucid/openssl/lucid-security

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2006-05-15 16:00:58 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515160058-pn9osix02x46r0iy
Tags: 0.9.8b-2
* Don't call gcc with -mcpu on i386, we already use -march, so no need for
  -mtune either.
* Always make all directories when building something:
  - The engines directory didn't get build for the static directory, so
    where missing in libcrypo.a
  - The apps directory didn't always get build, so we didn't have an openssl
    and a small part of the regression tests failed.
* Make the package fail to build if the regression tests fail.

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.8a and OpenSSL 0.9.8b:
 
9
 
 
10
      o Cipher string fixes.
 
11
      o Fixes for VC++ 2005.
 
12
      o Updated ECC cipher suite support.
 
13
      o New functions EVP_CIPHER_CTX_new() and EVP_CIPHER_CTX_free().
 
14
      o Zlib compression usage fixes.
 
15
      o Built in dynamic engine compilation support on Win32.
 
16
      o Fixes auto dynamic engine loading in Win32.
 
17
 
8
18
  Major changes between OpenSSL 0.9.8 and OpenSSL 0.9.8a:
9
19
 
10
20
      o Fix potential SSL 2.0 rollback, CAN-2005-2969
84
94
      o Added initial support for Win64.
85
95
      o Added alternate pkg-config files.
86
96
 
 
97
  Major changes between OpenSSL 0.9.7i and OpenSSL 0.9.7j:
 
98
 
 
99
      o Visual C++ 2005 fixes.
 
100
      o Update Windows build system for FIPS.
 
101
 
 
102
  Major changes between OpenSSL 0.9.7h and OpenSSL 0.9.7i:
 
103
 
 
104
      o Give EVP_MAX_MD_SIZE it's old value, except for a FIPS build.
 
105
 
 
106
  Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.7h:
 
107
 
 
108
      o Fix SSL 2.0 Rollback, CAN-2005-2969
 
109
      o Allow use of fixed-length exponent on DSA signing
 
110
      o Default fixed-window RSA, DSA, DH private-key operations
 
111
 
87
112
  Major changes between OpenSSL 0.9.7f and OpenSSL 0.9.7g:
88
113
 
89
114
      o More compilation issues fixed.