summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweak previous by using the argument name, not its typetb2023-10-131-2/+2
* Improve the description of X509_ALGOR_dup(3)tb2023-10-131-5/+11
* x509_algor: fix error messagetb2023-10-121-7/+7
* x509_algor: add a few missing includestb2023-10-121-1/+4
* Some housekeeping in x_algortb2023-10-111-3/+5
* Rewrite X509_ALGOR_set0()tb2023-10-111-17/+13
* x509_algor: Turn expected failure into actual failure now that the API istb2023-10-111-3/+3
* Ensure that out_value is initialized even if out_type is NULLtb2023-10-111-1/+5
* Rewrite X509_ALGOR_get0()tb2023-10-111-13/+19
* Add internal version of X509_ALGOR_set_md()tb2023-10-112-7/+17
* Add preallocation dance for X509_ALGOR_set_md() as documentedtb2023-10-111-1/+5
* Clean up X509_ALGOR_cmp()tb2023-10-111-10/+10
* Add regress coverage for X509_ALGOR_*tb2023-10-112-2/+377
* I forgot that we now have ASN1_INTEGER_set_uint64()tb2023-10-111-13/+6
* Be more precise about X509_ALGOR_get0()tb2023-10-111-11/+26
* Improve X509_ALGOR_new(3) documentationtb2023-10-101-14/+33
* Use the usual text for X509_ALGOR_free()tb2023-10-091-2/+8
* Clarify that 'undefined type' means V_ASN1_UNDEFtb2023-10-091-3/+4
* Clarify documentation of X509_ALGOR_{set0,set_md}()tb2023-10-091-7/+45
* Add regress coverage for ASN1_UTCTIME_cmp_time_t()tb2023-10-051-5/+12
* Fix a typo and move a wordtb2023-10-031-5/+5
* Add some coverage for ASN1_TIME_cmp_time_t() as welltb2023-10-021-1/+14
* Add regress coverage for ASN1_TIME_compare()tb2023-10-021-1/+78
* Minor asn1time tweakstb2023-10-021-26/+12
* Example code tweak: do not hardcode the size of arraytb2023-10-011-2/+2
* Fix a copy-paste bug in ASN1_TIME_compare()tb2023-10-011-2/+2
* Document EVP_CIPHER_CTX_iv_length() return valuestb2023-10-011-3/+7
* The colons separate the octets, not the digits; add missing link totb2023-10-011-4/+5