aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* The typedef ECPARAMETERS is already defined, don't define it anewRichard Levitte2016-03-101-2/+2
* Remove a missed item from the old thread APIMatt Caswell2016-03-101-2/+0
* Mark SRP_VBASE_get_by_user() as deprecatedMatt Caswell2016-03-101-0/+2
* RT3676 add: Export ASN.1 DHparamsRich Salz2016-03-091-1/+1
* Avoid negative array index in BIO_debug_callback()Benjamin Kaduk2016-03-091-0/+3
* CT: check some GeneralizedTime return valuesBenjamin Kaduk2016-03-091-2/+4
* Avoid double-free in calleres to OCSP_parse_urlJim Basney2016-03-091-0/+3
* Fix return type for CRYPTO_THREAD_run_onceMat2016-03-091-1/+1
* Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flagViktor Dukhovni2016-03-091-4/+2
* RT3676: Expose ECgroup i2d functionsRich Salz2016-03-092-85/+66
* 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-29/+0
* Makes SCT_get0_log return const CTLOG*Rob Percival2016-03-092-2/+2
* Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Rob Percival2016-03-091-4/+4
* Improved documentation of SCT_CTX_* functionsRob Percival2016-03-092-15/+29
* Updates ct_err.cRob Percival2016-03-091-5/+5
* Reset SCT validation_status if the SCT is modifiedRob Percival2016-03-091-0/+12
* Fixes "usuable" typo in ct_locl.hRob Percival2016-03-091-1/+1
* Treat boolean functions as booleansRob Percival2016-03-093-20/+13
* Make parameters of CTLOG_get* constRob Percival2016-03-091-3/+4
* Extensive application of __owur to CT functions that return a booleanRob Percival2016-03-092-16/+36
* Makes SCT_LIST_set_source return the number of successesRob Percival2016-03-091-4/+3
* Fix classic buildMatt Caswell2016-03-091-1/+1
* Remove the old threading APIMatt Caswell2016-03-095-761/+15
* Remove use of the old CRYPTO_LOCK_X5O9_STOREMatt Caswell2016-03-091-12/+22
* Don't call ENGINE_cleanup when configured "no-engine"Richard Levitte2016-03-091-0/+4
* Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte2016-03-0917-17/+17
* Add extra include directory for includers of ppc_arch.hRichard Levitte2016-03-092-1/+3
* ec/asm/ecp_nistz256-sparcv9.pl: get corner logic right.Andy Polyakov2016-03-091-3/+12
* Unified - adapt the generation of whirlpool assembler to use GENERATERichard Levitte2016-03-093-8/+10
* Unified - adapt the generation of sha assembler to use GENERATERichard Levitte2016-03-097-79/+70
* Unified - adapt the generation of rc4 assembler to use GENERATERichard Levitte2016-03-094-15/+20
* Unified - adapt the generation of rc5 assembler to use GENERATERichard Levitte2016-03-093-7/+8
* Unified - adapt the generation of ripemd assembler to use GENERATERichard Levitte2016-03-093-7/+8
* Unified - adapt the generation of md5 assembler to use GENERATERichard Levitte2016-03-093-9/+12
* Unified - adapt the generation of modes assembler to use GENERATERichard Levitte2016-03-095-28/+22
* Unified - adapt the generation of poly1305 assembler to use GENERATERichard Levitte2016-03-095-13/+19
* Unified - adapt the generation of des assembler to use GENERATERichard Levitte2016-03-094-13/+18
* Unified - adapt the generation of ec assembler to use GENERATERichard Levitte2016-03-093-12/+13
* Unified - adapt the generation of camellia assembler to use GENERATERichard Levitte2016-03-093-10/+12
* Unified - adapt the generation of cast assembler to use GENERATERichard Levitte2016-03-093-7/+8
* Unified - adapt the generation of chacha assembler to use GENERATERichard Levitte2016-03-094-9/+14
* Unified - adapt the generation of cpuid, uplink and buildinf to use GENERATERichard Levitte2016-03-094-37/+30
* Unified - adapt the generation of aes assembler to use GENERATERichard Levitte2016-03-095-58/+61
* Unified - adapt the generation of blowfish assembler to use GENERATERichard Levitte2016-03-093-7/+8
* Always call ENGINE_cleanup() in de-initMatt Caswell2016-03-091-19/+4
* Move engine library over to using the new thread APIMatt Caswell2016-03-099-50/+76
* err_lcl.h is gone, don't pretend it's thereRichard Levitte2016-03-091-1/+1
* Move variable declaration to the start of the functionAlessandro Ghedini2016-03-091-1/+2
* Convert rand code to new threading APIMatt Caswell2016-03-091-32/+47