Overview
Comment: | 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. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | crypto |
Files: | files | file ages | folders |
SHA3-256: |
b186ba1b7d573595130a483879538796 |
User & Date: | bohagan on 2023-11-14 03:53:04 |
Other Links: | branch diff | manifest | tags |
Context
2023-11-17
| ||
18:31 | Changed digest command to make digest into a variable argument check-in: 6f3bac05a8 user: bohagan tags: crypto | |
2023-11-14
| ||
03:53 | 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 tags: crypto | |
00:53 | Updated error messages and optimized when to add error message to result. check-in: 2b4e85a3eb user: bohagan tags: crypto | |
Changes
Modified tests/badssl.csv from [8df90efe9b] to [3b4cb80289].
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - + - + - + - - - + - + | # Group,Name,Constraints,Setup,Body,Cleanup,Match,Result,Output,Error Output,Return Codes command,package require tls,,,,,,,,, |
︙ |
Modified tests/badssl.test from [66893a8fa7] to [89e2c5b1af].
︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | - + - - | package require tls # Find default CA certificates directory if {[info exists ::env(SSL_CERT_FILE)]} {set ::cafile $::env(SSL_CERT_FILE)} else {set ::cafile [file normalize {C:\Users\Brian\Documents\Source\Build\SSL-1.1\certs\cacert.pem}]} # Constraints |
︙ |
Deleted tests/ciphers.csv version [312225a404].
Deleted tests/ciphers.test version [706606e435].
Added tests/common.tcl version [019f917847].
Added tests/digest.csv version [70c49bbd6a].
Added tests/digest.test version [3cbbdd0b3b].
Added tests/info.csv version [c468f266e4].
Added tests/info.test version [b0b4c54bea].
Modified tests/make_test_files.tcl from [c31b96320d] to [7a3f2ae871].
︙ | |||
99 100 101 102 103 104 105 106 107 108 109 110 111 112 | 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | + | } } } puts $out $buffer } else { # Empty line puts $out "" } break } } # Output clean-up commands puts $out "\n# Cleanup\n::tcltest::cleanupTests\nreturn" |
︙ |
Deleted tests/md_data.dat version [b1f2301c2f].