Changes from the 0.9.8 branch.
This commit is contained in:
parent
8d3509b937
commit
c83101248a
3 changed files with 22 additions and 0 deletions
11
CHANGES
11
CHANGES
|
@ -8,12 +8,23 @@
|
||||||
|
|
||||||
Changes between 0.9.7h and 0.9.8 [xx XXX xxxx]
|
Changes between 0.9.7h and 0.9.8 [xx XXX xxxx]
|
||||||
|
|
||||||
|
*) Add libcrypto.pc and libssl.pc for those who feel they need them.
|
||||||
|
[Richard Levitte]
|
||||||
|
|
||||||
|
*) Change CA.sh and CA.pl so they don't bundle the CSR and the private
|
||||||
|
key into the same file any more.
|
||||||
|
[Richard Levitte]
|
||||||
|
|
||||||
*) Add initial support for Win64, both IA64 and AMD64/x64 flavors.
|
*) Add initial support for Win64, both IA64 and AMD64/x64 flavors.
|
||||||
[Andy Polyakov]
|
[Andy Polyakov]
|
||||||
|
|
||||||
*) Add -utf8 command line and config file option to 'ca'.
|
*) Add -utf8 command line and config file option to 'ca'.
|
||||||
[Stefan <stf@udoma.org]
|
[Stefan <stf@udoma.org]
|
||||||
|
|
||||||
|
*) Removed the macro des_crypt(), as it seems to conflict with some
|
||||||
|
libraries. Use DES_crypt().
|
||||||
|
[Richard Levitte]
|
||||||
|
|
||||||
*) Correct naming of the 'chil' and '4758cca' ENGINEs. This
|
*) Correct naming of the 'chil' and '4758cca' ENGINEs. This
|
||||||
involves renaming the source and generated shared-libs for
|
involves renaming the source and generated shared-libs for
|
||||||
both. The engines will accept the corrected or legacy ids
|
both. The engines will accept the corrected or legacy ids
|
||||||
|
|
5
NEWS
5
NEWS
|
@ -21,6 +21,7 @@
|
||||||
o Complete rework of shared library construction and linking
|
o Complete rework of shared library construction and linking
|
||||||
programs with shared or static libraries, through a separate
|
programs with shared or static libraries, through a separate
|
||||||
Makefile.shared.
|
Makefile.shared.
|
||||||
|
o Rework of the passing of parameters from one Makefile to another.
|
||||||
o Changed ENGINE framework to load dynamic engine modules
|
o Changed ENGINE framework to load dynamic engine modules
|
||||||
automatically from specifically given directories.
|
automatically from specifically given directories.
|
||||||
o New structure and ASN.1 functions for CertificatePair.
|
o New structure and ASN.1 functions for CertificatePair.
|
||||||
|
@ -73,6 +74,10 @@
|
||||||
o New BIGNUM blinding.
|
o New BIGNUM blinding.
|
||||||
o Added support for the RSA-PSS encryption scheme
|
o Added support for the RSA-PSS encryption scheme
|
||||||
o Added support for the RSA X.931 padding.
|
o Added support for the RSA X.931 padding.
|
||||||
|
o Added support for BSD sockets on NetWare.
|
||||||
|
o Added support for files larger than 2GB.
|
||||||
|
o Added initial support for Win64.
|
||||||
|
o Added alternate pkg-config files.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.7f and OpenSSL 0.9.7g:
|
Major changes between OpenSSL 0.9.7f and OpenSSL 0.9.7g:
|
||||||
|
|
||||||
|
|
6
PROBLEMS
6
PROBLEMS
|
@ -174,3 +174,9 @@ hire /bin/ksh to do the job /bin/sh fails to do.
|
||||||
Compiler bug, presumably at particular patch level. It should be noted
|
Compiler bug, presumably at particular patch level. It should be noted
|
||||||
that same compiler generates correct 32-bit code, a.k.a. hpux-ia64-cc
|
that same compiler generates correct 32-bit code, a.k.a. hpux-ia64-cc
|
||||||
target. Drop optimization level to +O2 when compiling 64-bit bf_skey.o.
|
target. Drop optimization level to +O2 when compiling 64-bit bf_skey.o.
|
||||||
|
|
||||||
|
* no-engines generates errors.
|
||||||
|
|
||||||
|
Unfortunately, the 'no-engines' configuration option currently doesn't
|
||||||
|
work properly. Use 'no-hw' and you'll will at least get no hardware
|
||||||
|
support. We'll see how we fix that on OpenSSL versions past 0.9.8.
|
||||||
|
|
Loading…
Reference in a new issue