summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix another build break for no-mem-debugRich Salz2016-01-071-0/+2
* Fix build-break; 'make update'Rich Salz2016-01-072-17/+2
* mem functions cleanupRich Salz2016-01-0749-887/+1646
* Remove the old VMS linker option file creator for shlibsRichard Levitte2016-01-071-476/+0
* Enhance util/mkdef.pl to provide a VMS linker option file for shlibsRichard Levitte2016-01-071-22/+76
* Remove crypto/pem/pem_seal.cRichard Levitte2016-01-072-196/+2
* DANE support for X509_verify_cert()Viktor Dukhovni2016-01-079-12/+2674
* use more descriptive name DEFINE_STACK_OF_CONSTDr. Stephen Henson2016-01-075-5/+5
* Only declare stacks in headersDr. Stephen Henson2016-01-0722-40/+54
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-0738-95/+95
* remove unused PREDECLAREDr. Stephen Henson2016-01-072-2/+0
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-0721-35/+35
* Change STACK_OF to use inline functions.Dr. Stephen Henson2016-01-072-2202/+202
* DANE make updateViktor Dukhovni2016-01-072-0/+13
* DANE documentation typosViktor Dukhovni2016-01-062-3/+3
* Remove more (rest?) of FIPS build stuff.Rich Salz2016-01-0612-402/+13
* Remove some unused perl scriptsRich Salz2016-01-064-204/+0
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-0621-77/+1284
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-044-45/+40
* Drop incorrect id == -1 case from X509_check_trustViktor Dukhovni2016-01-031-2/+1
* X509_verify_cert() cleanupViktor Dukhovni2016-01-034-345/+400
* Cleanup of verify(1) failure outputViktor Dukhovni2016-01-031-24/+27
* Instead of a local hack, implement SIZE_MAX in numbers.h if it's missingRichard Levitte2016-01-022-5/+6
* Fix a possible memleakRichard Levitte2016-01-021-0/+7
* Protocol version selection and negotiation rewriteViktor Dukhovni2016-01-0216-479/+543
* Refine and re-wrap Min/Max protocol docsViktor Dukhovni2016-01-024-52/+122
* Add support for minimum and maximum protocol versionKurt Roeckx2016-01-0215-97/+1063
* Fix no-dh.Ben Laurie2016-01-011-2/+4
* remove invalid freeDr. Stephen Henson2016-01-011-2/+0
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-3111-63/+28
* Update to SHA256 for TSA signing digest.Rich Salz2015-12-311-1/+1
* Fix faulty check in the VMS version of opt_prognameRichard Levitte2015-12-301-1/+1
* Remove the #ifndef OPENSSL_SYS_VMS around SSL_add_dir_cert_subjects_to_stackRichard Levitte2015-12-301-2/+0
* Correct missing prototypeRichard Levitte2015-12-301-2/+2
* SIZE_MAX doesn't exist everywhere, supply an alternativeRichard Levitte2015-12-301-0/+5
* Fix some missing or faulty header file inclusionsRichard Levitte2015-12-303-2/+4
* Check for missing DSA parameters.Dr. Stephen Henson2015-12-302-4/+11
* Convert RSA encrypt to use EVP_PKEYDr. Stephen Henson2015-12-301-9/+22
* Prefer ReuseAddr over Reuse, with IO::Socket::INETRichard Levitte2015-12-291-1/+1
* Fix no-engine.Ben Laurie2015-12-293-2/+3
* RT4202: Update rt URL's.Rich Salz2015-12-282-9/+10
* make a "missed make update" updateRich Salz2015-12-281-1/+1
* Increase the max size limit for a CertificateRequest messageMatt Caswell2015-12-271-1/+5
* Simplify calling of the OCSP callbackMatt Caswell2015-12-272-22/+5
* Add some documentation for the OCSP callback functionsMatt Caswell2015-12-271-0/+73
* Ensure we don't call the OCSP callback if resuming a sessionMatt Caswell2015-12-271-1/+1
* Fix error when server does not send CertificateStatus messageMatt Caswell2015-12-272-26/+34
* Add test for missing CertificateStatus messageMatt Caswell2015-12-272-0/+103
* fix no-ecDr. Stephen Henson2015-12-243-21/+8
* Server side EVP_PKEY DH supportDr. Stephen Henson2015-12-235-88/+85