summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-03-13Change an function macro for ERR match the function it's used in.Richard Levitte
2016-03-13Complete incomplete makefile variable referensesRichard Levitte
2016-03-13Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte
2016-03-12Fix memory leak in library deinitEmilia Kasper
2016-03-12Fix no-comp buildEmilia Kasper
2016-03-11Remove some dead code from 1999Matt Caswell
2016-03-11Don't clobber the last errorMatt Caswell
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson
2016-03-11Use unsigned int instead of just unsigned.Kurt Roeckx
2016-03-11Save leaf_node and node_offset as character arrayKurt Roeckx
2016-03-11Review commentsKurt Roeckx
2016-03-11Add blake2 support.Bill Cox
2016-03-11move DSA_SIG definition into C source fileDr. Stephen Henson
2016-03-11crypto/*/build.info: make it work on ARM platforms.Andy Polyakov
2016-03-11crypto/*/build.info: SPARC-specific fixups.Andy Polyakov
2016-03-11constify CT_POLICY_EVAL_CTX gettersRob Percival
2016-03-11Call CONF_modules_free() before ENGINE_cleanup() in auto-deinitMatt Caswell
2016-03-11Fix some assembler generating scripts for better unificationRichard Levitte
2016-03-10Add include directory options for assembler files that include from crypto/Richard Levitte
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