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
/
libssl
/
Symbols.list
Age
Commit message (
Expand
)
Author
2021-10-31
Update Symbols.list to include API additions
Theo Buehler
2021-09-10
Update Symbols.list after API additions
Theo Buehler
2021-05-10
Provide SSL_SESSION_get0_cipher(3)
Theo Buehler
2021-05-10
Provide SSL_CTX_get_ssl_method(3)
Theo Buehler
2021-05-10
Provide SSL_CIPHER_find(3)
Theo Buehler
2021-03-31
Expose various DTLSv1.2 specific functions and defines
Theo Buehler
2021-03-31
Expose SSL_set_hostflags(3) and SSL_get0_peername(3)
Theo Buehler
2021-03-31
Expose SSL_use_certificate_chain_file(3)
Theo Buehler
2019-04-04
Provide SSL chain/cert chain APIs.
Joel Sing
2019-03-17
Provide version agnostic DTLS methods.
Joel Sing
2019-01-22
Add a re-implementation of SSL_get1_supported_ciphers().
Theo Buehler
2019-01-22
Provide SSL_get_client_ciphers().
Theo Buehler
2018-11-11
Add SSL_set1_host(), a thin wrapper around X509_VERIFY_PARAM_set1_host().
Theo Buehler
2018-03-20
Provide SSL_SESSION_set1_id()
Theo Buehler
2018-03-17
Bring in compatibility for OpenSSL 1.1 style init functions.
Bob Beck
2018-03-17
Provide SSL_SESSION_get_ticket_lifetime_hint() and
Theo Buehler
2018-03-17
Provide SSL_CTX_get_default_passwd_cb{,_userdata}()
Theo Buehler
2018-03-17
Provide SSL_CIPHER_get_auth_nid(), SSL_CIPHER_get_cipher_nid(),
Joel Sing
2018-03-17
Provide SSL_SESSION_get0_id_context().
Joel Sing
2018-03-15
Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version
Jeremie Courreges-Anglas
2018-02-22
Provide SSL_is_server().
Joel Sing
2018-02-22
Provide SSL_up_ref().
Joel Sing
2018-02-22
Provide SSL_CTX_get_ciphers().
Joel Sing
2018-02-22
Provide SSL_SESSION_up_ref().
Joel Sing
2018-02-20
Provide SSL_SESSION_get_protocol_version()
Theo Buehler
2018-02-17
Provide SSL_SESSION_get_master_key()
Joel Sing
2018-02-17
Provide SSL_get_client_random() and SSL_get_server_random()
Joel Sing
2018-02-17
Provide SSL_CTX_get0_certificate()
Joel Sing
2018-02-14
Provide SSL_CTX_up_ref().
Joel Sing
2018-02-14
Provide SSL_CTX_get0_param() and SSL_get0_param().
Joel Sing
2017-08-30
Bring back the NPN related symbols.
Joel Sing
2017-08-28
Completely remove NPN remnants.
Joel Sing
2017-05-06
Provide SSL{,_CTX}_set_{min,max}_proto_version() functions.
Joel Sing
2017-01-24
Add support for setting the supported EC curves via
Joel Sing
2016-11-04
Add an explict list of exported symbols with just the functions
Philip Guenther