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
/
libressl
/
ressl_config.c
Age
Commit message (
Expand
)
Author
2014-10-03
allow disabling hostname and cert verification separately.
Ted Unangst
2014-10-03
Allow "auto" to be specified as an ECDH curve name and make this the
Joel Sing
2014-09-29
Add an option that allows the enabled SSL protocols to be explicitly
Joel Sing
2014-09-29
When freeing the config, explicitly call ressl_config_clear_keys() rather
Joel Sing
2014-09-28
Provide a ressl config function that explicitly clears keys.
Joel Sing
2014-09-28
revamp the config interface to own memory. easier to use correctly without
Ted Unangst
2014-08-27
Add the API function ressl_config_set_ecdhcurve(config, name) to set a
Reyk Floeter
2014-08-06
Add support for loading the public/private key from memory, rather than
Joel Sing
2014-08-05
Add $OpenBSD$ tags.
Joel Sing
2014-07-13
Add configuration handling for certificate and key files.
Joel Sing
2014-07-13
Tabs, not spaces.
Joel Sing
2014-07-13
Rename various configuration handling functions.
Joel Sing
2014-07-13
Use a single ressl.h header file.
Joel Sing
2014-07-12
Initial version of libressl - a library that provides a clean, simple,
Joel Sing