summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.2j releaseOpenSSL_1_0_2jMatt Caswell2016-09-264-6/+6
* Update CHANGES and NEWS for the new releaseMatt Caswell2016-09-262-2/+10
* Add some sanity checks when checking CRL scoresMatt Caswell2016-09-261-2/+2
* Fix build with no-nextprotonegDirk Feytons2016-09-221-0/+2
* Fix typo introduced by a03f81f4Rich Salz2016-09-221-1/+1
* Prepare for 1.0.2j-devMatt Caswell2016-09-225-5/+13
* Prepare for 1.0.2i releaseOpenSSL_1_0_2iMatt Caswell2016-09-224-6/+6
* Updates CHANGES and NEWS for new releaseMatt Caswell2016-09-222-4/+166
* Avoid KCI attack for GOSTDmitry Belyavsky2016-09-221-19/+0
* Fix a mem leak in NPN handlingMatt Caswell2016-09-221-0/+5
* Fix OCSP Status Request extension unbounded memory growthMatt Caswell2016-09-221-7/+17
* mk1mf.pl: check for no-tls1 here as wellRichard Levitte2016-09-221-0/+2
* Don't allow too many consecutive warning alertsMatt Caswell2016-09-214-0/+35
* Make message buffer slightly larger than message.Dr. Stephen Henson2016-09-212-2/+9
* Use SSL3_HM_HEADER_LENGTH instead of 4.Dr. Stephen Henson2016-09-211-10/+16
* Remove unnecessary check.Dr. Stephen Henson2016-09-211-5/+0
* Dcoument -alpn flagRich Salz2016-09-212-4/+14
* GH1555: Don't bump size on realloc failureRich Salz2016-09-211-1/+1
* apps/apps.c: include sys/socket.h to declare recv()Richard Levitte2016-09-211-0/+2
* Fix small OOB reads.Dr. Stephen Henson2016-09-212-0/+17
* Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell2016-09-211-0/+3
* RT4669: dgst can only sign/verify one fileRichard Levitte2016-09-201-0/+5
* initialize the RSA struct to 0.Marcus Meissner2016-09-191-0/+1
* update default dependenciesDr. Stephen Henson2016-09-161-1/+1
* Revert "Abort on unrecognised warning alerts"Matt Caswell2016-09-151-6/+1
* Finally, make sure vms_term_sock.c is builtRichard Levitte2016-09-151-1/+1
* Refactor to avoid unnecessary preprocessor logicRichard Levitte2016-09-154-87/+62
* Reformat to fit OpenSSL source code standardsRichard Levitte2016-09-154-514/+493
* Remove entirely unnecessary pointer size guardsRichard Levitte2016-09-152-37/+1
* 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