aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-04-24x509/by_dir.c: Remove dead codeDr. Matthias St. Pierre1-6/+0
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY15-71/+163
2018-04-24a_strex.c: improve documentation of 'tag2nbyte' lookup tableDr. Matthias St. Pierre1-6/+16
2018-04-23Remove superfluous NULL checks. Add Andy's BN_FLG comment.Billy Brumley2-10/+20
2018-04-23Move up check for EC_R_INCOMPATIBLE_OBJECTS and for the point at infinity caseNicola Tuveri1-9/+9
2018-04-23Pass throughNicola Tuveri1-27/+30
2018-04-23ladder description: why it worksBilly Brumley1-0/+60
2018-04-23Address code style commentsNicola Tuveri1-31/+33
2018-04-23Elliptic curve scalar multiplication with timing attack defensesBilly Brumley2-0/+195
2018-04-23Fix usage of ossl_assert()Kurt Roeckx1-1/+2
2018-04-23ARM assembly pack: make it work with older assembler.Andy Polyakov3-2/+4
2018-04-2300-base-templates.conf: wire keccak1600-armv4 module.Andy Polyakov1-0/+2
2018-04-23sha/asm/keccak1600-armv4.pl: adapt for multi-platform.Andy Polyakov1-3/+20
2018-04-2300-base-templates.conf: wire keccak1600-ppc64 module.Andy Polyakov1-0/+1
2018-04-2300-base-templates.conf: wire keccak1600-s390x module.Andy Polyakov1-0/+1
2018-04-2300-base-templates.conf: wire keccak1600-armv8 module.Andy Polyakov1-0/+1
2018-04-2300-base-templates.conf: wire keccak1600-x86_64 module.Andy Polyakov1-0/+1
2018-04-23sha/asm/keccak1600-x86_64.pl: make it work on Windows.Andy Polyakov1-4/+4
2018-04-23Configure: add $target{keccak1600_asm_src}.Andy Polyakov1-1/+1
2018-04-23sha/asm/keccak1600-armv8.pl: halve the size of hw-assisted subroutine.Andy Polyakov1-18/+18
2018-04-22Add support for getrandom() or equivalent system calls and use them by defaultKurt Roeckx1-10/+91
2018-04-20Fix building linux-armv4 with --strict-warningsBernd Edlinger1-1/+1
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger7-23/+95
2018-04-19Clear buffer in PEM_write_bioBernd Edlinger1-1/+1
2018-04-19Don't crash if there are no trusted certsMatt Caswell1-2/+13
2018-04-18poly1305/asm/poly1305-armv4.pl: remove unintentional relocation.Rahul Chaudhry1-1/+2
2018-04-17BIGNUM signed add/sub routines refactoryDavide Galassi1-85/+47
2018-04-17Fix a memory leak in an error pathMatt Caswell1-8/+14
2018-04-17p5_scrypt.c: fix error check of RAND_bytes() callDr. Matthias St. Pierre1-1/+1
2018-04-17DRBG: fix coverity issuesDr. Matthias St. Pierre1-4/+4
2018-04-17Update copyright yearRichard Levitte41-41/+41
2018-04-16RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called...Matt Caswell1-0/+1
2018-04-14openssl#5668: corrections after compiling with -qinfo=all:als.Matthias Kraft1-9/+12
2018-04-13make updateRichard Levitte2-0/+9
2018-04-13DRBG: implement a get_nonce() callbackDr. Matthias St. Pierre6-154/+354
2018-04-13Add support for the SRP base64 alphabetMatt Caswell3-38/+190
2018-04-13Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functionsMatt Caswell4-13/+65
2018-04-10DRBG: fix memory leak on error in rand_drbg_get_entropy()Dr. Matthias St. Pierre1-1/+2
2018-04-09bio/b_addr.c: resolve HP-UX compiler warnings.Andy Polyakov1-3/+3
2018-04-09Correct the equation for Y' in the comment of point_double functionKunxian Xia1-1/+1
2018-04-08Fix false positives of IS_*() macros for 8-bit ASCII charactersDr. Matthias St. Pierre3-34/+45
2018-04-06Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSAMatt Caswell3-20/+63
2018-04-05Fix bugs in X509_NAME_ENTRY_setRich Salz1-5/+3
2018-04-05Set error code if alloc returns NULLRich Salz10-21/+60
2018-04-05Pick a q size consistent with the digest for DSA param generationMatt Caswell3-4/+13
2018-04-05Don't crash if an unrecognised digest is used with dsa_paramgen_mdMatt Caswell1-1/+7
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell6-1/+205
2018-04-04Change rand_pool_add[_end] prototypes to matchRichard Levitte1-3/+3
2018-04-04rand/randfile.c: fix potential resource leak in RAND_load_file.Andy Polyakov1-0/+1
2018-04-04Remove ambiguity in rand_pool_add[_end] return valueRichard Levitte4-32/+33