NEWS 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  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.8 and OpenSSL 0.9.8a:
  6. o Fix potential SSL 2.0 rollback, CAN-2005-2969
  7. o Extended Windows CE support
  8. Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.8:
  9. o Major work on the BIGNUM library for higher efficiency and to
  10. make operations more streamlined and less contradictory. This
  11. is the result of a major audit of the BIGNUM library.
  12. o Addition of BIGNUM functions for fields GF(2^m) and NIST
  13. curves, to support the Elliptic Crypto functions.
  14. o Major work on Elliptic Crypto; ECDH and ECDSA added, including
  15. the use through EVP, X509 and ENGINE.
  16. o New ASN.1 mini-compiler that's usable through the OpenSSL
  17. configuration file.
  18. o Added support for ASN.1 indefinite length constructed encoding.
  19. o New PKCS#12 'medium level' API to manipulate PKCS#12 files.
  20. o Complete rework of shared library construction and linking
  21. programs with shared or static libraries, through a separate
  22. Makefile.shared.
  23. o Rework of the passing of parameters from one Makefile to another.
  24. o Changed ENGINE framework to load dynamic engine modules
  25. automatically from specifically given directories.
  26. o New structure and ASN.1 functions for CertificatePair.
  27. o Changed the ZLIB compression method to be stateful.
  28. o Changed the key-generation and primality testing "progress"
  29. mechanism to take a structure that contains the ticker
  30. function and an argument.
  31. o New engine module: GMP (performs private key exponentiation).
  32. o New engine module: VIA PadLOck ACE extension in VIA C3
  33. Nehemiah processors.
  34. o Added support for IPv6 addresses in certificate extensions.
  35. See RFC 1884, section 2.2.
  36. o Added support for certificate policy mappings, policy
  37. constraints and name constraints.
  38. o Added support for multi-valued AVAs in the OpenSSL
  39. configuration file.
  40. o Added support for multiple certificates with the same subject
  41. in the 'openssl ca' index file.
  42. o Make it possible to create self-signed certificates using
  43. 'openssl ca -selfsign'.
  44. o Make it possible to generate a serial number file with
  45. 'openssl ca -create_serial'.
  46. o New binary search functions with extended functionality.
  47. o New BUF functions.
  48. o New STORE structure and library to provide an interface to all
  49. sorts of data repositories. Supports storage of public and
  50. private keys, certificates, CRLs, numbers and arbitrary blobs.
  51. This library is unfortunately unfinished and unused withing
  52. OpenSSL.
  53. o New control functions for the error stack.
  54. o Changed the PKCS#7 library to support one-pass S/MIME
  55. processing.
  56. o Added the possibility to compile without old deprecated
  57. functionality with the OPENSSL_NO_DEPRECATED macro or the
  58. 'no-deprecated' argument to the config and Configure scripts.
  59. o Constification of all ASN.1 conversion functions, and other
  60. affected functions.
  61. o Improved platform support for PowerPC.
  62. o New FIPS 180-2 algorithms (SHA-224, -256, -384 and -512).
  63. o New X509_VERIFY_PARAM structure to support parametrisation
  64. of X.509 path validation.
  65. o Major overhaul of RC4 performance on Intel P4, IA-64 and
  66. AMD64.
  67. o Changed the Configure script to have some algorithms disabled
  68. by default. Those can be explicitely enabled with the new
  69. argument form 'enable-xxx'.
  70. o Change the default digest in 'openssl' commands from MD5 to
  71. SHA-1.
  72. o Added support for DTLS. THIS IS STILL BEING WORKED ON!
  73. o New BIGNUM blinding.
  74. o Added support for the RSA-PSS encryption scheme
  75. o Added support for the RSA X.931 padding.
  76. o Added support for BSD sockets on NetWare.
  77. o Added support for files larger than 2GB.
  78. o Added initial support for Win64.
  79. o Added alternate pkg-config files.
  80. Major changes between OpenSSL 0.9.7f and OpenSSL 0.9.7g:
  81. o More compilation issues fixed.
  82. o Adaptation to more modern Kerberos API.
  83. o Enhanced or corrected configuration for Solaris64, Mingw and Cygwin.
  84. o Enhanced x86_64 assembler BIGNUM module.
  85. o More constification.
  86. o Added processing of proxy certificates (RFC 3820).
  87. Major changes between OpenSSL 0.9.7e and OpenSSL 0.9.7f:
  88. o Several compilation issues fixed.
  89. o Many memory allocation failure checks added.
  90. o Improved comparison of X509 Name type.
  91. o Mandatory basic checks on certificates.
  92. o Performance improvements.
  93. Major changes between OpenSSL 0.9.7d and OpenSSL 0.9.7e:
  94. o Fix race condition in CRL checking code.
  95. o Fixes to PKCS#7 (S/MIME) code.
  96. Major changes between OpenSSL 0.9.7c and OpenSSL 0.9.7d:
  97. o Security: Fix Kerberos ciphersuite SSL/TLS handshaking bug
  98. o Security: Fix null-pointer assignment in do_change_cipher_spec()
  99. o Allow multiple active certificates with same subject in CA index
  100. o Multiple X509 verification fixes
  101. o Speed up HMAC and other operations
  102. Major changes between OpenSSL 0.9.7b and OpenSSL 0.9.7c:
  103. o Security: fix various ASN1 parsing bugs.
  104. o New -ignore_err option to OCSP utility.
  105. o Various interop and bug fixes in S/MIME code.
  106. o SSL/TLS protocol fix for unrequested client certificates.
  107. Major changes between OpenSSL 0.9.7a and OpenSSL 0.9.7b:
  108. o Security: counter the Klima-Pokorny-Rosa extension of
  109. Bleichbacher's attack
  110. o Security: make RSA blinding default.
  111. o Configuration: Irix fixes, AIX fixes, better mingw support.
  112. o Support for new platforms: linux-ia64-ecc.
  113. o Build: shared library support fixes.
  114. o ASN.1: treat domainComponent correctly.
  115. o Documentation: fixes and additions.
  116. Major changes between OpenSSL 0.9.7 and OpenSSL 0.9.7a:
  117. o Security: Important security related bugfixes.
  118. o Enhanced compatibility with MIT Kerberos.
  119. o Can be built without the ENGINE framework.
  120. o IA32 assembler enhancements.
  121. o Support for new platforms: FreeBSD/IA64 and FreeBSD/Sparc64.
  122. o Configuration: the no-err option now works properly.
  123. o SSL/TLS: now handles manual certificate chain building.
  124. o SSL/TLS: certain session ID malfunctions corrected.
  125. Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.7:
  126. o New library section OCSP.
  127. o Complete rewrite of ASN1 code.
  128. o CRL checking in verify code and openssl utility.
  129. o Extension copying in 'ca' utility.
  130. o Flexible display options in 'ca' utility.
  131. o Provisional support for international characters with UTF8.
  132. o Support for external crypto devices ('engine') is no longer
  133. a separate distribution.
  134. o New elliptic curve library section.
  135. o New AES (Rijndael) library section.
  136. o Support for new platforms: Windows CE, Tandem OSS, A/UX, AIX 64-bit,
  137. Linux x86_64, Linux 64-bit on Sparc v9
  138. o Extended support for some platforms: VxWorks
  139. o Enhanced support for shared libraries.
  140. o Now only builds PIC code when shared library support is requested.
  141. o Support for pkg-config.
  142. o Lots of new manuals.
  143. o Makes symbolic links to or copies of manuals to cover all described
  144. functions.
  145. o Change DES API to clean up the namespace (some applications link also
  146. against libdes providing similar functions having the same name).
  147. Provide macros for backward compatibility (will be removed in the
  148. future).
  149. o Unify handling of cryptographic algorithms (software and engine)
  150. to be available via EVP routines for asymmetric and symmetric ciphers.
  151. o NCONF: new configuration handling routines.
  152. o Change API to use more 'const' modifiers to improve error checking
  153. and help optimizers.
  154. o Finally remove references to RSAref.
  155. o Reworked parts of the BIGNUM code.
  156. o Support for new engines: Broadcom ubsec, Accelerated Encryption
  157. Processing, IBM 4758.
  158. o A few new engines added in the demos area.
  159. o Extended and corrected OID (object identifier) table.
  160. o PRNG: query at more locations for a random device, automatic query for
  161. EGD style random sources at several locations.
  162. o SSL/TLS: allow optional cipher choice according to server's preference.
  163. o SSL/TLS: allow server to explicitly set new session ids.
  164. o SSL/TLS: support Kerberos cipher suites (RFC2712).
  165. Only supports MIT Kerberos for now.
  166. o SSL/TLS: allow more precise control of renegotiations and sessions.
  167. o SSL/TLS: add callback to retrieve SSL/TLS messages.
  168. o SSL/TLS: support AES cipher suites (RFC3268).
  169. Major changes between OpenSSL 0.9.6j and OpenSSL 0.9.6k:
  170. o Security: fix various ASN1 parsing bugs.
  171. o SSL/TLS protocol fix for unrequested client certificates.
  172. Major changes between OpenSSL 0.9.6i and OpenSSL 0.9.6j:
  173. o Security: counter the Klima-Pokorny-Rosa extension of
  174. Bleichbacher's attack
  175. o Security: make RSA blinding default.
  176. o Build: shared library support fixes.
  177. Major changes between OpenSSL 0.9.6h and OpenSSL 0.9.6i:
  178. o Important security related bugfixes.
  179. Major changes between OpenSSL 0.9.6g and OpenSSL 0.9.6h:
  180. o New configuration targets for Tandem OSS and A/UX.
  181. o New OIDs for Microsoft attributes.
  182. o Better handling of SSL session caching.
  183. o Better comparison of distinguished names.
  184. o Better handling of shared libraries in a mixed GNU/non-GNU environment.
  185. o Support assembler code with Borland C.
  186. o Fixes for length problems.
  187. o Fixes for uninitialised variables.
  188. o Fixes for memory leaks, some unusual crashes and some race conditions.
  189. o Fixes for smaller building problems.
  190. o Updates of manuals, FAQ and other instructive documents.
  191. Major changes between OpenSSL 0.9.6f and OpenSSL 0.9.6g:
  192. o Important building fixes on Unix.
  193. Major changes between OpenSSL 0.9.6e and OpenSSL 0.9.6f:
  194. o Various important bugfixes.
  195. Major changes between OpenSSL 0.9.6d and OpenSSL 0.9.6e:
  196. o Important security related bugfixes.
  197. o Various SSL/TLS library bugfixes.
  198. Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
  199. o Various SSL/TLS library bugfixes.
  200. o Fix DH parameter generation for 'non-standard' generators.
  201. Major changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c:
  202. o Various SSL/TLS library bugfixes.
  203. o BIGNUM library fixes.
  204. o RSA OAEP and random number generation fixes.
  205. o Object identifiers corrected and added.
  206. o Add assembler BN routines for IA64.
  207. o Add support for OS/390 Unix, UnixWare with gcc, OpenUNIX 8,
  208. MIPS Linux; shared library support for Irix, HP-UX.
  209. o Add crypto accelerator support for AEP, Baltimore SureWare,
  210. Broadcom and Cryptographic Appliance's keyserver
  211. [in 0.9.6c-engine release].
  212. Major changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b:
  213. o Security fix: PRNG improvements.
  214. o Security fix: RSA OAEP check.
  215. o Security fix: Reinsert and fix countermeasure to Bleichbacher's
  216. attack.
  217. o MIPS bug fix in BIGNUM.
  218. o Bug fix in "openssl enc".
  219. o Bug fix in X.509 printing routine.
  220. o Bug fix in DSA verification routine and DSA S/MIME verification.
  221. o Bug fix to make PRNG thread-safe.
  222. o Bug fix in RAND_file_name().
  223. o Bug fix in compatibility mode trust settings.
  224. o Bug fix in blowfish EVP.
  225. o Increase default size for BIO buffering filter.
  226. o Compatibility fixes in some scripts.
  227. Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.6a:
  228. o Security fix: change behavior of OpenSSL to avoid using
  229. environment variables when running as root.
  230. o Security fix: check the result of RSA-CRT to reduce the
  231. possibility of deducing the private key from an incorrectly
  232. calculated signature.
  233. o Security fix: prevent Bleichenbacher's DSA attack.
  234. o Security fix: Zero the premaster secret after deriving the
  235. master secret in DH ciphersuites.
  236. o Reimplement SSL_peek(), which had various problems.
  237. o Compatibility fix: the function des_encrypt() renamed to
  238. des_encrypt1() to avoid clashes with some Unixen libc.
  239. o Bug fixes for Win32, HP/UX and Irix.
  240. o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and
  241. memory checking routines.
  242. o Bug fixes for RSA operations in threaded environments.
  243. o Bug fixes in misc. openssl applications.
  244. o Remove a few potential memory leaks.
  245. o Add tighter checks of BIGNUM routines.
  246. o Shared library support has been reworked for generality.
  247. o More documentation.
  248. o New function BN_rand_range().
  249. o Add "-rand" option to openssl s_client and s_server.
  250. Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6:
  251. o Some documentation for BIO and SSL libraries.
  252. o Enhanced chain verification using key identifiers.
  253. o New sign and verify options to 'dgst' application.
  254. o Support for DER and PEM encoded messages in 'smime' application.
  255. o New 'rsautl' application, low level RSA utility.
  256. o MD4 now included.
  257. o Bugfix for SSL rollback padding check.
  258. o Support for external crypto devices [1].
  259. o Enhanced EVP interface.
  260. [1] The support for external crypto devices is currently a separate
  261. distribution. See the file README.ENGINE.
  262. Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a:
  263. o Bug fixes for Win32, SuSE Linux, NeXTSTEP and FreeBSD 2.2.8
  264. o Shared library support for HPUX and Solaris-gcc
  265. o Support of Linux/IA64
  266. o Assembler support for Mingw32
  267. o New 'rand' application
  268. o New way to check for existence of algorithms from scripts
  269. Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5:
  270. o S/MIME support in new 'smime' command
  271. o Documentation for the OpenSSL command line application
  272. o Automation of 'req' application
  273. o Fixes to make s_client, s_server work under Windows
  274. o Support for multiple fieldnames in SPKACs
  275. o New SPKAC command line utilty and associated library functions
  276. o Options to allow passwords to be obtained from various sources
  277. o New public key PEM format and options to handle it
  278. o Many other fixes and enhancements to command line utilities
  279. o Usable certificate chain verification
  280. o Certificate purpose checking
  281. o Certificate trust settings
  282. o Support of authority information access extension
  283. o Extensions in certificate requests
  284. o Simplified X509 name and attribute routines
  285. o Initial (incomplete) support for international character sets
  286. o New DH_METHOD, DSA_METHOD and enhanced RSA_METHOD
  287. o Read only memory BIOs and simplified creation function
  288. o TLS/SSL protocol bugfixes: Accept TLS 'client hello' in SSL 3.0
  289. record; allow fragmentation and interleaving of handshake and other
  290. data
  291. o TLS/SSL code now "tolerates" MS SGC
  292. o Work around for Netscape client certificate hang bug
  293. o RSA_NULL option that removes RSA patent code but keeps other
  294. RSA functionality
  295. o Memory leak detection now allows applications to add extra information
  296. via a per-thread stack
  297. o PRNG robustness improved
  298. o EGD support
  299. o BIGNUM library bug fixes
  300. o Faster DSA parameter generation
  301. o Enhanced support for Alpha Linux
  302. o Experimental MacOS support
  303. Major changes between OpenSSL 0.9.3 and OpenSSL 0.9.4:
  304. o Transparent support for PKCS#8 format private keys: these are used
  305. by several software packages and are more secure than the standard
  306. form
  307. o PKCS#5 v2.0 implementation
  308. o Password callbacks have a new void * argument for application data
  309. o Avoid various memory leaks
  310. o New pipe-like BIO that allows using the SSL library when actual I/O
  311. must be handled by the application (BIO pair)
  312. Major changes between OpenSSL 0.9.2b and OpenSSL 0.9.3:
  313. o Lots of enhancements and cleanups to the Configuration mechanism
  314. o RSA OEAP related fixes
  315. o Added `openssl ca -revoke' option for revoking a certificate
  316. o Source cleanups: const correctness, type-safe stacks and ASN.1 SETs
  317. o Source tree cleanups: removed lots of obsolete files
  318. o Thawte SXNet, certificate policies and CRL distribution points
  319. extension support
  320. o Preliminary (experimental) S/MIME support
  321. o Support for ASN.1 UTF8String and VisibleString
  322. o Full integration of PKCS#12 code
  323. o Sparc assembler bignum implementation, optimized hash functions
  324. o Option to disable selected ciphers
  325. Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b:
  326. o Fixed a security hole related to session resumption
  327. o Fixed RSA encryption routines for the p < q case
  328. o "ALL" in cipher lists now means "everything except NULL ciphers"
  329. o Support for Triple-DES CBCM cipher
  330. o Support of Optimal Asymmetric Encryption Padding (OAEP) for RSA
  331. o First support for new TLSv1 ciphers
  332. o Added a few new BIOs (syslog BIO, reliable BIO)
  333. o Extended support for DSA certificate/keys.
  334. o Extended support for Certificate Signing Requests (CSR)
  335. o Initial support for X.509v3 extensions
  336. o Extended support for compression inside the SSL record layer
  337. o Overhauled Win32 builds
  338. o Cleanups and fixes to the Big Number (BN) library
  339. o Support for ASN.1 GeneralizedTime
  340. o Splitted ASN.1 SETs from SEQUENCEs
  341. o ASN1 and PEM support for Netscape Certificate Sequences
  342. o Overhauled Perl interface
  343. o Lots of source tree cleanups.
  344. o Lots of memory leak fixes.
  345. o Lots of bug fixes.
  346. Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c:
  347. o Integration of the popular NO_RSA/NO_DSA patches
  348. o Initial support for compression inside the SSL record layer
  349. o Added BIO proxy and filtering functionality
  350. o Extended Big Number (BN) library
  351. o Added RIPE MD160 message digest
  352. o Addeed support for RC2/64bit cipher
  353. o Extended ASN.1 parser routines
  354. o Adjustations of the source tree for CVS
  355. o Support for various new platforms