summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2016-03-07Remove kinv/r fields from DSA structure.Dr. Stephen Henson
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
2016-03-07Add an SSL_has_pending() functionMatt Caswell
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell
2016-03-07Implement write pipeline support in libsslMatt Caswell
2016-03-07Update the dasync engine to add a pipeline cipherMatt Caswell
2016-03-07Add defines for pipeline capable ciphersMatt Caswell
2016-03-07Elide OPENSSL_INIT_set_config_filename() for no-stdio buildDavid Woodhouse
2016-03-07Elide DES_read_password() for no-ui buildDavid Woodhouse
2016-03-07Move declaration of X509_aux_print() out of #ifndef OPENSSL_NO_STDIODavid Woodhouse
2016-03-07Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse
2016-03-07Add a function to detect if we have async or notMatt Caswell
2016-03-07Remove use of CRYPTO_LOCK_INIT in init codeMatt Caswell
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson
2016-03-07Fix OPENSSL_INIT flags to avoid a clash.Matt Caswell
2016-03-07Rework based on feedback:clucey
2016-03-04Add ASN.1 ADB callback.Dr. Stephen Henson
2016-03-04If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival
2016-03-04Adds CT validation to SSL connectionsRob Percival
2016-03-03GH355: Implement HKDFAlessandro Ghedini
2016-03-03Refactor ClientHello extension parsingEmilia Kasper
2016-03-02Add KDF error codesDr. Stephen Henson
2016-03-02EVP_PKEY_CTX utility functions.Dr. Stephen Henson
2016-03-02make errorsDr. Stephen Henson
2016-03-02Handle KDF internally.Dr. Stephen Henson
2016-03-02Provide getters for default_passwd_cb and userdataChristian Heimes
2016-03-01make errorsDr. Stephen Henson
2016-03-01CT policy validationRob Percival
2016-03-01Verify SCT signaturesRob Percival
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-29Workaround for VisualStudio 2015 bugMatt Caswell
2016-02-28TLS support for X25519Dr. Stephen Henson
2016-02-28Add no signing flag.Dr. Stephen Henson
2016-02-28Rename OIDs.Dr. Stephen Henson
2016-02-27GH753: More spelling fixFdaSilvaYY
2016-02-26Moves SCT struct typedef into ossl_typ.hRob Percival
2016-02-26Public API for Certificate TransparencyRob Percival
2016-02-26Implement new multi-threading APIAlessandro Ghedini
2016-02-25Fix indentsRich Salz
2016-02-25CVE-2016-0798: avoid memory leak in SRPEmilia Kasper
2016-02-25GH235: Set error status on malloc failureRich Salz
2016-02-23Add PKCS7_NO_DUAL_CONTENT flagRich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-22RT4334: Check UEFI before __STDC_VERSION__ for <inttypes.h>David Woodhouse
2016-02-22Partial revert of 1288f26 and fix for no-asyncMatt Caswell
2016-02-22RT4309: Define PRIu64 for UEFI buildDavid Woodhouse
2016-02-22Missed an experimental.Rich Salz
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