summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-14Partially convert ssl3_get_message to CBS.doug2-12/+30
2015-07-14Convert dtls1_get_hello_verify to CBS.doug2-34/+46
2015-07-14Convert ssl3_get_cipher_by_char to CBS.doug2-4/+16
2015-07-14Convert ssl3_get_client_certificate to CBS.doug2-30/+38
2015-07-14Convert ssl3_get_finished to CBS.doug2-12/+18
2015-07-14Convert ssl_parse_clienthello_use_srtp_ext to CBS.doug4-84/+50
2015-07-14Convert ssl3_get_cert_status to CBS.doug2-34/+52
2015-07-14Convert ssl3_get_server_certificate to CBS.doug2-34/+36
2015-07-13Unhook tls_ext_alpn test until the code passes it.doug1-2/+5
2015-07-12Convert openssl(1) dh to the new option handling.doug1-98/+111
2015-07-12Convert openssl(1) dsa to the new option handling.doug1-154/+208
2015-07-12Convert openssl(1) ec to the new option handling.doug1-170/+247
2015-07-12Convert gendh.c to the new option handling.doug1-54/+79
2015-07-12Convert openssl(1) dsaparam to the new option handling.doug1-154/+123
2015-07-12Convert openssl(1) crl2pkcs7 to the new option handling.doug1-95/+110
2015-07-11Convert openssl(1) dhparam to new option handling.jsing1-121/+160
2015-07-09Add tests for parsing TLS extension ALPN (RFC 7301).doug2-2/+446
2015-07-08switch "openssl dhparam" default from 512 to 2048 bits, ok jsing@sthen2-6/+6
2015-07-07add setlocale testsemarie1-1/+3
2015-07-07add regress test for setlocale(3) and some relatedsemarie2-0/+140
2015-07-03Repair algorithm name array after 1.6.miod1-4/+4
2015-07-01specify the array initializer valuelibressl-v2.2.1bcook1-2/+2
2015-06-29fix the build on arm after the recent addition of -Wundefjsg2-4/+4
2015-06-28Convert ssl_bytes_to_cipher_list to CBS.doug6-23/+59
2015-06-27Add unit tests for LibreSSL.doug3-0/+256
2015-06-27Fix pointer to unsigned long conversion.doug4-10/+14
2015-06-24Put BUF_memdup() and BUF_reverse() under #ifndef LIBRESSL_INTERNAL.jsing2-6/+4
2015-06-24Stop using BUF_memdup() within the LibreSSL code base - it is correctlyjsing4-12/+14
2015-06-23Change CBS_dup() to also sync the offset.doug3-3/+41
2015-06-23Convert bytestringtest to individual checks and don't short circuit.doug1-321/+337
2015-06-23Remove unnecessary regress target.doug1-7/+2
2015-06-21Check for failure with CBB_init() in bs_ber.c.doug2-4/+6
2015-06-21Just return if nmemb is 0. Avoids a NULL dereference and ismillert1-1/+4
2015-06-20Convert ssl3_get_new_session_ticket to CBS.doug2-48/+48
2015-06-20Convert ssl3_get_next_proto to CBS.doug2-28/+38
2015-06-20Convert ssl_parse_serverhello_renegotiate_ext to CBS.doug4-38/+42
2015-06-20Handle NIST curve names in openssl(1) ecparam.jsing1-1/+4
2015-06-20Handle NIST curve names.jsing2-4/+8
2015-06-20Have ECPKParameters_print() include the NIST curve name, if known.jsing2-2/+20
2015-06-20Less mdc2.jsing1-4/+1
2015-06-20Provide EC_curve_nid2nist() and EC_curve_nist2nid().jsing4-4/+114
2015-06-20Make SSL_OP_ALL readable.jsing2-4/+18
2015-06-20Put CRYPTO_memcmp() under #ifndef LIBRESSL_INTERNAL.jsing2-2/+6
2015-06-20Replace remaining CRYPTO_memcmp() calls with timingsafe_memcmp().jsing6-12/+12
2015-06-20Convert ssl_parse_clienthello_renegotiate_ext to CBS.doug4-30/+28
2015-06-20Replace internal call to CRYPTO_memcmp with timingsafe_memcmp.doug2-4/+4
2015-06-20Fix warning on vax due to old gcc.doug2-8/+8
2015-06-20Crank major for libcrypto, ssl and tls due to MDC-2DES removal.doug5-6/+6
2015-06-20Remove obsolete MDC-2DES from libcrypto.doug46-1239/+59
2015-06-19Remove needless casts. There's no reason to cast delim to char *millert1-5/+4