summaryrefslogtreecommitdiff
path: root/src/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-10bump internal version to 3.0.2bcook1-2/+2
2019-10-10bump to 3.0.2bcook1-2/+2
2019-10-09Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA*jsing1-7/+2
2019-10-04Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.tb4-11/+35
2019-10-04Use a valid curve when constructing an EC_KEY that looks like X25519.jsing1-2/+3
2019-10-04Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions.jsing2-10/+90
2019-10-04Avoid a path traversal bug in s_server on Windows.bcook1-3/+3
2019-10-04the formatting for the mini synopses in this page did not render welljmc1-115/+179
2019-10-03Move towards making RSA OAEP functions handle arbitrary message digests.jsing1-53/+59
2019-09-30bump for LibreSSL 3.0.1libressl-v3.0.1bcook1-3/+3
2019-09-29zap trailing whitespace;jmc1-3/+3
2019-09-29If a NULL or zero cofactor is passed to EC_GROUP_set_generator(),tb3-11/+113
2019-09-28Xr random 4 in a better wayderaadt1-3/+5
2019-09-14Add comment line saying S is described vaguely on purpose.otto1-2/+3
2019-09-10document EVP_PKEY_CTX_get_signature_md(3);schwarze1-4/+17
2019-09-09Plug memory leak in error paths. Found while comparing this filetb1-5/+5
2019-09-09Provide EVP_PKEY_CTX_get_signature_md() macro and implement thejsing4-7/+25
2019-09-09Load CMS error strings.jsing1-1/+5
2019-09-09Move #include <openssl/cms.h> to more appropriate location (since it isjsing1-3/+2
2019-09-09Install the openssl/cms.h header.jsing1-1/+3
2019-09-08Add CMS ECC support.jsing1-2/+370
2019-09-06Add various macros and controls for EC_PKEY_CTX.jsing4-28/+316
2019-09-06Handle CMS PEM headers.jsing1-1/+11
2019-09-05Add objects for ECDH schemes in RFC 5753.jsing2-0/+32
2019-09-05Build ecdh_kdf.cjsing1-2/+2
2019-09-05Replace OPENSSL_cleanse() with explicit_bzero().jsing1-1/+1
2019-09-05Provide prototype for ecdh_KDF_X9_63()jsing1-1/+7
2019-09-05Include correct header.jsing1-1/+1
2019-09-05style(9) and whitespace.jsing1-65/+72
2019-09-05Restore per-file license/copyright removed in OpenSSL commit 4f22f40507f.jsing1-5/+48
2019-09-05Remove ECDH_KDF_X9_62 wrapper.jsing1-12/+0