summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add DSA CMS support.jsing2019-11-011-1/+25
* Add RSA CMS support.jsing2019-11-013-5/+262
* Provide NID for pSpecified.jsing2019-11-012-0/+2
* Wire up PKEY methods for RSA-PSS.jsing2019-11-011-2/+6
* Wire up ASN.1 methods for RSA-PSS.jsing2019-11-011-1/+5
* In rsa.h rev. 1.45, jsing@ provided the threeschwarze2019-11-012-6/+64
* move the PSS macros to the end in preparation for adding more macros,schwarze2019-11-011-50/+45
* The EVP_PKEY_CTX_ctrl(3) manual page requires additions for RSA-PSSschwarze2019-11-014-267/+358
* Update RSA ASN.1 code to handle RSA-PSS.jsing2019-11-014-302/+389
* Clean up RSA_new_method().jsing2019-11-011-40/+24
* In rsa_pmeth.c rev. 1.30, jsing@ set the minimum RSA key lengthschwarze2019-10-311-2/+3
* Add CMS controls for RSA.jsing2019-10-311-1/+8
* Add support for RSA-PSS.jsing2019-10-315-65/+370
* Move RSA min modulus to a define and increase from 256 to 512 bits.jsing2019-10-312-4/+6
* Fix indent and indent before labels.jsing2019-10-311-5/+5
* Use braces where a statement has both multi-line and single-line blocks.jsing2019-10-311-8/+13
* Add additional validation of key size, message digest size and publicjsing2019-10-311-3/+17
* Clean up some code.jsing2019-10-311-11/+13
* Avoid potentially leaking pub_exp in pkey_rsa_copy().jsing2019-10-311-4/+4
* In rsa.h rev. 1.41, jsing@ provided RSA_pkey_ctx_ctrl(3).schwarze2019-10-291-1/+26
* merge documentation for several macros EVP_PKEY_CTX_*_rsa_oaep_*(3)schwarze2019-10-291-4/+239
* merge documentation for EVP_PKEY_CTX_set1_id(3), EVP_PKEY_CTX_get1_id(3),schwarze2019-10-291-2/+57
* merge documentation of EVP_PKEY_CTX_set_ec_param_enc(3)schwarze2019-10-291-6/+23
* correct HISTORY of some RSA control macrosschwarze2019-10-291-5/+26
* list supported algorithm ids and clarify how the engine argument is usedschwarze2019-10-291-10/+50
* Add two controls that were missed in the previous commit.jsing2019-10-291-1/+13
* Update RSA OAEP code.jsing2019-10-292-21/+124
* Provide EVP_PKEY_CTX_md().jsing2019-10-292-8/+18
* Free maskHash when RSA_PSS_PARAMS is freed.jsing2019-10-251-3/+23
* Provide ASN1_TYPE_{,un}pack_sequence().jsing2019-10-242-2/+36
* Provide RSA_OAEP_PARAMS along with ASN.1 encoding/decoding.jsing2019-10-242-2/+97
* Bump libcrypto, libssl and libtls majors due to changes in struct sizesjsing2019-10-241-2/+2
* Add RSA_PSS_PARAMS pointer to RSA struct.jsing2019-10-241-1/+8
* Add maskHash field to RSA_PSS_PARAMS.jsing2019-10-241-1/+4
* Provide RSA_pkey_ctx_ctrl().jsing2019-10-243-2/+20
* Add EVP_PKEY_RSA_PSS.jsing2019-10-241-1/+2
* Sync RSA_padding_check_PKCS1_OAEP_mgf1().jsing2019-10-171-64/+111
* Provide err_clear_last_constant_time() as a way of clearing an error fromjsing2019-10-172-1/+24
* bump internal version to 3.0.2bcook2019-10-101-2/+2
* bump to 3.0.2bcook2019-10-101-2/+2
* Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA*jsing2019-10-091-7/+2
* Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.tb2019-10-044-11/+35
* Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions.jsing2019-10-042-10/+90
* Move towards making RSA OAEP functions handle arbitrary message digests.jsing2019-10-031-53/+59
* bump for LibreSSL 3.0.1libressl-v3.0.1bcook2019-09-301-3/+3
* If a NULL or zero cofactor is passed to EC_GROUP_set_generator(),tb2019-09-293-11/+113
* document EVP_PKEY_CTX_get_signature_md(3);schwarze2019-09-101-4/+17
* Plug memory leak in error paths. Found while comparing this filetb2019-09-091-5/+5
* Provide EVP_PKEY_CTX_get_signature_md() macro and implement thejsing2019-09-094-7/+25
* Load CMS error strings.jsing2019-09-091-1/+5