| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ecdhtest: check malloc() return values | tb | 2023-05-16 | 1 | -4/+7 |
* | add missing pointer invalidation | jcs | 2023-05-16 | 1 | -1/+2 |
* | Clean up SHA-512 input handling and round macros. | jsing | 2023-05-16 | 1 | -47/+49 |
* | Rename arguments of X509_STORE_CTX_init() | tb | 2023-05-14 | 1 | -5/+5 |
* | Fix X509error() and X509V3error() | tb | 2023-05-14 | 1 | -6/+11 |
* | Send the linebuffer BIO to the attic | tb | 2023-05-14 | 1 | -377/+0 |
* | Fix another mandoc -Tlint warning | tb | 2023-05-14 | 1 | -3/+5 |
* | Rephrase a sentence slightly to apease mandoc -Tlint | tb | 2023-05-14 | 1 | -3/+5 |
* | Fix Xr as BN_is_prime(3) is in the attic | tb | 2023-05-14 | 1 | -3/+3 |
* | Zap trailing comma | tb | 2023-05-14 | 1 | -2/+2 |
* | X509_policy_tree_level_count(3) is gone | tb | 2023-05-14 | 1 | -3/+2 |
* | add missing #include <string.h>; ok tb@ | op | 2023-05-14 | 8 | -8/+18 |
* | Assert that test->want != NULL at this point | tb | 2023-05-13 | 1 | -1/+3 |
* | Bob points out that one error should be an X509V3error() | tb | 2023-05-12 | 1 | -2/+2 |
* | x509_utl.c: fix some style nits. | tb | 2023-05-12 | 1 | -4/+3 |
* | Rewrite string_to_hex() and hex_to_string() using CBB/CBS | tb | 2023-05-12 | 1 | -70/+124 |
* | asn1oct: add a couple more tests | tb | 2023-05-12 | 1 | -1/+10 |
* | Reduce the number of SHA-512 C implementations from three to one. | jsing | 2023-05-12 | 1 | -134/+1 |
* | asn1oct: minor tweak in error message | tb | 2023-05-12 | 1 | -3/+3 |
* | Add regress coverage for {s2i,i2s}_ASN1_OCTET_STRING | tb | 2023-05-12 | 2 | -1/+271 |
* | primility -> primality | jsg | 2023-05-12 | 1 | -3/+3 |
* | Be a bit more precise on how s2i_ASN1_OCTET_STRING handles colons | tb | 2023-05-12 | 1 | -5/+6 |
* | tls_verify.c: give up on variable alignment in this file | tb | 2023-05-11 | 1 | -6/+6 |
* | Document recent changes in primality testing | tb | 2023-05-11 | 1 | -8/+23 |
* | Use is_pseudoprime instead of is_prime in bn_bpsw.c | tb | 2023-05-10 | 1 | -30/+33 |
* | switch two ASN1_STRING_data() to ASN1_STRING_get0_data() | op | 2023-05-10 | 1 | -5/+5 |
* | Add Miller-Rabin test for random bases to BPSW | tb | 2023-05-10 | 3 | -33/+130 |
* | As mmap(2) is no longer a LOCK syscall, do away with the extra | otto | 2023-05-10 | 1 | -23/+1 |
* | Make malloc tests that set flags more robust against the user also | otto | 2023-05-09 | 2 | -15/+19 |
* | Make failure mode of EVP_AEAD_CTX_new() more explicit | tb | 2023-05-09 | 1 | -4/+9 |
* | Add regress coverage for -1 modulus as well. | tb | 2023-05-09 | 1 | -25/+38 |
* | bn_exp: also special case -1 modulus | tb | 2023-05-09 | 1 | -6/+6 |
* | Rewrite BN_bn2hex() using CBB/CBS. | jsing | 2023-05-09 | 1 | -25/+35 |
* | Rewrite BN_bn2dec() using CBB/CBS. | jsing | 2023-05-09 | 1 | -63/+61 |
* | Rename the other_ctx in X509_STORE_CTX into trusted | tb | 2023-05-08 | 2 | -12/+12 |
* | Add RCS tag | tb | 2023-05-08 | 1 | -0/+1 |
* | Enable malloc_errs test | otto | 2023-05-08 | 1 | -2/+2 |
* | Add a regress test to test various malloc API and heap mismanagement | otto | 2023-05-08 | 2 | -0/+291 |
* | X509_verify_cert(): Garbage collect the unused roots variable | tb | 2023-05-08 | 1 | -4/+1 |
* | Avoid trailing whitespace in extension printing | tb | 2023-05-08 | 1 | -2/+2 |
* | Recommit -Wshadow now that the warning on BIG_ENDIAN is fixed | tb | 2023-05-07 | 1 | -2/+2 |
* | xts128 mode: avoid two -Wshadow warnings in the BIG_ENDIAN code path. | tb | 2023-05-07 | 1 | -5/+5 |
* | Backout -Wshadow, it breaks build on powerpc64. | bluhm | 2023-05-07 | 1 | -2/+2 |
* | Remove a misplaced empty line | tb | 2023-05-07 | 1 | -2/+1 |
* | Regen cert.pem | tb | 2023-05-06 | 1 | -419/+402 |
* | Use -Wshadow with clang | tb | 2023-05-05 | 3 | -6/+6 |
* | Reinstate X9.31 padding mode support in rsautl | tb | 2023-05-05 | 2 | -7/+18 |
* | Fix error handling in tls_check_common_name() | tb | 2023-05-05 | 1 | -6/+10 |
* | Salt shares the blame of the continued existence of the X9.31 padding mode | tb | 2023-05-05 | 1 | -2/+2 |
* | Reinstate documentation of RSA_X931_PADDING | tb | 2023-05-05 | 1 | -7/+6 |