Overview
Comment: | removed IDEA cipher from expected output |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
de5380433c17726da7a4f7f51671f4ec |
User & Date: | aborr on 2000-04-13 17:29:06 |
Other Links: | manifest | tags |
Context
2000-05-04
| ||
20:08 | fix lib path for make test check-in: 9ca70f8853 user: aborr tags: trunk | |
2000-04-13
| ||
17:29 | removed IDEA cipher from expected output check-in: de5380433c user: aborr tags: trunk | |
2000-02-17
| ||
03:30 | initial checkin of test cases for tls::ciphers check-in: f222d012c0 user: aborr tags: trunk, scriptics-sc-2-0-b1, scriptics-sc-2-0-b2, scriptics-sc-2-0-b5 | |
Changes
Modified tests/ciphers.test from [da044e61d2] to [8d591c9597].
︙ | |||
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - - | package require tls test ciphers-1.1 {Tls::ciphers for ssl3.} { set result [join [eval tls::ciphers ssl3] \n ] } {EDH-RSA-DES-CBC3-SHA EDH-DSS-DES-CBC3-SHA DES-CBC3-SHA |
︙ |