summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Send the linebuffer BIO to the attictb2023-05-141-377/+0
* Fix another mandoc -Tlint warningtb2023-05-141-3/+5
* Rephrase a sentence slightly to apease mandoc -Tlinttb2023-05-141-3/+5
* Fix Xr as BN_is_prime(3) is in the attictb2023-05-141-3/+3
* Zap trailing commatb2023-05-141-2/+2
* X509_policy_tree_level_count(3) is gonetb2023-05-141-3/+2
* add missing #include <string.h>; ok tb@op2023-05-148-8/+18
* Assert that test->want != NULL at this pointtb2023-05-131-1/+3
* Bob points out that one error should be an X509V3error()tb2023-05-121-2/+2
* x509_utl.c: fix some style nits.tb2023-05-121-4/+3
* Rewrite string_to_hex() and hex_to_string() using CBB/CBStb2023-05-121-70/+124
* asn1oct: add a couple more teststb2023-05-121-1/+10
* Reduce the number of SHA-512 C implementations from three to one.jsing2023-05-121-134/+1
* asn1oct: minor tweak in error messagetb2023-05-121-3/+3
* Add regress coverage for {s2i,i2s}_ASN1_OCTET_STRINGtb2023-05-122-1/+271
* primility -> primalityjsg2023-05-121-3/+3
* Be a bit more precise on how s2i_ASN1_OCTET_STRING handles colonstb2023-05-121-5/+6
* tls_verify.c: give up on variable alignment in this filetb2023-05-111-6/+6
* Document recent changes in primality testingtb2023-05-111-8/+23
* Use is_pseudoprime instead of is_prime in bn_bpsw.ctb2023-05-101-30/+33
* switch two ASN1_STRING_data() to ASN1_STRING_get0_data()op2023-05-101-5/+5
* Add Miller-Rabin test for random bases to BPSWtb2023-05-103-33/+130
* As mmap(2) is no longer a LOCK syscall, do away with the extraotto2023-05-101-23/+1
* Make malloc tests that set flags more robust against the user alsootto2023-05-092-15/+19
* Make failure mode of EVP_AEAD_CTX_new() more explicittb2023-05-091-4/+9
* Add regress coverage for -1 modulus as well.tb2023-05-091-25/+38
* bn_exp: also special case -1 modulustb2023-05-091-6/+6
* Rewrite BN_bn2hex() using CBB/CBS.jsing2023-05-091-25/+35
* Rewrite BN_bn2dec() using CBB/CBS.jsing2023-05-091-63/+61
* Rename the other_ctx in X509_STORE_CTX into trustedtb2023-05-082-12/+12
* Add RCS tagtb2023-05-081-0/+1
* Enable malloc_errs testotto2023-05-081-2/+2
* Add a regress test to test various malloc API and heap mismanagementotto2023-05-082-0/+291
* X509_verify_cert(): Garbage collect the unused roots variabletb2023-05-081-4/+1
* Avoid trailing whitespace in extension printingtb2023-05-081-2/+2
* Recommit -Wshadow now that the warning on BIG_ENDIAN is fixedtb2023-05-071-2/+2
* xts128 mode: avoid two -Wshadow warnings in the BIG_ENDIAN code path.tb2023-05-071-5/+5
* Backout -Wshadow, it breaks build on powerpc64.bluhm2023-05-071-2/+2
* Remove a misplaced empty linetb2023-05-071-2/+1
* Regen cert.pemtb2023-05-061-419/+402
* Use -Wshadow with clangtb2023-05-053-6/+6
* Reinstate X9.31 padding mode support in rsautltb2023-05-052-7/+18
* Fix error handling in tls_check_common_name()tb2023-05-051-6/+10
* Salt shares the blame of the continued existence of the X9.31 padding modetb2023-05-051-2/+2
* Reinstate documentation of RSA_X931_PADDINGtb2023-05-051-7/+6
* Add back support for RSA_X931_PADDINGtb2023-05-053-65/+127
* Link rsa_x931.c to buildtb2023-05-051-1/+2
* Bring back the X9.31 padding helperstb2023-05-051-0/+164
* symbols.awk: Remove cfb dancetb2023-05-041-4/+2
* Rewrite ECParameters_dup()tb2023-05-041-7/+12