summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2016-03-09err_lcl.h is gone, don't pretend it's thereRichard Levitte
2016-03-09Move variable declaration to the start of the functionAlessandro Ghedini
2016-03-09Convert rand code to new threading APIMatt Caswell
2016-03-09Fix a typo in dynamic_load()Richard Levitte
2016-03-08Convert RSA blinding to new multi-threading APIAlessandro Ghedini
2016-03-09Remove the transfer of lock hooks from bind_engineRichard Levitte
2016-03-09Engine API repair - memory management hooksRichard Levitte
2016-03-08Convert mem_dbg and mem_sec to the new Thread APIMatt Caswell
2016-03-08OpenSSLDie --> OPENSSL_dieRich Salz
2016-03-08Include e_os.h from ec_lcl.hRichard Levitte
2016-03-08Reuse strndup(), simplify codeDmitry-Me
2016-03-08Make DSA_SIG opaque.Dr. Stephen Henson
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_UI to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini
2016-03-08SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov
2016-03-08Add cipher query functionsTodd Short
2016-03-08Convert ERR_STRING_DATA to new multi-threading APIAlessandro Ghedini
2016-03-08Convert ERR_STATE to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_EX_DATA to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_DSO to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_GET*BYNAME to new multi-threading APIAlessandro Ghedini
2016-03-07Remove kinv/r fields from DSA structure.Dr. Stephen Henson
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
2016-03-07Update the dasync engine to add a pipeline cipherMatt Caswell
2016-03-07Elide OPENSSL_INIT_set_config_filename() for no-stdio buildDavid Woodhouse
2016-03-07Elide DES_read_password() for no-ui buildDavid Woodhouse
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz
2016-03-07Fixes memory leaks in CT codeRob Percival
2016-03-07Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse
2016-03-07Unified - adapt the generation of bignum assembler to use GENERATERichard Levitte
2016-03-07Add a function to detect if we have async or notMatt Caswell
2016-03-07Remove use of CRYPTO_LOCK_INIT in init codeMatt Caswell
2016-03-07Swap the init code to use the new Thread API thread localsMatt Caswell
2016-03-07Swap the init code to use CRYPTO_ONCEMatt Caswell
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson
2016-03-07bn/asm/x86[_64]-mont*.pl: complement alloca with page-walking.Andy Polyakov
2016-03-07perlasm/x86_64-xlate.pl: handle binary constants early.Andy Polyakov
2016-03-07Fix OPENSSL_INIT flags to avoid a clash.Matt Caswell
2016-03-07Rework based on feedback:clucey
2016-03-05GH616: Remove dead codeRich Salz
2016-03-04Curve25519: fix const-initializationEmilia Kasper
2016-03-04Add ASN.1 ADB callback.Dr. Stephen Henson