| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename the remaining pmod to mod | tb | 2024-03-20 | 1 | -13/+13 |
| * | pmod -> mod in CONF_IMODULE | tb | 2024-03-20 | 1 | -7/+7 |
| * | tmod -> mod | tb | 2024-03-20 | 1 | -13/+13 |
| * | md -> imod for CONF_IMODULEs | tb | 2024-03-20 | 1 | -15/+15 |
| * | md -> mod for CONF_MODULEs | tb | 2024-03-20 | 1 | -12/+12 |
| * | Change return type of module_add() | tb | 2024-03-20 | 1 | -17/+21 |
| * | Implement imodule_free() and call it from module_finish() | tb | 2024-03-20 | 1 | -4/+15 |
| * | Make module_free() NULL safe | tb | 2024-03-20 | 1 | -1/+4 |
| * | Make LHASH_OF() and STACK_OF() use opaque structs | tb | 2024-03-02 | 1 | -1/+3 |
| * | Make ASN1_add_oid_module internal | tb | 2024-03-02 | 1 | -8/+2 |
| * | The KNF script didn't grok LHASH_OF(), STACK_OF() | tb | 2024-01-28 | 1 | -9/+9 |
| * | Stop fiddling with hash table internals from lhash doall callers. | jsing | 2024-01-24 | 1 | -4/+1 |
| * | Unifdef OPENSSL_NO_ENGINE in libcrypto | tb | 2023-11-19 | 2 | -17/+2 |
| * | Remove last internal consumer of DSO | tb | 2023-07-20 | 1 | -80/+9 |
| * | Hide symbols in cms, comp, conf, and buffer | beck | 2023-07-08 | 1 | -1/+8 |
| * | Remove mkerr.pl remnants from LibreSSL | kn | 2022-07-12 | 2 | -12/+2 |
| * | Restrict the length of openssl conf value string | inoguchi | 2020-02-17 | 3 | -5/+14 |
| * | I should not be calling ENGINE_load_builtin_engines_internal | beck | 2018-03-19 | 1 | -4/+2 |
| * | Correct mistake of loading the default openssl.conf by default during autoinit. | beck | 2018-03-19 | 1 | -7/+24 |
| * | Bring in compatibility for OpenSSL 1.1 style init functions. | beck | 2018-03-17 | 1 | -10/+36 |
| * | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 4 | -76/+42 |
| * | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 1 | -1/+5 |
| * | Do not *printf %s NULL | deraadt | 2016-08-05 | 1 | -2/+3 |
| * | Coverity 21651 | beck | 2015-07-18 | 1 | -3/+7 |
| * | use strdup() to init string | deraadt | 2015-04-30 | 1 | -3/+2 |
| * | Remove all getenv() calls, especially those wrapped by issetugid(). | deraadt | 2015-04-11 | 2 | -20/+4 |
| * | Enable building with -DOPENSSL_NO_DEPRECATED. | doug | 2015-02-11 | 1 | -1/+2 |
| * | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | jsing | 2015-02-10 | 1 | -3/+1 |
| * | Remove unnecessary include of assert.h | miod | 2015-02-10 | 1 | -2/+1 |
| * | Delete a lot of #if 0 code in libressl. | doug | 2015-02-07 | 4 | -68/+5 |
| * | Kill a bunch more BUF_strdup's - these are converted to have a check for | beck | 2014-07-22 | 1 | -2/+4 |
| * | The bell tolls for BUF_strdup - Start the migration to using | beck | 2014-07-13 | 1 | -4/+4 |
| * | Prevent infinite loop during configuration file parsing; OpenSSL PR #2985 | miod | 2014-07-11 | 1 | -2/+2 |
| * | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 4 | -19/+18 |
| * | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 3 | -4/+13 |
| * | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 1 | -2/+5 |
| * | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 2 | -6/+2 |
| * | replace malloc(strlen())/strlcpy with strdup | bcook | 2014-07-08 | 1 | -3/+2 |
| * | Since this is a library, place issetugid() before every getenv() | deraadt | 2014-06-23 | 2 | -6/+14 |
| * | tags as requested by miod and tedu | deraadt | 2014-06-12 | 10 | -10/+10 |
| * | do not include dso.h where it is not needed; ok miod | deraadt | 2014-06-09 | 2 | -2/+0 |
| * | Remove various test stubs. The good ones have been moved by jsing | deraadt | 2014-06-07 | 2 | -201/+0 |
| * | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -3/+3 |
| * | more: no need for null check before free | deraadt | 2014-05-30 | 2 | -14/+7 |
| * | no need for null check before free. from Brendan MacDonell | tedu | 2014-05-30 | 1 | -4/+2 |
| * | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 2 | -12/+0 |
| * | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -1/+2 |
| * | Use C99 initializers for the various FOO_METHOD structs. More readable, and | miod | 2014-04-27 | 1 | -10/+10 |
| * | Put explicit (void) in function declarations and shuffle keywords in some | miod | 2014-04-27 | 2 | -3/+3 |
| * | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | beck | 2014-04-26 | 3 | -10/+7 |