NEWS 43 KB

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