NEWS 14 KB

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