summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
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