summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-06-19Add missing message digests to function table.jsing1-3/+27
2015-06-19Remove fallback dynamic engine loading support.bcook1-18/+2
2015-06-19Return the failing engine ID in the error stack.bcook2-4/+8
2015-06-19Add standard headers, C++ support to tls.h.bcook1-1/+12
2015-06-19Disable ENGINE_load_dynamic (dynamic engine support).bcook34-1060/+22
2015-06-19Convert tls1_alpn_handle_client_hello() to CBS.doug2-40/+28
2015-06-19Add CBS_dup() to initialize a new CBS with the same values.doug4-4/+28
2015-06-18Extend the input types for CBB_add_*() to help catch bugs.doug4-26/+50
2015-06-18Remove Microsoft Server Gated Crypto.doug16-264/+52
2015-06-18Change DTLS client cert request code to match TLS.doug2-12/+12
2015-06-18spelling fixes from theo buehler;jmc1-4/+4
2015-06-17add DST Root CA X3 certificate, already present in most browser cert stores.sthen1-0/+77
2015-06-17Clean up alert codes and add references.jsing2-42/+58