NEWS 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. NEWS
  2. ====
  3. This file gives a brief overview of the major changes between each OpenSSL
  4. release. For more details please read the CHANGES file.
  5. Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.7:
  6. o New library section OCSP.
  7. o Complete rewrite of ASN1 code.
  8. o CRL checking in verify code and openssl utility.
  9. o Extension copying in 'ca' utility.
  10. o Flexible display options in 'ca' utility.
  11. o Provisional support for international characters with UTF8.
  12. o Support for external crypto devices ('engine') is no longer
  13. a separate distribution.
  14. o New elliptic curve library section.
  15. o New AES (Rijndael) library section.
  16. o Support for new platforms: Windows CE, Tandem OSS, A/UX, AIX 64-bit
  17. o Extended support for some platforms: VxWorks
  18. o Enhanced support for shared libraries.
  19. o Support for pkg-config.
  20. o Lots of new manuals.
  21. o Change DES API to clean up the namespace (some applications link also
  22. against libdes providing similar functions having the same name).
  23. Provide macros for backward compatibility (will be removed in the
  24. future).
  25. o Unify handling of cryptographic algorithms (software and engine)
  26. to be available via EVP routines for asymmetric and symmetric ciphers.
  27. o NCONF: new configuration handling routines.
  28. o Change API to use more 'const' modifiers to improve error checking
  29. and help optimizers.
  30. o Finally remove references to RSAref.
  31. o Reworked parts of the BIGNUM code.
  32. o Support for new engines: Broadcom ubsec, Accelerated Encryption
  33. Processing, IBM 4758.
  34. o A few new engines added in the demos area.
  35. o Extended and corrected OID (object identifier) table.
  36. o PRNG: query at more locations for a random device, automatic query for
  37. EGD style random sources at several locations.
  38. o SSL/TLS: allow optional cipher choice according to server's preference.
  39. o SSL/TLS: allow server to explicitly set new session ids.
  40. o SSL/TLS: support Kerberos cipher suites (RFC2712).
  41. o SSL/TLS: allow more precise control of renegotiations and sessions.
  42. o SSL/TLS: add callback to retrieve SSL/TLS messages.
  43. o SSL/TLS: support AES cipher suites (RFC3268).
  44. Major changes between OpenSSL 0.9.6g and OpenSSL 0.9.6h:
  45. o New configuration targets for Tandem OSS and A/UX.
  46. o New OIDs for Microsoft attributes.
  47. o Better handling of SSL session caching.
  48. o Better comparison of distinguished names.
  49. o Better handling of shared libraries in a mixed GNU/non-GNU environment.
  50. o Support assembler code with Borland C.
  51. o Fixes for length problems.
  52. o Fixes for uninitialised variables.
  53. o Fixes for memory leaks, some unusual crashes and some race conditions.
  54. o Fixes for smaller building problems.
  55. o Updates of manuals, FAQ and other instructive documents.
  56. Major changes between OpenSSL 0.9.6f and OpenSSL 0.9.6g:
  57. o Important building fixes on Unix.
  58. Major changes between OpenSSL 0.9.6e and OpenSSL 0.9.6f:
  59. o Various important bugfixes.
  60. Major changes between OpenSSL 0.9.6d and OpenSSL 0.9.6e:
  61. o Important security related bugfixes.
  62. o Various SSL/TLS library bugfixes.
  63. Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
  64. o Various SSL/TLS library bugfixes.
  65. o Fix DH parameter generation for 'non-standard' generators.
  66. Major changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c:
  67. o Various SSL/TLS library bugfixes.
  68. o BIGNUM library fixes.
  69. o RSA OAEP and random number generation fixes.
  70. o Object identifiers corrected and added.
  71. o Add assembler BN routines for IA64.
  72. o Add support for OS/390 Unix, UnixWare with gcc, OpenUNIX 8,
  73. MIPS Linux; shared library support for Irix, HP-UX.
  74. o Add crypto accelerator support for AEP, Baltimore SureWare,
  75. Broadcom and Cryptographic Appliance's keyserver
  76. [in 0.9.6c-engine release].
  77. Major changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b:
  78. o Security fix: PRNG improvements.
  79. o Security fix: RSA OAEP check.
  80. o Security fix: Reinsert and fix countermeasure to Bleichbacher's
  81. attack.
  82. o MIPS bug fix in BIGNUM.
  83. o Bug fix in "openssl enc".
  84. o Bug fix in X.509 printing routine.
  85. o Bug fix in DSA verification routine and DSA S/MIME verification.
  86. o Bug fix to make PRNG thread-safe.
  87. o Bug fix in RAND_file_name().
  88. o Bug fix in compatibility mode trust settings.
  89. o Bug fix in blowfish EVP.
  90. o Increase default size for BIO buffering filter.
  91. o Compatibility fixes in some scripts.
  92. Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.6a:
  93. o Security fix: change behavior of OpenSSL to avoid using
  94. environment variables when running as root.
  95. o Security fix: check the result of RSA-CRT to reduce the
  96. possibility of deducing the private key from an incorrectly
  97. calculated signature.
  98. o Security fix: prevent Bleichenbacher's DSA attack.
  99. o Security fix: Zero the premaster secret after deriving the
  100. master secret in DH ciphersuites.
  101. o Reimplement SSL_peek(), which had various problems.
  102. o Compatibility fix: the function des_encrypt() renamed to
  103. des_encrypt1() to avoid clashes with some Unixen libc.
  104. o Bug fixes for Win32, HP/UX and Irix.
  105. o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and
  106. memory checking routines.
  107. o Bug fixes for RSA operations in threaded environments.
  108. o Bug fixes in misc. openssl applications.
  109. o Remove a few potential memory leaks.
  110. o Add tighter checks of BIGNUM routines.
  111. o Shared library support has been reworked for generality.
  112. o More documentation.
  113. o New function BN_rand_range().
  114. o Add "-rand" option to openssl s_client and s_server.
  115. Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6:
  116. o Some documentation for BIO and SSL libraries.
  117. o Enhanced chain verification using key identifiers.
  118. o New sign and verify options to 'dgst' application.
  119. o Support for DER and PEM encoded messages in 'smime' application.
  120. o New 'rsautl' application, low level RSA utility.
  121. o MD4 now included.
  122. o Bugfix for SSL rollback padding check.
  123. o Support for external crypto devices [1].
  124. o Enhanced EVP interface.
  125. [1] The support for external crypto devices is currently a separate
  126. distribution. See the file README.ENGINE.
  127. Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a:
  128. o Bug fixes for Win32, SuSE Linux, NeXTSTEP and FreeBSD 2.2.8
  129. o Shared library support for HPUX and Solaris-gcc
  130. o Support of Linux/IA64
  131. o Assembler support for Mingw32
  132. o New 'rand' application
  133. o New way to check for existence of algorithms from scripts
  134. Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5:
  135. o S/MIME support in new 'smime' command
  136. o Documentation for the OpenSSL command line application
  137. o Automation of 'req' application
  138. o Fixes to make s_client, s_server work under Windows
  139. o Support for multiple fieldnames in SPKACs
  140. o New SPKAC command line utilty and associated library functions
  141. o Options to allow passwords to be obtained from various sources
  142. o New public key PEM format and options to handle it
  143. o Many other fixes and enhancements to command line utilities
  144. o Usable certificate chain verification
  145. o Certificate purpose checking
  146. o Certificate trust settings
  147. o Support of authority information access extension
  148. o Extensions in certificate requests
  149. o Simplified X509 name and attribute routines
  150. o Initial (incomplete) support for international character sets
  151. o New DH_METHOD, DSA_METHOD and enhanced RSA_METHOD
  152. o Read only memory BIOs and simplified creation function
  153. o TLS/SSL protocol bugfixes: Accept TLS 'client hello' in SSL 3.0
  154. record; allow fragmentation and interleaving of handshake and other
  155. data
  156. o TLS/SSL code now "tolerates" MS SGC
  157. o Work around for Netscape client certificate hang bug
  158. o RSA_NULL option that removes RSA patent code but keeps other
  159. RSA functionality
  160. o Memory leak detection now allows applications to add extra information
  161. via a per-thread stack
  162. o PRNG robustness improved
  163. o EGD support
  164. o BIGNUM library bug fixes
  165. o Faster DSA parameter generation
  166. o Enhanced support for Alpha Linux
  167. o Experimental MacOS support
  168. Major changes between OpenSSL 0.9.3 and OpenSSL 0.9.4:
  169. o Transparent support for PKCS#8 format private keys: these are used
  170. by several software packages and are more secure than the standard
  171. form
  172. o PKCS#5 v2.0 implementation
  173. o Password callbacks have a new void * argument for application data
  174. o Avoid various memory leaks
  175. o New pipe-like BIO that allows using the SSL library when actual I/O
  176. must be handled by the application (BIO pair)
  177. Major changes between OpenSSL 0.9.2b and OpenSSL 0.9.3:
  178. o Lots of enhancements and cleanups to the Configuration mechanism
  179. o RSA OEAP related fixes
  180. o Added `openssl ca -revoke' option for revoking a certificate
  181. o Source cleanups: const correctness, type-safe stacks and ASN.1 SETs
  182. o Source tree cleanups: removed lots of obsolete files
  183. o Thawte SXNet, certificate policies and CRL distribution points
  184. extension support
  185. o Preliminary (experimental) S/MIME support
  186. o Support for ASN.1 UTF8String and VisibleString
  187. o Full integration of PKCS#12 code
  188. o Sparc assembler bignum implementation, optimized hash functions
  189. o Option to disable selected ciphers
  190. Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b:
  191. o Fixed a security hole related to session resumption
  192. o Fixed RSA encryption routines for the p < q case
  193. o "ALL" in cipher lists now means "everything except NULL ciphers"
  194. o Support for Triple-DES CBCM cipher
  195. o Support of Optimal Asymmetric Encryption Padding (OAEP) for RSA
  196. o First support for new TLSv1 ciphers
  197. o Added a few new BIOs (syslog BIO, reliable BIO)
  198. o Extended support for DSA certificate/keys.
  199. o Extended support for Certificate Signing Requests (CSR)
  200. o Initial support for X.509v3 extensions
  201. o Extended support for compression inside the SSL record layer
  202. o Overhauled Win32 builds
  203. o Cleanups and fixes to the Big Number (BN) library
  204. o Support for ASN.1 GeneralizedTime
  205. o Splitted ASN.1 SETs from SEQUENCEs
  206. o ASN1 and PEM support for Netscape Certificate Sequences
  207. o Overhauled Perl interface
  208. o Lots of source tree cleanups.
  209. o Lots of memory leak fixes.
  210. o Lots of bug fixes.
  211. Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c:
  212. o Integration of the popular NO_RSA/NO_DSA patches
  213. o Initial support for compression inside the SSL record layer
  214. o Added BIO proxy and filtering functionality
  215. o Extended Big Number (BN) library
  216. o Added RIPE MD160 message digest
  217. o Addeed support for RC2/64bit cipher
  218. o Extended ASN.1 parser routines
  219. o Adjustations of the source tree for CVS
  220. o Support for various new platforms