NEWS 20 KB

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