summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-07Rename pkctx to pkey_ctx in rsa_{cms,item}_sign()tb1-26/+26
2023-11-07Trivial cleanup in rsa_cms_sign()tb1-5/+5
2023-11-07Rework RSA_PKCS1_PSS_PADDING handling in rsa_item_sign()tb1-14/+4
2023-11-07Add a helper to set RSASSA-PSS padding parameterstb1-10/+29
2023-11-07Add a helper to set RSA PKCS #1 v1.5 padding OIDtb1-12/+15
2023-11-06Pull everything except the actual run call out of the closuretb1-11/+9
2023-11-06Introduce testGroupFromAlgorithm()tb1-50/+54
2023-11-06Add a wycheproofTestGroupRunner interfacetb1-72/+26
2023-11-06Add aliases for AES AEAD constructions and ChaChatb1-9/+12
2023-11-06Fix a for loop bug introduced in the concurrency refactortb1-3/+4
2023-11-06Uncomment json webcrypto line. Packages will have caught up...tb1-3/+2
2023-11-04KNF plus fixed a few signed vs unsigned compares (that we actuallyotto1-22/+33
2023-11-02Fix a few bizarre line wraps in x509.htb1-8/+5
2023-11-01Use X509_ALGOR_set0_by_nid() in X509_ALGOR_set_evp_md()tb1-6/+6
2023-11-01Add X509_ALGOR_set0_by_nid()tb2-2/+33
2023-11-01Explain the weird order of doing things in X509_ALGOR_set0()tb1-1/+2
2023-11-01Rename ptype and pval to parameter_type and parameter_valuetb1-7/+9
2023-11-01Unindent X509_ALGOR_set0_parameter()tb1-8/+11
2023-11-01Split X509_ALGOR_set0_parameter() out of X509_ALGOR_set0()tb1-6/+15
2023-11-01Split X509_ALGOR_set0_obj() out of X509_ALGOR_set0()tb1-3/+12
2023-10-31Remove 3 expected failures those got fixed in the regress code.claudio1-4/+1
2023-10-31unlink("/") just needs to error. Checking for a specific errno makesclaudio1-2/+2
2023-10-31When creating a file in a directory the file gid is inherited fromclaudio1-2/+2
2023-10-31Ignore closefrom() failure. This fails normally since fd 4 and up are allclaudio1-3/+2
2023-10-30Add support for OpenSSL 3.1 interop teststb8-11/+74
2023-10-29Enable ISO C11 APIs when building libc, even with an older compiler.millert1-1/+9
2023-10-29Fix an error exit in X509v3_addr_validate_path()tb1-3/+6
2023-10-27Include wait(2) status in error message, in the hopes of providing cluesanton1-2/+2
2023-10-26A few micro-optimizations; ok asou@otto1-20/+15
2023-10-26Tidy includestb1-2/+2
2023-10-26Hide X509_ALGOR_set_md() for LIBRESSL_INTERNALtb1-1/+3
2023-10-26Provide prototype for X509_ALGOR_set_md()tb1-1/+3
2023-10-26Rework the MD setting in the RSA ASN.1 methodtb1-45/+95
2023-10-24Add chacha aliases for OpenSSL compatibilitytb1-1/+3
2023-10-22correct Va in previous;jmc1-2/+3
2023-10-22A few more testsotto1-1/+15
2023-10-22When option D is active, store callers for all chunks; this avoidsotto2-86/+178
2023-10-21Remove mention of alg_section. This never worked in LibreSSL.tb1-3/+2
2023-10-21style tweak: avoid double conjunction to make it read betterschwarze1-4/+4
2023-10-19Rename the modulus from n into mtb1-9/+12
2023-10-19Add a few more test cases for mod_exp aliasingtb1-33/+78
2023-10-19Garbage collect weird /* 1 */ and /* 2 */ commentstb1-7/+7
2023-10-19The bn_mod_exp test is no longer an expected failuretb1-3/+1
2023-10-19Fix aliasing of result and exponent in the internal BN_mod_exp_recp()tb1-12/+19
2023-10-19Fix aliasing of result with exponent or modulus in BN_mod_exp_simple()tb1-10/+22
2023-10-19Add test case checking aliasing of the result with other argumentstb2-2/+108
2023-10-18Make libssl interop server/client tests less flaky by ensuring theanton1-1/+3
2023-10-18Remove EVP_add_alg_module() prototypetb1-3/+1
2023-10-18Use X509_ALGOR_set_evp_md() in CMS_add1_signer()tb1-16/+24
2023-10-18cms_DigestedData_create() use X509_ALGOR_set_evp_md()tb1-6/+8