summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-07-05 18:36:42 +0000
committerRichard Levitte <levitte@openssl.org>2005-07-05 18:36:42 +0000
commitc83101248a94328fe834f571aaeb1346bb952bfb (patch)
tree1b536639838b2d6ff760e213f6f425b7859e0a6f /NEWS
parent8d3509b93728a16f5ba830b04a8fe9e879bdd8df (diff)
downloadopenssl-new-c83101248a94328fe834f571aaeb1346bb952bfb.tar.gz
Changes from the 0.9.8 branch.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 18d5f00749..c4bad56d8d 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,7 @@
o Complete rework of shared library construction and linking
programs with shared or static libraries, through a separate
Makefile.shared.
+ o Rework of the passing of parameters from one Makefile to another.
o Changed ENGINE framework to load dynamic engine modules
automatically from specifically given directories.
o New structure and ASN.1 functions for CertificatePair.
@@ -73,6 +74,10 @@
o New BIGNUM blinding.
o Added support for the RSA-PSS encryption scheme
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: