summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2016-04-02moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin
2016-04-02Optimized BIO mem read - without reallocationKirill Marinushkin
2016-04-02Fix X509_PUBKEY cached key handling.Dr. Stephen Henson
2016-03-30Make it legal C.Ben Laurie
2016-03-30Fix build compilation failuresMatt Caswell
2016-03-29Fixup SSL EX_DATA indexTodd Short
2016-03-29Make BIO opaqueMatt Caswell
2016-03-27Allow different protocol version when trying to reuse a sessionFedor Indutny
2016-03-25RT4476: Fix some cast-alignment warningsJeffrey Walton
2016-03-24More Borland removal.Rich Salz
2016-03-23Move dso.h to internalRich Salz
2016-03-23Remove several unused undocumented functions.Rich Salz
2016-03-22remove unused references fieldDr. Stephen Henson
2016-03-22Have only one DSO_METHOD_opensslRich Salz
2016-03-22Make DSO opaque.Rich Salz
2016-03-22Make X509_PUBKEY opaqueDr. Stephen Henson
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-21Fix no-sockMatt Caswell
2016-03-20Remove #error from include files.Rich Salz
2016-03-20constify DSA_SIG_get0()Dr. Stephen Henson
2016-03-19constify ECDSA_SIG_get0()Dr. Stephen Henson
2016-03-19GH36: Add casts to match the documentationAlex Gaynor
2016-03-18Implement support for no-tsRichard Levitte
2016-03-18Ensure that no-comp functions are flagged as suchMatt Caswell
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-17Remove ultrix/mips support.Rich Salz
2016-03-17Simplify define as we don't support MS-DOS anymore.Dr. Stephen Henson
2016-03-16Prepare for 1.1.0-pre5-devRichard Levitte
2016-03-16Prepare for 1.1.0-pre4 releaseOpenSSL_1_1_0-pre4Richard Levitte
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson
2016-03-11Review commentsKurt Roeckx
2016-03-11Add blake2 support.Bill Cox
2016-03-11constify CT_POLICY_EVAL_CTX gettersRob Percival
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-09RT3676 add: Export ASN.1 DHparamsRich Salz
2016-03-09Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flagViktor Dukhovni
2016-03-10Remove duplicate typedef of ECPKPARAMETERS in ec.hRichard Levitte
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx
2016-03-09Fix usage of OPENSSL_NO_*_METHODKurt Roeckx
2016-03-09Make SSL_CIPHER_get_version return a const char *Kurt Roeckx
2016-03-09Constify security callbacksKurt Roeckx
2016-03-09RT3676: Expose ECgroup i2d functionsRich Salz
2016-03-09Document importance of CTLOG_STORE outliving SCT if SCT_set0_log is usedRob Percival
2016-03-09Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST constRob Percival
2016-03-09Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival
2016-03-09Makes SCT_get0_log return const CTLOG*Rob Percival
2016-03-09Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Rob Percival
2016-03-09Treat boolean functions as booleansRob Percival
2016-03-09Make parameters of CTLOG_get* constRob Percival