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
/
ssl.h
Age
Commit message (
Expand
)
Author
2024-10-23
remove duplicate defines; ok tb@
Jonathan Gray
2024-10-09
Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER
Theo Buehler
2024-10-09
Add missing alert errors and error strings
Theo Buehler
2024-08-31
Remove SSL_add_compression_method
Theo Buehler
2024-08-12
Expose SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest()
Theo Buehler
2024-08-03
Prepare to provide SSL_CTX_set1_cert_store()
Theo Buehler
2024-07-14
Prepare to provide SSL_CIPHER_get_handshake_digest()
Theo Buehler
2024-07-13
ssl2.h and ssl23.h join the party in the attic
Theo Buehler
2024-05-27
remove unused typedefs with structs that were removed
Jonathan Gray
2024-03-02
Remove SSL_debug
Theo Buehler
2024-03-02
Remove SSL_CIPHER_get_by_{id,value}()
Theo Buehler
2024-03-02
Export SSL_get_{peer_,}signature_type_nid()
Theo Buehler
2024-02-03
Remove GOST and STREEBOG support from libssl.
Bob Beck
2023-11-22
Move SSL_library_init() next to OPENSSL_init_ssl()
Theo Buehler
2023-11-19
Unifdef OPENSSL_NO_ENGINE in libssl
Theo Buehler
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-09-11
Expose SSL_get_share_{group,curve}() and related #defines
Theo Buehler
2022-09-11
Expose some error codes needed for QUIC support
Theo Buehler
2022-08-21
Provide the remaining QUIC API.
Joel Sing
2022-08-21
Provide SSL_QUIC_METHOD.
Joel Sing
2022-08-21
Provide and use QUIC specific error reasons.
Joel Sing
2022-08-21
Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB}
Joel Sing
2022-08-17
Add SSL_get_shared_{curve,group}()
Theo Buehler
2022-07-24
Provide QUIC encryption levels.
Joel Sing
2022-07-17
Provide SSL_is_quic()
Joel Sing
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2022-07-07
Expose security level symbols and error codes in the headers.
Theo Buehler
2022-06-29
Add support for sending QUIC transport parameters
Bob Beck
2022-06-28
Add error code defins
Theo Buehler
2022-06-28
Add #defines and prototypes for security level API
Theo Buehler
2021-11-01
Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is
Theo Buehler
2021-10-23
Add SSL_get0_verified_chain - needed by some new stuff
Bob Beck
2021-10-23
Add new OpenSSL API SSL_CTX_set_num_tickets and friends.
Bob Beck
2021-10-23
Add new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_peek_ex
Bob Beck
2021-10-23
Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callback
Bob Beck
2021-10-15
Move various structs from ssl.h/tls1.h to ssl_locl.h.
Joel Sing
2021-09-14
Avoid typedef redefinition
Kinichiro Inoguchi
2021-09-10
Move SSL_set0_rbio() outside of LIBRESSL_HAS_TLS1_3
Theo Buehler
2021-09-10
Expose SSL_R_NO_APPLICATION_PROTOCOL in ssl.h
Theo Buehler
2021-09-10
Expose SSL_CTRL_GET_TLSEXT_STATUS_REQ_TYPE in ssl.h
Theo Buehler
2021-09-10
Expose SSL_CTX_get0_privatekey() in ssl.h
Theo Buehler
2021-09-10
Make SSL opaque
Theo Buehler
2021-09-10
Remove struct tls_session_ticket_ext_st and TLS_SESSION_TICKET_EXT
Theo Buehler
2021-09-10
Do not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callback
Theo Buehler
2021-09-10
Prepare to provide SSL_CTX_get0_privatekey()
Theo Buehler
2021-09-08
Provide SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback stubs
Theo Buehler
2021-09-08
Prepare to provide API stubs for PHA
Theo Buehler
2021-09-08
Prepare to provide SSL_get_tlsext_status_type()
Theo Buehler
2021-09-08
Prepare to provide SSL_set0_rbio()
Theo Buehler
2021-06-30
Prepare to provide SSL_get_signature_nid() and friends.
Joel Sing
[next]