summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-01-08Fix no CRYPTO_MDEBUG build (windows)Rich Salz
2016-01-08Fixup actually update danetest.cViktor Dukhovni
2016-01-08Another portability fix.Rich Salz
2016-01-08Update comment as bn_dup_expand is goneViktor Dukhovni
2016-01-08Simplify deprecated declaration exceptionViktor Dukhovni
2016-01-08Portability fix for apps/s_client.cRich Salz
2016-01-07DANE CHANGESViktor Dukhovni
2016-01-07Fix some typos in commentsViktor Dukhovni
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni
2016-01-07DANE s_client supportViktor Dukhovni
2016-01-08Remove all remaining traces if PEM_SealRichard Levitte
2016-01-07Minor test updateViktor Dukhovni
2016-01-07Fix another build break for no-mem-debugRich Salz
2016-01-07Fix build-break; 'make update'Rich Salz
2016-01-07mem functions cleanupRich Salz
2016-01-07Remove the old VMS linker option file creator for shlibsRichard Levitte
2016-01-07Enhance util/mkdef.pl to provide a VMS linker option file for shlibsRichard Levitte
2016-01-07Remove crypto/pem/pem_seal.cRichard Levitte
2016-01-07DANE support for X509_verify_cert()Viktor Dukhovni
2016-01-07use more descriptive name DEFINE_STACK_OF_CONSTDr. Stephen Henson
2016-01-07Only declare stacks in headersDr. Stephen Henson
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2016-01-07remove unused PREDECLAREDr. Stephen Henson
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2016-01-07Change STACK_OF to use inline functions.Dr. Stephen Henson
2016-01-06DANE make updateViktor Dukhovni
2016-01-06DANE documentation typosViktor Dukhovni
2016-01-06Remove more (rest?) of FIPS build stuff.Rich Salz
2016-01-06Remove some unused perl scriptsRich Salz
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
2016-01-03Fix X509_STORE_CTX_cleanup()Viktor Dukhovni
2016-01-03Drop incorrect id == -1 case from X509_check_trustViktor Dukhovni
2016-01-03X509_verify_cert() cleanupViktor Dukhovni
2016-01-03Cleanup of verify(1) failure outputViktor Dukhovni
2016-01-02Instead of a local hack, implement SIZE_MAX in numbers.h if it's missingRichard Levitte
2016-01-02Fix a possible memleakRichard Levitte
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2016-01-02Refine and re-wrap Min/Max protocol docsViktor Dukhovni
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx
2016-01-01Fix no-dh.Ben Laurie
2016-01-01remove invalid freeDr. Stephen Henson
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson
2015-12-30Update to SHA256 for TSA signing digest.Rich Salz
2015-12-30Fix faulty check in the VMS version of opt_prognameRichard Levitte
2015-12-30Remove the #ifndef OPENSSL_SYS_VMS around SSL_add_dir_cert_subjects_to_stackRichard Levitte
2015-12-30Correct missing prototypeRichard Levitte
2015-12-30SIZE_MAX doesn't exist everywhere, supply an alternativeRichard Levitte
2015-12-30Fix some missing or faulty header file inclusionsRichard Levitte
2015-12-30Check for missing DSA parameters.Dr. Stephen Henson
2015-12-29Convert RSA encrypt to use EVP_PKEYDr. Stephen Henson