summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Sort standard_methods by pkey_id.inoguchi2019-11-021-4/+4
* CMS didn't make the 6.6 release: adjust the text in the HISTORY sectionsschwarze2019-11-0223-69/+69
* .Xr CMS_ContentInfo_new 3schwarze2019-11-021-2/+3
* .Xr BIO_new_CMS 3schwarze2019-11-021-2/+3
* document PEM_read_CMS(3), PEM_read_bio_CMS(3), PEM_write_CMS(3), andschwarze2019-11-021-3/+46
* In Symbols.list rev. 1.91, jsing enabled many CMS functions.schwarze2019-11-021-1/+24
* Bring back some icky buffer allocation code so that pkey_rsa_print()jsing2019-11-021-9/+41
* Bump libcrypto, libssl and libtls minors due to symbol additions.jsing2019-11-021-1/+1
* Provide RSA_PKCS1_OpenSSL().jsing2019-11-023-3/+10
* Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public.jsing2019-11-023-9/+10
* Make RSA_OAEP_PARAMs public.jsing2019-11-023-17/+22
* Enable CMS in LibreSSL.jsing2019-11-023-2/+135
* In evp/pmeth_lib.c rev. 1.16, jsing@ enabled EVP_PKEY_RSA_PSS.schwarze2019-11-011-3/+5
* In rsa.h rev. 1.45, jsing@ providedschwarze2019-11-011-8/+16
* 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