NEWS 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045
  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 1.1.1s and OpenSSL 1.1.1t [7 Feb 2023]
  6. o Fixed X.400 address type confusion in X.509 GeneralName (CVE-2023-0286)
  7. o Fixed Use-after-free following BIO_new_NDEF (CVE-2023-0215)
  8. o Fixed Double free after calling PEM_read_bio_ex (CVE-2022-4450)
  9. o Fixed Timing Oracle in RSA Decryption (CVE-2022-4304)
  10. Major changes between OpenSSL 1.1.1r and OpenSSL 1.1.1s [1 Nov 2022]
  11. o Fixed a regression introduced in OpenSSL 1.1.1r not refreshing the
  12. certificate data to be signed before signing the certificate.
  13. Major changes between OpenSSL 1.1.1q and OpenSSL 1.1.1r [11 Oct 2022]
  14. o Added a missing header for memcmp that caused compilation failure on
  15. some platforms
  16. Major changes between OpenSSL 1.1.1p and OpenSSL 1.1.1q [5 Jul 2022]
  17. o Fixed AES OCB failure to encrypt some bytes on 32-bit x86 platforms
  18. (CVE-2022-2097)
  19. Major changes between OpenSSL 1.1.1o and OpenSSL 1.1.1p [21 Jun 2022]
  20. o Fixed additional bugs in the c_rehash script which was not properly
  21. sanitising shell metacharacters to prevent command injection
  22. (CVE-2022-2068)
  23. Major changes between OpenSSL 1.1.1n and OpenSSL 1.1.1o [3 May 2022]
  24. o Fixed a bug in the c_rehash script which was not properly sanitising
  25. shell metacharacters to prevent command injection (CVE-2022-1292)
  26. Major changes between OpenSSL 1.1.1m and OpenSSL 1.1.1n [15 Mar 2022]
  27. o Fixed a bug in the BN_mod_sqrt() function that can cause it to loop
  28. forever for non-prime moduli (CVE-2022-0778)
  29. Major changes between OpenSSL 1.1.1l and OpenSSL 1.1.1m [14 Dec 2021]
  30. o None
  31. Major changes between OpenSSL 1.1.1k and OpenSSL 1.1.1l [24 Aug 2021]
  32. o Fixed an SM2 Decryption Buffer Overflow (CVE-2021-3711)
  33. o Fixed various read buffer overruns processing ASN.1 strings (CVE-2021-3712)
  34. Major changes between OpenSSL 1.1.1j and OpenSSL 1.1.1k [25 Mar 2021]
  35. o Fixed a problem with verifying a certificate chain when using the
  36. X509_V_FLAG_X509_STRICT flag (CVE-2021-3450)
  37. o Fixed an issue where an OpenSSL TLS server may crash if sent a
  38. maliciously crafted renegotiation ClientHello message from a client
  39. (CVE-2021-3449)
  40. Major changes between OpenSSL 1.1.1i and OpenSSL 1.1.1j [16 Feb 2021]
  41. o Fixed a NULL pointer deref in the X509_issuer_and_serial_hash()
  42. function (CVE-2021-23841)
  43. o Fixed the RSA_padding_check_SSLv23() function and the RSA_SSLV23_PADDING
  44. padding mode to correctly check for rollback attacks
  45. o Fixed an overflow in the EVP_CipherUpdate, EVP_EncryptUpdate and
  46. EVP_DecryptUpdate functions (CVE-2021-23840)
  47. o Fixed SRP_Calc_client_key so that it runs in constant time
  48. Major changes between OpenSSL 1.1.1h and OpenSSL 1.1.1i [8 Dec 2020]
  49. o Fixed NULL pointer deref in GENERAL_NAME_cmp (CVE-2020-1971)
  50. Major changes between OpenSSL 1.1.1g and OpenSSL 1.1.1h [22 Sep 2020]
  51. o Disallow explicit curve parameters in verifications chains when
  52. X509_V_FLAG_X509_STRICT is used
  53. o Enable 'MinProtocol' and 'MaxProtocol' to configure both TLS and DTLS
  54. contexts
  55. o Oracle Developer Studio will start reporting deprecation warnings
  56. Major changes between OpenSSL 1.1.1f and OpenSSL 1.1.1g [21 Apr 2020]
  57. o Fixed segmentation fault in SSL_check_chain() (CVE-2020-1967)
  58. Major changes between OpenSSL 1.1.1e and OpenSSL 1.1.1f [31 Mar 2020]
  59. o Revert the unexpected EOF reporting via SSL_ERROR_SSL
  60. Major changes between OpenSSL 1.1.1d and OpenSSL 1.1.1e [17 Mar 2020]
  61. o Fixed an overflow bug in the x64_64 Montgomery squaring procedure
  62. used in exponentiation with 512-bit moduli (CVE-2019-1551)
  63. o Properly detect unexpected EOF while reading in libssl and report
  64. it via SSL_ERROR_SSL
  65. Major changes between OpenSSL 1.1.1c and OpenSSL 1.1.1d [10 Sep 2019]
  66. o Fixed a fork protection issue (CVE-2019-1549)
  67. o Fixed a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey
  68. (CVE-2019-1563)
  69. o For built-in EC curves, ensure an EC_GROUP built from the curve name is
  70. used even when parsing explicit parameters
  71. o Compute ECC cofactors if not provided during EC_GROUP construction
  72. (CVE-2019-1547)
  73. o Early start up entropy quality from the DEVRANDOM seed source has been
  74. improved for older Linux systems
  75. o Correct the extended master secret constant on EBCDIC systems
  76. o Use Windows installation paths in the mingw builds (CVE-2019-1552)
  77. o Changed DH_check to accept parameters with order q and 2q subgroups
  78. o Significantly reduce secure memory usage by the randomness pools
  79. o Revert the DEVRANDOM_WAIT feature for Linux systems
  80. Major changes between OpenSSL 1.1.1b and OpenSSL 1.1.1c [28 May 2019]
  81. o Prevent over long nonces in ChaCha20-Poly1305 (CVE-2019-1543)
  82. Major changes between OpenSSL 1.1.1a and OpenSSL 1.1.1b [26 Feb 2019]
  83. o Change the info callback signals for the start and end of a post-handshake
  84. message exchange in TLSv1.3.
  85. o Fix a bug in DTLS over SCTP. This breaks interoperability with older versions
  86. of OpenSSL like OpenSSL 1.1.0 and OpenSSL 1.0.2.
  87. Major changes between OpenSSL 1.1.1 and OpenSSL 1.1.1a [20 Nov 2018]
  88. o Timing vulnerability in DSA signature generation (CVE-2018-0734)
  89. o Timing vulnerability in ECDSA signature generation (CVE-2018-0735)
  90. Major changes between OpenSSL 1.1.0i and OpenSSL 1.1.1 [11 Sep 2018]
  91. o Support for TLSv1.3 added (see https://wiki.openssl.org/index.php/TLS1.3
  92. for further important information). The TLSv1.3 implementation includes:
  93. o Fully compliant implementation of RFC8446 (TLSv1.3) on by default
  94. o Early data (0-RTT)
  95. o Post-handshake authentication and key update
  96. o Middlebox Compatibility Mode
  97. o TLSv1.3 PSKs
  98. o Support for all five RFC8446 ciphersuites
  99. o RSA-PSS signature algorithms (backported to TLSv1.2)
  100. o Configurable session ticket support
  101. o Stateless server support
  102. o Rewrite of the packet construction code for "safer" packet handling
  103. o Rewrite of the extension handling code
  104. o Complete rewrite of the OpenSSL random number generator to introduce the
  105. following capabilities
  106. o The default RAND method now utilizes an AES-CTR DRBG according to
  107. NIST standard SP 800-90Ar1.
  108. o Support for multiple DRBG instances with seed chaining.
  109. o There is a public and private DRBG instance.
  110. o The DRBG instances are fork-safe.
  111. o Keep all global DRBG instances on the secure heap if it is enabled.
  112. o The public and private DRBG instance are per thread for lock free
  113. operation
  114. o Support for various new cryptographic algorithms including:
  115. o SHA3
  116. o SHA512/224 and SHA512/256
  117. o EdDSA (both Ed25519 and Ed448) including X509 and TLS support
  118. o X448 (adding to the existing X25519 support in 1.1.0)
  119. o Multi-prime RSA
  120. o SM2
  121. o SM3
  122. o SM4
  123. o SipHash
  124. o ARIA (including TLS support)
  125. o Significant Side-Channel attack security improvements
  126. o Add a new ClientHello callback to provide the ability to adjust the SSL
  127. object at an early stage.
  128. o Add 'Maximum Fragment Length' TLS extension negotiation and support
  129. o A new STORE module, which implements a uniform and URI based reader of
  130. stores that can contain keys, certificates, CRLs and numerous other
  131. objects.
  132. o Move the display of configuration data to configdata.pm.
  133. o Allow GNU style "make variables" to be used with Configure.
  134. o Claim the namespaces OSSL and OPENSSL, represented as symbol prefixes
  135. o Rewrite of devcrypto engine
  136. Major changes between OpenSSL 1.1.0h and OpenSSL 1.1.0i [under development]
  137. o Client DoS due to large DH parameter (CVE-2018-0732)
  138. o Cache timing vulnerability in RSA Key Generation (CVE-2018-0737)
  139. Major changes between OpenSSL 1.1.0g and OpenSSL 1.1.0h [under development]
  140. o Constructed ASN.1 types with a recursive definition could exceed the
  141. stack (CVE-2018-0739)
  142. o Incorrect CRYPTO_memcmp on HP-UX PA-RISC (CVE-2018-0733)
  143. o rsaz_1024_mul_avx2 overflow bug on x86_64 (CVE-2017-3738)
  144. Major changes between OpenSSL 1.1.0f and OpenSSL 1.1.0g [2 Nov 2017]
  145. o bn_sqrx8x_internal carry bug on x86_64 (CVE-2017-3736)
  146. o Malformed X.509 IPAddressFamily could cause OOB read (CVE-2017-3735)
  147. Major changes between OpenSSL 1.1.0e and OpenSSL 1.1.0f [25 May 2017]
  148. o config now recognises 64-bit mingw and chooses mingw64 instead of mingw
  149. Major changes between OpenSSL 1.1.0d and OpenSSL 1.1.0e [16 Feb 2017]
  150. o Encrypt-Then-Mac renegotiation crash (CVE-2017-3733)
  151. Major changes between OpenSSL 1.1.0c and OpenSSL 1.1.0d [26 Jan 2017]
  152. o Truncated packet could crash via OOB read (CVE-2017-3731)
  153. o Bad (EC)DHE parameters cause a client crash (CVE-2017-3730)
  154. o BN_mod_exp may produce incorrect results on x86_64 (CVE-2017-3732)
  155. Major changes between OpenSSL 1.1.0b and OpenSSL 1.1.0c [10 Nov 2016]
  156. o ChaCha20/Poly1305 heap-buffer-overflow (CVE-2016-7054)
  157. o CMS Null dereference (CVE-2016-7053)
  158. o Montgomery multiplication may produce incorrect results (CVE-2016-7055)
  159. Major changes between OpenSSL 1.1.0a and OpenSSL 1.1.0b [26 Sep 2016]
  160. o Fix Use After Free for large message sizes (CVE-2016-6309)
  161. Major changes between OpenSSL 1.1.0 and OpenSSL 1.1.0a [22 Sep 2016]
  162. o OCSP Status Request extension unbounded memory growth (CVE-2016-6304)
  163. o SSL_peek() hang on empty record (CVE-2016-6305)
  164. o Excessive allocation of memory in tls_get_message_header()
  165. (CVE-2016-6307)
  166. o Excessive allocation of memory in dtls1_preprocess_fragment()
  167. (CVE-2016-6308)
  168. Major changes between OpenSSL 1.0.2h and OpenSSL 1.1.0 [25 Aug 2016]
  169. o Copyright text was shrunk to a boilerplate that points to the license
  170. o "shared" builds are now the default when possible
  171. o Added support for "pipelining"
  172. o Added the AFALG engine
  173. o New threading API implemented
  174. o Support for ChaCha20 and Poly1305 added to libcrypto and libssl
  175. o Support for extended master secret
  176. o CCM ciphersuites
  177. o Reworked test suite, now based on perl, Test::Harness and Test::More
  178. o *Most* libcrypto and libssl public structures were made opaque,
  179. including:
  180. BIGNUM and associated types, EC_KEY and EC_KEY_METHOD,
  181. DH and DH_METHOD, DSA and DSA_METHOD, RSA and RSA_METHOD,
  182. BIO and BIO_METHOD, EVP_MD_CTX, EVP_MD, EVP_CIPHER_CTX,
  183. EVP_CIPHER, EVP_PKEY and associated types, HMAC_CTX,
  184. X509, X509_CRL, X509_OBJECT, X509_STORE_CTX, X509_STORE,
  185. X509_LOOKUP, X509_LOOKUP_METHOD
  186. o libssl internal structures made opaque
  187. o SSLv2 support removed
  188. o Kerberos ciphersuite support removed
  189. o RC4 removed from DEFAULT ciphersuites in libssl
  190. o 40 and 56 bit cipher support removed from libssl
  191. o All public header files moved to include/openssl, no more symlinking
  192. o SSL/TLS state machine, version negotiation and record layer rewritten
  193. o EC revision: now operations use new EC_KEY_METHOD.
  194. o Support for OCB mode added to libcrypto
  195. o Support for asynchronous crypto operations added to libcrypto and libssl
  196. o Deprecated interfaces can now be disabled at build time either
  197. relative to the latest release via the "no-deprecated" Configure
  198. argument, or via the "--api=1.1.0|1.0.0|0.9.8" option.
  199. o Application software can be compiled with -DOPENSSL_API_COMPAT=version
  200. to ensure that features deprecated in that version are not exposed.
  201. o Support for RFC6698/RFC7671 DANE TLSA peer authentication
  202. o Change of Configure to use --prefix as the main installation
  203. directory location rather than --openssldir. The latter becomes
  204. the directory for certs, private key and openssl.cnf exclusively.
  205. o Reworked BIO networking library, with full support for IPv6.
  206. o New "unified" build system
  207. o New security levels
  208. o Support for scrypt algorithm
  209. o Support for X25519
  210. o Extended SSL_CONF support using configuration files
  211. o KDF algorithm support. Implement TLS PRF as a KDF.
  212. o Support for Certificate Transparency
  213. o HKDF support.
  214. Major changes between OpenSSL 1.0.2g and OpenSSL 1.0.2h [3 May 2016]
  215. o Prevent padding oracle in AES-NI CBC MAC check (CVE-2016-2107)
  216. o Fix EVP_EncodeUpdate overflow (CVE-2016-2105)
  217. o Fix EVP_EncryptUpdate overflow (CVE-2016-2106)
  218. o Prevent ASN.1 BIO excessive memory allocation (CVE-2016-2109)
  219. o EBCDIC overread (CVE-2016-2176)
  220. o Modify behavior of ALPN to invoke callback after SNI/servername
  221. callback, such that updates to the SSL_CTX affect ALPN.
  222. o Remove LOW from the DEFAULT cipher list. This removes singles DES from
  223. the default.
  224. o Only remove the SSLv2 methods with the no-ssl2-method option.
  225. Major changes between OpenSSL 1.0.2f and OpenSSL 1.0.2g [1 Mar 2016]
  226. o Disable weak ciphers in SSLv3 and up in default builds of OpenSSL.
  227. o Disable SSLv2 default build, default negotiation and weak ciphers
  228. (CVE-2016-0800)
  229. o Fix a double-free in DSA code (CVE-2016-0705)
  230. o Disable SRP fake user seed to address a server memory leak
  231. (CVE-2016-0798)
  232. o Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption
  233. (CVE-2016-0797)
  234. o Fix memory issues in BIO_*printf functions (CVE-2016-0799)
  235. o Fix side channel attack on modular exponentiation (CVE-2016-0702)
  236. Major changes between OpenSSL 1.0.2e and OpenSSL 1.0.2f [28 Jan 2016]
  237. o DH small subgroups (CVE-2016-0701)
  238. o SSLv2 doesn't block disabled ciphers (CVE-2015-3197)
  239. Major changes between OpenSSL 1.0.2d and OpenSSL 1.0.2e [3 Dec 2015]
  240. o BN_mod_exp may produce incorrect results on x86_64 (CVE-2015-3193)
  241. o Certificate verify crash with missing PSS parameter (CVE-2015-3194)
  242. o X509_ATTRIBUTE memory leak (CVE-2015-3195)
  243. o Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs
  244. o In DSA_generate_parameters_ex, if the provided seed is too short,
  245. return an error
  246. Major changes between OpenSSL 1.0.2c and OpenSSL 1.0.2d [9 Jul 2015]
  247. o Alternate chains certificate forgery (CVE-2015-1793)
  248. o Race condition handling PSK identify hint (CVE-2015-3196)
  249. Major changes between OpenSSL 1.0.2b and OpenSSL 1.0.2c [12 Jun 2015]
  250. o Fix HMAC ABI incompatibility
  251. Major changes between OpenSSL 1.0.2a and OpenSSL 1.0.2b [11 Jun 2015]
  252. o Malformed ECParameters causes infinite loop (CVE-2015-1788)
  253. o Exploitable out-of-bounds read in X509_cmp_time (CVE-2015-1789)
  254. o PKCS7 crash with missing EnvelopedContent (CVE-2015-1790)
  255. o CMS verify infinite loop with unknown hash function (CVE-2015-1792)
  256. o Race condition handling NewSessionTicket (CVE-2015-1791)
  257. Major changes between OpenSSL 1.0.2 and OpenSSL 1.0.2a [19 Mar 2015]
  258. o OpenSSL 1.0.2 ClientHello sigalgs DoS fix (CVE-2015-0291)
  259. o Multiblock corrupted pointer fix (CVE-2015-0290)
  260. o Segmentation fault in DTLSv1_listen fix (CVE-2015-0207)
  261. o Segmentation fault in ASN1_TYPE_cmp fix (CVE-2015-0286)
  262. o Segmentation fault for invalid PSS parameters fix (CVE-2015-0208)
  263. o ASN.1 structure reuse memory corruption fix (CVE-2015-0287)
  264. o PKCS7 NULL pointer dereferences fix (CVE-2015-0289)
  265. o DoS via reachable assert in SSLv2 servers fix (CVE-2015-0293)
  266. o Empty CKE with client auth and DHE fix (CVE-2015-1787)
  267. o Handshake with unseeded PRNG fix (CVE-2015-0285)
  268. o Use After Free following d2i_ECPrivatekey error fix (CVE-2015-0209)
  269. o X509_to_X509_REQ NULL pointer deref fix (CVE-2015-0288)
  270. o Removed the export ciphers from the DEFAULT ciphers
  271. Major changes between OpenSSL 1.0.1l and OpenSSL 1.0.2 [22 Jan 2015]:
  272. o Suite B support for TLS 1.2 and DTLS 1.2
  273. o Support for DTLS 1.2
  274. o TLS automatic EC curve selection.
  275. o API to set TLS supported signature algorithms and curves
  276. o SSL_CONF configuration API.
  277. o TLS Brainpool support.
  278. o ALPN support.
  279. o CMS support for RSA-PSS, RSA-OAEP, ECDH and X9.42 DH.
  280. Major changes between OpenSSL 1.0.1k and OpenSSL 1.0.1l [15 Jan 2015]
  281. o Build fixes for the Windows and OpenVMS platforms
  282. Major changes between OpenSSL 1.0.1j and OpenSSL 1.0.1k [8 Jan 2015]
  283. o Fix for CVE-2014-3571
  284. o Fix for CVE-2015-0206
  285. o Fix for CVE-2014-3569
  286. o Fix for CVE-2014-3572
  287. o Fix for CVE-2015-0204
  288. o Fix for CVE-2015-0205
  289. o Fix for CVE-2014-8275
  290. o Fix for CVE-2014-3570
  291. Major changes between OpenSSL 1.0.1i and OpenSSL 1.0.1j [15 Oct 2014]
  292. o Fix for CVE-2014-3513
  293. o Fix for CVE-2014-3567
  294. o Mitigation for CVE-2014-3566 (SSL protocol vulnerability)
  295. o Fix for CVE-2014-3568
  296. Major changes between OpenSSL 1.0.1h and OpenSSL 1.0.1i [6 Aug 2014]
  297. o Fix for CVE-2014-3512
  298. o Fix for CVE-2014-3511
  299. o Fix for CVE-2014-3510
  300. o Fix for CVE-2014-3507
  301. o Fix for CVE-2014-3506
  302. o Fix for CVE-2014-3505
  303. o Fix for CVE-2014-3509
  304. o Fix for CVE-2014-5139
  305. o Fix for CVE-2014-3508
  306. Major changes between OpenSSL 1.0.1g and OpenSSL 1.0.1h [5 Jun 2014]
  307. o Fix for CVE-2014-0224
  308. o Fix for CVE-2014-0221
  309. o Fix for CVE-2014-0198
  310. o Fix for CVE-2014-0195
  311. o Fix for CVE-2014-3470
  312. o Fix for CVE-2010-5298
  313. Major changes between OpenSSL 1.0.1f and OpenSSL 1.0.1g [7 Apr 2014]
  314. o Fix for CVE-2014-0160
  315. o Add TLS padding extension workaround for broken servers.
  316. o Fix for CVE-2014-0076
  317. Major changes between OpenSSL 1.0.1e and OpenSSL 1.0.1f [6 Jan 2014]
  318. o Don't include gmt_unix_time in TLS server and client random values
  319. o Fix for TLS record tampering bug CVE-2013-4353
  320. o Fix for TLS version checking bug CVE-2013-6449
  321. o Fix for DTLS retransmission bug CVE-2013-6450
  322. Major changes between OpenSSL 1.0.1d and OpenSSL 1.0.1e [11 Feb 2013]:
  323. o Corrected fix for CVE-2013-0169
  324. Major changes between OpenSSL 1.0.1c and OpenSSL 1.0.1d [4 Feb 2013]:
  325. o Fix renegotiation in TLS 1.1, 1.2 by using the correct TLS version.
  326. o Include the fips configuration module.
  327. o Fix OCSP bad key DoS attack CVE-2013-0166
  328. o Fix for SSL/TLS/DTLS CBC plaintext recovery attack CVE-2013-0169
  329. o Fix for TLS AESNI record handling flaw CVE-2012-2686
  330. Major changes between OpenSSL 1.0.1b and OpenSSL 1.0.1c [10 May 2012]:
  331. o Fix TLS/DTLS record length checking bug CVE-2012-2333
  332. o Don't attempt to use non-FIPS composite ciphers in FIPS mode.
  333. Major changes between OpenSSL 1.0.1a and OpenSSL 1.0.1b [26 Apr 2012]:
  334. o Fix compilation error on non-x86 platforms.
  335. o Make FIPS capable OpenSSL ciphers work in non-FIPS mode.
  336. o Fix SSL_OP_NO_TLSv1_1 clash with SSL_OP_ALL in OpenSSL 1.0.0
  337. Major changes between OpenSSL 1.0.1 and OpenSSL 1.0.1a [19 Apr 2012]:
  338. o Fix for ASN1 overflow bug CVE-2012-2110
  339. o Workarounds for some servers that hang on long client hellos.
  340. o Fix SEGV in AES code.
  341. Major changes between OpenSSL 1.0.0h and OpenSSL 1.0.1 [14 Mar 2012]:
  342. o TLS/DTLS heartbeat support.
  343. o SCTP support.
  344. o RFC 5705 TLS key material exporter.
  345. o RFC 5764 DTLS-SRTP negotiation.
  346. o Next Protocol Negotiation.
  347. o PSS signatures in certificates, requests and CRLs.
  348. o Support for password based recipient info for CMS.
  349. o Support TLS v1.2 and TLS v1.1.
  350. o Preliminary FIPS capability for unvalidated 2.0 FIPS module.
  351. o SRP support.
  352. Major changes between OpenSSL 1.0.0g and OpenSSL 1.0.0h [12 Mar 2012]:
  353. o Fix for CMS/PKCS#7 MMA CVE-2012-0884
  354. o Corrected fix for CVE-2011-4619
  355. o Various DTLS fixes.
  356. Major changes between OpenSSL 1.0.0f and OpenSSL 1.0.0g [18 Jan 2012]:
  357. o Fix for DTLS DoS issue CVE-2012-0050
  358. Major changes between OpenSSL 1.0.0e and OpenSSL 1.0.0f [4 Jan 2012]:
  359. o Fix for DTLS plaintext recovery attack CVE-2011-4108
  360. o Clear block padding bytes of SSL 3.0 records CVE-2011-4576
  361. o Only allow one SGC handshake restart for SSL/TLS CVE-2011-4619
  362. o Check parameters are not NULL in GOST ENGINE CVE-2012-0027
  363. o Check for malformed RFC3779 data CVE-2011-4577
  364. Major changes between OpenSSL 1.0.0d and OpenSSL 1.0.0e [6 Sep 2011]:
  365. o Fix for CRL vulnerability issue CVE-2011-3207
  366. o Fix for ECDH crashes CVE-2011-3210
  367. o Protection against EC timing attacks.
  368. o Support ECDH ciphersuites for certificates using SHA2 algorithms.
  369. o Various DTLS fixes.
  370. Major changes between OpenSSL 1.0.0c and OpenSSL 1.0.0d [8 Feb 2011]:
  371. o Fix for security issue CVE-2011-0014
  372. Major changes between OpenSSL 1.0.0b and OpenSSL 1.0.0c [2 Dec 2010]:
  373. o Fix for security issue CVE-2010-4180
  374. o Fix for CVE-2010-4252
  375. o Fix mishandling of absent EC point format extension.
  376. o Fix various platform compilation issues.
  377. o Corrected fix for security issue CVE-2010-3864.
  378. Major changes between OpenSSL 1.0.0a and OpenSSL 1.0.0b [16 Nov 2010]:
  379. o Fix for security issue CVE-2010-3864.
  380. o Fix for CVE-2010-2939
  381. o Fix WIN32 build system for GOST ENGINE.
  382. Major changes between OpenSSL 1.0.0 and OpenSSL 1.0.0a [1 Jun 2010]:
  383. o Fix for security issue CVE-2010-1633.
  384. o GOST MAC and CFB fixes.
  385. Major changes between OpenSSL 0.9.8n and OpenSSL 1.0.0 [29 Mar 2010]:
  386. o RFC3280 path validation: sufficient to process PKITS tests.
  387. o Integrated support for PVK files and keyblobs.
  388. o Change default private key format to PKCS#8.
  389. o CMS support: able to process all examples in RFC4134
  390. o Streaming ASN1 encode support for PKCS#7 and CMS.
  391. o Multiple signer and signer add support for PKCS#7 and CMS.
  392. o ASN1 printing support.
  393. o Whirlpool hash algorithm added.
  394. o RFC3161 time stamp support.
  395. o New generalised public key API supporting ENGINE based algorithms.
  396. o New generalised public key API utilities.
  397. o New ENGINE supporting GOST algorithms.
  398. o SSL/TLS GOST ciphersuite support.
  399. o PKCS#7 and CMS GOST support.
  400. o RFC4279 PSK ciphersuite support.
  401. o Supported points format extension for ECC ciphersuites.
  402. o ecdsa-with-SHA224/256/384/512 signature types.
  403. o dsa-with-SHA224 and dsa-with-SHA256 signature types.
  404. o Opaque PRF Input TLS extension support.
  405. o Updated time routines to avoid OS limitations.
  406. Major changes between OpenSSL 0.9.8m and OpenSSL 0.9.8n [24 Mar 2010]:
  407. o CFB cipher definition fixes.
  408. o Fix security issues CVE-2010-0740 and CVE-2010-0433.
  409. Major changes between OpenSSL 0.9.8l and OpenSSL 0.9.8m [25 Feb 2010]:
  410. o Cipher definition fixes.
  411. o Workaround for slow RAND_poll() on some WIN32 versions.
  412. o Remove MD2 from algorithm tables.
  413. o SPKAC handling fixes.
  414. o Support for RFC5746 TLS renegotiation extension.
  415. o Compression memory leak fixed.
  416. o Compression session resumption fixed.
  417. o Ticket and SNI coexistence fixes.
  418. o Many fixes to DTLS handling.
  419. Major changes between OpenSSL 0.9.8k and OpenSSL 0.9.8l [5 Nov 2009]:
  420. o Temporary work around for CVE-2009-3555: disable renegotiation.
  421. Major changes between OpenSSL 0.9.8j and OpenSSL 0.9.8k [25 Mar 2009]:
  422. o Fix various build issues.
  423. o Fix security issues (CVE-2009-0590, CVE-2009-0591, CVE-2009-0789)
  424. Major changes between OpenSSL 0.9.8i and OpenSSL 0.9.8j [7 Jan 2009]:
  425. o Fix security issue (CVE-2008-5077)
  426. o Merge FIPS 140-2 branch code.
  427. Major changes between OpenSSL 0.9.8g and OpenSSL 0.9.8h [28 May 2008]:
  428. o CryptoAPI ENGINE support.
  429. o Various precautionary measures.
  430. o Fix for bugs affecting certificate request creation.
  431. o Support for local machine keyset attribute in PKCS#12 files.
  432. Major changes between OpenSSL 0.9.8f and OpenSSL 0.9.8g [19 Oct 2007]:
  433. o Backport of CMS functionality to 0.9.8.
  434. o Fixes for bugs introduced with 0.9.8f.
  435. Major changes between OpenSSL 0.9.8e and OpenSSL 0.9.8f [11 Oct 2007]:
  436. o Add gcc 4.2 support.
  437. o Add support for AES and SSE2 assembly language optimization
  438. for VC++ build.
  439. o Support for RFC4507bis and server name extensions if explicitly
  440. selected at compile time.
  441. o DTLS improvements.
  442. o RFC4507bis support.
  443. o TLS Extensions support.
  444. Major changes between OpenSSL 0.9.8d and OpenSSL 0.9.8e [23 Feb 2007]:
  445. o Various ciphersuite selection fixes.
  446. o RFC3779 support.
  447. Major changes between OpenSSL 0.9.8c and OpenSSL 0.9.8d [28 Sep 2006]:
  448. o Introduce limits to prevent malicious key DoS (CVE-2006-2940)
  449. o Fix security issues (CVE-2006-2937, CVE-2006-3737, CVE-2006-4343)
  450. o Changes to ciphersuite selection algorithm
  451. Major changes between OpenSSL 0.9.8b and OpenSSL 0.9.8c [5 Sep 2006]:
  452. o Fix Daniel Bleichenbacher forged signature attack, CVE-2006-4339
  453. o New cipher Camellia
  454. Major changes between OpenSSL 0.9.8a and OpenSSL 0.9.8b [4 May 2006]:
  455. o Cipher string fixes.
  456. o Fixes for VC++ 2005.
  457. o Updated ECC cipher suite support.
  458. o New functions EVP_CIPHER_CTX_new() and EVP_CIPHER_CTX_free().
  459. o Zlib compression usage fixes.
  460. o Built in dynamic engine compilation support on Win32.
  461. o Fixes auto dynamic engine loading in Win32.
  462. Major changes between OpenSSL 0.9.8 and OpenSSL 0.9.8a [11 Oct 2005]:
  463. o Fix potential SSL 2.0 rollback, CVE-2005-2969
  464. o Extended Windows CE support
  465. Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.8 [5 Jul 2005]:
  466. o Major work on the BIGNUM library for higher efficiency and to
  467. make operations more streamlined and less contradictory. This
  468. is the result of a major audit of the BIGNUM library.
  469. o Addition of BIGNUM functions for fields GF(2^m) and NIST
  470. curves, to support the Elliptic Crypto functions.
  471. o Major work on Elliptic Crypto; ECDH and ECDSA added, including
  472. the use through EVP, X509 and ENGINE.
  473. o New ASN.1 mini-compiler that's usable through the OpenSSL
  474. configuration file.
  475. o Added support for ASN.1 indefinite length constructed encoding.
  476. o New PKCS#12 'medium level' API to manipulate PKCS#12 files.
  477. o Complete rework of shared library construction and linking
  478. programs with shared or static libraries, through a separate
  479. Makefile.shared.
  480. o Rework of the passing of parameters from one Makefile to another.
  481. o Changed ENGINE framework to load dynamic engine modules
  482. automatically from specifically given directories.
  483. o New structure and ASN.1 functions for CertificatePair.
  484. o Changed the ZLIB compression method to be stateful.
  485. o Changed the key-generation and primality testing "progress"
  486. mechanism to take a structure that contains the ticker
  487. function and an argument.
  488. o New engine module: GMP (performs private key exponentiation).
  489. o New engine module: VIA PadLOck ACE extension in VIA C3
  490. Nehemiah processors.
  491. o Added support for IPv6 addresses in certificate extensions.
  492. See RFC 1884, section 2.2.
  493. o Added support for certificate policy mappings, policy
  494. constraints and name constraints.
  495. o Added support for multi-valued AVAs in the OpenSSL
  496. configuration file.
  497. o Added support for multiple certificates with the same subject
  498. in the 'openssl ca' index file.
  499. o Make it possible to create self-signed certificates using
  500. 'openssl ca -selfsign'.
  501. o Make it possible to generate a serial number file with
  502. 'openssl ca -create_serial'.
  503. o New binary search functions with extended functionality.
  504. o New BUF functions.
  505. o New STORE structure and library to provide an interface to all
  506. sorts of data repositories. Supports storage of public and
  507. private keys, certificates, CRLs, numbers and arbitrary blobs.
  508. This library is unfortunately unfinished and unused within
  509. OpenSSL.
  510. o New control functions for the error stack.
  511. o Changed the PKCS#7 library to support one-pass S/MIME
  512. processing.
  513. o Added the possibility to compile without old deprecated
  514. functionality with the OPENSSL_NO_DEPRECATED macro or the
  515. 'no-deprecated' argument to the config and Configure scripts.
  516. o Constification of all ASN.1 conversion functions, and other
  517. affected functions.
  518. o Improved platform support for PowerPC.
  519. o New FIPS 180-2 algorithms (SHA-224, -256, -384 and -512).
  520. o New X509_VERIFY_PARAM structure to support parameterisation
  521. of X.509 path validation.
  522. o Major overhaul of RC4 performance on Intel P4, IA-64 and
  523. AMD64.
  524. o Changed the Configure script to have some algorithms disabled
  525. by default. Those can be explicitly enabled with the new
  526. argument form 'enable-xxx'.
  527. o Change the default digest in 'openssl' commands from MD5 to
  528. SHA-1.
  529. o Added support for DTLS.
  530. o New BIGNUM blinding.
  531. o Added support for the RSA-PSS encryption scheme
  532. o Added support for the RSA X.931 padding.
  533. o Added support for BSD sockets on NetWare.
  534. o Added support for files larger than 2GB.
  535. o Added initial support for Win64.
  536. o Added alternate pkg-config files.
  537. Major changes between OpenSSL 0.9.7l and OpenSSL 0.9.7m [23 Feb 2007]:
  538. o FIPS 1.1.1 module linking.
  539. o Various ciphersuite selection fixes.
  540. Major changes between OpenSSL 0.9.7k and OpenSSL 0.9.7l [28 Sep 2006]:
  541. o Introduce limits to prevent malicious key DoS (CVE-2006-2940)
  542. o Fix security issues (CVE-2006-2937, CVE-2006-3737, CVE-2006-4343)
  543. Major changes between OpenSSL 0.9.7j and OpenSSL 0.9.7k [5 Sep 2006]:
  544. o Fix Daniel Bleichenbacher forged signature attack, CVE-2006-4339
  545. Major changes between OpenSSL 0.9.7i and OpenSSL 0.9.7j [4 May 2006]:
  546. o Visual C++ 2005 fixes.
  547. o Update Windows build system for FIPS.
  548. Major changes between OpenSSL 0.9.7h and OpenSSL 0.9.7i [14 Oct 2005]:
  549. o Give EVP_MAX_MD_SIZE its old value, except for a FIPS build.
  550. Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.7h [11 Oct 2005]:
  551. o Fix SSL 2.0 Rollback, CVE-2005-2969
  552. o Allow use of fixed-length exponent on DSA signing
  553. o Default fixed-window RSA, DSA, DH private-key operations
  554. Major changes between OpenSSL 0.9.7f and OpenSSL 0.9.7g [11 Apr 2005]:
  555. o More compilation issues fixed.
  556. o Adaptation to more modern Kerberos API.
  557. o Enhanced or corrected configuration for Solaris64, Mingw and Cygwin.
  558. o Enhanced x86_64 assembler BIGNUM module.
  559. o More constification.
  560. o Added processing of proxy certificates (RFC 3820).
  561. Major changes between OpenSSL 0.9.7e and OpenSSL 0.9.7f [22 Mar 2005]:
  562. o Several compilation issues fixed.
  563. o Many memory allocation failure checks added.
  564. o Improved comparison of X509 Name type.
  565. o Mandatory basic checks on certificates.
  566. o Performance improvements.
  567. Major changes between OpenSSL 0.9.7d and OpenSSL 0.9.7e [25 Oct 2004]:
  568. o Fix race condition in CRL checking code.
  569. o Fixes to PKCS#7 (S/MIME) code.
  570. Major changes between OpenSSL 0.9.7c and OpenSSL 0.9.7d [17 Mar 2004]:
  571. o Security: Fix Kerberos ciphersuite SSL/TLS handshaking bug
  572. o Security: Fix null-pointer assignment in do_change_cipher_spec()
  573. o Allow multiple active certificates with same subject in CA index
  574. o Multiple X509 verification fixes
  575. o Speed up HMAC and other operations
  576. Major changes between OpenSSL 0.9.7b and OpenSSL 0.9.7c [30 Sep 2003]:
  577. o Security: fix various ASN1 parsing bugs.
  578. o New -ignore_err option to OCSP utility.
  579. o Various interop and bug fixes in S/MIME code.
  580. o SSL/TLS protocol fix for unrequested client certificates.
  581. Major changes between OpenSSL 0.9.7a and OpenSSL 0.9.7b [10 Apr 2003]:
  582. o Security: counter the Klima-Pokorny-Rosa extension of
  583. Bleichbacher's attack
  584. o Security: make RSA blinding default.
  585. o Configuration: Irix fixes, AIX fixes, better mingw support.
  586. o Support for new platforms: linux-ia64-ecc.
  587. o Build: shared library support fixes.
  588. o ASN.1: treat domainComponent correctly.
  589. o Documentation: fixes and additions.
  590. Major changes between OpenSSL 0.9.7 and OpenSSL 0.9.7a [19 Feb 2003]:
  591. o Security: Important security related bugfixes.
  592. o Enhanced compatibility with MIT Kerberos.
  593. o Can be built without the ENGINE framework.
  594. o IA32 assembler enhancements.
  595. o Support for new platforms: FreeBSD/IA64 and FreeBSD/Sparc64.
  596. o Configuration: the no-err option now works properly.
  597. o SSL/TLS: now handles manual certificate chain building.
  598. o SSL/TLS: certain session ID malfunctions corrected.
  599. Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.7 [30 Dec 2002]:
  600. o New library section OCSP.
  601. o Complete rewrite of ASN1 code.
  602. o CRL checking in verify code and openssl utility.
  603. o Extension copying in 'ca' utility.
  604. o Flexible display options in 'ca' utility.
  605. o Provisional support for international characters with UTF8.
  606. o Support for external crypto devices ('engine') is no longer
  607. a separate distribution.
  608. o New elliptic curve library section.
  609. o New AES (Rijndael) library section.
  610. o Support for new platforms: Windows CE, Tandem OSS, A/UX, AIX 64-bit,
  611. Linux x86_64, Linux 64-bit on Sparc v9
  612. o Extended support for some platforms: VxWorks
  613. o Enhanced support for shared libraries.
  614. o Now only builds PIC code when shared library support is requested.
  615. o Support for pkg-config.
  616. o Lots of new manuals.
  617. o Makes symbolic links to or copies of manuals to cover all described
  618. functions.
  619. o Change DES API to clean up the namespace (some applications link also
  620. against libdes providing similar functions having the same name).
  621. Provide macros for backward compatibility (will be removed in the
  622. future).
  623. o Unify handling of cryptographic algorithms (software and engine)
  624. to be available via EVP routines for asymmetric and symmetric ciphers.
  625. o NCONF: new configuration handling routines.
  626. o Change API to use more 'const' modifiers to improve error checking
  627. and help optimizers.
  628. o Finally remove references to RSAref.
  629. o Reworked parts of the BIGNUM code.
  630. o Support for new engines: Broadcom ubsec, Accelerated Encryption
  631. Processing, IBM 4758.
  632. o A few new engines added in the demos area.
  633. o Extended and corrected OID (object identifier) table.
  634. o PRNG: query at more locations for a random device, automatic query for
  635. EGD style random sources at several locations.
  636. o SSL/TLS: allow optional cipher choice according to server's preference.
  637. o SSL/TLS: allow server to explicitly set new session ids.
  638. o SSL/TLS: support Kerberos cipher suites (RFC2712).
  639. Only supports MIT Kerberos for now.
  640. o SSL/TLS: allow more precise control of renegotiations and sessions.
  641. o SSL/TLS: add callback to retrieve SSL/TLS messages.
  642. o SSL/TLS: support AES cipher suites (RFC3268).
  643. Major changes between OpenSSL 0.9.6j and OpenSSL 0.9.6k [30 Sep 2003]:
  644. o Security: fix various ASN1 parsing bugs.
  645. o SSL/TLS protocol fix for unrequested client certificates.
  646. Major changes between OpenSSL 0.9.6i and OpenSSL 0.9.6j [10 Apr 2003]:
  647. o Security: counter the Klima-Pokorny-Rosa extension of
  648. Bleichbacher's attack
  649. o Security: make RSA blinding default.
  650. o Build: shared library support fixes.
  651. Major changes between OpenSSL 0.9.6h and OpenSSL 0.9.6i [19 Feb 2003]:
  652. o Important security related bugfixes.
  653. Major changes between OpenSSL 0.9.6g and OpenSSL 0.9.6h [5 Dec 2002]:
  654. o New configuration targets for Tandem OSS and A/UX.
  655. o New OIDs for Microsoft attributes.
  656. o Better handling of SSL session caching.
  657. o Better comparison of distinguished names.
  658. o Better handling of shared libraries in a mixed GNU/non-GNU environment.
  659. o Support assembler code with Borland C.
  660. o Fixes for length problems.
  661. o Fixes for uninitialised variables.
  662. o Fixes for memory leaks, some unusual crashes and some race conditions.
  663. o Fixes for smaller building problems.
  664. o Updates of manuals, FAQ and other instructive documents.
  665. Major changes between OpenSSL 0.9.6f and OpenSSL 0.9.6g [9 Aug 2002]:
  666. o Important building fixes on Unix.
  667. Major changes between OpenSSL 0.9.6e and OpenSSL 0.9.6f [8 Aug 2002]:
  668. o Various important bugfixes.
  669. Major changes between OpenSSL 0.9.6d and OpenSSL 0.9.6e [30 Jul 2002]:
  670. o Important security related bugfixes.
  671. o Various SSL/TLS library bugfixes.
  672. Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d [9 May 2002]:
  673. o Various SSL/TLS library bugfixes.
  674. o Fix DH parameter generation for 'non-standard' generators.
  675. Major changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c [21 Dec 2001]:
  676. o Various SSL/TLS library bugfixes.
  677. o BIGNUM library fixes.
  678. o RSA OAEP and random number generation fixes.
  679. o Object identifiers corrected and added.
  680. o Add assembler BN routines for IA64.
  681. o Add support for OS/390 Unix, UnixWare with gcc, OpenUNIX 8,
  682. MIPS Linux; shared library support for Irix, HP-UX.
  683. o Add crypto accelerator support for AEP, Baltimore SureWare,
  684. Broadcom and Cryptographic Appliance's keyserver
  685. [in 0.9.6c-engine release].
  686. Major changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b [9 Jul 2001]:
  687. o Security fix: PRNG improvements.
  688. o Security fix: RSA OAEP check.
  689. o Security fix: Reinsert and fix countermeasure to Bleichbacher's
  690. attack.
  691. o MIPS bug fix in BIGNUM.
  692. o Bug fix in "openssl enc".
  693. o Bug fix in X.509 printing routine.
  694. o Bug fix in DSA verification routine and DSA S/MIME verification.
  695. o Bug fix to make PRNG thread-safe.
  696. o Bug fix in RAND_file_name().
  697. o Bug fix in compatibility mode trust settings.
  698. o Bug fix in blowfish EVP.
  699. o Increase default size for BIO buffering filter.
  700. o Compatibility fixes in some scripts.
  701. Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.6a [5 Apr 2001]:
  702. o Security fix: change behavior of OpenSSL to avoid using
  703. environment variables when running as root.
  704. o Security fix: check the result of RSA-CRT to reduce the
  705. possibility of deducing the private key from an incorrectly
  706. calculated signature.
  707. o Security fix: prevent Bleichenbacher's DSA attack.
  708. o Security fix: Zero the premaster secret after deriving the
  709. master secret in DH ciphersuites.
  710. o Reimplement SSL_peek(), which had various problems.
  711. o Compatibility fix: the function des_encrypt() renamed to
  712. des_encrypt1() to avoid clashes with some Unixen libc.
  713. o Bug fixes for Win32, HP/UX and Irix.
  714. o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and
  715. memory checking routines.
  716. o Bug fixes for RSA operations in threaded environments.
  717. o Bug fixes in misc. openssl applications.
  718. o Remove a few potential memory leaks.
  719. o Add tighter checks of BIGNUM routines.
  720. o Shared library support has been reworked for generality.
  721. o More documentation.
  722. o New function BN_rand_range().
  723. o Add "-rand" option to openssl s_client and s_server.
  724. Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6 [10 Oct 2000]:
  725. o Some documentation for BIO and SSL libraries.
  726. o Enhanced chain verification using key identifiers.
  727. o New sign and verify options to 'dgst' application.
  728. o Support for DER and PEM encoded messages in 'smime' application.
  729. o New 'rsautl' application, low level RSA utility.
  730. o MD4 now included.
  731. o Bugfix for SSL rollback padding check.
  732. o Support for external crypto devices [1].
  733. o Enhanced EVP interface.
  734. [1] The support for external crypto devices is currently a separate
  735. distribution. See the file README.ENGINE.
  736. Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a [1 Apr 2000]:
  737. o Bug fixes for Win32, SuSE Linux, NeXTSTEP and FreeBSD 2.2.8
  738. o Shared library support for HPUX and Solaris-gcc
  739. o Support of Linux/IA64
  740. o Assembler support for Mingw32
  741. o New 'rand' application
  742. o New way to check for existence of algorithms from scripts
  743. Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5 [25 May 2000]:
  744. o S/MIME support in new 'smime' command
  745. o Documentation for the OpenSSL command line application
  746. o Automation of 'req' application
  747. o Fixes to make s_client, s_server work under Windows
  748. o Support for multiple fieldnames in SPKACs
  749. o New SPKAC command line utility and associated library functions
  750. o Options to allow passwords to be obtained from various sources
  751. o New public key PEM format and options to handle it
  752. o Many other fixes and enhancements to command line utilities
  753. o Usable certificate chain verification
  754. o Certificate purpose checking
  755. o Certificate trust settings
  756. o Support of authority information access extension
  757. o Extensions in certificate requests
  758. o Simplified X509 name and attribute routines
  759. o Initial (incomplete) support for international character sets
  760. o New DH_METHOD, DSA_METHOD and enhanced RSA_METHOD
  761. o Read only memory BIOs and simplified creation function
  762. o TLS/SSL protocol bugfixes: Accept TLS 'client hello' in SSL 3.0
  763. record; allow fragmentation and interleaving of handshake and other
  764. data
  765. o TLS/SSL code now "tolerates" MS SGC
  766. o Work around for Netscape client certificate hang bug
  767. o RSA_NULL option that removes RSA patent code but keeps other
  768. RSA functionality
  769. o Memory leak detection now allows applications to add extra information
  770. via a per-thread stack
  771. o PRNG robustness improved
  772. o EGD support
  773. o BIGNUM library bug fixes
  774. o Faster DSA parameter generation
  775. o Enhanced support for Alpha Linux
  776. o Experimental MacOS support
  777. Major changes between OpenSSL 0.9.3 and OpenSSL 0.9.4 [9 Aug 1999]:
  778. o Transparent support for PKCS#8 format private keys: these are used
  779. by several software packages and are more secure than the standard
  780. form
  781. o PKCS#5 v2.0 implementation
  782. o Password callbacks have a new void * argument for application data
  783. o Avoid various memory leaks
  784. o New pipe-like BIO that allows using the SSL library when actual I/O
  785. must be handled by the application (BIO pair)
  786. Major changes between OpenSSL 0.9.2b and OpenSSL 0.9.3 [24 May 1999]:
  787. o Lots of enhancements and cleanups to the Configuration mechanism
  788. o RSA OEAP related fixes
  789. o Added `openssl ca -revoke' option for revoking a certificate
  790. o Source cleanups: const correctness, type-safe stacks and ASN.1 SETs
  791. o Source tree cleanups: removed lots of obsolete files
  792. o Thawte SXNet, certificate policies and CRL distribution points
  793. extension support
  794. o Preliminary (experimental) S/MIME support
  795. o Support for ASN.1 UTF8String and VisibleString
  796. o Full integration of PKCS#12 code
  797. o Sparc assembler bignum implementation, optimized hash functions
  798. o Option to disable selected ciphers
  799. Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b [22 Mar 1999]:
  800. o Fixed a security hole related to session resumption
  801. o Fixed RSA encryption routines for the p < q case
  802. o "ALL" in cipher lists now means "everything except NULL ciphers"
  803. o Support for Triple-DES CBCM cipher
  804. o Support of Optimal Asymmetric Encryption Padding (OAEP) for RSA
  805. o First support for new TLSv1 ciphers
  806. o Added a few new BIOs (syslog BIO, reliable BIO)
  807. o Extended support for DSA certificate/keys.
  808. o Extended support for Certificate Signing Requests (CSR)
  809. o Initial support for X.509v3 extensions
  810. o Extended support for compression inside the SSL record layer
  811. o Overhauled Win32 builds
  812. o Cleanups and fixes to the Big Number (BN) library
  813. o Support for ASN.1 GeneralizedTime
  814. o Splitted ASN.1 SETs from SEQUENCEs
  815. o ASN1 and PEM support for Netscape Certificate Sequences
  816. o Overhauled Perl interface
  817. o Lots of source tree cleanups.
  818. o Lots of memory leak fixes.
  819. o Lots of bug fixes.
  820. Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c [23 Dec 1998]:
  821. o Integration of the popular NO_RSA/NO_DSA patches
  822. o Initial support for compression inside the SSL record layer
  823. o Added BIO proxy and filtering functionality
  824. o Extended Big Number (BN) library
  825. o Added RIPE MD160 message digest
  826. o Added support for RC2/64bit cipher
  827. o Extended ASN.1 parser routines
  828. o Adjustments of the source tree for CVS
  829. o Support for various new platforms