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