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
Age
Commit message (
Expand
)
Author
2023-06-11
Convert legacy server kex to one-shot sign/verify
Theo Buehler
2023-06-11
Easy EVP_Digest{Sign,Verify} conversions for legacy stack
Theo Buehler
2023-06-10
Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3
Theo Buehler
2023-05-26
Move verified_chain from SSL to SSL_HANDSHAKE
Theo Buehler
2023-05-16
add missing pointer invalidation
Joshua Stein
2023-05-05
Use -Wshadow with clang
Theo Buehler
2023-04-28
Too many stupid things whine about these being used uninitialized
Theo Buehler
2023-04-27
ssl_tlsext.c: Add an accessor for the tls extension type.
Theo Buehler
2023-04-25
Bump majors after symbol addition and removal
Theo Buehler
2023-04-25
Fix allocation size
Theo Buehler
2023-04-25
Unbreak tree: file missed in last commit
Theo Buehler
2023-04-24
Free and calloc() the tlsext_build_order and remember its length
Theo Buehler
2023-04-24
Use TLSEXT_TYPE_alpn instead of the stupid long one
Theo Buehler
2023-04-23
Randomize the order of TLS extensions
Theo Buehler
2023-04-11
Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)
Ingo Schwarze
2023-03-10
Crankl libcrypto/libssl/libtls minors after symbol addition
Theo Buehler
2023-02-16
libressl *_namespace.h: adjust *_ALIAS() to require a semicolon
Theo Buehler
2022-12-26
fix another typo in comment in a line touched by the last commit (this
Stuart Henderson
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2010-10-01
import OpenSSL-1.0.0a
Damien Miller
2022-12-18
document the interaction with BIO_dup_chain(3)
Ingo Schwarze
2022-12-11
Add a small blurb on @SECLEVEL=n
Theo Buehler
2022-11-26
Make header guards of internal headers consistent
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-23
Reverse arguments in CBS_dup()
Theo Buehler
2022-11-13
Bump libssl minor to match libcrypto
Theo Buehler
2022-11-11
Convert the legacy TLS stack to tls_content.
Joel Sing
2022-11-11
Symbols.list: Drop comments and sort.
Theo Buehler
2022-11-11
Add support for symbol hiding disabled by default.
Bob Beck
2022-11-10
Use tls_buffer for alert and handshake fragments in the legacy stack.
Joel Sing
2022-11-09
Sync CBS_strdup() documentation update from libcrypto.
Joel Sing
2022-11-07
Rewrite TLSv1.2 key exporter.
Joel Sing
2022-11-07
Move tls13_exporter() code.
Joel Sing
2022-10-21
Add extra NULL check after ssl3_setup_read_buffer()
Theo Buehler
2022-10-20
Initial parsing of the NewSessionTicket message
Theo Buehler
2022-10-20
Provide TLS13_MAX_TICKET_LIFETIME #define
Theo Buehler
2022-10-20
Provide ssl_session_dup()
Theo Buehler
2022-10-20
Clean up resumption master secret in SSL_SESSION_free()
Theo Buehler
2022-10-20
Extend SSL_SESSION struct for TLSv1.3 PSK
Theo Buehler
2022-10-20
Annotate misuse of EVP_Digest()
Theo Buehler
2022-10-14
Error out if the out secret wasn't properly initialized
Theo Buehler
2022-10-05
unwrap two lines for readability
Theo Buehler
2022-10-02
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
Joel Sing
2022-10-01
Move handshake message handling functions from ssl_both.c to client/server.
Joel Sing
2022-09-17
Allow TLSv1.3 clients to send CCS without middlebox compatibility mode.
Joel Sing
2022-09-17
Link to SSL_read_early_data(3)
Klemens Nanni
2022-09-11
Enforce the minimum TLS version requirement for QUIC.
Joel Sing
2022-09-11
Crank major after symbol addition and libcrypto major bump
Theo Buehler
2022-09-11
Update Symbols.list
Theo Buehler
2022-09-11
Expose SSL_get_share_{group,curve}() and related #defines
Theo Buehler
[next]