| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Error check sk_push() in crl2p7 | tb | 2024-12-26 | 1 | -23/+21 |
* | 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 disabled code supporting elliptic curves of small order | tb | 2024-12-24 | 1 | -1014/+1 |
* | Remove already disabled tests for elliptic curves of small order | tb | 2024-12-24 | 3 | -880/+3 |
* | Tweak doc comment of _X509_CHECK_FLAG_DOT_SUBDOMAINS | tb | 2024-12-24 | 1 | -4/+3 |
* | new manual page v2i_ASN1_BIT_STRING(3) written from scratch | schwarze | 2024-12-24 | 6 | -11/+141 |
* | Internal linkage for one constant struct where that was accidentally | schwarze | 2024-12-24 | 1 | -2/+2 |
* | ealier -> earlier | jsg | 2024-12-23 | 1 | -4/+4 |
* | Move _X509_CHECK_FLAG_DOT_SUBDOMAINS to x509_utl.c | tb | 2024-12-23 | 2 | -9/+9 |
* | Remove the EXT_* table building macros | tb | 2024-12-23 | 1 | -19/+1 |
* | Annotate ENUMERATED_NAMES for potential removal | tb | 2024-12-23 | 1 | -1/+2 |
* | Remove X509V3_EXT_{DYNAMIC,CTX_DEP} | tb | 2024-12-23 | 1 | -4/+2 |
* | Fix the error handling in X509V3_parse_list(3); it ignored failures | schwarze | 2024-12-23 | 1 | -6/+9 |
* | new manual page X509V3_parse_list(3) written from scratch | schwarze | 2024-12-23 | 2 | -1/+102 |
* | Tweak previous wording a bit to avoid suggesting all built-in nids | tb | 2024-12-23 | 1 | -2/+2 |
* | more precision below CAVEATS | schwarze | 2024-12-23 | 1 | -3/+5 |
* | Make the description of i2s_ASN1_ENUMERATED_TABLE(3) more precise, | schwarze | 2024-12-23 | 1 | -9/+12 |
* | mark six #define'd constants as intentionally undocumented | schwarze | 2024-12-22 | 1 | -2/+7 |
* | Add an EXAMPLES section. | schwarze | 2024-12-21 | 1 | -2/+129 |
* | If EVP_CIPHER_CTX_ctrl(3) is called on EVP_chacha20_poly1305(3) | schwarze | 2024-12-20 | 1 | -2/+2 |
* | mlkem regress: garbage collect two global variables | tb | 2024-12-20 | 1 | -4/+1 |
* | hidden mlkem.h: add comment to #endif | tb | 2024-12-20 | 1 | -2/+2 |
* | Annotate yet another greasy stinky tentacle of xca | tb | 2024-12-20 | 1 | -1/+2 |
* | Move the horrific EVP_aes_128_ccm(3) API out of the important, | schwarze | 2024-12-20 | 4 | -75/+357 |
* | 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 |
* | Do not install mlkem.h and bytestring.h into /usr/include/openssl for now | tb | 2024-12-19 | 1 | -3/+1 |
* | #ifdef out the inclusion of openssl/mlkem.h for now | tb | 2024-12-19 | 1 | -3/+4 |
* | Do not assume mlkem.h and bytestring.h are public in libcrypto | tb | 2024-12-19 | 4 | -14/+8 |
* | mlkem regress: reach around into bytestring again | tb | 2024-12-19 | 1 | -1/+2 |
* | ec_mult: use 1ULL to avoid C4334 warning on Visual Studio | tb | 2024-12-19 | 1 | -2/+2 |
* | received form the peer -> received from the peer | jmc | 2024-12-19 | 1 | -3/+3 |
* | mlkem: fix whitespace | tb | 2024-12-18 | 2 | -4/+6 |
* | kength -> length | jsg | 2024-12-18 | 1 | -3/+3 |
* | New manual page EVP_aes_128_gcm(3). | schwarze | 2024-12-17 | 4 | -75/+260 |
* | Avoid a reduce once that can cause Clang misoptomization. | beck | 2024-12-17 | 2 | -22/+54 |
* | 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 |
* | Plug two memory leaks in MLKEM*_generate_key_external_entropy() | tb | 2024-12-17 | 2 | -2/+6 |
* | mlkem: clean up top matter in headers | tb | 2024-12-17 | 2 | -8/+14 |
* | Simplify ec_point_to_octets() | tb | 2024-12-16 | 1 | -8/+3 |
* | 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 | 18 | -5/+6552 |