aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove GMP engine.Rich Salz2015-12-151-3/+0
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-141-1/+3
* Add EVP_PKEY_get0_* functions.Dr. Stephen Henson2015-12-141-5/+10
* remove ancient SSLeay bug workaroundDr. Stephen Henson2015-12-131-1/+2
* Adapt PEM routines to the opaque EVP_ENCODE_CTXRichard Levitte2015-12-111-1/+1
* Make EVP_ENCODE_CTX opaqueRichard Levitte2015-12-112-16/+5
* Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).Rob Stradling2015-12-102-0/+10
* Restore full support for EVP_CTX_create() etc.Viktor Dukhovni2015-12-101-5/+3
* Prepare for 1.1.0-pre2-devMatt Caswell2015-12-101-3/+3
* Prepare for 1.1.0-pre1 releaseOpenSSL_1_1_0-pre1Matt Caswell2015-12-101-2/+2
* OpenSSL 1.1.0 is now in pre releaseMatt Caswell2015-12-101-3/+3
* x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov2015-12-101-2/+11
* Wire ChaCha20-Poly1305 to TLS.Andy Polyakov2015-12-102-0/+19
* crypto/evp: add e_chacha20_poly1305.c.Andy Polyakov2015-12-101-0/+8
* Add ChaCha20-Poly1305 and ChaCha20 NIDs.Andy Polyakov2015-12-101-0/+8
* Move the definitions of EC_KEY and EC_KEY_METHOD to ossl_typ.hRichard Levitte2015-12-092-3/+3
* add compatibility headersDr. Stephen Henson2015-12-092-0/+2
* add block commentDr. Stephen Henson2015-12-091-0/+4
* EC_KEY_METHOD accessors.Dr. Stephen Henson2015-12-091-0/+97
* make errorsDr. Stephen Henson2015-12-091-0/+2
* Engine EC_KEY_METHOD functionality.Dr. Stephen Henson2015-12-091-10/+9