121f386 | Jeffrey Walton | 27 June 2014, 15:33:06 UTC | Clarify docs. Document that the certificate passed to SSL_CTX_add_extra_chain_cert() should not be freed by the application. PR#3409 Add restrictions section present in other branches. (cherry picked from commit 86cac6d3b25342ff17a2b6564f7592fd7c6829e8) | 27 June 2014, 15:44:14 UTC |
9fb10cf | Dr. Stephen Henson | 27 June 2014, 02:21:10 UTC | Memory leak and NULL dereference fixes. PR#3403 (cherry picked from commit d2aea038297e0c64ca66e6844cbb37377365885e) Conflicts: apps/crl2p7.c crypto/asn1/a_utctm.c crypto/asn1/ameth_lib.c crypto/asn1/bio_asn1.c | 27 June 2014, 14:33:18 UTC |
a20a636 | Dr. Stephen Henson | 26 June 2014, 11:36:44 UTC | Remove ancient obsolete files under pkcs7. (cherry picked from commit 7be6b27aaf5ed77f13c93dc89a2c27a42082db3f) | 27 June 2014, 13:04:35 UTC |
54985b5 | Huzaifa Sidhpurwala | 26 June 2014, 22:45:58 UTC | Make sure BN_sqr can never return a negative value. PR#3410 (cherry picked from commit e14e764c0d5d469da63d0819c6ffc0e1e9e7f0bb) | 26 June 2014, 22:52:18 UTC |
b09db67 | Miod Vallat | 12 June 2014, 20:25:07 UTC | Fix off-by-one errors in ssl_cipher_get_evp() In the ssl_cipher_get_evp() function, fix off-by-one errors in index validation before accessing arrays. Bug discovered and fixed by Miod Vallat from the OpenBSD team. PR#3375 | 22 June 2014, 22:26:33 UTC |
cdc5965 | Matt Caswell | 22 June 2014, 22:24:52 UTC | Revert " Fix off-by-one errors in ssl_cipher_get_evp()" This reverts commit def1490717c091c6ef669da9fc5ea4c8b2a4d776. Incorrect attribution | 22 June 2014, 22:24:52 UTC |
70d923f | Dr. Stephen Henson | 14 June 2014, 21:24:08 UTC | Accept CCS after sending finished. Allow CCS after finished has been sent by client: at this point keys have been correctly set up so it is OK to accept CCS from server. Without this renegotiation can sometimes fail. PR#3400 (cherry picked from commit 99cd6a91fcb0931feaebbb4832681d40a66fad41) | 14 June 2014, 21:26:56 UTC |
def1490 | Kurt Cancemi | 12 June 2014, 20:25:07 UTC | Fix off-by-one errors in ssl_cipher_get_evp() In the ssl_cipher_get_evp() function, fix off-by-one errors in index validation before accessing arrays. PR#3375 | 12 June 2014, 20:25:07 UTC |
7697d9b | Ben Laurie | 19 May 2014, 17:21:39 UTC | Allow the maximum value. (Backported as a result of PR#3377 reported by Rainer Jung <rainer.jung@kippdata.de>) | 12 June 2014, 19:52:30 UTC |
0345354 | Dr. Stephen Henson | 10 June 2014, 13:47:29 UTC | Fix null pointer errors. PR#3394 (cherry picked from commit 7a9d59c148b773f59a41f8697eeecf369a0974c2) | 10 June 2014, 13:48:19 UTC |
90aef44 | Dr. Stephen Henson | 09 June 2014, 08:40:25 UTC | Clarify NEWS. | 09 June 2014, 08:40:25 UTC |
6026890 | Dr. Stephen Henson | 06 June 2014, 12:24:56 UTC | Use correct wording for website scripts. | 06 June 2014, 12:26:31 UTC |
810d2c7 | Dr. Stephen Henson | 06 June 2014, 11:26:24 UTC | Add two known issues to NEWS. | 06 June 2014, 11:31:13 UTC |
0a9b8dd | Dr. Stephen Henson | 06 June 2014, 11:16:10 UTC | Fix 0.9.8 FIPS capable OpenSSL build. The object file bn_lib.o is excluded from FIPS builds which causes a linker error for BN_consttime_swap. So move definition from bn_lib.c to bn_gf2m.c This change is *only* needed for OpenSSL 0.9.8 which uses the 1.2 FIPS module. | 06 June 2014, 11:31:13 UTC |
bfce4e5 | Matt Caswell | 26 May 2014, 23:26:55 UTC | Fixed Windows compilation failure | 05 June 2014, 19:27:14 UTC |
4a1190b | Dr. Stephen Henson | 05 June 2014, 09:40:11 UTC | Prepare for 0.9.8zb-dev | 05 June 2014, 09:40:11 UTC |
047ec5d | Dr. Stephen Henson | 05 June 2014, 09:38:57 UTC | Prepare for 0.9.8za release | 05 June 2014, 09:38:57 UTC |
bb59889 | Dr. Stephen Henson | 05 June 2014, 08:08:27 UTC | Update CHANGES and NEWS | 05 June 2014, 08:08:27 UTC |
141a548 | Dr. Stephen Henson | 29 May 2014, 14:00:05 UTC | Fix CVE-2014-3470 Check session_cert is not NULL before dereferencing it. | 03 June 2014, 15:30:23 UTC |
de2422a | Dr. Stephen Henson | 16 May 2014, 12:00:45 UTC | Fix CVE-2014-0221 Unnecessary recursion when receiving a DTLS hello request can be used to crash a DTLS client. Fixed by handling DTLS hello request without recursion. Thanks to Imre Rad (Search-Lab Ltd.) for discovering this issue. | 03 June 2014, 15:30:23 UTC |
897169f | Dr. Stephen Henson | 16 May 2014, 11:55:16 UTC | Additional CVE-2014-0224 protection. Return a fatal error if an attempt is made to use a zero length master secret. | 03 June 2014, 15:30:23 UTC |
410a49a | Dr. Stephen Henson | 16 May 2014, 11:49:48 UTC | Fix for CVE-2014-0224 Only accept change cipher spec when it is expected instead of at any time. This prevents premature setting of session keys before the master secret is determined which an attacker could use as a MITM attack. Thanks to KIKUCHI Masashi (Lepidum Co. Ltd.) for reporting this issue and providing the initial fix this patch is based on. | 03 June 2014, 15:30:23 UTC |
82ba68c | Dr. Stephen Henson | 13 May 2014, 17:48:31 UTC | Fix for CVE-2014-0195 A buffer overrun attack can be triggered by sending invalid DTLS fragments to an OpenSSL DTLS client or server. This is potentially exploitable to run arbitrary code on a vulnerable client or server. Fixed by adding consistency check for DTLS fragments. Thanks to Jüri Aedla for reporting this issue. | 03 June 2014, 15:30:23 UTC |
4b258e7 | zhu qun-ying | 02 June 2014, 13:38:52 UTC | Free up s->d1->buffered_app_data.q properly. PR#3286 (cherry picked from commit 71e95000afb2227fe5cac1c79ae884338bcd8d0b) | 02 June 2014, 13:40:45 UTC |
6ac2f67 | Andy Polyakov | 11 January 2012, 21:42:20 UTC | ecdsa.pod: typo. PR: 2678 Submitted by: Annie Yousar (cherry picked from commit d572544a2cccc9dad7afcef24de11232e5506c99) | 02 June 2014, 12:59:53 UTC |
bea1d1c | Sami Farin | 02 June 2014, 11:24:19 UTC | Typo: set i to -1 before goto. PR#3302 (cherry picked from commit 9717f01951f976f76dd40a38d9fc7307057fa4c4) | 02 June 2014, 11:28:50 UTC |
61e6e80 | Dr. Stephen Henson | 01 June 2014, 14:03:00 UTC | Set default global mask to UTF8 only. (cherry picked from commit 3009244da47b989c4cc59ba02cf81a4e9d8f8431) | 01 June 2014, 14:04:49 UTC |
2ce5407 | David Ramos | 01 June 2014, 13:30:10 UTC | Allocate extra space when NETSCAPE_HANG_BUG defined. Make sure there is an extra 4 bytes for server done message when NETSCAPE_HANG_BUG is defined. PR#3361 (cherry picked from commit 673c42b2380c34e7500f05e7f00c674cc677a065) | 01 June 2014, 13:31:57 UTC |
8e928aa | Ben Laurie | 19 May 2014, 17:20:54 UTC | Fix signed/unsigned warning. (cherry picked from commit 989d87cb1a174a951efd829ff6b2f68a322f9df8) | 29 May 2014, 13:16:21 UTC |
105e52b | Dr. Stephen Henson | 29 May 2014, 13:07:49 UTC | Set version number correctly. PR#3249 (cherry picked from commit 8909bf20269035d295743fca559207ef2eb84eb3) | 29 May 2014, 13:12:11 UTC |
492a501 | František Bořánek | 29 May 2014, 12:49:10 UTC | Fix memory leak. PR#3278 (cherry picked from commit de56fe797081fc09ebd1add06d6e2df42a324fd5) | 29 May 2014, 13:12:11 UTC |
53b0b0a | Peter Mosmans | 27 May 2014, 22:26:11 UTC | Fix for test_bn regular expression to work on Windows using MSYS. PR#3346 | 27 May 2014, 22:30:17 UTC |
677c117 | Matt Caswell | 25 May 2014, 22:37:53 UTC | Fixed error in args for SSL_set_msg_callback and SSL_set_msg_callback_arg | 25 May 2014, 22:48:57 UTC |
bb50d30 | Matt Caswell | 24 May 2014, 22:55:27 UTC | Fix for non compilation with TLS_DEBUG defined | 24 May 2014, 23:02:38 UTC |
8323996 | Dr. Stephen Henson | 21 May 2014, 09:50:19 UTC | Fix for PKCS12_create if no-rc2 specified. Use triple DES for certificate encryption if no-rc2 is specified. PR#3357 (cherry picked from commit 03b5b78c09fb10839a565f341cdc527c675e89ce) | 21 May 2014, 10:30:34 UTC |
ee14e33 | Dr. Stephen Henson | 21 May 2014, 09:39:11 UTC | Change default cipher in smime app to des3. PR#3357 (cherry picked from commit ca3ffd9670f2b589bf8cc04923f953e06d6fbc58) Conflicts: doc/apps/smime.pod | 21 May 2014, 10:21:12 UTC |
1bcb94a | Matt Caswell | 15 May 2014, 20:19:46 UTC | Removed note in BUGS section about AEAD ciphers - inadvertently added to wrong branch | 15 May 2014, 20:24:07 UTC |
9658c63 | Jeffrey Walton | 14 May 2014, 21:49:30 UTC | Fix grammar error in verify pod. PR#3355 | 14 May 2014, 22:00:57 UTC |
7ee8b27 | Jeffrey Walton | 14 May 2014, 21:48:26 UTC | Add information to BUGS section of enc documentation. PR#3354 | 14 May 2014, 22:00:57 UTC |
e4ea6f0 | Michal Bozon | 14 May 2014, 20:07:51 UTC | Corrected POD syntax errors. PR#3353 | 14 May 2014, 22:00:56 UTC |
a2c00fb | Kurt Roeckx | 12 May 2014, 16:19:14 UTC | Check sk_SSL_CIPHER_num() after assigning sk. | 12 May 2014, 22:07:44 UTC |
d06ae0f | Günther Noack | 01 May 2014, 11:33:11 UTC | Avoid out-of-bounds write in SSL_get_shared_ciphers PR: 3317 | 11 May 2014, 23:04:57 UTC |
afa2ea2 | Viktor Dukhovni | 11 May 2014, 19:28:56 UTC | Fix infinite loop. PR#3347 | 11 May 2014, 20:20:00 UTC |
0b6394c | Tim Hudson | 11 May 2014, 12:29:59 UTC | safety check to ensure we dont send out beyond the users buffer | 11 May 2014, 12:38:23 UTC |
70ddf8e | Dr. Stephen Henson | 08 May 2014, 12:17:11 UTC | Return 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#3348 (cherry picked from commit 83a3182e0560f76548f4378325393461f6275493) | 08 May 2014, 12:18:49 UTC |
9febee0 | Geoff Thorpe | 04 May 2014, 22:44:14 UTC | evp: 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:23:54 UTC |
a721216 | Geoff Thorpe | 04 May 2014, 20:19:22 UTC | bignum: 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:23:49 UTC |
47f689a | Dr. Stephen Henson | 06 May 2014, 13:07:37 UTC | Initialize num properly. PR#3289 PR#3345 (cherry picked from commit 3ba1e406c2309adb427ced9815ebf05f5b58d155) | 06 May 2014, 13:09:26 UTC |
f51f374 | Dr. Stephen Henson | 06 May 2014, 13:02:17 UTC | Set Enveloped data version to 2 if ktri version not zero. (cherry picked from commit 9c5d953a07f472452ae2cb578e39eddea2de2b9c) | 06 May 2014, 13:05:05 UTC |
3c1128f | Steve Marquess | 24 April 2014, 11:13:05 UTC | Add new sponsors (cherry picked from commit 351f0a124bffaa94d2a8abdec2e7dde5ae9c457d) | 24 April 2014, 11:31:42 UTC |
8185c94 | Dr. Stephen Henson | 11 April 2014, 01:50:51 UTC | Add new key fingerprint. (cherry picked from commit 3143a332e8f2f5ca1a6f0262a1a1a66103f2adf7) | 11 April 2014, 01:52:14 UTC |
c61f0cb | Dr. Stephen Henson | 09 April 2014, 14:42:40 UTC | Fix 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:56 UTC |
d90605d | Dr. Stephen Henson | 04 April 2014, 11:46:39 UTC | Update FAQ. (cherry picked from commit 6cc0068430d0a4abdef0b466d422e6a4d154a5fe) | 04 April 2014, 12:09:13 UTC |
e563349 | Dr. Stephen Henson | 04 April 2014, 11:44:43 UTC | Use 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:09:05 UTC |
9ad5c5e | Eric Young | 02 April 2014, 18:50:33 UTC | Fix 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:58:25 UTC |
4bc24cf | Dr. Stephen Henson | 27 March 2014, 01:03:46 UTC | make update | 27 March 2014, 01:03:46 UTC |
79f5776 | Dr. Stephen Henson | 27 March 2014, 01:03:07 UTC | Update NEWS | 27 March 2014, 01:03:07 UTC |
d79eb92 | Dr. Stephen Henson | 12 March 2014, 14:35:54 UTC | Update ordinals. Use a previously unused value as we will be updating multiple released branches. (cherry picked from commit 0737acd2a8cc688902b5151cab5dc6737b82fb96) | 27 March 2014, 00:59:48 UTC |
fff69a7 | mancha | 27 March 2014, 00:55:08 UTC | Fix for CVE-2014-0076 backported to 0.9.8 branch 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. Thanks for mancha for backporting the fix to OpenSSL 0.9.8 branch. | 27 March 2014, 00:55:08 UTC |
a375025 | mancha | 27 March 2014, 00:47:14 UTC | Fix alert handling. Fix OpenSSL 0.9.8 alert handling. PR#3038 | 27 March 2014, 00:54:16 UTC |
d471adf | Dr. Stephen Henson | 15 February 2014, 01:27:56 UTC | Remove duplicate statement. (cherry picked from commit 5a7652c3e585e970e5b778074c92e617e48fde38) | 15 February 2014, 01:31:34 UTC |
2fb8642 | Dr. Stephen Henson | 29 January 2014, 00:59:35 UTC | Clarify 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:35 UTC |
c44d95c | Dr. Stephen Henson | 10 January 2014, 23:03:47 UTC | fix shell syntax PR#3216 (cherry picked from commit 080ae6843299c873808c04487d4ccf51624fe618) | 10 January 2014, 23:04:40 UTC |
0da40f0 | Dr. Stephen Henson | 04 January 2014, 13:50:52 UTC | Restore 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:01:25 UTC |
7f722c9 | Dr. Stephen Henson | 10 December 2013, 00:11:06 UTC | remove obsolete STATUS file | 10 December 2013, 00:11:06 UTC |
4268216 | Dr. Stephen Henson | 09 December 2013, 23:53:28 UTC | Add release dates to NEWS | 09 December 2013, 23:53:28 UTC |
17540b7 | Dr. Stephen Henson | 27 November 2013, 15:37:39 UTC | Simplify and update openssl.spec | 27 November 2013, 15:37:39 UTC |
b70e4d3 | Dr. Stephen Henson | 21 November 2013, 15:47:19 UTC | Fixes for no-static-engine and Windows builds. | 21 November 2013, 15:49:34 UTC |
d9519a4 | Rob Stradling | 12 September 2013, 20:47:25 UTC | Update CHANGES. | 04 October 2013, 13:55:01 UTC |
5ac9786 | Rob Stradling | 10 September 2013, 12:04:05 UTC | Fix compilation with this branch's definition of SSL_CIPHER. | 04 October 2013, 13:55:01 UTC |
0b05204 | Rob Stradling | 10 September 2013, 11:46:24 UTC | Remove empty line. | 04 October 2013, 13:55:01 UTC |
a4bfeff | Rob Stradling | 10 September 2013, 11:45:34 UTC | Tidy up comments. | 04 October 2013, 13:55:01 UTC |
43433b3 | Rob Stradling | 10 September 2013, 11:43:33 UTC | Use TLS version supplied by client when fingerprinting Safari. | 04 October 2013, 13:55:01 UTC |
020a478 | Rob Stradling | 10 September 2013, 11:42:46 UTC | Backport TLS 1.1/1.2 #defines | 04 October 2013, 13:55:01 UTC |
cadbbd5 | Rob Stradling | 10 September 2013, 11:41:37 UTC | Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X. OS X 10.8..10.8.3 has broken support for ECDHE-ECDSA ciphers. | 04 October 2013, 13:55:01 UTC |
ff7b021 | Bodo Moeller | 16 September 2013, 10:59:21 UTC | Fix overly lenient comparisons: - EC_GROUP_cmp shouldn't consider curves equal just because the curve name is the same. (They really *should* be the same in this case, but there's an EC_GROUP_set_curve_name API, which could be misused.) - EC_POINT_cmp shouldn't return 0 for ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED or EC_R_INCOMPATIBLE_OBJECTS errors because in a cmp API, 0 indicates equality (not an error). Reported by: king cope (cherry picked from commit ca567a03ad4595589b6062465a8404764da4e3fa) Conflicts: Configure | 17 September 2013, 08:20:04 UTC |
e7e4d50 | Dr. Stephen Henson | 20 August 2013, 15:33:02 UTC | Correct ECDSA example. (cherry picked from commit 3a918ea2bbf4175d9461f81be1403d3781b2c0dc) | 20 August 2013, 16:31:53 UTC |
9204e7e | Michael Tuexen | 13 August 2013, 17:53:19 UTC | DTLS message_sequence number wrong in rehandshake ServerHello This fix ensures that * A HelloRequest is retransmitted if not responded by a ClientHello * The HelloRequest "consumes" the sequence number 0. The subsequent ServerHello uses the sequence number 1. * The client also expects the sequence number of the ServerHello to be 1 if a HelloRequest was received earlier. This patch fixes the RFC violation. Conflicts: ssl/d1_pkt.c (cherry picked from commit 6f87807e629ee10ec0006b39d8851af8c5ade67b) | 13 August 2013, 18:00:59 UTC |
257df40 | Michael Tuexen | 08 August 2013, 12:28:55 UTC | DTLS handshake fix. Reported by: Prashant Jaikumar <rmstar@gmail.com> Fix handling of application data received before a handshake. (cherry picked from commit 0c75eeacd3285b395dc75b65c3e6fe6ffbef59f0) | 08 August 2013, 12:33:20 UTC |
a44c9b9 | Dr. Stephen Henson | 08 April 2013, 17:03:12 UTC | Set s->d1 to NULL after freeing it. (cherry picked from commit 04638f2fc335a6dc2af8e5d556d36e29c261dcd2) | 08 April 2013, 17:40:39 UTC |
1cbd745 | Dr. Stephen Henson | 07 April 2013, 16:23:21 UTC | Print out DSA key if parameters absent. In DSA_print DSA parameters can be absent (e.g inherited) it is not a fatal error. | 07 April 2013, 21:50:55 UTC |
e1e39a2 | Dr. Stephen Henson | 19 March 2013, 13:46:28 UTC | Disable compression for DTLS. The only standard compression method is stateful and is incompatible with DTLS. (cherry picked from commit e14b8410ca882da8e9579a2d928706f894c8e1ae) | 19 March 2013, 13:48:02 UTC |
01de6e2 | Andy Polyakov | 18 March 2013, 19:03:44 UTC | x86cpuid.pl: make it work with older CPU. PR: 3005, from master | 18 March 2013, 19:03:44 UTC |
05689a1 | Michael Tuexen | 18 March 2013, 14:30:38 UTC | Avoid unnecessary fragmentation. (cherry picked from commit 80ccc66d7eedb2d06050130c77c482ae1584199a) | 18 March 2013, 14:33:27 UTC |
1643edc | Dr. Stephen Henson | 18 March 2013, 14:19:40 UTC | Encode INTEGER correctly. If an ASN1_INTEGER structure is allocated but not explicitly set encode it as zero: don't generate an invalid zero length INTEGER. | 18 March 2013, 14:19:40 UTC |
1546fb7 | Dr. Stephen Henson | 18 March 2013, 13:58:32 UTC | Typo. | 18 March 2013, 13:58:32 UTC |
b7d222c | Dr. Stephen Henson | 26 February 2013, 17:13:37 UTC | Merge branch 'OpenSSL_0_9_8-stable' of /home/steve/src/git/openssl into OpenSSL_0_9_8-stable | 26 February 2013, 17:13:37 UTC |
a93cc7c | Geoff Lowe | 26 February 2013, 17:12:13 UTC | Use orig_len, not rec->orig_len | 26 February 2013, 17:12:13 UTC |
8988407 | Nick Alcock | 15 February 2013, 17:44:11 UTC | Fix POD errors to stop make install_docs dying with pod2man 2.5.0+ podlators 2.5.0 has switched to dying on POD syntax errors. This means that a bunch of long-standing erroneous POD in the openssl documentation now leads to fatal errors from pod2man, halting installation. Unfortunately POD constraints mean that you have to sort numeric lists in ascending order if they start with 1: you cannot do 1, 0, 2 even if you want 1 to appear first. I've reshuffled such (alas, I wish there were a better way but I don't know of one). | 15 February 2013, 18:43:49 UTC |
b2afc0a | Andy Polyakov | 16 May 2011, 18:11:45 UTC | cms-test.pl: make it work with not-so-latest perl. (cherry picked from commit 9c437e2faded18b4ef6499d7041c65d6e216955b) | 14 February 2013, 15:40:55 UTC |
a8655eb | David Woodhouse | 12 February 2013, 15:09:44 UTC | Check DTLS_BAD_VER for version number. Need to check DTLS_BAD_VER as well as DTLS1_VERSION. PR:2984 (cherry picked from commit 6a14feb048c0b7ad4da341fca364171e273da325) | 12 February 2013, 15:12:52 UTC |
f751dc4 | Dr. Stephen Henson | 11 February 2013, 18:24:03 UTC | Fix for SSL_get_certificate Now we set the current certificate to the one used by a server there is no need to call ssl_get_server_send_cert which will fail if we haven't sent a certificate yet. (cherry picked from commit 147dbb2fe3bead7a10e2f280261b661ce7af7adc) | 11 February 2013, 18:27:41 UTC |
fbe621d | Dr. Stephen Henson | 11 February 2013, 18:17:50 UTC | Fix in ssltest is no-ssl2 configured (cherry picked from commit cbf9b4aed3e209fe8a39e1d6f55aaf46d1369dc4) | 11 February 2013, 18:27:33 UTC |
2e9fd43 | Dr. Stephen Henson | 11 February 2013, 15:05:49 UTC | use 10240 for tar record size | 11 February 2013, 15:20:57 UTC |
1638ce7 | Lutz Jaenicke | 11 February 2013, 10:29:05 UTC | FAQ/README: we are now using Git instead of CVS (cherry picked from commit f88dbb8385c199a2a28e9525c6bba3a64bda96af) Conflicts: INSTALL.W32 | 11 February 2013, 10:31:48 UTC |
7ecd974 | Dr. Stephen Henson | 10 February 2013, 13:30:04 UTC | Set next version. Note: it was decided that after 0.9.8y it should be 0.9.8za then 0.9.8zb etc. | 10 February 2013, 13:30:04 UTC |
db731da | Andy Polyakov | 09 February 2013, 18:38:47 UTC | ssl/s3_[clnt|srvr].c: fix warning and linking error. PR: 2979 | 09 February 2013, 18:38:47 UTC |
5864fd2 | Andy Polyakov | 08 February 2013, 20:30:52 UTC | s3_cbc.c: make CBC_MAC_ROTATE_IN_PLACE universal. (cherry picked from commit f93a41877d8d7a287debb7c63d7b646abaaf269c) | 08 February 2013, 20:38:06 UTC |
ff58eaa | Andy Polyakov | 08 February 2013, 15:59:26 UTC | s3_cbc.c: get rid of expensive divisions [from master]. (cherry picked from commit e9baceab5a385e570706ca98dec768b2d89d1ac6) | 08 February 2013, 16:01:55 UTC |
76c61a5 | Andy Polyakov | 08 February 2013, 11:03:16 UTC | ssl/s3_enc.c: remove artefact. | 08 February 2013, 11:03:16 UTC |