| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add DSA CMS support. | jsing | 2019-11-01 | 1 | -1/+25 |
* | Add RSA CMS support. | jsing | 2019-11-01 | 3 | -5/+262 |
* | Provide NID for pSpecified. | jsing | 2019-11-01 | 2 | -0/+2 |
* | Wire up PKEY methods for RSA-PSS. | jsing | 2019-11-01 | 1 | -2/+6 |
* | Wire up ASN.1 methods for RSA-PSS. | jsing | 2019-11-01 | 1 | -1/+5 |
* | In rsa.h rev. 1.45, jsing@ provided the three | schwarze | 2019-11-01 | 2 | -6/+64 |
* | move the PSS macros to the end in preparation for adding more macros, | schwarze | 2019-11-01 | 1 | -50/+45 |
* | The EVP_PKEY_CTX_ctrl(3) manual page requires additions for RSA-PSS | schwarze | 2019-11-01 | 4 | -267/+358 |
* | Update RSA ASN.1 code to handle RSA-PSS. | jsing | 2019-11-01 | 4 | -302/+389 |
* | Clean up RSA_new_method(). | jsing | 2019-11-01 | 1 | -40/+24 |
* | In rsa_pmeth.c rev. 1.30, jsing@ set the minimum RSA key length | schwarze | 2019-10-31 | 1 | -2/+3 |
* | Add CMS controls for RSA. | jsing | 2019-10-31 | 1 | -1/+8 |
* | Add support for RSA-PSS. | jsing | 2019-10-31 | 5 | -65/+370 |
* | Move RSA min modulus to a define and increase from 256 to 512 bits. | jsing | 2019-10-31 | 2 | -4/+6 |
* | Fix indent and indent before labels. | jsing | 2019-10-31 | 1 | -5/+5 |
* | Use braces where a statement has both multi-line and single-line blocks. | jsing | 2019-10-31 | 1 | -8/+13 |
* | Add additional validation of key size, message digest size and public | jsing | 2019-10-31 | 1 | -3/+17 |
* | Clean up some code. | jsing | 2019-10-31 | 1 | -11/+13 |
* | Avoid potentially leaking pub_exp in pkey_rsa_copy(). | jsing | 2019-10-31 | 1 | -4/+4 |
* | In rsa.h rev. 1.41, jsing@ provided RSA_pkey_ctx_ctrl(3). | schwarze | 2019-10-29 | 1 | -1/+26 |
* | merge documentation for several macros EVP_PKEY_CTX_*_rsa_oaep_*(3) | schwarze | 2019-10-29 | 1 | -4/+239 |
* | merge documentation for EVP_PKEY_CTX_set1_id(3), EVP_PKEY_CTX_get1_id(3), | schwarze | 2019-10-29 | 1 | -2/+57 |
* | merge documentation of EVP_PKEY_CTX_set_ec_param_enc(3) | schwarze | 2019-10-29 | 1 | -6/+23 |
* | correct HISTORY of some RSA control macros | schwarze | 2019-10-29 | 1 | -5/+26 |
* | list supported algorithm ids and clarify how the engine argument is used | schwarze | 2019-10-29 | 1 | -10/+50 |
* | Add two controls that were missed in the previous commit. | jsing | 2019-10-29 | 1 | -1/+13 |
* | Update RSA OAEP code. | jsing | 2019-10-29 | 2 | -21/+124 |
* | Provide EVP_PKEY_CTX_md(). | jsing | 2019-10-29 | 2 | -8/+18 |
* | Free maskHash when RSA_PSS_PARAMS is freed. | jsing | 2019-10-25 | 1 | -3/+23 |
* | Provide ASN1_TYPE_{,un}pack_sequence(). | jsing | 2019-10-24 | 2 | -2/+36 |
* | Provide RSA_OAEP_PARAMS along with ASN.1 encoding/decoding. | jsing | 2019-10-24 | 2 | -2/+97 |
* | Bump libcrypto, libssl and libtls majors due to changes in struct sizes | jsing | 2019-10-24 | 1 | -2/+2 |
* | Add RSA_PSS_PARAMS pointer to RSA struct. | jsing | 2019-10-24 | 1 | -1/+8 |
* | Add maskHash field to RSA_PSS_PARAMS. | jsing | 2019-10-24 | 1 | -1/+4 |
* | Provide RSA_pkey_ctx_ctrl(). | jsing | 2019-10-24 | 3 | -2/+20 |
* | Add EVP_PKEY_RSA_PSS. | jsing | 2019-10-24 | 1 | -1/+2 |
* | Sync RSA_padding_check_PKCS1_OAEP_mgf1(). | jsing | 2019-10-17 | 1 | -64/+111 |
* | Provide err_clear_last_constant_time() as a way of clearing an error from | jsing | 2019-10-17 | 2 | -1/+24 |
* | bump internal version to 3.0.2 | bcook | 2019-10-10 | 1 | -2/+2 |
* | bump to 3.0.2 | bcook | 2019-10-10 | 1 | -2/+2 |
* | Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA* | jsing | 2019-10-09 | 1 | -7/+2 |
* | Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey. | tb | 2019-10-04 | 4 | -11/+35 |
* | Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions. | jsing | 2019-10-04 | 2 | -10/+90 |
* | Move towards making RSA OAEP functions handle arbitrary message digests. | jsing | 2019-10-03 | 1 | -53/+59 |
* | bump for LibreSSL 3.0.1libressl-v3.0.1 | bcook | 2019-09-30 | 1 | -3/+3 |
* | If a NULL or zero cofactor is passed to EC_GROUP_set_generator(), | tb | 2019-09-29 | 3 | -11/+113 |
* | document EVP_PKEY_CTX_get_signature_md(3); | schwarze | 2019-09-10 | 1 | -4/+17 |
* | Plug memory leak in error paths. Found while comparing this file | tb | 2019-09-09 | 1 | -5/+5 |
* | Provide EVP_PKEY_CTX_get_signature_md() macro and implement the | jsing | 2019-09-09 | 4 | -7/+25 |
* | Load CMS error strings. | jsing | 2019-09-09 | 1 | -1/+5 |