| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Hide global _it symbols in dsa.h | beck | 2024-07-08 | 1 | -1/+6 |
* | Hide global _it symbols in rsa.h | beck | 2024-07-08 | 1 | -1/+7 |
* | Guard variable declarations to unbreak non-namespaced builds. | beck | 2024-07-08 | 6 | -8/+18 |
* | Hide global _it symbols in asn1t.h | beck | 2024-07-08 | 1 | -1/+6 |
* | Hide global _it symbols in pkcs7.h | beck | 2024-07-08 | 1 | -1/+14 |
* | Hide global _it variables in ocsp.h | beck | 2024-07-08 | 1 | -1/+17 |
* | Hide global _it variables in asn1.h | beck | 2024-07-08 | 1 | -1/+24 |
* | Hide global _it variables in x509.h | beck | 2024-07-08 | 1 | -1/+22 |
* | Hide global _it variables in x509v3.h | beck | 2024-07-08 | 1 | -1/+35 |
* | Hide deprecated functions in ec.h | beck | 2024-04-10 | 1 | -1/+10 |
* | Hide deprecated functions in evp.h | beck | 2024-04-10 | 1 | -1/+6 |
* | Hide symbols in bn.h | beck | 2024-04-10 | 1 | -1/+6 |
* | Hide a couple of LCRYPTO_UNUSED in asn1.h | beck | 2024-04-10 | 1 | -1/+3 |
* | Finish hiding symbols in rand.h | beck | 2024-04-10 | 1 | -1/+11 |
* | Finish Hiding symbols in crypto.h | beck | 2024-04-10 | 1 | -1/+32 |
* | Add hidden conf.h, missed in an earlier commit | tb | 2024-04-09 | 1 | -0/+74 |
* | Hide public symbols in x509.h | beck | 2024-04-09 | 1 | -1/+195 |
* | Hide public symbols in evp.h | beck | 2024-04-09 | 1 | -0/+378 |
* | Hide symbols in aes | joshua | 2024-03-30 | 1 | -0/+43 |
* | Hide symbols in camellia | joshua | 2024-03-30 | 1 | -0/+39 |
* | Hide symbols in whrlpool | joshua | 2024-03-30 | 1 | -0/+34 |
* | Hide symbols in CMS | joshua | 2024-03-30 | 1 | -1/+10 |
* | Hide symbols in Blowfish | joshua | 2024-03-29 | 1 | -0/+36 |
* | Hide symbols in DES | joshua | 2024-03-29 | 1 | -0/+64 |
* | Hide symbols in RIPEMD | joshua | 2024-03-28 | 1 | -0/+34 |
* | 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 |