summaryrefslogtreecommitdiffstats
path: root/boringssl (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-19Add test for non-default sized keys in variable key size ciphersMatt Caswell4-0/+96
2019-11-19EVP_CIPHER_CTX_set_keylen should not succeed if a bad keylen is passedMatt Caswell9-52/+108
2019-11-19fix s390 compile error due to missing comma.Shane Lontis1-1/+1
2019-11-19Fix the issue that aes-xxx-siv algorithms failed in OpenSSL speed testXiaokang Qian1-3/+0
2019-11-18Properties: make query cache reference count aware.Pauli5-60/+104
2019-11-18Fix Use after free when copying cipher ctxShane Lontis17-27/+82
2019-11-18PEM: constify PEM_write_ routinesRichard Levitte10-170/+202
2019-11-17s390x assembly pack: fix bn_mul_comba4Patrick Steuer1-1/+1
2019-11-17Add missing EVP_PKEY_METHOD accessors for digestsign and digestverifyAnthony Hu4-2/+94
2019-11-15commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8raniervf3-11/+15
2019-11-15Fix some broken doc linksRich Salz14-30/+30
2019-11-15Make sure we free the CONF structure allocated by confdumpMatt Caswell1-5/+6
2019-11-15travis.yml: add arch s390x targetPatrick Steuer1-0/+4
2019-11-14testutil/init.c rename to testutil/testutil_init.cPatrick Steuer2-1/+1
2019-11-14A few fixes in the EVP_KDF-KB and EVP_KDF-KRB5KDF manpagesTomas Mraz2-6/+7
2019-11-14Delete recently documented functions from missingcryptoTomas Mraz1-8/+0
2019-11-14Fix an uninitialised read in conf_def.cMatt Caswell1-2/+2
2019-11-14Fix no-blake2Matt Caswell1-1/+5
2019-11-14Fix no-engineMatt Caswell1-1/+1
2019-11-14CORE & PROV: make export of key data leaner through callbackRichard Levitte7-217/+252
2019-11-14Fix no-cmac and no-camelliaMatt Caswell1-0/+4
2019-11-14Add confdump to .gitignoreMatt Caswell1-0/+1
2019-11-14Document various new/changes EVP_PKEY_CTX_* functionsMatt Caswell2-31/+79