summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-24Provide X509_VERIFY_PARAM_set_hostflags()tb1-1/+8
2023-05-23Simplify OBJ_obj2txt()tb2-8/+5
2023-05-23Add empty line for consistencytb1-1/+2
2023-05-23Add regress coverage for obj_dat.c r1.52tb1-1/+44
2023-05-23Always NUL terminate buf in OBJ_obj2txt()tb1-1/+4
2023-05-23cms_asn1.c: zap stray tabstb1-8/+1
2023-05-22Remove misplaced semicolons in .Fatb2-6/+6
2023-05-20ecdhtest: Fix indenttb1-2/+2
2023-05-20Remove a space that I thought I had already deleted.tb1-2/+2
2023-05-20Add a slow regress target that runs openssl speed with proper alignmenttb1-2/+7
2023-05-20openssl speed: add an '-unaligned n' optiontb2-7/+37
2023-05-20openssl speed: minor style nitstb1-8/+6
2023-05-20openssl speed: remove binary curve remnantstb1-88/+5
2023-05-19Add missing rsa_security_bit() handler to the RSA-PSS ASN1_METHODtb1-1/+2
2023-05-19backout alignment changes (breaking at least two architectures)deraadt4-100/+89
2023-05-18Add PROTO_NORMAL() declarations for the remaining syscalls, to avoidguenther1-4/+1
2023-05-17Use crypto_internal.h's CTASSERT()tb2-8/+5
2023-05-17Clean up alignment handling for SHA-512.jsing2-81/+95
2023-05-16ecdhtest: check malloc() return valuestb1-4/+7
2023-05-16add missing pointer invalidationjcs1-1/+2
2023-05-16Clean up SHA-512 input handling and round macros.jsing1-47/+49
2023-05-14Rename arguments of X509_STORE_CTX_init()tb1-5/+5
2023-05-14Fix X509error() and X509V3error()tb1-6/+11
2023-05-14Send the linebuffer BIO to the attictb1-377/+0
2023-05-14Fix another mandoc -Tlint warningtb1-3/+5
2023-05-14Rephrase a sentence slightly to apease mandoc -Tlinttb1-3/+5
2023-05-14Fix Xr as BN_is_prime(3) is in the attictb1-3/+3
2023-05-14Zap trailing commatb1-2/+2
2023-05-14X509_policy_tree_level_count(3) is gonetb1-3/+2
2023-05-14add missing #include <string.h>; ok tb@op8-8/+18
2023-05-13Assert that test->want != NULL at this pointtb1-1/+3
2023-05-12Bob points out that one error should be an X509V3error()tb1-2/+2
2023-05-12x509_utl.c: fix some style nits.tb1-4/+3
2023-05-12Rewrite string_to_hex() and hex_to_string() using CBB/CBStb1-70/+124
2023-05-12asn1oct: add a couple more teststb1-1/+10
2023-05-12Reduce the number of SHA-512 C implementations from three to one.jsing1-134/+1
2023-05-12asn1oct: minor tweak in error messagetb1-3/+3
2023-05-12Add regress coverage for {s2i,i2s}_ASN1_OCTET_STRINGtb2-1/+271
2023-05-12primility -> primalityjsg1-3/+3
2023-05-12Be a bit more precise on how s2i_ASN1_OCTET_STRING handles colonstb1-5/+6
2023-05-11tls_verify.c: give up on variable alignment in this filetb1-6/+6
2023-05-11Document recent changes in primality testingtb1-8/+23
2023-05-10Use is_pseudoprime instead of is_prime in bn_bpsw.ctb1-30/+33
2023-05-10switch two ASN1_STRING_data() to ASN1_STRING_get0_data()op1-5/+5
2023-05-10Add Miller-Rabin test for random bases to BPSWtb3-33/+130
2023-05-10As mmap(2) is no longer a LOCK syscall, do away with the extraotto1-23/+1
2023-05-09Make malloc tests that set flags more robust against the user alsootto2-15/+19
2023-05-09Make failure mode of EVP_AEAD_CTX_new() more explicittb1-4/+9
2023-05-09Add regress coverage for -1 modulus as well.tb1-25/+38
2023-05-09bn_exp: also special case -1 modulustb1-6/+6