Overview
Comment: | Moved common get cipher, digest, etc. functions to tlsUtil.c file. Renamed tlsKey.c to tlsKDF.c to better reflect contents. Standardized error messages. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | crypto |
Files: | files | file ages | folders |
SHA3-256: |
94f8408d0d20d0089c7a6f8a5bbd6280 |
User & Date: | bohagan on 2023-12-24 22:57:35 |
Other Links: | branch diff | manifest | tags |
Context
2023-12-25
| ||
02:04 | Added KDF test cases check-in: 4cc32676a2 user: bohagan tags: crypto | |
2023-12-24
| ||
22:57 | Moved common get cipher, digest, etc. functions to tlsUtil.c file. Renamed tlsKey.c to tlsKDF.c to better reflect contents. Standardized error messages. check-in: 94f8408d0d user: bohagan tags: crypto | |
06:36 | Added MAC test vectors. Added all.tcl files to each test subdirectory so all tests run. Updated Hash and KDF test vectors to add missing cleanupTests. Corrected bug with using dash in constraints. Added constraints for ciphers, digests, and kdfs. check-in: feef0d0cef user: bohagan tags: crypto | |
Changes
Modified configure from [39b72b8793] to [5d330fed91]. [diff]
Modified configure.ac from [c43a3df459] to [f02a7eeac0]. [diff]
Modified generic/tlsDigest.c from [10998241d5] to [f2bddde2af]. [diff]
Modified generic/tlsEncrypt.c from [5bdc760fa1] to [f6412740bf]. [diff]
Modified generic/tlsInt.h from [0f4281d913] to [8236808b5c]. [diff]
Added generic/tlsKDF.c version [2e942636f4].
Deleted generic/tlsKey.c version [9456e8167e].
Added generic/tlsUtil.c version [8f89b37f61].
Modified win/makefile.vc from [ac05bd257a] to [40a127f356]. [diff]