aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Allow different protocol version when trying to reuse a sessionFedor Indutny2016-03-271-0/+1
* RT4476: Fix some cast-alignment warningsJeffrey Walton2016-03-251-1/+1
* More Borland removal.Rich Salz2016-03-241-7/+2
* Move dso.h to internalRich Salz2016-03-231-0/+0
* Remove several unused undocumented functions.Rich Salz2016-03-231-53/+8
* remove unused references fieldDr. Stephen Henson2016-03-221-4/+0
* Have only one DSO_METHOD_opensslRich Salz2016-03-221-26/+0
* Make DSO opaque.Rich Salz2016-03-221-95/+1
* Make X509_PUBKEY opaqueDr. Stephen Henson2016-03-221-7/+0
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-215-28/+26
* Fix no-sockMatt Caswell2016-03-211-0/+2
* Remove #error from include files.Rich Salz2016-03-2031-308/+216
* constify DSA_SIG_get0()Dr. Stephen Henson2016-03-201-1/+1
* constify ECDSA_SIG_get0()Dr. Stephen Henson2016-03-191-1/+1
* GH36: Add casts to match the documentationAlex Gaynor2016-03-191-4/+4
* Implement support for no-tsRichard Levitte2016-03-181-0/+2
* Ensure that no-comp functions are flagged as suchMatt Caswell2016-03-182-0/+6
* Remove Netware and OS/2Rich Salz2016-03-173-15/+1
* Remove ultrix/mips support.Rich Salz2016-03-171-1/+1
* Simplify define as we don't support MS-DOS anymore.Dr. Stephen Henson2016-03-171-7/+2
* Prepare for 1.1.0-pre5-devRichard Levitte2016-03-161-3/+3
* Prepare for 1.1.0-pre4 releaseOpenSSL_1_1_0-pre4Richard Levitte2016-03-161-2/+2
* Make X509_SIG opaque.Dr. Stephen Henson2016-03-111-4/+4
* Review commentsKurt Roeckx2016-03-113-21/+11
* Add blake2 support.Bill Cox2016-03-113-0/+24
* constify CT_POLICY_EVAL_CTX gettersRob Percival2016-03-111-3/+3
* check reviewer --reviewer=emiliaRob Percival2016-03-101-4/+3
* check reviewer --reviewer=emiliaRob Percival2016-03-102-25/+37
* RT3676 add: Export ASN.1 DHparamsRich Salz2016-03-091-0/+3
* Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flagViktor Dukhovni2016-03-091-0/+2
* Remove duplicate typedef of ECPKPARAMETERS in ec.hRichard Levitte2016-03-101-2/+0
* Deprecate the use of version-specific methodsKurt Roeckx2016-03-091-18/+18
* Fix usage of OPENSSL_NO_*_METHODKurt Roeckx2016-03-091-0/+10
* Make SSL_CIPHER_get_version return a const char *Kurt Roeckx2016-03-091-1/+1
* Constify security callbacksKurt Roeckx2016-03-091-5/+5
* RT3676: Expose ECgroup i2d functionsRich Salz2016-03-091-12/+43
* Document importance of CTLOG_STORE outliving SCT if SCT_set0_log is usedRob Percival2016-03-091-0/+2
* Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST constRob Percival2016-03-091-1/+1
* Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival2016-03-091-13/+0
* Makes SCT_get0_log return const CTLOG*Rob Percival2016-03-091-1/+1
* Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Rob Percival2016-03-091-3/+3
* Treat boolean functions as booleansRob Percival2016-03-091-4/+2
* Make parameters of CTLOG_get* constRob Percival2016-03-091-3/+4
* Extensive application of __owur to CT functions that return a booleanRob Percival2016-03-091-26/+30
* Makes SCT_LIST_set_source return the number of successesRob Percival2016-03-091-1/+1
* Remove the old threading APIMatt Caswell2016-03-091-100/+56
* Convert rand code to new threading APIMatt Caswell2016-03-091-2/+0
* Convert RSA blinding to new multi-threading APIAlessandro Ghedini2016-03-082-6/+6
* Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini2016-03-082-7/+1
* Remove the transfer of lock hooks from bind_engineRichard Levitte2016-03-091-21/+0