Overview
Comment: | Uupdated list of tested ciphers to correspond with OpenSSL. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
70adf652c53aaa6cdbe175f7be511776 |
User & Date: | razzell on 2003-10-08 00:44:35 |
Other Links: | manifest | tags |
Context
2003-12-15
| ||
18:46 | Updated version to 1.5. check-in: 64bce88b33 user: razzell tags: trunk | |
2003-10-08
| ||
00:44 | Uupdated list of tested ciphers to correspond with OpenSSL. check-in: 70adf652c5 user: razzell tags: trunk | |
2003-10-07
| ||
22:57 | Added CONST with intent similar to Revision 1.14. check-in: bb720c804e user: razzell tags: trunk | |
Changes
Modified ChangeLog
from [1c55330554]
to [3bd42b9d37].
|
Modified tests/ciphers.test
from [bb5158c11e]
to [d352be49f7].
︙ | |||
74 75 76 77 78 79 80 | 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 | - - + + + + - + - - + - - - - - + + + + + + - - - - - + + + + - - - - + + + + + + + + + + + - - + + + + - + - - + - - - - - + + + + + + - - - - - + + + + - - - - + + + + + + + + + + + | EXP-RC4-MD5} test ciphers-1.3 {Tls::ciphers for ssl3} {openssl} { # This will fail if you compiled against RSA bsafe or with a # different set of defines than the default. # Change the constraint setting above. set result [join [lsort -dict [eval tls::ciphers ssl3]] \n ] |