index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
conf
Age
Commit message (
Expand
)
Author
2024-10-18
Inline last use of OPENSSL_load_builtin_modules()
Theo Buehler
2024-10-10
Remove unused CONF_imodule struct members and accessors
Theo Buehler
2024-08-31
Remove OPENSSL_load_builtin_modules
Theo Buehler
2024-08-31
Unexport CONF_set_nconf()
Theo Buehler
2024-08-31
Remove more CONF_* functions that are no longer needed
Theo Buehler
2024-08-31
Inline last use of CONF_free()
Theo Buehler
2024-08-31
Unexport NCONF_default
Theo Buehler
2024-08-31
Inline NCONF_free_data in its only user
Theo Buehler
2024-08-31
const correct uses of CONF_METHOD
Theo Buehler
2024-08-31
Stop using conf->meth_data and make CONF_type_default const
Theo Buehler
2024-08-31
Remove NCONF_WIN32
Theo Buehler
2024-08-31
Retire conf_api.h and the API therein
Theo Buehler
2024-08-31
Unexport some conf layers unused outside of libcrypto
Theo Buehler
2024-08-31
Make CONF_METHOD opaque
Theo Buehler
2024-08-31
Remove unused {,N}CONF_dump_{bio,fp}()
Theo Buehler
2024-08-28
def_create(): switch from malloc() to calloc()
Theo Buehler
2024-08-24
conf_def.c: add two trailing commas
Theo Buehler
2024-08-18
conf_def.c: shuffle things into a slightly more sensible
Theo Buehler
2024-07-14
Remove lhash_local.h.
Joel Sing
2024-06-24
libcrypto: constify most error string tables
Theo Buehler
2024-05-19
remove prototypes with no matching function
Jonathan Gray
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
[next]