summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add copyright and license on apps/vms_term_sock.[ch]Richard Levitte2016-09-152-0/+18
* VSI submission: redirect terminal input through socketRichard Levitte2016-09-154-13/+743
* Fix memory leak on realloc error.Dr. Stephen Henson2016-09-151-3/+6
* Fix memory leak on error.Dr. Stephen Henson2016-09-151-0/+3
* VMS: only use _realloc32 with /POINTER_SIZE=32Richard Levitte2016-09-151-1/+1
* Add some sanity checks around usage of t_fromb64()Matt Caswell2016-09-141-9/+27
* Abort on unrecognised warning alertsMatt Caswell2016-09-131-1/+6
* Add enginesdir to libcrypto.pc pkg-config fileRichard Levitte2016-09-121-0/+1
* Fix memory leak on error.Dr. Stephen Henson2016-09-111-0/+2
* Make updateRich Salz2016-09-091-19/+18
* If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte2016-09-091-1/+5
* Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse2016-09-071-0/+4
* Misc BN fixesRich Salz2016-09-065-17/+31
* crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov2016-08-312-3/+3
* Ensure the CertStatus message adds a DTLS message header where neededMatt Caswell2016-08-301-12/+9
* 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