| Commit message (Expand) | Author | Age | Files | Lines |
* | Interop tests for openssl 3.3 and 3.4, retire 3.2, 1.1 (and 3.1 remnants) | tb | 2025-01-15 | 12 | -191/+130 |
* | Default to eopenssl33 for other_openssl_bin | tb | 2025-01-15 | 1 | -2/+2 |
* | An -> The | tb | 2025-01-06 | 1 | -2/+2 |
* | Print the inverse in affine coordinates | tb | 2025-01-06 | 1 | -8/+3 |
* | Let's use RSA_3 rather than 3 | tb | 2025-01-05 | 1 | -2/+2 |
* | Stop setting RSA_FLAG_SIGN_VER | tb | 2025-01-05 | 1 | -2/+1 |
* | rsa_method_test: some consistency tweaks | tb | 2025-01-04 | 1 | -6/+5 |
* | fix typo | tb | 2025-01-04 | 1 | -2/+2 |
* | Add some regress coverage for custom RSA methods | tb | 2025-01-04 | 2 | -1/+280 |
* | rsa tests: tidy up the makefile | tb | 2025-01-04 | 1 | -7/+8 |
* | Zap extraneous -DLIBRESSL_INTERNAL | tb | 2024-12-29 | 1 | -2/+1 |
* | parse test file: add helper to skip to end of line | tb | 2024-12-27 | 1 | -8/+12 |
* | OpenSSL 1.1 is dead. Make this optionally use 3.3 instead. | tb | 2024-12-27 | 1 | -4/+4 |
* | Fix the unittest with Emscripten | tb | 2024-12-26 | 1 | -5/+26 |
* | mlkem iteration test: drop extraneous typedef | tb | 2024-12-26 | 1 | -4/+1 |
* | mlkem tests: whitespace tweak and fix an error message | tb | 2024-12-26 | 1 | -5/+7 |
* | fat fingers | tb | 2024-12-26 | 1 | -2/+2 |
* | Overhaul ML-KEM regress once more | tb | 2024-12-26 | 20 | -2571/+2110 |
* | Remove already disabled tests for elliptic curves of small order | tb | 2024-12-24 | 3 | -880/+3 |
* | mlkem regress: garbage collect two global variables | tb | 2024-12-20 | 1 | -4/+1 |
* | Fix whitespace in Makefile | tb | 2024-12-20 | 1 | -22/+22 |
* | That works better with a G | tb | 2024-12-20 | 1 | -2/+2 |
* | cant't -> can't | tb | 2024-12-20 | 10 | -20/+20 |
* | Rework and fix the mlkem tests | tb | 2024-12-20 | 16 | -997/+1824 |
* | mlkem regress: reach around into bytestring again | tb | 2024-12-19 | 1 | -1/+2 |
* | Close fp before exit since we clean up other stuff | tb | 2024-12-17 | 4 | -4/+8 |
* | Plug leak coming from debug leftover | tb | 2024-12-17 | 2 | -4/+2 |
* | Stop reaching into libcrypto/bytestring | tb | 2024-12-14 | 1 | -2/+1 |
* | Normalize top of files | tb | 2024-12-14 | 15 | -109/+138 |
* | Add ML-KEM 1024 from BoringSSL | beck | 2024-12-13 | 13 | -3/+5262 |
* | Add ML-KEM 768 from BoringSSL | beck | 2024-12-13 | 16 | -1/+5426 |
* | Add regress coverage for tls_peer_cert_common_name() | tb | 2024-12-10 | 2 | -0/+17 |
* | Mark four "struct *_st" types declared in evp.h as intentionally undocumented | schwarze | 2024-12-09 | 1 | -0/+2 |
* | Mark four EVP_PKEY_GOST* constants as intentionally undocumented | schwarze | 2024-12-09 | 1 | -0/+2 |
* | Mark two symbols as intentionally undocumented | schwarze | 2024-12-09 | 1 | -1/+3 |
* | Mark four EVP control constants as intentionally undocumented | schwarze | 2024-12-09 | 1 | -2/+3 |
* | Mark EVP_CTRL constants for RC5 as intentionally undocumented | schwarze | 2024-12-09 | 1 | -0/+1 |
* | Mark three EVP_PKEY control constants for CMS as intentionally undocumented | schwarze | 2024-12-05 | 1 | -0/+2 |
* | mark three more EVP_PKEY control constants as intentionally undocumented | schwarze | 2024-12-05 | 1 | -0/+3 |
* | ignore DECLARE_PKCS12_STACK_OF such that pkcs12.h can be parsed | schwarze | 2024-12-05 | 1 | -0/+1 |
* | Mark six EVP_PKEY control constants as intentionally undocumented | schwarze | 2024-11-29 | 1 | -0/+4 |
* | Mark nine unused EVP constants as intentionally undocumented. | schwarze | 2024-11-29 | 1 | -5/+10 |
* | Disable regression tests for small builtin curves | tb | 2024-11-24 | 4 | -5/+29 |
* | Add regress coverage for the size_t constant time comparisions. | jsing | 2024-11-08 | 1 | -26/+120 |
* | ec_asn1_test: remove extra parens | tb | 2024-11-08 | 1 | -4/+4 |
* | bn_convert: avoid a zero-sized allocation | tb | 2024-11-05 | 1 | -2/+2 |
* | ec_asn1_test: remove debug leftover that broke the build on Windows | tb | 2024-11-05 | 1 | -3/+1 |
* | ec tests: allow linking against eopenssl | tb | 2024-11-04 | 2 | -3/+16 |
* | Add regress coverage for BN_bn2binpad() and BN_bn2lebinpad(). | jsing | 2024-11-03 | 1 | -3/+137 |
* | Add some additional BN conversion test cases. | jsing | 2024-11-03 | 1 | -3/+21 |