summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check return value and remove unnecessary variableinoguchi2019-11-061-7/+7
* Add -addext option to openssl(1) req subcommandinoguchi2019-11-061-3/+133
* use curly braces for consistencytb2019-11-061-2/+2
* Remove trailing space in appstest.shinoguchi2019-11-051-15/+15
* Add test for cms in appstest.shinoguchi2019-11-051-1/+57
* Allow ip addresses as argument to SSL_set1_host() but be careful to nototto2019-11-041-2/+14
* Fix an out of bound read/write when using a proxy.millert2019-11-042-11/+21
* Indent labels for diffability.jsing2019-11-041-5/+5
* Remove spaces between * and variable names.jsing2019-11-041-25/+25
* Remove explicit NULL checks before *_free() calls.jsing2019-11-041-21/+14
* Hook openssl(1) cms back up.jsing2019-11-043-4/+8
* Currently we need to include pem.h before cms.h...jsing2019-11-041-2/+3
* Remove engine argument from load_cert() calls.jsing2019-11-041-8/+8
* Bring openssl(1) cms back from the attic.jsing2019-11-041-0/+1142
* Add regress for CMS sign and verify.jsing2019-11-041-2/+125
* Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef.jsing2019-11-041-21/+19
* Add RSA-PSS test for genpkey in appstest.shinoguchi2019-11-031-1/+9
* 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
* Hook cms regress.jsing2019-11-021-1/+2
* Include cms.h.jsing2019-11-021-1/+2
* Initial regress for cms.jsing2019-11-022-0/+199
* .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
* Add tls_conn_cipher_strength() to gotls regress.jsing2019-11-022-2/+20
* Bump libcrypto, libssl and libtls minors due to symbol additions.jsing2019-11-023-3/+3
* 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
* Document tls_conn_cipher_strength().jsing2019-11-021-2/+14
* Enable CMS in LibreSSL.jsing2019-11-023-2/+135
* Provide tls_conn_cipher_strength().jsing2019-11-024-3/+15
* 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
* Add RSA OAEP test for pkeyutl in appstest.shinoguchi2019-10-311-1/+21
* 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