| Commit message (Expand) | Author | Age | Files | Lines |
| * | Expose X509_VERIFY_PARAM_get_hostflags() | tb | 2025-10-24 | 1 | -1/+2 |
| * | Hide primitive BOOLEAN items | tb | 2025-08-22 | 1 | -1/+4 |
| * | An executive decision has been taken to expose marshal private key as well | tb | 2025-08-19 | 1 | -1/+2 |
| * | Add a reasonable ML-KEM API for public use. | beck | 2025-08-14 | 1 | -22/+18 |
| * | Ride the libcrypto bump with some simple cleanup: | tb | 2025-07-16 | 3 | -8/+3 |
| * | Reinstate PKCS12_key_gen_uni() | tb | 2025-03-09 | 1 | -1/+2 |
| * | Remove EC_POINTs_* API | tb | 2025-03-09 | 1 | -3/+1 |
| * | Remove Jprojective_coordinates API | tb | 2025-03-09 | 1 | -3/+1 |
| * | Unexport EC_GROUP_*precompute_mult() | tb | 2025-03-09 | 1 | -3/+1 |
| * | Unexport EC_GROUP_copy() | tb | 2025-03-09 | 1 | -2/+1 |
| * | Unexport EC_METHOD and all API using it | tb | 2025-03-09 | 1 | -7/+1 |
| * | Align CRYPTO_set_mem*_functions with OpenSSL 1.1 | tb | 2025-03-09 | 1 | -2/+1 |
| * | Unexport the weird X509_OBJECT_up_ref_count() | tb | 2025-03-09 | 1 | -2/+1 |
| * | Unexport X509_NAME_print() | tb | 2025-03-09 | 1 | -2/+1 |
| * | hidden mlkem.h: add comment to #endif | tb | 2024-12-20 | 1 | -2/+2 |
| * | #ifdef out the inclusion of openssl/mlkem.h for now | tb | 2024-12-19 | 1 | -3/+4 |
| * | Add ML-KEM 1024 from BoringSSL | beck | 2024-12-13 | 1 | -1/+9 |
| * | Add ML-KEM 768 from BoringSSL | beck | 2024-12-13 | 1 | -0/+40 |
| * | Revert marking EC_GROUP_method_of() and EC_METHOD_get_field_type() unused | tb | 2024-10-22 | 1 | -3/+3 |
| * | Mark EC_GROUP_method_of() and EC_METHOD_get_field_type() as unused | tb | 2024-10-22 | 1 | -3/+3 |
| * | Make X509at_* API internal | tb | 2024-08-31 | 1 | -11/+1 |
| * | Zap HMAC_Init | tb | 2024-08-31 | 1 | -2/+1 |
| * | Nuke the whrlpool (named after the galaxy) from orbit | tb | 2024-08-31 | 2 | -36/+1 |
| * | Remove DES_enc_{read,write} and DES_rw_mode | tb | 2024-08-31 | 1 | -4/+1 |
| * | Garbage collec UI_UTIL remnants | tb | 2024-08-31 | 1 | -3/+1 |
| * | Remove EVP_PKEY.*attr* API | tb | 2024-08-31 | 1 | -10/+1 |
| * | Remove X509_REQ_{set,get}_extension_nids() | tb | 2024-08-31 | 1 | -3/+1 |
| * | Remove X509_check_trust() and some related defines | tb | 2024-08-31 | 1 | -2/+1 |
| * | Remove ERR_add_{,v}data() | tb | 2024-08-31 | 1 | -3/+1 |
| * | Make some more x509 conf stuff internal | tb | 2024-08-31 | 1 | -12/+1 |
| * | Retire X509V3_set_conf_lhash() | tb | 2024-08-31 | 1 | -2/+1 |
| * | Retire X509V3_EXT_{,CRL_,REQ_}add_conf() | tb | 2024-08-31 | 1 | -4/+1 |
| * | Remove OPENSSL_load_builtin_modules | tb | 2024-08-31 | 1 | -2/+1 |
| * | Unexport CONF_set_nconf() | tb | 2024-08-31 | 1 | -2/+1 |
| * | Remove more CONF_* functions that are no longer needed | tb | 2024-08-31 | 1 | -9/+1 |
| * | Unexport NCONF_default | tb | 2024-08-31 | 1 | -2/+1 |
| * | Inline NCONF_free_data in its only user | tb | 2024-08-31 | 1 | -2/+1 |
| * | Remove NCONF_WIN32 | tb | 2024-08-31 | 1 | -2/+1 |
| * | Retire conf_api.h and the API therein | tb | 2024-08-31 | 1 | -36/+0 |
| * | Unexport some conf layers unused outside of libcrypto | tb | 2024-08-31 | 1 | -13/+1 |
| * | Remove unused {,N}CONF_dump_{bio,fp}() | tb | 2024-08-31 | 1 | -5/+1 |
| * | Remove EVP_PKEY_*check again | tb | 2024-08-31 | 1 | -4/+1 |
| * | Get rid of last use of db_meth | tb | 2024-08-28 | 1 | -3/+3 |
| * | Turn X509V3_set_conf_lhash() into a noop | tb | 2024-08-28 | 1 | -2/+2 |
| * | Add LCRYPTO_USED(X509_get_signature_info) | tb | 2024-08-28 | 1 | -1/+2 |
| * | Disable X509V3_EXT{,_CRL,_REQ}_add_conf() | tb | 2024-08-28 | 1 | -4/+4 |
| * | Switch UI_UTIL_read_pw* to LCRYPTO_UNUSED() | tb | 2024-08-24 | 1 | -3/+3 |
| * | Mark X509at_get_attr{,_count}() and X509at_delete_attr() as unused | tb | 2024-07-26 | 1 | -4/+4 |
| * | Switch the EVP_PKEY_*attr* API to LCRYPTO_UNUSED() | tb | 2024-07-15 | 1 | -10/+10 |
| * | Hide remaining unused ERR functions in err.h | beck | 2024-07-09 | 1 | -1/+3 |