aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini2016-03-087-13/+30
* Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini2016-03-081-8/+36
* SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov2016-03-0832-95/+114
* Add cipher query functionsTodd Short2016-03-083-3/+95
* Convert ERR_STRING_DATA to new multi-threading APIAlessandro Ghedini2016-03-081-22/+39
* Convert ERR_STATE to new multi-threading APIAlessandro Ghedini2016-03-083-170/+34
* Convert CRYPTO_LOCK_EX_DATA to new multi-threading APIAlessandro Ghedini2016-03-081-7/+20
* Convert CRYPTO_LOCK_DSO to new multi-threading APIAlessandro Ghedini2016-03-081-10/+27
* Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2016-03-087-51/+75
* Convert CRYPTO_LOCK_GET*BYNAME to new multi-threading APIAlessandro Ghedini2016-03-081-4/+13
* Remove kinv/r fields from DSA structure.Dr. Stephen Henson2016-03-072-12/+2
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-0710-24/+30
* Update the dasync engine to add a pipeline cipherMatt Caswell2016-03-071-0/+10
* Elide OPENSSL_INIT_set_config_filename() for no-stdio buildDavid Woodhouse2016-03-071-0/+2
* Elide DES_read_password() for no-ui buildDavid Woodhouse2016-03-071-0/+3
* ISSUE 43: Add BIO_sock_shutdownRich Salz2016-03-072-2/+2
* Fixes memory leaks in CT codeRob Percival2016-03-071-1/+1
* Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse2016-03-072-1/+3
* Unified - adapt the generation of bignum assembler to use GENERATERichard Levitte2016-03-0715-91/+115
* Add a function to detect if we have async or notMatt Caswell2016-03-073-1/+15
* Remove use of CRYPTO_LOCK_INIT in init codeMatt Caswell2016-03-072-4/+8
* Swap the init code to use the new Thread API thread localsMatt Caswell2016-03-071-97/+11
* Swap the init code to use CRYPTO_ONCEMatt Caswell2016-03-071-131/+80
* Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2016-03-076-87/+47
* bn/asm/x86[_64]-mont*.pl: complement alloca with page-walking.Andy Polyakov2016-03-073-2/+116
* perlasm/x86_64-xlate.pl: handle binary constants early.Andy Polyakov2016-03-071-1/+1
* Fix OPENSSL_INIT flags to avoid a clash.Matt Caswell2016-03-071-1/+1
* Rework based on feedback:clucey2016-03-072-1/+20
* GH616: Remove dead codeRich Salz2016-03-051-2/+0
* Curve25519: fix const-initializationEmilia Kasper2016-03-041-4/+4
* Add ASN.1 ADB callback.Dr. Stephen Henson2016-03-041-0/+6
* GH784: Better variable nameDmitry-Me2016-03-041-3/+3
* Handle empty log name in "enable_logs" line of the CT log fileRob Percival2016-03-041-1/+6
* Handle missing "enabled_logs" line in CT log fileRob Percival2016-03-041-0/+6
* If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival2016-03-041-5/+20
* Change default CT log list filename to "ct_log_list.cnf"Rob Percival2016-03-041-2/+2
* Curve25519: avoid undefined behaviourEmilia Kasper2016-03-041-86/+81
* chacha/asm/chacha-ppc.pl: fix typo.Andy Polyakov2016-03-041-1/+1
* Sanity check PVK file fields.Dr. Stephen Henson2016-03-041-0/+7
* GH773: Possible leak on CRYPTO_THREAD_lock_new failureFdaSilvaYY2016-03-032-2/+6
* GH769: Reuse strndup()Dmitry-Me2016-03-032-6/+2
* GH355: Implement HKDFAlessandro Ghedini2016-03-038-7/+348
* Clean up curve25519 buildEmilia Kasper2016-03-031-175/+0
* Add KDF error codesDr. Stephen Henson2016-03-027-6/+111
* Add string ctrl operations to TLS1 PRF, update documentation.Dr. Stephen Henson2016-03-021-1/+26
* Use utility functions for HMAC and CMAC.Dr. Stephen Henson2016-03-022-30/+8
* EVP_PKEY_CTX utility functions.Dr. Stephen Henson2016-03-021-0/+29
* make errorsDr. Stephen Henson2016-03-021-0/+1
* Handle KDF internally.Dr. Stephen Henson2016-03-024-82/+54
* Ensure Async is deinited properlyMatt Caswell2016-03-023-2/+11