aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Add lh_new() inliningDr. Stephen Henson2016-01-112-14/+7
* Inline LHASH_OFDr. Stephen Henson2016-01-113-178/+52
* Make SSL{_CTX,}_{get,set,clear}_options functionsViktor Dukhovni2016-01-111-14/+6
* Add memory leak return value.Dr. Stephen Henson2016-01-111-2/+2
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-111-16/+5
* Regenerate SSL record/statem error stringsViktor Dukhovni2016-01-101-75/+0
* RT41897: Add an CRYPTO_secure_actual_sizeRich Salz2016-01-091-0/+5
* Fix c++ compilationMat2016-01-091-0/+2
* Adds missing type castsMat2016-01-091-4/+4
* Correct header definesDr. Stephen Henson2016-01-092-2/+10
* Fix no CRYPTO_MDEBUG build (windows)Rich Salz2016-01-081-8/+11
* Simplify deprecated declaration exceptionViktor Dukhovni2016-01-081-7/+1
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-0715-68/+68
* Remove all remaining traces if PEM_SealRichard Levitte2016-01-081-20/+0
* Fix build-break; 'make update'Rich Salz2016-01-071-2/+2
* mem functions cleanupRich Salz2016-01-072-134/+81
* DANE support for X509_verify_cert()Viktor Dukhovni2016-01-072-0/+4
* use more descriptive name DEFINE_STACK_OF_CONSTDr. Stephen Henson2016-01-072-2/+2
* Only declare stacks in headersDr. Stephen Henson2016-01-072-2/+2
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-0719-67/+67
* remove unused PREDECLAREDr. Stephen Henson2016-01-071-1/+0
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-073-5/+7
* Change STACK_OF to use inline functions.Dr. Stephen Henson2016-01-071-2057/+100
* Remove more (rest?) of FIPS build stuff.Rich Salz2016-01-061-4/+0
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-054-0/+218
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-031-1/+1
* X509_verify_cert() cleanupViktor Dukhovni2016-01-032-2/+3
* Instead of a local hack, implement SIZE_MAX in numbers.h if it's missingRichard Levitte2016-01-021-0/+4
* Protocol version selection and negotiation rewriteViktor Dukhovni2016-01-021-5/+3
* Add support for minimum and maximum protocol versionKurt Roeckx2016-01-022-0/+14
* Remove the #ifndef OPENSSL_SYS_VMS around SSL_add_dir_cert_subjects_to_stackRichard Levitte2015-12-301-2/+0
* Fix no-engine.Ben Laurie2015-12-291-1/+1
* Server side EVP_PKEY DH supportDr. Stephen Henson2015-12-231-1/+1
* Always generate DH keys for ephemeral DH cipher suites.Dr. Stephen Henson2015-12-231-2/+2
* 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 SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx2015-12-231-2/+2
* Add ossl_inlineDr. Stephen Henson2015-12-222-40/+70
* remove unused error codeDr. Stephen Henson2015-12-221-1/+0
* make errorsDr. Stephen Henson2015-12-221-1/+10
* SSL library configuration module.Dr. Stephen Henson2015-12-221-0/+4
* Cleanup CRYPTO_{push,pop}_infoRich Salz2015-12-221-5/+6
* Rename *_realloc_clean to *_clear_reallocRich Salz2015-12-221-3/+3
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-187-7/+7
* Modify the lower level memory allocation routines to take size_tRichard Levitte2015-12-171-16/+16
* mem-cleanup, cont'd.Rich Salz2015-12-161-3/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-162-26/+31
* Constify EC_KEY in ECDH_compute_key.Dr. Stephen Henson2015-12-161-4/+5
* Remove SSL_OP_SINGLE_ECDH_USE code.Dr. Stephen Henson2015-12-161-2/+2
* New EC functions.Dr. Stephen Henson2015-12-161-0/+37