| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert NULL,0 -> OPENSSL_FILE,OPENSSL_LINE from r1.78 | tb | 2025-09-28 | 1 | -9/+9 |
| * | Align CRYPTO_set_mem*_functions with OpenSSL 1.1 | tb | 2025-03-09 | 1 | -6/+4 |
| * | Support OPENSSL_NO_FILENAMES | tb | 2025-03-09 | 1 | -10/+10 |
| * | crypto.h: zap some offensive whitespace | tb | 2025-01-20 | 1 | -2/+2 |
| * | Provide OPENSSL_INIT_NO_ATEXIT noop | tb | 2024-10-03 | 1 | -1/+2 |
| * | Make OPENSSL_cpu_caps() machine independent. | jsing | 2024-08-31 | 1 | -3/+8 |
| * | Re-guard the crypto_malloc macros. | beck | 2024-04-10 | 1 | -1/+3 |
| * | Finish Hiding symbols in crypto.h | beck | 2024-04-10 | 1 | -11/+1 |
| * | include <time.h> for time_t and struct tm, needed for macos | tb | 2024-03-02 | 1 | -1/+2 |
| * | Change sk in CRYPTO_EX_DATA from STACK_OF(void) * to void * | tb | 2024-03-02 | 1 | -2/+2 |
| * | tedu OPENSSL_isservice() prototype | tb | 2024-03-02 | 1 | -3/+1 |
| * | Make CRYPTO_THREADID opaque | tb | 2024-03-02 | 1 | -9/+2 |
| * | Fix CRYPTO_malloc/free signatures | tb | 2024-03-02 | 1 | -5/+5 |
| * | Remove CRYPTO_*info | tb | 2024-03-02 | 1 | -7/+1 |
| * | Remove a bunch of CRYPTO memory API | tb | 2024-03-02 | 1 | -79/+1 |
| * | Expose OPENSSL_{gmtime,posix_to_tm,timegm,tm_to_posix}() | tb | 2024-03-02 | 1 | -3/+1 |
| * | Add posix_time.h from BoringSSL | tb | 2024-02-18 | 1 | -1/+9 |
| * | Make ex_data implementations internal | tb | 2023-07-28 | 1 | -47/+17 |
| * | Adjust the public declaration of OpenSSLDie to use a portable | bcook | 2023-07-05 | 1 | -2/+10 |
| * | crypto.h: move the error stuff to the end | tb | 2023-07-01 | 1 | -21/+21 |
| * | Remove __dead again. Apparently this causes issues for some upstreams. | tb | 2023-04-30 | 1 | -2/+2 |
| * | Mark OpenSSLDie() as __dead | tb | 2023-04-28 | 1 | -2/+2 |
| * | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -4/+4 |
| * | Expose OPENSL_cleanup() | tb | 2022-09-11 | 1 | -3/+1 |
| * | Prepare to provide OPENSSL_cleanup. | jsing | 2022-09-03 | 1 | -1/+4 |
| * | Remove mkerr.pl remnants from LibreSSL | kn | 2022-07-12 | 1 | -5/+1 |
| * | Garbage collect the unused OPENSSL_ITEM | tb | 2022-01-14 | 1 | -10/+1 |
| * | Stop passing __FILE__ and __LINE__ to various libcrypto functions. The arguments | anton | 2021-12-11 | 1 | -13/+13 |
| * | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | tb | 2021-11-01 | 1 | -3/+1 |
| * | Add back the fips mode test functions, new stuff requires this. | beck | 2021-10-23 | 1 | -1/+6 |
| * | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 1 | -1/+2 |
| * | Add back a few missing compatibility stubs | bcook | 2018-11-11 | 1 | -3/+1 |
| * | Add automatic threading initialization for libcrypto. | bcook | 2018-11-11 | 1 | -29/+25 |
| * | Let CRYPTO_mem_leaks{,_fp,_cb}() return -1. | tb | 2018-08-24 | 1 | -5/+5 |
| * | Use recallocarray() instead of OPENSSL_realloc_clean(). | jsing | 2018-05-13 | 1 | -1/+3 |
| * | Correct mistake of loading the default openssl.conf by default during autoinit. | beck | 2018-03-19 | 1 | -2/+2 |
| * | Fix a typo: OPENSSL_INIT_LOAD_CONFIG doesn't have double underbars. | tb | 2018-03-18 | 1 | -2/+2 |
| * | Bring in compatibility for OpenSSL 1.1 style init functions. | beck | 2018-03-17 | 1 | -1/+35 |
| * | Start providing parts of the OpenSSL 1.1 API. | jsing | 2018-02-14 | 1 | -1/+9 |
| * | Stop calling OPENSSL_init() internally, since it is a no-op. Also place | jsing | 2017-04-29 | 1 | -2/+2 |
| * | include stdint.h for uint64_t | bcook | 2015-09-17 | 1 | -1/+2 |
| * | Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap and | miod | 2015-09-13 | 1 | -4/+1 |
| * | Add a new interface, OPENSSL_cpu_caps(), to return the currently running | miod | 2015-09-13 | 1 | -1/+4 |
| * | Put OPENSSL_cleanse under #ifndef LIBRESSL_INTERNAL. | jsing | 2015-09-10 | 1 | -1/+4 |
| * | CRYPTO_set_mem_debug_functions() and CRYPTO_set_mem_functions() are already | jsing | 2015-09-10 | 1 | -18/+3 |
| * | Put CRYPTO_memcmp() under #ifndef LIBRESSL_INTERNAL. | jsing | 2015-06-20 | 1 | -1/+3 |
| * | Send OPENSSL_issetugid() straight to hell, no final cigarette. | deraadt | 2015-04-11 | 1 | -3/+1 |
| * | Delete a lot of #if 0 code in libressl. | doug | 2015-02-07 | 1 | -15/+1 |
| * | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 1 | -5/+4 |
| * | Remove ancient workaround for previous century's compilers in the declaration | miod | 2014-06-24 | 1 | -2/+1 |