| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | openssl(1) doesn't need 6 .h files: fold progs.h into apps.h | tb | 2025-01-02 | 8 | -59/+52 |
* | Garbage collect .group_finish() | tb | 2025-01-01 | 3 | -23/+9 |
* | Garbage collect .group_init() | tb | 2025-01-01 | 3 | -37/+3 |
* | Use the shorthand p rather than &group->p in one more place | tb | 2025-01-01 | 1 | -2/+2 |
* | NID_sxnet and NID_proxyCertInfo are no longer supported | tb | 2024-12-31 | 1 | -7/+2 |
* | Zap extraneous -DLIBRESSL_INTERNAL | tb | 2024-12-29 | 1 | -2/+1 |
* | Prefer the constants EVP_CTRL_AEAD_* over EVP_CTRL_CCM_* and EVP_CTRL_GCM_* | schwarze | 2024-12-29 | 2 | -12/+110 |
* | Remove flags argument from obj_bsearch_ex() | tb | 2024-12-28 | 1 | -9/+5 |
* | stack: inline internal_find() in sk_find() | tb | 2024-12-28 | 1 | -10/+4 |
* | Document X509V3_ADD_OP_MASK and clarify the description of the flags argument. | schwarze | 2024-12-28 | 1 | -5/+31 |
* | Document X509_supported_extension(3). | schwarze | 2024-12-28 | 1 | -6/+28 |
* | Document X509V3_EXT_print_fp(3). | schwarze | 2024-12-28 | 1 | -28/+67 |
* | new manual page a2i_ipadd(3) written from scratch | schwarze | 2024-12-27 | 6 | -11/+157 |
* | 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 |
* | Plug a bunch of leaks in the PKCS 12 code | tb | 2024-12-26 | 1 | -8/+24 |
* | 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 |