summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2020-01-22The length of the IV of EVP_chacha20 is currently 64 bits, not 96.Theo Buehler
2020-01-22Add checks to ensure that lib{crypto,ssl,tls} public headers have actuallyJoel Sing
2020-01-22Simplify header installation by combining the HDRS and HDRS_GEN loops.Joel Sing
2020-01-21Remove redundant ASN1_INTEGER_set call in PKCS7_set_typeKinichiro Inoguchi
2020-01-17Free pss in RSA_freeKinichiro Inoguchi
2020-01-14bump to 3.1.0Brent Cook
2020-01-12Avoid leak in error path of PKCS5_PBE_keyivgenKinichiro Inoguchi
2020-01-09Avoid leak in error path of asn1_parse2Kinichiro Inoguchi
2020-01-04Avoid leak in error path of dh_priv_decodeKinichiro Inoguchi
2019-12-14Fix documented signatures of HMAC(3) and HMAC_Update(3). The n and lenTheo Buehler
2019-12-05Document X509_STORE_CTX_set_flags() which is a handy way to change theClaudio Jeker
2019-11-21A touch of style(9)Tim van der Molen
2019-11-21Use explicit_bzero() to clear key materialTim van der Molen
2019-11-20Fix rsa key output formatKinichiro Inoguchi
2019-11-04Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef.Joel Sing
2019-11-02Sort standard_methods by pkey_id.Kinichiro Inoguchi
2019-11-02CMS didn't make the 6.6 release: adjust the text in the HISTORY sectionsIngo Schwarze
2019-11-02.Xr CMS_ContentInfo_new 3Ingo Schwarze
2019-11-02.Xr BIO_new_CMS 3Ingo Schwarze
2019-11-02document PEM_read_CMS(3), PEM_read_bio_CMS(3), PEM_write_CMS(3), andIngo Schwarze
2019-11-02In Symbols.list rev. 1.91, jsing enabled many CMS functions.Ingo Schwarze
2019-11-02Bring back some icky buffer allocation code so that pkey_rsa_print()Joel Sing
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-02Enable CMS in LibreSSL.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-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-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