Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix OPENSSL_{gmtime,timegm} in namespace build | tb | 2024-03-01 | 1 | -1/+2 |
| | | | | | These were incorrectly added to asn1.h. OPENSSL_gmtime is in crypto.h and OPENSSL_timegm is already in posix_time.h | ||||
* | Make ex_data implementations internal | tb | 2023-07-28 | 1 | -4/+1 |
| | | | | | | | | | | | | | To state the obvious: library suffers from way too much extensibility. In theory, applications can implement their own ex_data implementation. In practice, none did. A glance at ex_data.c might give an idea as to why. Make this internal so this particular turd can be replaced with something slightly saner. Also sync up the CRYPTO_EX_INDEX_* defines with OpenSSL - at least the parts we support. ok jsing | ||||
* | Hide symbols in crypto.h | beck | 2023-07-08 | 1 | -0/+79 |
ok jsing@ |