Age | Commit message (Expand) | Author |
2020-01-22 | The length of the IV of EVP_chacha20 is currently 64 bits, not 96. | Theo Buehler |
2020-01-22 | Add checks to ensure that lib{crypto,ssl,tls} public headers have actually | Joel Sing |
2020-01-22 | Simplify header installation by combining the HDRS and HDRS_GEN loops. | Joel Sing |
2020-01-21 | Remove redundant ASN1_INTEGER_set call in PKCS7_set_type | Kinichiro Inoguchi |
2020-01-17 | Free pss in RSA_free | Kinichiro Inoguchi |
2020-01-14 | bump to 3.1.0 | Brent Cook |
2020-01-12 | Avoid leak in error path of PKCS5_PBE_keyivgen | Kinichiro Inoguchi |
2020-01-09 | Avoid leak in error path of asn1_parse2 | Kinichiro Inoguchi |
2020-01-04 | Avoid leak in error path of dh_priv_decode | Kinichiro Inoguchi |
2019-12-14 | Fix documented signatures of HMAC(3) and HMAC_Update(3). The n and len | Theo Buehler |
2019-12-05 | Document X509_STORE_CTX_set_flags() which is a handy way to change the | Claudio Jeker |
2019-11-21 | A touch of style(9) | Tim van der Molen |
2019-11-21 | Use explicit_bzero() to clear key material | Tim van der Molen |
2019-11-20 | Fix rsa key output format | Kinichiro Inoguchi |
2019-11-04 | Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef. | Joel Sing |
2019-11-02 | Sort standard_methods by pkey_id. | Kinichiro Inoguchi |
2019-11-02 | CMS didn't make the 6.6 release: adjust the text in the HISTORY sections | Ingo Schwarze |
2019-11-02 | .Xr CMS_ContentInfo_new 3 | Ingo Schwarze |
2019-11-02 | .Xr BIO_new_CMS 3 | Ingo Schwarze |
2019-11-02 | document PEM_read_CMS(3), PEM_read_bio_CMS(3), PEM_write_CMS(3), and | Ingo Schwarze |
2019-11-02 | In Symbols.list rev. 1.91, jsing enabled many CMS functions. | Ingo Schwarze |
2019-11-02 | Bring back some icky buffer allocation code so that pkey_rsa_print() | Joel Sing |
2019-11-02 | Bump libcrypto, libssl and libtls minors due to symbol additions. | Joel Sing |
2019-11-02 | Provide RSA_PKCS1_OpenSSL(). | Joel Sing |
2019-11-02 | Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public. | Joel Sing |
2019-11-02 | Make RSA_OAEP_PARAMs public. | Joel Sing |
2019-11-02 | Enable CMS in LibreSSL. | Joel Sing |
2019-11-01 | In evp/pmeth_lib.c rev. 1.16, jsing@ enabled EVP_PKEY_RSA_PSS. | Ingo Schwarze |
2019-11-01 | In rsa.h rev. 1.45, jsing@ provided | Ingo Schwarze |
2019-11-01 | Add DSA CMS support. | Joel Sing |
2019-11-01 | Add RSA CMS support. | Joel Sing |
2019-11-01 | Provide NID for pSpecified. | Joel Sing |
2019-11-01 | Wire up PKEY methods for RSA-PSS. | Joel Sing |
2019-11-01 | Wire up ASN.1 methods for RSA-PSS. | Joel Sing |
2019-11-01 | In rsa.h rev. 1.45, jsing@ provided the three | Ingo Schwarze |
2019-11-01 | move the PSS macros to the end in preparation for adding more macros, | Ingo Schwarze |
2019-11-01 | The EVP_PKEY_CTX_ctrl(3) manual page requires additions for RSA-PSS | Ingo Schwarze |
2019-11-01 | Update RSA ASN.1 code to handle RSA-PSS. | Joel Sing |
2019-11-01 | Clean up RSA_new_method(). | Joel Sing |
2019-10-31 | In rsa_pmeth.c rev. 1.30, jsing@ set the minimum RSA key length | Ingo Schwarze |
2019-10-31 | Add CMS controls for RSA. | Joel Sing |
2019-10-31 | Add support for RSA-PSS. | Joel Sing |
2019-10-31 | Move RSA min modulus to a define and increase from 256 to 512 bits. | Joel Sing |
2019-10-31 | Fix indent and indent before labels. | Joel Sing |
2019-10-31 | Use braces where a statement has both multi-line and single-line blocks. | Joel Sing |
2019-10-31 | Add additional validation of key size, message digest size and public | Joel Sing |
2019-10-31 | Clean up some code. | Joel Sing |
2019-10-31 | Avoid potentially leaking pub_exp in pkey_rsa_copy(). | Joel Sing |
2019-10-29 | In rsa.h rev. 1.41, jsing@ provided RSA_pkey_ctx_ctrl(3). | Ingo Schwarze |
2019-10-29 | merge documentation for several macros EVP_PKEY_CTX_*_rsa_oaep_*(3) | Ingo Schwarze |