The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-tls-set-ciphers.js @ 6f043940

History | View | Annotate | Download (2.14 KB)

# Date Author Comment
6003912f 06/25/2012 10:36 AM Ben Noordhuis

test: use RC4-MD5 cipher in tls test

NULL-MD5 is not always compiled into openssl but RC4-MD5 should always be
available.

Fixes #3531.

48650639 01/17/2012 01:45 PM Andreas Madsen

Tests: fix jslint issues

5e3b0095 11/16/2011 06:01 PM Ben Noordhuis

tls: make cipher list configurable

options.ciphers existed but didn't work, the cipher list was effectively
hard-coded to RC4-SHA:AES128-SHA:AES256-SHA.

Fixes #2066.