aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert ASYNC code to use new Thread APIMatt Caswell2016-03-028-114/+31
* curve25519: add missing const-qualifierEmilia Kasper2016-03-021-1/+1
* Make uplink auxiliary source separate from cpuid sourceRichard Levitte2016-03-022-2/+4
* Make k25519Precomp constKurt Roeckx2016-03-021-1/+1
* poly1305/asm/poly1305-*.pl: flip horizontal add and reduction.Andy Polyakov2016-03-025-94/+128
* Consistently use arm_arch.h constants in armcap assembly code.David Benjamin2016-03-024-4/+4
* remove old unused oneline name fieldDr. Stephen Henson2016-03-012-8/+0
* make errorsDr. Stephen Henson2016-03-011-0/+6
* Add default operations to EC_METHODDr. Stephen Henson2016-03-0111-30/+94
* Replace overrides.Dr. Stephen Henson2016-03-015-55/+121
* CT policy validationRob Percival2016-03-017-6/+298