summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-07-13Do not write a warning to stderr if the db cannot be opened, justTodd C. Miller
2015-07-12Use memset instead of bzero for better portability.Nicholas Marriott
2015-07-11typo in embedded code block; from Ben CornettTheo de Raadt
2015-07-07the C locale should contain only ASCIIsemarie
2015-07-07Skip mountpoint checking in case we only want the version or helpAntoine Jacoutot
2015-07-07Unbreak option parsing:Antoine Jacoutot
2015-07-03bzero cmsgbuf before using it, silences valgrind warnings.Bryan Steele
2015-07-03static pie support for sparc.Miod Vallat
2015-07-03There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories insemarie
2015-07-02remove new_categories variable from global.semarie
2015-06-29fix the build on arm after the recent addition of -WundefJonathan Gray
2015-06-28Convert ssl_bytes_to_cipher_list to CBS.Doug Hogan
2015-06-27Fix pointer to unsigned long conversion.Doug Hogan
2015-06-24Put BUF_memdup() and BUF_reverse() under #ifndef LIBRESSL_INTERNAL.Joel Sing
2015-06-24Stop using BUF_memdup() within the LibreSSL code base - it is correctlyJoel Sing
2015-06-23Add STANDARDS section; isblank(3) was specified in C99.Anthony J. Bentley
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-21Just return if nmemb is 0. Avoids a NULL dereference and isTodd C. Miller
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-20Handle NIST curve names.Joel Sing
2015-06-20Have ECPKParameters_print() include the NIST curve name, if known.Joel Sing
2015-06-20Provide EC_curve_nid2nist() and EC_curve_nist2nid().Joel Sing
2015-06-20Make SSL_OP_ALL readable.Joel Sing
2015-06-20Put CRYPTO_memcmp() under #ifndef LIBRESSL_INTERNAL.Joel Sing
2015-06-20Replace remaining CRYPTO_memcmp() calls with timingsafe_memcmp().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-20Bump major after {,asr_}print_sockaddr() renaming.Jeremie Courreges-Anglas
2015-06-20Fix warning on vax due to old gcc.Doug Hogan
2015-06-20Rename print_sockaddr() to avoid symbol visibility problemsJeremie Courreges-Anglas
2015-06-20Crank major for libcrypto, ssl and tls due to MDC-2DES removal.Doug Hogan
2015-06-20Remove obsolete MDC-2DES from libcrypto.Doug Hogan
2015-06-19Tweak whitespace and remove dangling, unneeded "else".Jeremie Courreges-Anglas
2015-06-19Remove needless casts. There's no reason to cast delim to char *Todd C. Miller
2015-06-19Return the failing engine ID in the error stack.Brent Cook
2015-06-19Add standard headers, C++ support to tls.h.Brent Cook
2015-06-19Disable ENGINE_load_dynamic (dynamic engine support).Brent Cook
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