Overview
Comment: | 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. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | crypto |
Files: | files | file ages | folders |
SHA3-256: |
0c59081d8187ce0ee6358bb4526d4167 |
User & Date: | bohagan on 2023-11-06 04:52:29 |
Other Links: | branch diff | manifest | tags |
Context
2023-11-06
| ||
23:46 | Added more comments and removed obsolete code check-in: 5a0296430f user: bohagan tags: crypto | |
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. check-in: 0c59081d81 user: bohagan tags: crypto | |
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 check-in: 019f6eb9aa user: bohagan tags: crypto | |
Changes
Modified doc/tls.html from [e0ba147546] to [025b4f00d8]. [diff]
Modified generic/tlsDigest.c from [f6606c060c] to [7c8820a0b3]. [diff]
Modified tests/ciphers.csv from [c447bf00b4] to [198006ea5c]. [diff]
Modified tests/ciphers.test from [7abebb7019] to [b3fa4d9f22]. [diff]