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
2024-07-13
ssl2.h and ssl23.h join the party in the attic
Theo Buehler
2024-07-13
Make error constants const in libssl
Theo Buehler
2024-07-12
Despite being an ELF citizen, hppa is its own special snowflake and requires
Miod Vallat
2024-07-11
Adjust documentation for SSL_select_next_proto()
Theo Buehler
2024-07-11
Follow BoringSSL's nomenclature in SSL_select_next_proto()
Theo Buehler
2024-07-09
Don't push the error stack in ssl_sigalg_select()
Bob Beck
2024-07-09
Fix TLS key share check to not fire when using < TLS 1.3
Bob Beck
2024-07-09
Actually enable namespaced builds in both libcrypto and libssl
Bob Beck
2024-06-29
fix typo
Theo Buehler
2024-06-28
The ALPN callback should really ignore the out parameter if there's
Theo Buehler
2024-06-28
Fix SSL_select_next_proto()
Theo Buehler
2024-06-28
Remove handling of SSLv2 client hello messages.
Joel Sing
2024-06-26
remove psk_idx from tlsext_randomize_build_order()
Theo Buehler
2024-06-26
tls_extension_find(): make output index optional
Theo Buehler
2024-06-25
Implement RSA key exchange in constant time.
Joel Sing
2024-06-25
Fix TLS extension shuffling
Theo Buehler
2024-06-24
ssl_err: KNF tweak
Theo Buehler
2024-06-24
ssl_err: fix whitespace
Theo Buehler
2024-06-22
Provide CBB_add_u32_length_prefixed().
Joel Sing
2024-06-06
ssl_tlsext: fix uninitialized variable warning with gcc
Theo Buehler
2024-05-27
remove unused typedefs with structs that were removed
Jonathan Gray
2024-05-25
sync inclusion of <stdlib.h> from libcrypto
Theo Buehler
2024-05-23
Make signature of SSL_COMP_add_compression_method(3) match reality
Theo Buehler
2024-05-19
remove prototypes with no matching function
Jonathan Gray
2024-05-16
SSL_CTX_set_keylog_callback: copy-paste error _set_ -> _get_
Theo Buehler
2024-05-10
Remove fixed nonce length information from algorithm2
Theo Buehler
2024-05-09
sync the SSL text; ok tb
Jason McIntyre
2024-05-09
ssl_ciph.c: unwrap a line
Theo Buehler
2024-05-09
Remove leftover logic of SSL2 support
Theo Buehler
2024-05-09
Plug a "leak" in ssl_security_group()
Theo Buehler
2024-05-08
Avoid OpenSSL SSL repetitions
Theo Buehler
2024-04-16
Fix key share negotiation in HRR case
Theo Buehler
2024-04-15
crank libssl major after libcrypto major and symbol removal
Theo Buehler
2024-04-15
Unexport SSL_version_str
Theo Buehler
2024-04-04
Recommit a better version of the removal of the F5 workaround
Theo Buehler
2024-04-02
Backout previous commit (intending that libressl client rejects a supported
Stuart Henderson
2024-03-28
Stop pandering to the loadbalancer industrial complex.
Bob Beck
2024-03-27
Fix up server processing of key shares.
Bob Beck
2024-03-27
Do not allow duplicate groups in supported groups.
Bob Beck
2024-03-27
Unify up_ref implementations in libssl
Theo Buehler
2024-03-26
Add an indicator that an extension has been processed.
Bob Beck
2024-03-26
Process supported groups before key share.
Bob Beck
2024-03-25
Simplify TLS extension parsing and processing.
Joel Sing
2024-03-25
Fix typo msg_types -> msg_type
Theo Buehler
2024-03-25
Split TLS extension parsing from processing.
Joel Sing
2024-03-25
Decouple TLS extension table order from tlsext_randomize_build_order()
Joel Sing
2024-03-02
crank libssl major
Theo Buehler
2024-03-02
Remove SSL_debug
Theo Buehler
2024-03-02
Garbage collect TLS1_FLAGS_SKIP_CERT_VERIFY
Theo Buehler
2024-03-02
Make {SSL3,TLS}_CT_* internal
Theo Buehler
[next]