Changes In Branch crypto Through [c7540ccbf1] Excluding Merge-Ins
This is equivalent to a diff from 914ac6b2a4 to c7540ccbf1
2023-12-19
| ||
05:53 | Added test vectors files for hash functions. Added test files and make script to generate TCL test cases from test vector files. These files come from NIST, IETC, etc. documents, examples, etc. check-in: 25db067636 user: bohagan tags: crypto | |
2023-12-16
| ||
04:56 | Changed options processing from using string compares in macros to using Tcl_GetIndexFromObj and switch. check-in: c7540ccbf1 user: bohagan tags: crypto | |
2023-12-11
| ||
05:24 | Added KDF module to derive keys and ivs from passwords and salts. Added -hash option as alias for -digest. check-in: d4c2159faf user: bohagan tags: crypto | |
2023-11-22
| ||
22:18 | Fix to IO test missing set blocking value. See https://core.tcl-lang.org/tcltls/tktview/bb7085cfdc check-in: 104e43c85e user: bohagan tags: trunk | |
2023-10-28
| ||
17:30 | Merged in changes from master check-in: 1de7e0ec74 user: bohagan tags: crypto | |
17:20 | Optimized TLS channel type definition check-in: 914ac6b2a4 user: bohagan tags: trunk | |
2023-10-09
| ||
19:08 | Updated to latest TEA and Tcl Config check-in: ec0cc9fbdf user: bohagan tags: trunk | |
Modified configure from [4c56eae107] to [39b72b8793]. [diff]
Modified configure.ac from [ac9d3aa5eb] to [c43a3df459]. [diff]
Added doc/cryptography.html version [b22c8f2c44].
Added doc/docs.css version [0ab4787813].
Modified doc/tls.html from [9494c1c42e] to [12b4e9e9d7]. [diff]
Modified generic/tclOpts.h from [fee5089a30] to [e342c63c26]. [diff]
Modified generic/tls.c from [f4a59d7949] to [5f4251e5e6]. [diff]
Modified generic/tlsBIO.c from [904acc3cbd] to [3977ec0a04]. [diff]
Added generic/tlsDigest.c version [188fdc0d84].
Added generic/tlsEncrypt.c version [c0069dd5ac].
Modified generic/tlsIO.c from [fb8d969c33] to [0b06e53585]. [diff]
Added generic/tlsInfo.c version [13359ae431].
Modified generic/tlsInt.h from [0103fefac9] to [0f4281d913]. [diff]
Added generic/tlsKey.c version [8cdbc99261].
Modified generic/tlsX509.c from [a931d05109] to [ead2e837f3]. [diff]
Modified tests/badssl.csv from [8df90efe9b] to [3b4cb80289]. [diff]
Modified tests/badssl.test from [66893a8fa7] to [ef286e344c]. [diff]
Deleted tests/ciphers.csv version [f4aff3652a].
Deleted tests/ciphers.test version [212c1bf055].
Added tests/common.tcl version [019f917847].
Added tests/digest.csv version [2969f7b1ad].
Added tests/digest.test version [c72f5245d1].
Added tests/encrypt.csv version [4af8c409bf].
Added tests/encrypt.test version [ce8002626b].
Added tests/info.csv version [a605570f7c].
Added tests/info.test version [421d0bdeb4].
Modified tests/make_test_files.tcl from [c31b96320d] to [e265399d3c]. [diff]
Modified win/makefile.vc from [11d5b7bf2c] to [ac05bd257a]. [diff]