summaryrefslogtreecommitdiffstats
path: root/certs/demo (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-06DANE support structures, constructructors and accessorsViktor Dukhovni21-77/+1284
2016-01-04Fix X509_STORE_CTX_cleanup()Viktor Dukhovni4-45/+40
2016-01-03Drop incorrect id == -1 case from X509_check_trustViktor Dukhovni1-2/+1
2016-01-03X509_verify_cert() cleanupViktor Dukhovni4-345/+400
2016-01-03Cleanup of verify(1) failure outputViktor Dukhovni1-24/+27
2016-01-02Instead of a local hack, implement SIZE_MAX in numbers.h if it's missingRichard Levitte2-5/+6
2016-01-02Fix a possible memleakRichard Levitte1-0/+7
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni16-479/+543
2016-01-02Refine and re-wrap Min/Max protocol docsViktor Dukhovni4-52/+122
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx15-97/+1063
2016-01-01Fix no-dh.Ben Laurie1-2/+4
2016-01-01remove invalid freeDr. Stephen Henson1-2/+0
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson11-63/+28
2015-12-31Update to SHA256 for TSA signing digest.Rich Salz1-1/+1
2015-12-30Fix faulty check in the VMS version of opt_prognameRichard Levitte1-1/+1
2015-12-30Remove the #ifndef OPENSSL_SYS_VMS around SSL_add_dir_cert_subjects_to_stackRichard Levitte1-2/+0
2015-12-30Correct missing prototypeRichard Levitte1-2/+2
2015-12-30SIZE_MAX doesn't exist everywhere, supply an alternativeRichard Levitte1-0/+5
2015-12-30Fix some missing or faulty header file inclusionsRichard Levitte3-2/+4
2015-12-30Check for missing DSA parameters.Dr. Stephen Henson2-4/+11
2015-12-30Convert RSA encrypt to use EVP_PKEYDr. Stephen Henson1-9/+22
2015-12-29Prefer ReuseAddr over Reuse, with IO::Socket::INETRichard Levitte1-1/+1
2015-12-29Fix no-engine.Ben Laurie3-2/+3
2015-12-28RT4202: Update rt URL's.Rich Salz2-9/+10
2015-12-28make a "missed make update" updateRich Salz1-1/+1
2015-12-27Increase the max size limit for a CertificateRequest messageMatt Caswell1-1/+5
2015-12-27Simplify calling of the OCSP callbackMatt Caswell2-22/+5