summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2016-01-10Regenerate SSL record/statem error stringsViktor Dukhovni
2016-01-09RT41897: Add an CRYPTO_secure_actual_sizeRich Salz
2016-01-09Fix c++ compilationMat
2016-01-09Adds missing type castsMat
2016-01-09Correct header definesDr. Stephen Henson
2016-01-08Fix no CRYPTO_MDEBUG build (windows)Rich Salz
2016-01-08Simplify deprecated declaration exceptionViktor Dukhovni
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni
2016-01-08Remove all remaining traces if PEM_SealRichard Levitte
2016-01-07Fix build-break; 'make update'Rich Salz
2016-01-07mem functions cleanupRich Salz
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-06Remove more (rest?) of FIPS build stuff.Rich Salz
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
2016-01-03Fix X509_STORE_CTX_cleanup()Viktor Dukhovni
2016-01-03X509_verify_cert() cleanupViktor Dukhovni
2016-01-02Instead of a local hack, implement SIZE_MAX in numbers.h if it's missingRichard Levitte
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx
2015-12-30Remove the #ifndef OPENSSL_SYS_VMS around SSL_add_dir_cert_subjects_to_stackRichard Levitte
2015-12-29Fix no-engine.Ben Laurie
2015-12-23Server side EVP_PKEY DH supportDr. Stephen Henson
2015-12-23Always generate DH keys for ephemeral DH cipher suites.Dr. Stephen Henson
2015-12-23redundant redeclaration of 'OPENSSL_strlcpy'Roumen Petrov
2015-12-23__STDC_VERSION__ is not defined for c89 compilersRoumen Petrov
2015-12-23Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx
2015-12-22Add ossl_inlineDr. Stephen Henson
2015-12-22remove unused error codeDr. Stephen Henson
2015-12-22make errorsDr. Stephen Henson
2015-12-22SSL library configuration module.Dr. Stephen Henson
2015-12-22Cleanup CRYPTO_{push,pop}_infoRich Salz
2015-12-22Rename *_realloc_clean to *_clear_reallocRich Salz
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-12-17Modify the lower level memory allocation routines to take size_tRichard Levitte
2015-12-16mem-cleanup, cont'd.Rich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-16Constify EC_KEY in ECDH_compute_key.Dr. Stephen Henson
2015-12-16Remove SSL_OP_SINGLE_ECDH_USE code.Dr. Stephen Henson
2015-12-16New EC functions.Dr. Stephen Henson
2015-12-15Remove GMP engine.Rich Salz
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson
2015-12-14Add EVP_PKEY_get0_* functions.Dr. Stephen Henson
2015-12-13remove ancient SSLeay bug workaroundDr. Stephen Henson