Overview
Comment: | Added KDF module to derive keys and ivs from passwords and salts. Added -hash option as alias for -digest. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | crypto |
Files: | files | file ages | folders |
SHA3-256: |
d4c2159faf713eb129fa3b6bac515e9c |
User & Date: | bohagan on 2023-12-11 05:24:46 |
Other Links: | branch diff | manifest | tags |
Context
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-12-10
| ||
05:55 | Refactored tlsInfo.c file to clear errors, use Obj in var names, and pass name as object instead of string. Split cipher command from its info function. check-in: d7ab5a4ae1 user: bohagan tags: crypto | |
Changes
Modified configure from [2fc15c8cab] to [39b72b8793]. [diff]
Modified configure.ac from [d2a1dc5bcd] to [c43a3df459]. [diff]
Modified doc/cryptography.html from [c88e8b2743] to [b22c8f2c44]. [diff]
Modified generic/tls.c from [63ca861d17] to [4273abe6e0]. [diff]
Modified generic/tlsDigest.c from [8122b24581] to [59f6eb5d91]. [diff]
Modified generic/tlsEncrypt.c from [2a45eea685] to [6005ec3c3c]. [diff]
Modified generic/tlsInt.h from [5abc533285] to [0f4281d913]. [diff]
Added generic/tlsKey.c version [9989291d21].
Modified win/makefile.vc from [c94d145e50] to [ac05bd257a]. [diff]