summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-10-13Tweak previous by using the argument name, not its typetb1-2/+2
2023-10-13Improve the description of X509_ALGOR_dup(3)tb1-5/+11
2023-10-12x509_algor: fix error messagetb1-7/+7
2023-10-12x509_algor: add a few missing includestb1-1/+4
2023-10-11Some housekeeping in x_algortb1-3/+5
2023-10-11Rewrite X509_ALGOR_set0()tb1-17/+13
2023-10-11x509_algor: Turn expected failure into actual failure now that the API istb1-3/+3
2023-10-11Ensure that out_value is initialized even if out_type is NULLtb1-1/+5
2023-10-11Rewrite X509_ALGOR_get0()tb1-13/+19
2023-10-11Add internal version of X509_ALGOR_set_md()tb2-7/+17
2023-10-11Add preallocation dance for X509_ALGOR_set_md() as documentedtb1-1/+5
2023-10-11Clean up X509_ALGOR_cmp()tb1-10/+10
2023-10-11Add regress coverage for X509_ALGOR_*tb2-2/+377
2023-10-11I forgot that we now have ASN1_INTEGER_set_uint64()tb1-13/+6
2023-10-11Be more precise about X509_ALGOR_get0()tb1-11/+26
2023-10-10Improve X509_ALGOR_new(3) documentationtb1-14/+33
2023-10-09Use the usual text for X509_ALGOR_free()tb1-2/+8
2023-10-09Clarify that 'undefined type' means V_ASN1_UNDEFtb1-3/+4
2023-10-09Clarify documentation of X509_ALGOR_{set0,set_md}()tb1-7/+45
2023-10-05Add regress coverage for ASN1_UTCTIME_cmp_time_t()tb1-5/+12
2023-10-03Fix a typo and move a wordtb1-5/+5
2023-10-02Add some coverage for ASN1_TIME_cmp_time_t() as welltb1-1/+14
2023-10-02Add regress coverage for ASN1_TIME_compare()tb1-1/+78
2023-10-02Minor asn1time tweakstb1-26/+12
2023-10-01Example code tweak: do not hardcode the size of arraytb1-2/+2
2023-10-01Fix a copy-paste bug in ASN1_TIME_compare()tb1-2/+2
2023-10-01Document EVP_CIPHER_CTX_iv_length() return valuestb1-3/+7
2023-10-01The colons separate the octets, not the digits; add missing link totb1-4/+5
2023-10-01Improve a code comment in the EXAMPLES sectiontb1-3/+3
2023-10-01Refer to RFC 3779, 2.1.2 for encoding of rangestb1-2/+7
2023-10-01Point out that the result of IPAddressRange_new() is an invalid rangetb1-3/+3
2023-10-01encoding -> decoding for d2itb1-3/+3
2023-10-01Add an empty linetb1-1/+2
2023-09-30Reorder list of additional validation checks neededtb1-9/+8
2023-09-30Switch copyright year to 2023.tb2-4/+4
2023-09-30Use addrblocks for .Fatb1-2/+2
2023-09-30avoid using the string "a" without markup as a placeholderschwarze1-4/+9
2023-09-30consistently use "allow_inherit" for the argument nameschwarze1-6/+6
2023-09-30drop one pair of needless parenthesesschwarze1-5/+5
2023-09-30remove a useless repetition of a function nameschwarze1-6/+4
2023-09-30polish an awkward wordingschwarze1-9/+7