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