NEWS 9.8 KB

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