summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-11-02Bump libcrypto, libssl and libtls minors due to symbol additions.Joel Sing
2019-11-02Provide RSA_PKCS1_OpenSSL().Joel Sing
2019-11-02Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public.Joel Sing
2019-11-02Make RSA_OAEP_PARAMs public.Joel Sing
2019-11-02Document tls_conn_cipher_strength().Joel Sing
2019-11-02Enable CMS in LibreSSL.Joel Sing
2019-11-02Provide tls_conn_cipher_strength().Joel Sing
2019-11-01In evp/pmeth_lib.c rev. 1.16, jsing@ enabled EVP_PKEY_RSA_PSS.Ingo Schwarze
2019-11-01In rsa.h rev. 1.45, jsing@ providedIngo Schwarze
2019-11-01Remove duplicated header.Martin Pieuchot
2019-11-01Add DSA CMS support.Joel Sing
2019-11-01Add RSA CMS support.Joel Sing
2019-11-01Provide NID for pSpecified.Joel Sing
2019-11-01Wire up PKEY methods for RSA-PSS.Joel Sing
2019-11-01Wire up ASN.1 methods for RSA-PSS.Joel Sing
2019-11-01In rsa.h rev. 1.45, jsing@ provided the threeIngo Schwarze
2019-11-01move the PSS macros to the end in preparation for adding more macros,Ingo Schwarze
2019-11-01The EVP_PKEY_CTX_ctrl(3) manual page requires additions for RSA-PSSIngo Schwarze
2019-11-01Update RSA ASN.1 code to handle RSA-PSS.Joel Sing
2019-11-01Clean up RSA_new_method().Joel Sing
2019-10-31In rsa_pmeth.c rev. 1.30, jsing@ set the minimum RSA key lengthIngo Schwarze
2019-10-31Add CMS controls for RSA.Joel Sing
2019-10-31Add support for RSA-PSS.Joel Sing
2019-10-31Move RSA min modulus to a define and increase from 256 to 512 bits.Joel Sing
2019-10-31Fix indent and indent before labels.Joel Sing
2019-10-31Use braces where a statement has both multi-line and single-line blocks.Joel Sing
2019-10-31Add additional validation of key size, message digest size and publicJoel Sing
2019-10-31Clean up some code.Joel Sing
2019-10-31Avoid potentially leaking pub_exp in pkey_rsa_copy().Joel Sing
2019-10-30Fix declaration of S1 by swapping misplaced ',' and ';'.Theo Buehler
2019-10-29In rsa.h rev. 1.41, jsing@ provided RSA_pkey_ctx_ctrl(3).Ingo Schwarze
2019-10-29merge documentation for several macros EVP_PKEY_CTX_*_rsa_oaep_*(3)Ingo Schwarze
2019-10-29merge documentation for EVP_PKEY_CTX_set1_id(3), EVP_PKEY_CTX_get1_id(3),Ingo Schwarze
2019-10-29merge documentation of EVP_PKEY_CTX_set_ec_param_enc(3)Ingo Schwarze
2019-10-29correct HISTORY of some RSA control macrosIngo Schwarze
2019-10-29list supported algorithm ids and clarify how the engine argument is usedIngo Schwarze
2019-10-29Add two controls that were missed in the previous commit.Joel Sing
2019-10-29Update RSA OAEP code.Joel Sing
2019-10-29Provide EVP_PKEY_CTX_md().Joel Sing
2019-10-29mobileip(4) is going to the atticDavid Gwynne
2019-10-27Mark the _Qp_{mul,div,add,sub} functions as 'protected' to eliminatePhilip Guenther
2019-10-26Stop exporting the internal _mcount symbol as that's only referencedPhilip Guenther
2019-10-25Free maskHash when RSA_PSS_PARAMS is freed.Joel Sing
2019-10-25Adjust whitespace, so Ta macros are aligned vertically as already done inTheo Buehler
2019-10-24Provide ASN1_TYPE_{,un}pack_sequence().Joel Sing
2019-10-24Provide RSA_OAEP_PARAMS along with ASN.1 encoding/decoding.Joel Sing
2019-10-24Bump libcrypto, libssl and libtls majors due to changes in struct sizesJoel Sing
2019-10-24Add RSA_PSS_PARAMS pointer to RSA struct.Joel Sing
2019-10-24Add maskHash field to RSA_PSS_PARAMS.Joel Sing
2019-10-24Provide RSA_pkey_ctx_ctrl().Joel Sing