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
/
libtls
/
tls_util.c
Age
Commit message (
Expand
)
Author
2023-05-14
add missing #include <string.h>; ok tb@
Omar Polo
2021-08-16
typo in comment
Theo Buehler
2019-04-13
Null out pointers on asprintf() failure.
Theo Buehler
2019-04-04
Only assign destlen when src is non-NULL.
Joel Sing
2018-02-08
Assert tedu's copyright since some of the code moved here is his.
Joel Sing
2018-02-08
Split keypair handling out into its own file - it had already appeared
Joel Sing
2018-02-05
Be consistent with the goto label names used in libtls code.
Joel Sing
2017-06-22
Use the tls_password_cb() callback with all PEM_read_bio_*() calls, so that
Joel Sing
2017-05-06
Use freezero() for the tls_load_file() failure case, since we're
Joel Sing
2017-05-06
BIO_free_all() and EVP_PKEY_free() can be called with NULL.
Joel Sing
2017-05-06
Provide a tls_unload_file() function, that frees the memory returned from
Joel Sing
2016-11-04
Address some signed vs unsigned warnings and check that an integer value
Joel Sing
2016-10-03
use the same type for buf as the return type in tls_load_file
Brent Cook
2015-09-09
Indent labels with a space so that diff -p is more friendly.
Joel Sing
2015-02-07
Add tls_load_file() as a helper to load certificates or encrypted keys
Reyk Floeter
2014-10-31
Rename libressl to libtls to avoid confusion and to make it easier to
Joel Sing