History of tests/ciphers.test of 4b6990b1fa53e4c2

History of file tests/ciphers.test at check-in 4b6990b1fa53e4c2

2024-03-10
03:09
Updated make test scripts tool to better embed TCL procedures and handle quoted data file: [dc4d964ab4] check-in: [5b864605ad] user: bohagan, branch: trunk, size: 4711 [annotate] [blame] [check-ins using] [diff]
2024-02-28
02:40
More badssl test case updates for OpenSSL 3 message changes file: [3c7cdcefd5] check-in: [1266832b43] user: bohagan, branch: trunk, size: 4705 [annotate] [blame] [check-ins using] [diff]
2024-02-24
22:07
Eliminate some deprecated function usages. Disable ssl3 by default too (just as ssl2) file: [cef4d88462] check-in: [3090c676df] user: jan.nijtmans, branch: main, size: 4847 [annotate] [blame] [check-ins using] [diff]
2024-02-23
10:19
Fix ciphers.test testcases for OpenSSL 3.0. Remove files no longer needed file: [dd6b847004] check-in: [b8d4646795] user: jan.nijtmans, branch: main, size: 4841 [annotate] [blame] [check-ins using] [diff]
2023-11-14
03:53
Deleted: Split ciphers test file into digest and info test files. Added common.tcl file for common test constraints. Updated HMAC and CMAC test cases Added RFC 4231 HMAC example test cases. check-in: [b186ba1b7d] user: bohagan, branch: crypto, size: 0
2023-11-13
02:26
Corrected test cases file: [706606e435] check-in: [1d173cfaca] user: bohagan, branch: crypto, size: 15771 [annotate] [blame] [check-ins using] [diff]
2023-11-08
03:09
Updated test cases file: [3d7c03c49d] check-in: [9b69dccaca] user: bohagan, branch: crypto, size: 15716 [annotate] [blame] [check-ins using] [diff]
2023-11-06
04:52
Added an option to the digest command to allow the user to create a new command, use it to add data to a hash, and to get the final message digest. Refactored code to move common digest init, update, and finalize operations into common functions. file: [b3fa4d9f22] check-in: [0c59081d81] user: bohagan, branch: crypto, size: 12914 [annotate] [blame] [check-ins using] [diff]
2023-11-05
21:46
Track EOF for channels so get message digest is only performed once. Added more info to function documentation and comments file: [7abebb7019] check-in: [019f6eb9aa] user: bohagan, branch: crypto, size: 11437 [annotate] [blame] [check-ins using] [diff]
2023-11-04
03:14
Added sha512 convenience command file: [24afc1448c] check-in: [72569af7c5] user: bohagan, branch: crypto, size: 11391 [annotate] [blame] [check-ins using] [diff]
02:08
Added key support to digest channel file: [dea59e87f8] check-in: [b536b956a8] user: bohagan, branch: crypto, size: 10464 [annotate] [blame] [check-ins using] [diff]
2023-11-03
22:25
Added command to list available Message Authentication Codes (MAC) file: [1a154d14c0] check-in: [4bc6ba68a7] user: bohagan, branch: crypto, size: 10488 [annotate] [blame] [check-ins using] [diff]
2023-10-30
19:18
Added info to documentation on how to salt a password for a digest file: [045846037b] check-in: [04c90026c3] user: bohagan, branch: crypto, size: 10417 [annotate] [blame] [check-ins using] [diff]
01:37
Added digest HMAC key test cases file: [5dcdce83dc] check-in: [862db54236] user: bohagan, branch: crypto, size: 10416 [annotate] [blame] [check-ins using] [diff]
2023-10-29
01:39
Added digest channel test cases file: [3eea79ae3e] check-in: [5a5c14c5db] user: bohagan, branch: crypto, size: 9713 [annotate] [blame] [check-ins using] [diff]
2023-10-28
16:50
Updated test suite to add digest file, hex, and binary functionality file: [b48cec8c56] check-in: [f9cf6ac5f1] user: bohagan, branch: crypto, size: 8688 [annotate] [blame] [check-ins using] [diff]
2023-10-20
22:59
Updated test suite to use OpenSSL list for ciphers list file: [1ebc3578a6] check-in: [40a8eb4d6f] user: bohagan, branch: crypto, size: 6975 [annotate] [blame] [check-ins using] [diff]
2023-10-14
23:16
Updated digests command to filter out RSA digests since only used for signature algorithms. file: [1825bf394f] check-in: [0a899f2c18] user: bohagan, branch: crypto, size: 6758 [annotate] [blame] [check-ins using] [diff]
23:02
Updated test suite to add digest command file: [c92518c18a] check-in: [5f6b36170e] user: bohagan, branch: crypto, size: 6906 [annotate] [blame] [check-ins using] [diff]
2023-05-24
01:18
Updated ciphers command to use current APIs and added an option to return only ciphers as would be sent in ClientHello. Updated test suite to use OpenSSL executable to get ciphers comparison data. Added more test cases. Addresses defects: https://core.tcl-lang.org/tcltls/tktview/688788a45c and https://sourceforge.net/p/tls/bugs/36/ file: [212c1bf055] check-in: [05b2dd47be] user: bohagan, branch: status_x509, size: 4719 [annotate] [blame] [check-ins using] [diff]
2016-11-30
13:49
Removed unneeded setting of auto_path (set from all.tcl) file: [9bef3a5541] check-in: [8695903dbb] user: rkeene, branch: tls-1-7, size: 4155 [annotate] [blame] [check-ins using] [diff]
2008-06-18
11:29
Fixed ciphers test for 0.9.8 and updated win build to support testing. file: [775a49336b] check-in: [4b6990b1fa] user: patthoyts, branch: trunk, size: 4228 [annotate] [blame] [check-ins using] [diff]
2007-06-22
21:19
* tests/ciphers.test: reworked to make test output cleaner to understand missing ciphers (if any) file: [6f8c36e170] check-in: [9caff0eced] user: hobbs2, branch: trunk, size: 3526 [annotate] [blame] [check-ins using] [diff]
2003-10-08
00:44
Uupdated list of tested ciphers to correspond with OpenSSL. file: [d352be49f7] check-in: [70adf652c5] user: razzell, branch: trunk, size: 3633 [annotate] [blame] [check-ins using] [diff]
2002-02-04
22:45
updated to load tls from build dir file: [bb5158c11e] check-in: [0efce5e54e] user: hobbs, branch: trunk, size: 3433 [annotate] [blame] [check-ins using] [diff]
2001-06-21
20:46
* tests/ciphers.test: updated ciphers expected with default openssl build. file: [5b3eb17840] check-in: [918299a6f1] user: hobbs, branch: trunk, size: 3305 [annotate] [blame] [check-ins using] [diff]
2000-08-16
18:00
* tests/ciphers.test: improved ability to change constraint setting for whether user compiled against RSA or OpenSSL libs. file: [bdd3d3d607] check-in: [b46031d19e] user: hobbs, branch: trunk, size: 2807 [annotate] [blame] [check-ins using] [diff]
2000-06-07
17:44
this file now has both OpenSSL and BSAFE versions of each test file: [820e5e601e] check-in: [1cdb251f75] user: aborr, branch: trunk, size: 2577 [annotate] [blame] [check-ins using] [diff]
2000-05-30
22:18
changed copyright notice from Scriptics to Ajuba file: [2b7ce8274c] check-in: [17f61c8277] user: aborr, branch: trunk, size: 1259 [annotate] [blame] [check-ins using] [diff]
2000-04-13
17:29
removed IDEA cipher from expected output file: [8d591c9597] check-in: [de5380433c] user: aborr, branch: trunk, size: 1242 [annotate] [blame] [check-ins using] [diff]
2000-02-17
03:30
Added: initial checkin of test cases for tls::ciphers file: [da044e61d2] check-in: [f222d012c0] user: aborr, branch: trunk, size: 1268 [annotate] [blame] [check-ins using]