CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/26 00:24:52
Modified files:
lib/libtls : tls.c tls.h tls_bio_cb.c tls_client.c
tls_config.c tls_conninfo.c tls_internal.h
tls_keypair.c tls_ocsp.c tls_server.c
tls_signer.c tls_verify.c
Log message:
Add error code support to libtls
This adds tls_config_error_code() and tls_error_code(), which will become
public API at a later date.
Additional error codes will be added in follow-up commits.
ok jsing@ beck@
