summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* utility functionDr. Stephen Henson2015-12-232-0/+14
* EVP_PKEY DH client support.Dr. Stephen Henson2015-12-233-91/+48
* Always generate DH keys for ephemeral DH cipher suites.Dr. Stephen Henson2015-12-234-53/+14
* The functions take a SSL *, not a SSL_CTX *Daniel Kahn Gillmor2015-12-231-4/+4
* redundant redeclaration of 'OPENSSL_strlcpy'Roumen Petrov2015-12-231-1/+0
* __STDC_VERSION__ is not defined for c89 compilersRoumen Petrov2015-12-231-2/+4
* remove duplicates in util/libeay.numRoumen Petrov2015-12-231-13/+0
* Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx2015-12-236-40/+10
* Avoid using a dangling pointer when removing the last itemKurt Roeckx2015-12-231-0/+2
* Memory leak in state machine in error pathTodd Short2015-12-231-1/+1
* Refactor DTLS cookie generation and verificationRichard Levitte2015-12-231-66/+11
* Fix inline build failureMatt Caswell2015-12-231-2/+2
* Add ossl_inlineDr. Stephen Henson2015-12-235-152/+186
* add -unref option to mkerr.plDr. Stephen Henson2015-12-221-2/+9
* In mkerr.pl look in directories under ssl/Dr. Stephen Henson2015-12-221-1/+1
* remove unused error codeDr. Stephen Henson2015-12-222-2/+0