| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | This test takes *days* to complete on older platforms, reduce the loop count | miod | 2025-10-26 | 1 | -2/+8 |
| * | Simplify tls13_server_hello_build() | tb | 2025-10-25 | 1 | -5/+5 |
| * | Add missing Nm line for SSL_SESSION_dup | tb | 2025-10-24 | 1 | -2/+3 |
| * | Add some regress coverage for SSL_SESSION_dup() | tb | 2025-10-24 | 1 | -2/+22 |
| * | The ssl_verify_param.c test can now link dynamically against libcrypto | tb | 2025-10-24 | 1 | -3/+1 |
| * | Use X509_VERIFY_PARAM_get_hostflags() prototype from x509_vfy.h | tb | 2025-10-24 | 1 | -3/+2 |
| * | bump lib{crypto,ssl,tls} minors after symbol addition | tb | 2025-10-24 | 3 | -3/+3 |
| * | Document SSL_SESSION_dup(3) | tb | 2025-10-24 | 1 | -3/+20 |
| * | Provide SSL_SESSION_dup() | tb | 2025-10-24 | 4 | -3/+13 |
| * | Document X509_VERIFY_PARAM_set_hostflags(3) | tb | 2025-10-24 | 1 | -2/+15 |
| * | Expose X509_VERIFY_PARAM_get_hostflags() | tb | 2025-10-24 | 4 | -4/+7 |
| * | Implement ffsl() and ffsll() using the compiler builtin __builtin_ctzl | claudio | 2025-10-24 | 4 | -11/+66 |
| * | libssl: const correct the ssl_session_dup() helper | tb | 2025-10-24 | 2 | -5/+5 |
| * | Prepare for gcc 3 leaving the building, COMPILER_VERSION can no longer get | miod | 2025-10-23 | 1 | -4/+4 |
| * | Revert r1.286 now that all supported platforms have __builtin_clz. | miod | 2025-10-23 | 1 | -20/+1 |
| * | Give this test a chance to pass on 32-bit platforms. | miod | 2025-10-20 | 1 | -1/+2 |
| * | Ensure that we specify the correct group when creating a HelloRetryRequest. | jsing | 2025-10-16 | 2 | -9/+4 |
| * | use strtonum() instead of atoi(), and error out for bad numbers | deraadt | 2025-10-11 | 1 | -2/+7 |
| * | const correct X509_VERIFY_PARAM_get_hostflags() | tb | 2025-10-10 | 2 | -4/+4 |
| * | Remove unused sequence member from x509_revoked_st | tb | 2025-10-10 | 2 | -11/+2 |
| * | Revert previous. Let's deal with it when the portable release is out. | tb | 2025-10-07 | 1 | -7/+3 |
| * | test framework: allow overriding the "/tmp/" directory | tb | 2025-10-07 | 1 | -3/+7 |
| * | cms: fix incorrect length check in kek_unwrap_key() | tb | 2025-09-30 | 1 | -2/+2 |
| * | cms_RecipientInfo_pwri_crypt: fix incorrect return check | tb | 2025-09-30 | 1 | -3/+3 |
| * | cms_RecipientInfo_pwri_crypt: plug leak of kekalg | tb | 2025-09-30 | 1 | -3/+3 |
| * | libcrypto: rsa gen: min. distance between p and q | jan | 2025-09-29 | 1 | -3/+19 |
| * | Bump libressl version to 4.2.0 | tb | 2025-09-28 | 1 | -3/+3 |
| * | Revert NULL,0 -> OPENSSL_FILE,OPENSSL_LINE from r1.78 | tb | 2025-09-28 | 1 | -9/+9 |
| * | ec_asn1_test: add an example using BLS12-377 | tb | 2025-09-17 | 1 | -1/+80 |
| * | wycheproof: provide PBKDF2 test harness | tb | 2025-09-16 | 1 | -2/+58 |
| * | mlkem_generate_key_external_entropy: normalize sizeof() use | tb | 2025-09-16 | 1 | -2/+2 |
| * | Simplify MLKEM_{private,public}_key_new() | tb | 2025-09-16 | 1 | -19/+7 |
| * | wycheproof: run HMACSM3 tests against libcrypto | tb | 2025-09-15 | 1 | -4/+7 |
| * | aes: move explicit_bzero() after NULL check | tb | 2025-09-15 | 1 | -5/+7 |
| * | MLKEM_private_key_new: add missing space before = | tb | 2025-09-15 | 1 | -2/+2 |
| * | wycheproof: run ML-KEM test vectors against libcrypto | tb | 2025-09-14 | 1 | -2/+139 |
| * | mlkem_public_to_private: fix overread/information leak | tb | 2025-09-14 | 1 | -3/+3 |
| * | wycheproof: zap stray empty line | tb | 2025-09-09 | 1 | -2/+1 |
| * | Call aes_set_encrypt_key_generic() from aes_set_decrypt_key_generic(). | jsing | 2025-09-08 | 1 | -2/+2 |
| * | Allow generic AES implementation to be used as a fallback. | jsing | 2025-09-08 | 3 | -19/+65 |
| * | Zero the round keys on AES_set_{en,de}crypt_key() function entry. | jsing | 2025-09-08 | 1 | -1/+5 |
| * | Validate AES_set_{encrypt,decrypt}_key() inputs at API boundary. | jsing | 2025-09-08 | 2 | -18/+28 |
| * | wycheproof: rework test selection | tb | 2025-09-08 | 1 | -69/+82 |
| * | wycheproof: skip tests using curve448/edwards448 | tb | 2025-09-08 | 1 | -7/+12 |
| * | wycheproof: skip tests using SHAKE-128 and SHAKE-256 | tb | 2025-09-08 | 1 | -1/+17 |
| * | wycheproof: rename skipSmallCurve() into skipCurve() | tb | 2025-09-08 | 1 | -4/+6 |
| * | wycheproof: determine the test variant from the JSON schema | tb | 2025-09-08 | 1 | -30/+41 |
| * | wycheproof: retire the ECDSA webcrypto tests | tb | 2025-09-07 | 1 | -71/+2 |
| * | Remove BN_DIV2W. | jsing | 2025-09-07 | 3 | -28/+4 |
| * | Re-enable bn_sqr_words() assembly. | jsing | 2025-09-07 | 3 | -8/+8 |