summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-31Add CMS controls for RSA.jsing1-1/+8
2019-10-31Add support for RSA-PSS.jsing5-65/+370
2019-10-31Move RSA min modulus to a define and increase from 256 to 512 bits.jsing2-4/+6
2019-10-31Fix indent and indent before labels.jsing1-5/+5
2019-10-31Use braces where a statement has both multi-line and single-line blocks.jsing1-8/+13
2019-10-31Add additional validation of key size, message digest size and publicjsing1-3/+17
2019-10-31Clean up some code.jsing1-11/+13
2019-10-31Avoid potentially leaking pub_exp in pkey_rsa_copy().jsing1-4/+4
2019-10-29In rsa.h rev. 1.41, jsing@ provided RSA_pkey_ctx_ctrl(3).schwarze1-1/+26
2019-10-29merge documentation for several macros EVP_PKEY_CTX_*_rsa_oaep_*(3)schwarze1-4/+239
2019-10-29merge documentation for EVP_PKEY_CTX_set1_id(3), EVP_PKEY_CTX_get1_id(3),schwarze1-2/+57
2019-10-29merge documentation of EVP_PKEY_CTX_set_ec_param_enc(3)schwarze1-6/+23
2019-10-29correct HISTORY of some RSA control macrosschwarze1-5/+26
2019-10-29list supported algorithm ids and clarify how the engine argument is usedschwarze1-10/+50
2019-10-29Add two controls that were missed in the previous commit.jsing1-1/+13
2019-10-29Update RSA OAEP code.jsing2-21/+124
2019-10-29Provide EVP_PKEY_CTX_md().jsing2-8/+18
2019-10-25Free maskHash when RSA_PSS_PARAMS is freed.jsing1-3/+23
2019-10-24Service names are still resolved with -nkn1-4/+4
2019-10-24Provide ASN1_TYPE_{,un}pack_sequence().jsing2-2/+36
2019-10-24Provide RSA_OAEP_PARAMS along with ASN.1 encoding/decoding.jsing2-2/+97
2019-10-24Bump libcrypto, libssl and libtls majors due to changes in struct sizesjsing3-6/+6
2019-10-24Add RSA_PSS_PARAMS pointer to RSA struct.jsing1-1/+8
2019-10-24Add maskHash field to RSA_PSS_PARAMS.jsing1-1/+4
2019-10-24Provide RSA_pkey_ctx_ctrl().jsing3-2/+20
2019-10-24Add EVP_PKEY_RSA_PSS.jsing1-1/+2
2019-10-24Print IP address in verbose modejob1-12/+34
2019-10-23Revert previous, which works for -N case but causes regress failuresbeck1-18/+1
2019-10-17Sync RSA_padding_check_PKCS1_OAEP_mgf1().jsing1-64/+111
2019-10-17Fix -N flag to actually shut down the (entire) socket when the inputbeck1-1/+18
2019-10-17Provide err_clear_last_constant_time() as a way of clearing an error fromjsing2-1/+24
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