aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'OpenSSL_1_0_2-stable' of https://github.com/openssl/openssl int...OpenSSL_1_0_2-stableKazuki Yamaguchi2016-08-2993-602/+3082
|\
| * SRP_create_verifier does not check for NULL before OPENSSL_cleanseMatt Caswell2016-08-261-1/+2
| * Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte2016-08-262-2/+9
| * Fix a few leaks in X509_REQ_to_X509.FdaSilvaYY2016-08-262-5/+10
| * Add basic test for Cisco DTLS1_BAD_VER and record replay handlingDavid Woodhouse2016-08-263-5/+959
| * Fix ubsan 'left shift of negative value -1' error in satsub64be()David Woodhouse2016-08-261-19/+42
| * Fix SSL_export_keying_material() for DTLS1_BAD_VERDavid Woodhouse2016-08-261-1/+1
| * Fix the no-tls1 optionMatt Caswell2016-08-263-5/+5
| * ec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm doesn't recognize cmovb.Andy Polyakov2016-08-261-40/+40
| * ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov2016-08-262-31/+50
| * ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.Andy Polyakov2016-08-262-62/+84
| * Always use session_ctx when removing a sessionTodd Short2016-08-263-4/+4
| * Avoid overflow in MDC2_Update()Dr. Stephen Henson2016-08-241-1/+1
| * SWEET32 (CVE-2016-2183): Move DES from HIGH to MEDIUMRich Salz2016-08-242-17/+21
| * Fix no-ecMatt Caswell2016-08-241-1/+1
| * Sanity check ticket length.Dr. Stephen Henson2016-08-231-3/+8
| * mk1mf: dtlstest needs ssltestlib, include it with a hackRichard Levitte2016-08-231-2/+3
| * Don't check for malloc failure twice.David Benjamin2016-08-221-5/+0
| * Fix overflow check in BN_bn2dec()Kazuki Yamaguchi2016-08-221-3/+2
| * RT2676: Reject RSA eponent if even or 1Rich Salz2016-08-222-57/+36
| * VMS: Use strict refdef extern model when building library object filesRichard Levitte2016-08-222-2/+2
| * GOST: rearrange code so it's more like C rather than C++Richard Levitte2016-08-221-1/+3
| * Make 'openssl req -x509' more equivalent to 'openssl req -new'Richard Levitte2016-08-221-3/+4
| * bn/asm/x86[_64]-mont*.pl: implement slightly alternative page-walking.Andy Polyakov2016-08-223-179/+274
| * ssltestlib: Tell compiler we don't care about the value when we don'tRichard Levitte2016-08-221-1/+1
| * Prevent DTLS Finished message injectionMatt Caswell2016-08-221-0/+6
| * Fix DTLS buffered message DoS attackMatt Caswell2016-08-225-29/+47
| * Silence some "maybe used uninitialised" warningsMatt Caswell2016-08-222-2/+2
| * ec/ecp_nistz256.c: get is_one on 32-bit platforms right.Andy Polyakov2016-08-211-15/+22
| * Fix pointer/alloc prob from previous commitRich Salz2016-08-211-1/+3
| * Fix incorrect return argument.Rich Salz2016-08-211-1/+1
| * Fix off by 1 in ASN1_STRING_set()Kurt Roeckx2016-08-201-1/+1
| * RT3940: For now, just document the issue.Rich Salz2016-08-192-0/+6
| * Fix NULL-return checks in 1.0.2Rich Salz2016-08-1930-21/+171
| * Have dtlstest run on VMS as wellRichard Levitte2016-08-192-4/+27
| * Update function error codeMatt Caswell2016-08-191-1/+1
| * Fix DTLS replay protectionMatt Caswell2016-08-193-13/+52
| * Add DTLS replay protection testMatt Caswell2016-08-191-4/+16
| * Fix DTLS unprocessed records bugMatt Caswell2016-08-191-2/+21
| * Add a DTLS unprocesed records testMatt Caswell2016-08-193-7/+188
| * Back port ssltestlib code to 1.0.2Matt Caswell2016-08-193-0/+724
| * VSI submission: RAND fixupsRichard Levitte2016-08-192-53/+91
| * VSI submission: make better use of item lists in o_time.cRichard Levitte2016-08-191-18/+55
| * VSI submission: avoid pointer size warnings in mem.cRichard Levitte2016-08-191-2/+18
| * evp_test.c: avoid warning from having a pointer difference returned as intRichard Levitte2016-08-191-1/+3
| * VMS: synchronise tests with UnixRichard Levitte2016-08-182-5/+28
| * make update to have PEM_R_HEADER_TOO_LONG definedRichard Levitte2016-08-163-4/+7
| * Limit reads in do_b2i_bio()Dr. Stephen Henson2016-08-161-0/+7
| * Check for errors in BN_bn2dec()Dr. Stephen Henson2016-08-161-3/+8
| * Check for errors in a2d_ASN1_OBJECT()Dr. Stephen Henson2016-08-161-2/+6