summaryrefslogtreecommitdiffstats
path: root/demos (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-07Fix build-break; 'make update'Rich Salz2-17/+2
2016-01-07mem functions cleanupRich Salz49-887/+1646
2016-01-07Remove the old VMS linker option file creator for shlibsRichard Levitte1-476/+0
2016-01-07Enhance util/mkdef.pl to provide a VMS linker option file for shlibsRichard Levitte1-22/+76
2016-01-07Remove crypto/pem/pem_seal.cRichard Levitte2-196/+2
2016-01-07DANE support for X509_verify_cert()Viktor Dukhovni9-12/+2674
2016-01-07use more descriptive name DEFINE_STACK_OF_CONSTDr. Stephen Henson5-5/+5
2016-01-07Only declare stacks in headersDr. Stephen Henson22-40/+54
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson38-95/+95
2016-01-07remove unused PREDECLAREDr. Stephen Henson2-2/+0
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson21-35/+35
2016-01-07Change STACK_OF to use inline functions.Dr. Stephen Henson2-2202/+202
2016-01-07DANE make updateViktor Dukhovni2-0/+13
2016-01-06DANE documentation typosViktor Dukhovni2-3/+3
2016-01-06Remove more (rest?) of FIPS build stuff.Rich Salz12-402/+13
2016-01-06Remove some unused perl scriptsRich Salz4-204/+0
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