Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help


sort by:
RevisionAuthorDateMessageCommit Date
b6adb6e Jeffrey Walton14 May 2014, 21:48:26 UTCAdd information to BUGS section of enc documentation. PR#335414 May 2014, 21:59:48 UTC
bfdaf45 Michal Bozon14 May 2014, 20:07:51 UTCCorrected POD syntax errors. PR#335314 May 2014, 21:59:48 UTC
69526a3 Kurt Roeckx12 May 2014, 16:19:14 UTCCheck sk_SSL_CIPHER_num() after assigning sk.12 May 2014, 22:01:06 UTC
778f2b6 Jean-Paul Calderone03 April 2014, 00:47:38 UTCCorrect the return type on the signature for X509_STORE_CTX_get_ex_data given in the pod file.12 May 2014, 21:48:34 UTC
2223317 Serguei E. Leontiev11 May 2014, 18:46:42 UTCReplace manual ASN1 decoder with ASN1_get_object Replace manual ASN.1 decoder with ASN1_get object. This will decode the tag and length properly and check against it does not exceed the supplied buffer length. PR#3335 (cherry picked from commit b0308dddd1cc6a8e1de803ef29ba6da25ee072c2)12 May 2014, 17:41:50 UTC
b107586 Matt Caswell11 May 2014, 23:38:37 UTCFixed NULL pointer dereference. See PR#332111 May 2014, 23:43:33 UTC
d544755 Kurt Roeckx01 May 2014, 11:10:01 UTCSet authkey to NULL and check malloc return value.11 May 2014, 23:24:59 UTC
88398e9 Martin Brejcha01 May 2014, 10:07:09 UTCdgram_sctp_ctrl: authkey memory leak PR: 332711 May 2014, 23:24:59 UTC
15c1ac0 Günther Noack01 May 2014, 11:33:11 UTCAvoid out-of-bounds write in SSL_get_shared_ciphers PR: 331711 May 2014, 22:57:14 UTC
c3c6fc7 Viktor Dukhovni11 May 2014, 19:28:56 UTCFix infinite loop. PR#334711 May 2014, 20:13:18 UTC
4d8cca8 Tim Hudson11 May 2014, 12:29:59 UTCsafety check to ensure we dont send out beyond the users buffer11 May 2014, 12:29:59 UTC
d61be85 Dr. Stephen Henson08 May 2014, 12:17:11 UTCReturn an error if no recipient type matches. If the key type does not match any CMS recipient type return an error instead of using a random key (MMA mitigation). This does not leak any useful information to an attacker. PR#334809 May 2014, 13:24:51 UTC
9e456a8 Tim Hudson05 May 2014, 00:53:39 UTCcoverity 966576 - close socket in error path08 May 2014, 22:19:19 UTC
f179e2b Tim Hudson05 May 2014, 00:39:30 UTCPR#3342 fix resource leak coverity issue 96657708 May 2014, 22:18:44 UTC
6a60b41 Tim Hudson04 May 2014, 22:22:42 UTCfix coverity issue 966597 - error line is not always initialised07 May 2014, 23:00:08 UTC
c6a47f9 Matt Caswell07 May 2014, 22:21:02 UTCFixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in PR#333907 May 2014, 22:25:46 UTC
d0666f2 Geoff Thorpe04 May 2014, 22:44:14 UTCevp: prevent underflow in base64 decoding This patch resolves RT ticket #2608. Thanks to Robert Dugal for originally spotting this, and to David Ramos for noticing that the ball had been dropped. Signed-off-by: Geoff Thorpe <geoff@openssl.org>06 May 2014, 22:10:23 UTC
d8afda6 Geoff Thorpe04 May 2014, 20:19:22 UTCbignum: allow concurrent BN_MONT_CTX_set_locked() The lazy-initialisation of BN_MONT_CTX was serialising all threads, as noted by Daniel Sands and co at Sandia. This was to handle the case that 2 or more threads race to lazy-init the same context, but stunted all scalability in the case where 2 or more threads are doing unrelated things! We favour the latter case by punishing the former. The init work gets done by each thread that finds the context to be uninitialised, and we then lock the "set" logic after that work is done - the winning thread's work gets used, the losing threads throw away what they've done. Signed-off-by: Geoff Thorpe <geoff@openssl.org>06 May 2014, 22:10:21 UTC
804ab36 Geoff Thorpe27 April 2014, 20:06:50 UTCdso: eliminate VMS code on non-VMS systems Even though the meat of dso_vms.c is compiled out on non-VMS builds, the (pre-)compiler still traverses some of the macro handling. This trips up at least one non-VMS build configuration, so this commit makes the skip-VMS case more robust. Signed-off-by: Geoff Thorpe <geoff@openssl.org>06 May 2014, 22:10:17 UTC
a41d517 Dr. Stephen Henson06 May 2014, 13:07:37 UTCInitialize num properly. PR#3289 PR#3345 (cherry picked from commit 3ba1e406c2309adb427ced9815ebf05f5b58d155)06 May 2014, 13:09:14 UTC
9c5d953 Dr. Stephen Henson06 May 2014, 13:02:17 UTCSet Enveloped data version to 2 if ktri version not zero.06 May 2014, 13:02:38 UTC
7b7b18c Tim Hudson04 May 2014, 20:41:22 UTC- fix coverity issues 966593-96659605 May 2014, 23:07:34 UTC
8eb094b David Ramos03 May 2014, 10:00:27 UTCDouble free in i2o_ECPublicKey PR: 333803 May 2014, 23:53:19 UTC
7fa18a6 Jeff Trawick13 April 2014, 13:10:17 UTCtypo in SSL_get_peer_cert_chain docs RT: 330401 May 2014, 23:27:37 UTC
90600a5 Matt Caswell30 April 2014, 23:23:57 UTCFixed spelling error in error message. Fix supplied by Marcos Marado30 April 2014, 23:23:57 UTC
23f5908 Lubomir Rintel21 October 2013, 09:03:01 UTCPOD: Fix item numbering Newer pod2man considers =item [1-9] part of a numbered list, while =item 0 starts an unnumbered list. Add a zero effect formatting mark to override this. doc/apps/smime.pod around line 315: Expected text after =item, not a number ... PR#314630 April 2014, 22:47:29 UTC
e622237 mancha25 April 2014, 14:58:49 UTCFix version documentation. Specify -f is for compilation flags. Add -d to synopsis section. (cherry picked from commit 006397ea62bbcae22c8664d53c2222b808c4bdd1) Closes #79.26 April 2014, 10:21:34 UTC
f081617 mancha24 April 2014, 19:06:20 UTCFix eckey_priv_encode() Fix eckey_priv_encode to return an error on failure of i2d_ECPrivateKey.24 April 2014, 19:32:17 UTC
057444f Steve Marquess24 April 2014, 11:13:05 UTCAdd new sponsors (cherry picked from commit 351f0a124bffaa94d2a8abdec2e7dde5ae9c457d)24 April 2014, 11:32:59 UTC
725c5f1 Ben Laurie23 April 2014, 06:24:03 UTCFix use after free.23 April 2014, 06:33:17 UTC
9c8dc84 Ben Laurie22 April 2014, 12:11:56 UTCFix double frees.22 April 2014, 16:02:37 UTC
e3899ab Dr. Stephen Henson16 April 2014, 11:15:43 UTCDocument -debug_decrypt option. (cherry picked from commit 0dd5b94aeb77c2982bdf6886962b7a8491c6c9ed)16 April 2014, 11:36:06 UTC
3fc880a Dr. Stephen Henson15 April 2014, 17:48:54 UTCExtension checking fixes. When looking for an extension we need to set the last found position to -1 to properly search all extensions. PR#3309. (cherry picked from commit 300b9f0b704048f60776881f1d378c74d9c32fbd)15 April 2014, 17:53:04 UTC
602b279 Dr. Stephen Henson15 April 2014, 17:17:12 UTCClarify CMS_decrypt behaviour. (cherry picked from commit 5f8e9a477a18551052f2019c1f374061acbaa5e6)15 April 2014, 17:19:40 UTC
b05a3ad Dr. Stephen Henson11 April 2014, 01:50:51 UTCAdd new key fingerprint. (cherry picked from commit 3143a332e8f2f5ca1a6f0262a1a1a66103f2adf7)11 April 2014, 01:51:48 UTC
3d8f4f2 Dr. Stephen Henson09 April 2014, 14:42:40 UTCFix free errors in ocsp utility. Keep copy of any host, path and port values allocated by OCSP_parse_url and free as necessary. (cherry picked from commit 5219d3dd350cc74498dd49daef5e6ee8c34d9857)09 April 2014, 14:45:35 UTC
a74bee5 Steven M. Schweda08 April 2014, 16:23:03 UTCVMS build fix #2.08 April 2014, 16:23:03 UTC
55c9e24 Steven M. Schweda07 April 2014, 22:14:11 UTCVMS build fix for older compilers.07 April 2014, 22:14:11 UTC
ebe2219 Dr. Stephen Henson07 April 2014, 16:58:39 UTCPrepare for 1.0.1h-dev07 April 2014, 16:58:39 UTC
b2d951e Dr. Stephen Henson07 April 2014, 16:55:44 UTCPrepare for 1.0.1g release07 April 2014, 16:55:44 UTC
c5993d1 Dr. Stephen Henson06 April 2014, 11:59:14 UTCUpdate NEWS.07 April 2014, 16:53:31 UTC
5be1ae2 Dr. Stephen Henson06 April 2014, 22:11:20 UTCReturn if ssleay_rand_add called with zero num. Treat a zero length passed to ssleay_rand_add a no op: the existing logic zeroes the md value which is very bad. OpenSSL itself never does this internally and the actual call doesn't make sense as it would be passing zero bytes of entropy. Thanks to Marcus Meissner <meissner@suse.de> for reporting this bug.07 April 2014, 16:53:31 UTC
96db902 Dr. Stephen Henson05 April 2014, 23:51:06 UTCAdd heartbeat extension bounds check. A missing bounds check in the handling of the TLS heartbeat extension can be used to reveal up to 64k of memory to a connected client or server. Thanks for Neel Mehta of Google Security for discovering this bug and to Adam Langley <agl@chromium.org> and Bodo Moeller <bmoeller@acm.org> for preparing the fix (CVE-2014-0160)07 April 2014, 16:53:31 UTC
0d7717f Dr. Stephen Henson07 April 2014, 12:02:10 UTCDocument -verify_return_error option. (cherry picked from commit 4e6c12f3088d3ee5747ec9e16d03fc671b8f40be)07 April 2014, 12:04:21 UTC
aba7600 Andy Polyakov06 April 2014, 15:19:54 UTCcrypto/modes/gcm128.c: more strict aliasing fixes. (cherry picked from commit 997d1aac7cfb957decb62d8f0034a7eca6177fec)06 April 2014, 15:22:46 UTC
00acdfb Andy Polyakov06 April 2014, 10:50:36 UTCvpaes-x86_64.pl: fix typo, which for some reason triggers rkhunter. (cherry picked from commit 6eebcf345933694e08aba400faf6f639fb4db196)06 April 2014, 10:55:22 UTC
51624db Dr. Stephen Henson05 April 2014, 19:43:54 UTCSet TLS padding extension value. Enable TLS padding extension using official value from: http://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml (cherry picked from commit cd6bd5ffda616822b52104fee0c4c7d623fd4f53) Conflicts: CHANGES ssl/tls1.h05 April 2014, 19:52:59 UTC
9e29df0 Dr. Stephen Henson04 April 2014, 11:46:39 UTCUpdate FAQ. (cherry picked from commit 6cc0068430d0a4abdef0b466d422e6a4d154a5fe)04 April 2014, 12:07:22 UTC
f54167d Dr. Stephen Henson04 April 2014, 11:44:43 UTCUse correct length when prompting for password. Use bufsiz - 1 not BUFSIZ - 1 when prompting for a password in the openssl utility. Thanks to Rob Mackinnon, Leviathan Security for reporting this issue. (cherry picked from commit 7ba08a4d73c1bdfd3aced09a628b1d7d7747cdca)04 April 2014, 12:07:17 UTC
6042582 Dr. Stephen Henson03 April 2014, 12:27:08 UTCDocument new crl option. (cherry picked from commit dbb7654dc189992966ecd95ca66f7a3bb011ab9b)03 April 2014, 12:37:11 UTC
5052264 Tim Hudson03 April 2014, 12:23:51 UTCAdd option to generate old hash format. New -hash_old to generate CRL hashes using old (before OpenSSL 1.0.0) algorithm. (cherry picked from commit de2d97cd799f38024d70847bab37d91aa5a2536e)03 April 2014, 12:37:04 UTC
bfc3424 Eric Young02 April 2014, 18:50:33 UTCFix base64 decoding bug. A short PEM encoded sequence if passed to the BIO, and the file had 2 \n following would fail. PR#3289 (cherry picked from commit 10378fb5f4c67270b800e8f7c600cd0548874811)02 April 2014, 18:57:27 UTC
1c65936 Dr. Stephen Henson12 March 2014, 14:43:52 UTCupdate NEWS12 March 2014, 14:43:52 UTC
40acdb1 Dr. Stephen Henson12 March 2014, 14:35:54 UTCUpdate ordinals. Use a previously unused value as we will be updating multiple released branches. (cherry picked from commit 0737acd2a8cc688902b5151cab5dc6737b82fb96)12 March 2014, 14:41:37 UTC
4b7a4ba Dr. Stephen Henson12 March 2014, 14:16:19 UTCFix for CVE-2014-0076 Fix for the attack described in the paper "Recovering OpenSSL ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack" by Yuval Yarom and Naomi Benger. Details can be obtained from: http://eprint.iacr.org/2014/140 Thanks to Yuval Yarom and Naomi Benger for discovering this flaw and to Yuval Yarom for supplying a fix. (cherry picked from commit 2198be3483259de374f91e57d247d0fc667aef29) Conflicts: CHANGES12 March 2014, 14:19:54 UTC
e0660c6 Dr. Stephen Henson10 March 2014, 15:45:30 UTCtypo (cherry picked from commit a029788b0e0c19cee4007cc1f73201cf2c13addf)10 March 2014, 15:48:43 UTC
b4ada74 Dr. Stephen Henson07 March 2014, 19:04:45 UTCRemove -WX option from debug-VC-WIN3207 March 2014, 19:07:51 UTC
a93d952 Andy Polyakov07 March 2014, 10:02:25 UTCengines/ccgost/gosthash.c: simplify and avoid SEGV. PR: 3275 (cherry picked from commit ea38f020492042bc1d1adc26ef197b0b9cadf968)07 March 2014, 10:03:51 UTC
5b56fec Andy Polyakov27 February 2014, 11:35:02 UTCMakefile.org: mask touch's exit code [but don't let it mask make's]. PR: 3269 (cherry picked from commit 2f34088e5e9ff02ad20df50571073abac04f1431)27 February 2014, 11:37:08 UTC
32171e4 Dr. Stephen Henson26 February 2014, 15:28:20 UTCFix for WIN32 builds with KRB5 (cherry picked from commit 3eddd1706a30cdf3dc9278692d8ee9038eac8a0d)26 February 2014, 15:33:09 UTC
48e6eda Andy Polyakov25 February 2014, 21:21:54 UTCssl/t1_enc.c: check EVP_MD_CTX_copy return value. PR: 3201 (cherry picked from commit 03da57fe14f2de5bde9d4496a2ae9a4ae8879f88)25 February 2014, 21:24:24 UTC
0696071 Dr. Stephen Henson25 February 2014, 14:27:18 UTCupdate NEWS25 February 2014, 14:27:18 UTC
caf55bf Dr. Stephen Henson25 February 2014, 12:11:22 UTCAvoid Windows 8 Getversion deprecated errors. Windows 8 SDKs complain that GetVersion() is deprecated. We only use GetVersion like this: (GetVersion() < 0x80000000) which checks if the Windows version is NT based. Use a macro check_winnt() which uses GetVersion() on older SDK versions and true otherwise. (cherry picked from commit a4cc3c8041104896d51ae12ef7b678c31808ce52)25 February 2014, 13:42:25 UTC
ce36310 Andy Polyakov24 February 2014, 18:29:49 UTCms/do_win64a.bat: forward to NUL, not NUL:. Allegedly formwarding to NUL: sometimes creates NUL file in file system. PR: 3250 (cherry picked from commit 63aff3001ef6ba2ac376cd3f237fb0d0b3e77f30)24 February 2014, 18:33:54 UTC
3ae1b53 Andy Polyakov24 February 2014, 15:54:10 UTCBC-32.pl: pre-1.0.2-specific refresh for Borland C. PR: 3251 Suggested by: Thorsten Sch\xf6ning24 February 2014, 15:54:10 UTC
79bb005 Andy Polyakov24 February 2014, 15:42:40 UTCBC-32.pl: refresh Borland C support. PR: 3251 Suggested by: Thorsten Sch\xf6ning (cherry picked from commit 779c51c6446f384c2f2a7bd5cc4c3e0366baf628)24 February 2014, 15:49:10 UTC
c4b16dd Andy Polyakov24 February 2014, 14:16:56 UTCx509/by_dir.c: fix run-away pointer (and potential SEGV) when adding duplicates in add_cert_dir. PR: 3261 Reported by: Marian Done (cherry picked from commit 758954e0d8232d370ed72b7f86640e40443e1778)24 February 2014, 14:23:46 UTC
deb3b08 Dr. Stephen Henson15 February 2014, 17:16:19 UTCAdd /fixed flag for FIPS links where appropriate. (cherry picked from commit c55fef76f77aa54e85ca534785b2b19cebbe940c) Conflicts: util/pl/VC-32.pl15 February 2014, 20:30:08 UTC
b45b3ef Dr. Stephen Henson15 February 2014, 01:27:56 UTCRemove duplicate statement. (cherry picked from commit 5a7652c3e585e970e5b778074c92e617e48fde38)15 February 2014, 01:29:36 UTC
e420060 Kurt Roeckx23 December 2013, 18:45:26 UTCUse defaults bits in req when not given If you use "-newkey rsa" it's supposed to read the default number of bits from the config file. However the value isn't used to generate the key, but it does print it's generating such a key. The set_keygen_ctx() doesn't call EVP_PKEY_CTX_set_rsa_keygen_bits() and you end up with the default set in pkey_rsa_init() (1024). Afterwards the number of bits gets read from the config file, but nothing is done with that anymore. We now read the config first and use the value from the config file when no size is given. PR: 2592 (cherry picked from commit 3343220327664680420d4068e1fbe46d2236f1b0)14 February 2014, 22:35:39 UTC
d8ec8a4 Kurt Roeckx23 December 2013, 18:41:28 UTCFix additional pod errors with numbered items. (cherry picked from commit e547c45f1c74e976656c042ec9d873f6eea0e756)14 February 2014, 22:35:39 UTC
040ed7b Scott Schaefer23 December 2013, 18:28:30 UTCFix various spelling errors (cherry picked from commit 2b4ffc659eabec29f76821f0ac624a2b8c19e4c7)14 February 2014, 22:35:39 UTC
c76e5b0 Scott Schaefer23 December 2013, 18:01:38 UTCDocument pkcs12 -password behavior apps/pkcs12.c accepts -password as an argument. The document author almost certainly meant to write "-password, -passin". However, that is not correct, either. Actually the code treats -password as equivalent to -passin, EXCEPT when -export is also specified, in which case -password as equivalent to -passout. (cherry picked from commit 856c6dfb09d69fc82ada2611c6cd792dfc60e355)14 February 2014, 22:35:39 UTC
0071215 Dr. Stephen Henson13 December 2013, 14:41:32 UTCBackport TLS padding extension from master. (cherry picked from commit 8c6d8c2a498146992123ef5407d7ba01a1e7224d) Conflicts: CHANGES ssl/t1_lib.c14 February 2014, 22:19:03 UTC
4a55631 Dr. Stephen Henson13 December 2013, 14:41:32 UTCBackport TLS padding extension from master. (cherry picked from commit 8c6d8c2a498146992123ef5407d7ba01a1e7224d) Conflicts: CHANGES ssl/t1_lib.c05 February 2014, 15:42:04 UTC
19a6857 Dr. Stephen Henson03 February 2014, 14:13:04 UTCAdd quotes as CC can contain spaces. PR#3253 (cherry picked from commit 7f6e09b5316928a9da24d2f695d1885a26dd38ec)03 February 2014, 14:14:09 UTC
f21e6b6 Dr. Stephen Henson29 January 2014, 00:59:35 UTCClarify docs. Remove reference to ERR_TXT_MALLOCED in the error library as that is only used internally. Indicate that returned error data must not be freed. (cherry picked from commit f2d678e6e89b6508147086610e985d4e8416e867)29 January 2014, 01:02:12 UTC
e1549a0 Dr. Stephen Henson28 January 2014, 15:35:16 UTCtypo (cherry picked from commit cb2182676bdf652070bc272a3896d957763a4324)28 January 2014, 15:36:30 UTC
765be74 Dr. Stephen Henson28 January 2014, 15:15:26 UTCFix demo comment: 0.9.9 never released. (cherry picked from commit 717cc8589540b95122a652dee68e6a75b6262d93)28 January 2014, 15:17:47 UTC
9614d2c Dr. Stephen Henson28 January 2014, 15:10:27 UTCCheck i before r[i]. PR#324428 January 2014, 15:10:27 UTC
ad03c71 Dr. Stephen Henson28 January 2014, 13:51:58 UTCAdd loaded dynamic ENGINEs to list. Always add a dynamically loaded ENGINE to list. Otherwise it can cause problems when multiply loaded, especially if it adds new public key methods. For all current engines we only want a single implementation anyway. (cherry picked from commit e933f91f50108a43c0198cdc63ecdfdbc77b4d0d)28 January 2014, 13:57:34 UTC
4eedf86 Dr. Stephen Henson23 January 2014, 18:36:33 UTCUse default digest implementation in dgst.c Use default instead of ENGINE version of digest. Without this errors will occur if you use an ENGINE for a private key and it doesn't implement the digest in question.23 January 2014, 18:36:33 UTC
eb85ee9 Kaspar Brand16 January 2014, 13:49:38 UTCOmit initial status request callback check. PR#317816 January 2014, 13:49:38 UTC
fa2026d Zoltan Arpadffy11 January 2014, 22:42:37 UTCVMS fixes11 January 2014, 22:42:37 UTC
fe08007 Dr. Stephen Henson09 January 2014, 22:47:22 UTCFix bug in X509_V_FLAG_IGNORE_CRITICAL CRL handling. (cherry picked from commit 8f4077ca69076cebaca51b7b666db1ed49e46b9e)09 January 2014, 22:54:03 UTC
e3ebdcf Dr. Stephen Henson08 January 2014, 14:24:21 UTCUpdate NEWS.08 January 2014, 14:24:21 UTC
cb10cf1 Dr. Stephen Henson08 January 2014, 13:39:48 UTCUpdate NEWS.08 January 2014, 13:39:48 UTC
c0dd71c Dr. Stephen Henson08 January 2014, 13:07:20 UTCFix warning PR#322008 January 2014, 13:36:27 UTC
51478be Dr. Stephen Henson06 January 2014, 15:37:02 UTCUpdate NEWS: removal of time in handshakes.06 January 2014, 15:37:02 UTC
a7304e4 Dr. Stephen Henson06 January 2014, 14:37:03 UTCPrepare for 1.0.1g-dev06 January 2014, 14:37:03 UTC
0d87763 Dr. Stephen Henson06 January 2014, 14:36:07 UTCPrepare for 1.0.1f release06 January 2014, 14:36:07 UTC
197e0ea Dr. Stephen Henson06 January 2014, 14:35:04 UTCFix for TLS record tampering bug CVE-2013-435306 January 2014, 14:35:04 UTC
c776a3f Dr. Stephen Henson06 January 2014, 13:33:27 UTCmake update06 January 2014, 13:33:27 UTC
25c9fa6 Dr. Stephen Henson04 January 2014, 13:50:52 UTCRestore SSL_OP_MSIE_SSLV2_RSA_PADDING The flag SSL_OP_MSIE_SSLV2_RSA_PADDING hasn't done anything since OpenSSL 0.9.7h but deleting it will break source compatibility with any software that references it. Restore it but #define to zero. (cherry picked from commit b17d6b8d1d49fa4732deff17cfd1833616af0d9c)04 January 2014, 14:00:44 UTC
d2dc33d Dr. Stephen Henson02 January 2014, 19:02:28 UTCupdate NEWS02 January 2014, 19:02:28 UTC
f3dcc84 Dr. Stephen Henson24 December 2013, 18:17:00 UTCDon't change version number if session established When sending an invalid version number alert don't change the version number to the client version if a session is already established. Thanks to Marek Majkowski for additional analysis of this issue. PR#319102 January 2014, 15:12:48 UTC
1c2c5e4 Dr. Stephen Henson11 December 2013, 14:45:12 UTCDon't use rdrand engine as default unless explicitly requested. (cherry picked from commit 8f68678989a198ead3ab59a698302ecb0f1c8fb1)22 December 2013, 16:08:01 UTC
3462896 Dr. Stephen Henson20 December 2013, 15:26:50 UTCFix DTLS retransmission from previous session. For DTLS we might need to retransmit messages from the previous session so keep a copy of write context in DTLS retransmission buffers instead of replacing it after sending CCS. CVE-2013-6450.20 December 2013, 23:12:18 UTC
a6c62f0 Dr. Stephen Henson20 December 2013, 15:12:26 UTCIgnore NULL parameter in EVP_MD_CTX_destroy.20 December 2013, 22:52:41 UTC
ca98926 Dr. Stephen Henson19 December 2013, 14:37:39 UTCUse version in SSL_METHOD not SSL structure. When deciding whether to use TLS 1.2 PRF and record hash algorithms use the version number in the corresponding SSL_METHOD structure instead of the SSL structure. The SSL structure version is sometimes inaccurate. Note: OpenSSL 1.0.2 and later effectively do this already. (CVE-2013-6449)19 December 2013, 21:04:28 UTC
  • Newer
  • Older

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top