summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Update the dasync engine to add a pipeline cipherMatt Caswell2016-03-071-0/+1
* Add defines for pipeline capable ciphersMatt Caswell2016-03-071-0/+9
* Elide OPENSSL_INIT_set_config_filename() for no-stdio buildDavid Woodhouse2016-03-071-0/+2
* Elide DES_read_password() for no-ui buildDavid Woodhouse2016-03-071-0/+2
* Move declaration of X509_aux_print() out of #ifndef OPENSSL_NO_STDIODavid Woodhouse2016-03-071-1/+1
* Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse2016-03-071-0/+2
* Add a function to detect if we have async or notMatt Caswell2016-03-071-0/+2
* Remove use of CRYPTO_LOCK_INIT in init codeMatt Caswell2016-03-071-2/+1
* Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2016-03-072-21/+5
* Fix OPENSSL_INIT flags to avoid a clash.Matt Caswell2016-03-071-1/+1
* Rework based on feedback:clucey2016-03-072-0/+3
* Add ASN.1 ADB callback.Dr. Stephen Henson2016-03-041-5/+5
* If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival2016-03-041-2/+2
* Adds CT validation to SSL connectionsRob Percival2016-03-042-0/+59
* GH355: Implement HKDFAlessandro Ghedini2016-03-043-0/+25
* Refactor ClientHello extension parsingEmilia Kasper2016-03-032-0/+2
* Add KDF error codesDr. Stephen Henson2016-03-022-0/+20
* EVP_PKEY_CTX utility functions.Dr. Stephen Henson2016-03-021-0/+3
* make errorsDr. Stephen Henson2016-03-021-0/+1
* Handle KDF internally.Dr. Stephen Henson2016-03-021-14/+6
* Provide getters for default_passwd_cb and userdataChristian Heimes2016-03-021-0/+4
* make errorsDr. Stephen Henson2016-03-011-0/+5
* CT policy validationRob Percival2016-03-012-0/+92
* Verify SCT signaturesRob Percival2016-03-012-0/+172
* Refactor the async wait fd logicMatt Caswell2016-02-292-8/+29
* Workaround for VisualStudio 2015 bugMatt Caswell2016-02-291-2/+9
* TLS support for X25519Dr. Stephen Henson2016-02-281-0/+1
* Add no signing flag.Dr. Stephen Henson2016-02-281-0/+6
* Rename OIDs.Dr. Stephen Henson2016-02-281-14/+6
* GH753: More spelling fixFdaSilvaYY2016-02-271-1/+1
* Moves SCT struct typedef into ossl_typ.hRob Percival2016-02-262-6/+3
* Public API for Certificate TransparencyRob Percival2016-02-261-0/+377
* Implement new multi-threading APIAlessandro Ghedini2016-02-262-0/+102
* Fix indentsRich Salz2016-02-251-15/+11
* CVE-2016-0798: avoid memory leak in SRPEmilia Kasper2016-02-251-1/+11
* GH235: Set error status on malloc failureRich Salz2016-02-251-0/+2
* Add PKCS7_NO_DUAL_CONTENT flagRich Salz2016-02-231-0/+1
* Remove unused parameters from internal functionsRich Salz2016-02-221-2/+2
* RT4334: Check UEFI before __STDC_VERSION__ for <inttypes.h>David Woodhouse2016-02-221-6/+6
* Partial revert of 1288f26 and fix for no-asyncMatt Caswell2016-02-221-9/+2
* RT4309: Define PRIu64 for UEFI buildDavid Woodhouse2016-02-221-0/+1
* Missed an experimental.Rich Salz2016-02-221-10/+0
* TLS: reject duplicate extensionsEmilia Kasper2016-02-191-0/+1
* GH712: Missed some no-filenames casesViktor Szakats2016-02-191-12/+12
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-8/+0
* Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2016-02-173-42/+52
* RT4310: Fix varous no-XXX buildsRich Salz2016-02-171-0/+7
* RT4318: Fix OSSL_SSIZE_MAX for UEFI buildDavid Woodhouse2016-02-171-1/+1
* Remove JPAKERich Salz2016-02-171-128/+0
* Implement the use of heap manipulator implementionsRichard Levitte2016-02-171-52/+23