| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide symbols in RC4 | joshua | 2024-03-28 | 1 | -0/+31 |
* | Hide symbols in engine | tb | 2024-03-27 | 1 | -0/+48 |
* | Remove some GOST relics | tb | 2024-03-02 | 1 | -71/+0 |
* | Make CRYPTO_THREADID opaque | tb | 2024-03-02 | 1 | -5/+1 |
* | Remove CRYPTO_*info | tb | 2024-03-02 | 1 | -4/+1 |
* | Remove a bunch of CRYPTO memory API | tb | 2024-03-02 | 1 | -21/+1 |
* | Remove sk_find_ex() | tb | 2024-03-02 | 1 | -2/+1 |
* | Make LHASH_OF() and STACK_OF() use opaque structs | tb | 2024-03-02 | 1 | -1/+2 |
* | Remove lh stats | tb | 2024-03-02 | 1 | -7/+1 |
* | Garbage collect most of the public LOOKUP API | tb | 2024-03-02 | 1 | -8/+1 |
* | Remove unused public X509_TRUST API | tb | 2024-03-02 | 1 | -11/+1 |
* | Remove unused parts of the purpose API | tb | 2024-03-02 | 2 | -8/+2 |
* | Remove X509V3_EXT extensibility API | tb | 2024-03-02 | 1 | -5/+1 |
* | Remove ERR_get_state | tb | 2024-03-02 | 1 | -2/+1 |
* | Remove a lot of PKCS12 garbage from the public API | tb | 2024-03-02 | 1 | -36/+1 |
* | Make OBJ_add_object() static | tb | 2024-03-02 | 1 | -2/+1 |
* | Remove OBJ_bsearch_() | tb | 2024-03-02 | 1 | -2/+1 |
* | Remove unused public OBJ_NAME_* API | tb | 2024-03-02 | 1 | -7/+1 |
* | Remove DSA_generate_parameters | tb | 2024-03-02 | 1 | -2/+1 |
* | Remove CMAC_resume() | tb | 2024-03-02 | 1 | -2/+1 |
* | Make BN_mod_exp2_mont() and BN_mod_exp_mont_word() internal | tb | 2024-03-02 | 1 | -3/+1 |
* | Make BN_mod_exp_simple() internal | tb | 2024-03-02 | 1 | -2/+1 |
* | Remove BIO_set() | tb | 2024-03-02 | 1 | -2/+1 |
* | Remove BIO_dump_*{cb,fp}() | tb | 2024-03-02 | 1 | -3/+1 |
* | Remove BIO_{sn,v,vsn}printf(3) | tb | 2024-03-02 | 1 | -4/+1 |
* | Remove beck's ASN.1 time API from public visibility | tb | 2024-03-02 | 1 | -4/+1 |
* | Remove ASN1_PCTX nonsense | tb | 2024-03-02 | 1 | -13/+1 |
* | Make ASN1_add_oid_module internal | tb | 2024-03-02 | 1 | -2/+1 |
* | Remove ASN1_STRING_TABLE_{add,cleanup} | tb | 2024-03-02 | 1 | -3/+1 |
* | Fix OPENSSL_{gmtime,timegm} in namespace build | tb | 2024-03-01 | 2 | -4/+3 |
* | Prepare to provide X509_STORE_get1_objects() | tb | 2024-02-23 | 1 | -1/+2 |
* | Add posix_time.h from BoringSSL | tb | 2024-02-18 | 1 | -0/+32 |
* | Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as public | beck | 2023-11-13 | 1 | -1/+3 |
* | Remove {BN,idea}_options() leftovers | tb | 2023-07-29 | 2 | -4/+2 |
* | Two files did not want to go away. Go! | tb | 2023-07-28 | 1 | -0/+0 |
* | Remove more ASN1_BIT_STRING API | tb | 2023-07-28 | 1 | -4/+1 |
* | Remove ASN1_BIT_STRING_check | tb | 2023-07-28 | 1 | -2/+1 |
* | Provide CMS{,_SignerInfo}_get_version | tb | 2023-07-28 | 1 | -1/+3 |
* | Remove OBJ_add_sigid() and OBJ_sigid_free() | tb | 2023-07-28 | 1 | -3/+1 |
* | Remove more ERR cruft | tb | 2023-07-28 | 1 | -4/+1 |
* | Remove ERR_{get,set}_implementation() | tb | 2023-07-28 | 1 | -3/+1 |
* | Make ex_data implementations internal | tb | 2023-07-28 | 1 | -4/+1 |
* | Drop BIO_n{read,write}{,0}() | tb | 2023-07-28 | 1 | -5/+1 |
* | Remove the get_rfc*_prime_*() API | tb | 2023-07-28 | 1 | -9/+1 |
* | Make BN_BLINDING internal | tb | 2023-07-28 | 2 | -14/+2 |
* | Remove ASN1_bn_print() and ASN1_buf_print() | tb | 2023-07-28 | 1 | -3/+1 |
* | Make ASN1_{primitive,template}_* internal | tb | 2023-07-28 | 1 | -7/+1 |
* | Make ASN.1 BIO internal | tb | 2023-07-28 | 2 | -7/+2 |
* | Set OPENSSL_NO_ENGINE, remove engine code | tb | 2023-07-28 | 2 | -5/+2 |
* | Drop DSO and define OPENSSL_NO_DSO | tb | 2023-07-28 | 1 | -54/+0 |