summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename pkctx to pkey_ctx in rsa_{cms,item}_sign()tb2023-11-071-26/+26
* Trivial cleanup in rsa_cms_sign()tb2023-11-071-5/+5
* Rework RSA_PKCS1_PSS_PADDING handling in rsa_item_sign()tb2023-11-071-14/+4
* Add a helper to set RSASSA-PSS padding parameterstb2023-11-071-10/+29
* Add a helper to set RSA PKCS #1 v1.5 padding OIDtb2023-11-071-12/+15
* Pull everything except the actual run call out of the closuretb2023-11-061-11/+9
* Introduce testGroupFromAlgorithm()tb2023-11-061-50/+54
* Add a wycheproofTestGroupRunner interfacetb2023-11-061-72/+26
* Add aliases for AES AEAD constructions and ChaChatb2023-11-061-9/+12
* Fix a for loop bug introduced in the concurrency refactortb2023-11-061-3/+4
* Uncomment json webcrypto line. Packages will have caught up...tb2023-11-061-3/+2
* KNF plus fixed a few signed vs unsigned compares (that we actuallyotto2023-11-041-22/+33
* Fix a few bizarre line wraps in x509.htb2023-11-021-8/+5
* Use X509_ALGOR_set0_by_nid() in X509_ALGOR_set_evp_md()tb2023-11-011-6/+6
* Add X509_ALGOR_set0_by_nid()tb2023-11-012-2/+33
* Explain the weird order of doing things in X509_ALGOR_set0()tb2023-11-011-1/+2
* Rename ptype and pval to parameter_type and parameter_valuetb2023-11-011-7/+9
* Unindent X509_ALGOR_set0_parameter()tb2023-11-011-8/+11
* Split X509_ALGOR_set0_parameter() out of X509_ALGOR_set0()tb2023-11-011-6/+15
* Split X509_ALGOR_set0_obj() out of X509_ALGOR_set0()tb2023-11-011-3/+12
* Remove 3 expected failures those got fixed in the regress code.claudio2023-10-311-4/+1
* unlink("/") just needs to error. Checking for a specific errno makesclaudio2023-10-311-2/+2
* When creating a file in a directory the file gid is inherited fromclaudio2023-10-311-2/+2
* Ignore closefrom() failure. This fails normally since fd 4 and up are allclaudio2023-10-311-3/+2
* Add support for OpenSSL 3.1 interop teststb2023-10-308-11/+74
* Enable ISO C11 APIs when building libc, even with an older compiler.millert2023-10-291-1/+9
* Fix an error exit in X509v3_addr_validate_path()tb2023-10-291-3/+6
* Include wait(2) status in error message, in the hopes of providing cluesanton2023-10-271-2/+2
* A few micro-optimizations; ok asou@otto2023-10-261-20/+15
* Tidy includestb2023-10-261-2/+2
* Hide X509_ALGOR_set_md() for LIBRESSL_INTERNALtb2023-10-261-1/+3
* Provide prototype for X509_ALGOR_set_md()tb2023-10-261-1/+3
* Rework the MD setting in the RSA ASN.1 methodtb2023-10-261-45/+95
* Add chacha aliases for OpenSSL compatibilitytb2023-10-241-1/+3
* correct Va in previous;jmc2023-10-221-2/+3
* A few more testsotto2023-10-221-1/+15
* When option D is active, store callers for all chunks; this avoidsotto2023-10-222-86/+178
* Remove mention of alg_section. This never worked in LibreSSL.tb2023-10-211-3/+2
* style tweak: avoid double conjunction to make it read betterschwarze2023-10-211-4/+4
* Rename the modulus from n into mtb2023-10-191-9/+12
* Add a few more test cases for mod_exp aliasingtb2023-10-191-33/+78
* Garbage collect weird /* 1 */ and /* 2 */ commentstb2023-10-191-7/+7
* The bn_mod_exp test is no longer an expected failuretb2023-10-191-3/+1
* Fix aliasing of result and exponent in the internal BN_mod_exp_recp()tb2023-10-191-12/+19
* Fix aliasing of result with exponent or modulus in BN_mod_exp_simple()tb2023-10-191-10/+22
* Add test case checking aliasing of the result with other argumentstb2023-10-192-2/+108
* Make libssl interop server/client tests less flaky by ensuring theanton2023-10-181-1/+3
* Remove EVP_add_alg_module() prototypetb2023-10-181-3/+1
* Use X509_ALGOR_set_evp_md() in CMS_add1_signer()tb2023-10-181-16/+24
* cms_DigestedData_create() use X509_ALGOR_set_evp_md()tb2023-10-181-6/+8