summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2016-02-19TLS: reject duplicate extensionsEmilia Kasper
2016-02-19GH712: Missed some no-filenames casesViktor Szakats
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse
2016-02-17RT4310: Fix varous no-XXX buildsRich Salz
2016-02-17RT4318: Fix OSSL_SSIZE_MAX for UEFI buildDavid Woodhouse
2016-02-17Remove JPAKERich Salz
2016-02-17Implement the use of heap manipulator implementionsRichard Levitte
2016-02-15Prepare for 1.1.0-pre4-devRichard Levitte
2016-02-15Prepare for 1.1.0-pre3 releaseOpenSSL_1_1_0-pre3Richard Levitte
2016-02-15Correct deprecation of OPENSSL_configRichard Levitte
2016-02-13Make sure the OPENSSL_INIT flags are 32 bits and document the ssl rangeRichard Levitte
2016-02-13Defines OSSL_SSIZE_MAXRob Percival
2016-02-13fix warnings on 32 bit buildsDr. Stephen Henson
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-11GH620: second diff from rt-2275, adds error codeRich Salz
2016-02-11Hide OPENSSL_INIT_SETTINGS.Rich Salz
2016-02-10After renaming init, update errors.Rich Salz
2016-02-10Make it possible to get ENGINESDIR info from OpenSSL_versionsRichard Levitte
2016-02-10Attempt to log an error if init failedMatt Caswell
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell
2016-02-10Deprecate the -issuer_checks debugging optionViktor Dukhovni
2016-02-10The guard macro to be defined didn't match the guard macro checkedRichard Levitte
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-10clean away old VMS cruftRichard Levitte
2016-02-10unified build scheme: add a "unified" template for VMS descrip.mmsRichard Levitte
2016-02-10Configure et al: move the installation directory logic to MakefilesRichard Levitte
2016-02-10Remove store.Rich Salz
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz
2016-02-09Updates for auto init/deinit review commentsMatt Caswell
2016-02-09Provide a thread stop APIMatt Caswell
2016-02-09Auto init/de-init libsslMatt Caswell
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-09Provide framework for auto initialise/deinitialise of the libraryMatt Caswell
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni
2016-02-08Remove ancient compatibility defines.Dr. Stephen Henson
2016-02-08Only use compatibility macros for < 1.1 API.Dr. Stephen Henson
2016-02-08use new function namesDr. Stephen Henson
2016-02-08Reorganise functions.Dr. Stephen Henson
2016-02-08pkcs12.h header reorganisation.Dr. Stephen Henson
2016-02-08Rename PKCS12 functionDr. Stephen Henson
2016-02-08pkcs12 accessorsDr. Stephen Henson
2016-02-08New PKCS12 accessors, change macros to functions.Dr. Stephen Henson
2016-02-08Make PKCS12 structures opaqueDr. Stephen Henson
2016-02-08Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson
2016-02-08Handle SSL_shutdown while in init more appropriately #2Matt Caswell
2016-02-06Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson
2016-02-05Add a BIO_ADDR_clear functionMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY