summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-10Add include directory options for assembler files that include from crypto/Richard Levitte
2016-03-10The typedef ECPARAMETERS is already defined, don't define it anewRichard Levitte
2016-03-10Remove a missed item from the old thread APIMatt Caswell
2016-03-10Mark SRP_VBASE_get_by_user() as deprecatedMatt Caswell
2016-03-09RT3676 add: Export ASN.1 DHparamsRich Salz
2016-03-09Avoid negative array index in BIO_debug_callback()Benjamin Kaduk
2016-03-09CT: check some GeneralizedTime return valuesBenjamin Kaduk
2016-03-09Avoid double-free in calleres to OCSP_parse_urlJim Basney
2016-03-09Fix return type for CRYPTO_THREAD_run_onceMat
2016-03-09Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flagViktor Dukhovni
2016-03-09RT3676: Expose ECgroup i2d functionsRich Salz
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-09Improved documentation of SCT_CTX_* functionsRob Percival
2016-03-09Updates ct_err.cRob Percival
2016-03-09Reset SCT validation_status if the SCT is modifiedRob Percival
2016-03-09Fixes "usuable" typo in ct_locl.hRob Percival
2016-03-09Treat boolean functions as booleansRob Percival
2016-03-09Make parameters of CTLOG_get* constRob Percival
2016-03-09Extensive application of __owur to CT functions that return a booleanRob Percival
2016-03-09Makes SCT_LIST_set_source return the number of successesRob Percival
2016-03-09Fix classic buildMatt Caswell
2016-03-09Remove the old threading APIMatt Caswell
2016-03-09Remove use of the old CRYPTO_LOCK_X5O9_STOREMatt Caswell
2016-03-09Don't call ENGINE_cleanup when configured "no-engine"Richard Levitte
2016-03-09Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte
2016-03-09Add extra include directory for includers of ppc_arch.hRichard Levitte
2016-03-09ec/asm/ecp_nistz256-sparcv9.pl: get corner logic right.Andy Polyakov
2016-03-09Unified - adapt the generation of whirlpool assembler to use GENERATERichard Levitte
2016-03-09Unified - adapt the generation of sha assembler to use GENERATERichard Levitte
2016-03-09Unified - adapt the generation of rc4 assembler to use GENERATERichard Levitte
2016-03-09Unified - adapt the generation of rc5 assembler to use GENERATERichard Levitte
2016-03-09Unified - adapt the generation of ripemd assembler to use GENERATERichard Levitte
2016-03-09Unified - adapt the generation of md5 assembler to use GENERATERichard Levitte
2016-03-09Unified - adapt the generation of modes assembler to use GENERATERichard Levitte
2016-03-09Unified - adapt the generation of poly1305 assembler to use GENERATERichard Levitte
2016-03-09Unified - adapt the generation of des assembler to use GENERATERichard Levitte
2016-03-09Unified - adapt the generation of ec assembler to use GENERATERichard Levitte
2016-03-09Unified - adapt the generation of camellia assembler to use GENERATERichard Levitte
2016-03-09Unified - adapt the generation of cast assembler to use GENERATERichard Levitte
2016-03-09Unified - adapt the generation of chacha assembler to use GENERATERichard Levitte
2016-03-09Unified - adapt the generation of cpuid, uplink and buildinf to use GENERATERichard Levitte
2016-03-09Unified - adapt the generation of aes assembler to use GENERATERichard Levitte
2016-03-09Unified - adapt the generation of blowfish assembler to use GENERATERichard Levitte
2016-03-09Always call ENGINE_cleanup() in de-initMatt Caswell
2016-03-09Move engine library over to using the new thread APIMatt Caswell