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
2015-08-27
Change AEAD out_len argument to size_t instead of ssize_t - while here,
Joel Sing
2015-08-27
Crank major version for libssl and libtls due to SSLv3 removal.
Doug Hogan
2015-08-27
Remove SSLv3 support from LibreSSL.
Doug Hogan
2015-08-19
Properly handle missing TLS extensions in client hello as a non-failure.
Brent Cook
2015-07-31
Fix SRTP parsing.
Doug Hogan
2015-07-29
Add linker warnings in case SSLv3_{,client,server}_method are referenced.
Miod Vallat
2015-07-24
an TLS -> a TLS; from thanos tsouanas
Jason McIntyre
2015-07-24
Convert tls1_process_ticket to CBS.
Doug Hogan
2015-07-24
Convert tls1_process_sigalgs to CBS.
Doug Hogan
2015-07-24
Convert ssl3_get_record to CBS.
Doug Hogan
2015-07-21
Remove duplicate check in libssl.
Doug Hogan
2015-07-19
Remove OpenSSL engine RSAX.
Doug Hogan
2015-07-19
Allow *_free() functions in libssl to handle NULL input.
Doug Hogan
2015-07-19
Convert ssl3_get_certificate_request to CBS.
Doug Hogan
2015-07-19
Fix symbol collision with libtls.
Doug Hogan
2015-07-19
Add TLS_method, TLS_client_method and TLS_server_method.
Doug Hogan
2015-07-19
Crank major and remove legacy variables.
Doug Hogan
2015-07-19
Assign p to CBS_data since it is used later.
Doug Hogan
2015-07-18
Convert dtls1_get_message_header to CBS and change to int.
Doug Hogan
2015-07-18
Convert dtls1_get_record to CBS.
Doug Hogan
2015-07-18
Remove repeated code in dtls1_get_record.
Doug Hogan
2015-07-18
Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround.
Doug Hogan
2015-07-18
Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay.
Doug Hogan
2015-07-17
Convert ssl_parse_serverhello_use_srtp_ext to CBS.
Doug Hogan
2015-07-17
Remove compat hack that disabled ECDHE-ECDSA on OS X.
Doug Hogan
2015-07-17
Remove workaround for TLS padding bug from SSLeay days.
Doug Hogan
2015-07-15
check n before cbs_init, coverity - ID 125063
Bob Beck
2015-07-15
test for n<0 before use in CBS_init - mostly to shut up coverity.
Bob Beck
2015-07-15
Flense out dead code, we don't do ecdhe_clnt_cert.
Bob Beck
2015-07-14
Partially convert ssl3_get_message to CBS.
Doug Hogan
2015-07-14
Convert dtls1_get_hello_verify to CBS.
Doug Hogan
2015-07-14
Convert ssl3_get_cipher_by_char to CBS.
Doug Hogan
2015-07-14
Convert ssl3_get_client_certificate to CBS.
Doug Hogan
2015-07-14
Convert ssl3_get_finished to CBS.
Doug Hogan
2015-07-14
Convert ssl_parse_clienthello_use_srtp_ext to CBS.
Doug Hogan
2015-07-14
Convert ssl3_get_cert_status to CBS.
Doug Hogan
2015-07-14
Convert ssl3_get_server_certificate to CBS.
Doug Hogan
2015-06-28
Convert ssl_bytes_to_cipher_list to CBS.
Doug Hogan
2015-06-24
Stop using BUF_memdup() within the LibreSSL code base - it is correctly
Joel Sing
2015-06-23
Change CBS_dup() to also sync the offset.
Doug Hogan
2015-06-21
Check for failure with CBB_init() in bs_ber.c.
Doug Hogan
2015-06-20
Convert ssl3_get_new_session_ticket to CBS.
Doug Hogan
2015-06-20
Convert ssl3_get_next_proto to CBS.
Doug Hogan
2015-06-20
Convert ssl_parse_serverhello_renegotiate_ext to CBS.
Doug Hogan
2015-06-20
Make SSL_OP_ALL readable.
Joel Sing
2015-06-20
Convert ssl_parse_clienthello_renegotiate_ext to CBS.
Doug Hogan
2015-06-20
Replace internal call to CRYPTO_memcmp with timingsafe_memcmp.
Doug Hogan
2015-06-20
Crank major for libcrypto, ssl and tls due to MDC-2DES removal.
Doug Hogan
2015-06-19
Convert tls1_alpn_handle_client_hello() to CBS.
Doug Hogan
2015-06-19
Add CBS_dup() to initialize a new CBS with the same values.
Doug Hogan
[next]