All files named "generic/tlsKey.c"

History for generic/tlsKey.c

2023-12-24
22:57
Deleted: 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, branch: crypto, size: 0
01:26
Added scrypt KDF file: [9456e8167e] check-in: [36febb04b1] user: bohagan, branch: crypto, size: 13457 [annotate] [blame] [check-ins using] [diff]
00:00
Added HKDF KDF file: [f56d8c3c7f] check-in: [89db32e691] user: bohagan, branch: crypto, size: 9438 [annotate] [blame] [check-ins using] [diff]
2023-12-16
04:56
Changed options processing from using string compares in macros to using Tcl_GetIndexFromObj and switch. file: [8cdbc99261] check-in: [c7540ccbf1] user: bohagan, branch: crypto, size: 4925 [annotate] [blame] [check-ins using] [diff]
2023-12-11
05:24
Added: Added KDF module to derive keys and ivs from passwords and salts. Added -hash option as alias for -digest. file: [9989291d21] check-in: [d4c2159faf] user: bohagan, branch: crypto, size: 4215 [annotate] [blame] [check-ins using]