All files named "generic/tlsInt.h"

History for generic/tlsInt.h

2024-03-15
22:17
Fix warnings for compile with GCC on TCL 9.0 file: [8227615734] check-in: [eae5afbb83] user: bohagan, branch: crypto, size: 9095 [annotate] [blame] [check-ins using] [diff]
22:17
Fix warnings for compile with GCC on TCL 9.0 file: [ec109c3ca8] check-in: [562bd95399] user: bohagan, branch: trunk, size: 7914 [annotate] [blame] [check-ins using] [diff]
2024-02-24
22:32
Merge trunk file: [bdd63383e2] check-in: [47f7634a14] user: jan.nijtmans, branch: bohagan, size: 8111 [annotate] [blame] [check-ins using] [diff]
16:59
No need for LAPPEND_LONG, use LAPPEND_INT file: [0ebd67e10b] check-in: [4f6f9b9874] user: jan.nijtmans, branch: main, size: 7943 [annotate] [blame] [check-ins using] [diff]
2024-02-23
21:27
REASON() -> GET_ERR_REASON(). Add some more utilities to tlsInt.h (not used yet) file: [5289d6a3a5] check-in: [42f5f29486] user: jan.nijtmans, branch: main, size: 8150 [annotate] [blame] [check-ins using] [diff]
2024-02-22
20:48
Merge trunk file: [cdb65a3a91] check-in: [e514e3a5e3] user: jan.nijtmans, branch: bohagan, size: 8318 [annotate] [blame] [check-ins using] [diff]
20:02
No need to define Tcl_Size in tlsInt.h: already handled by TEA file: [b7d22055d6] check-in: [a66c2b01b1] user: jan.nijtmans, branch: main, size: 6764 [annotate] [blame] [check-ins using] [diff]
15:27
Merge trunk file: [482c56ef99] check-in: [c61ea12657] user: jan.nijtmans, branch: bohagan, size: 8191 [annotate] [blame] [check-ins using] [diff]
13:49
A lot of formatting, no change in functionality. file: [3f639399ff] check-in: [46ffe75283] user: jan.nijtmans, branch: main, size: 6779 [annotate] [blame] [check-ins using] [diff]
2024-02-21
22:57
Stop support for OpenSSL < v1.1.1 file: [13bc3a9d64] check-in: [f2101dcc16] user: jan.nijtmans, branch: main, size: 8096 [annotate] [blame] [check-ins using] [diff]
2024-02-20
22:09
Merge trunk file: [584b1f3db7] check-in: [6853760139] user: jan.nijtmans, branch: bohagan, size: 8185 [annotate] [blame] [check-ins using] [diff]
14:58
Renamed tlsInt.h → generic/tlsInt.h. Move all *.c and *.h files to the /generic/ directory. Update win/makefile.vc from [https://chiselapp.com/user/bohagan/repository/TCLTLS/index] file: [16703359db] check-in: [b921cb3e6e] user: jan.nijtmans, branch: main, size: 8185 [annotate] [blame] [check-ins using] [diff]
2024-02-05
00:55
Code updates for gcc warnings file: [0918403850] check-in: [7e672606f5] user: bohagan, branch: trunk, size: 7801 [annotate] [blame] [check-ins using] [diff]
2024-02-04
23:25
Code updates for gcc warnings file: [d59da98e39] check-in: [e58f2c78c8] user: bohagan, branch: crypto, size: 8982 [annotate] [blame] [check-ins using] [diff]
03:31
Merged changes from master branch file: [e359ed92b9] check-in: [fa17431520] user: bohagan, branch: crypto, size: 8968 [annotate] [blame] [check-ins using] [diff]
2024-02-03
03:15
Added more IO logging and error callback messages. Removed duplicate messages. file: [07c33eb860] check-in: [a3728bd654] user: bohagan, branch: trunk, size: 7787 [annotate] [blame] [check-ins using] [diff]
2024-02-02
03:33
Added more logging messages and updated get error message macro name file: [078f282c5e] check-in: [fad32ff05f] user: bohagan, branch: trunk, size: 7897 [annotate] [blame] [check-ins using] [diff]
2024-01-29
02:41
Updated to latest set of TCL 9.0 API changes. Made Tcl_Size updates. file: [f1514b9dc2] check-in: [ce307ddd1f] user: bohagan, branch: crypto, size: 9070 [annotate] [blame] [check-ins using] [diff]
2023-12-29
03:09
Merged in master changes file: [e4eb0fa8cc] check-in: [d2d04c75a0] user: bohagan, branch: crypto, size: 8845 [annotate] [blame] [check-ins using] [diff]
2023-12-28
03:00
Added random bytes command to generate random bytes using a cryptographically secure pseudo random generator (CSPRNG). file: [44437ee129] check-in: [baa34f4208] user: bohagan, branch: crypto, size: 8773 [annotate] [blame] [check-ins using] [diff]
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. file: [8236808b5c] check-in: [94f8408d0d] user: bohagan, branch: crypto, size: 8719 [annotate] [blame] [check-ins using] [diff]
2023-12-11
05:24
Added KDF module to derive keys and ivs from passwords and salts. Added -hash option as alias for -digest. file: [0f4281d913] check-in: [d4c2159faf] user: bohagan, branch: crypto, size: 8036 [annotate] [blame] [check-ins using] [diff]
2023-12-02
04:25
Added function to encrypt and decrypt data file: [5abc533285] check-in: [b395f93924] user: bohagan, branch: crypto, size: 7984 [annotate] [blame] [check-ins using] [diff]
2023-11-03
22:03
Moved info commands to tlsInfo.c file. Moved REASON macro definition to tlsInt.h file so all files can use. file: [f793362aa1] check-in: [61a7c2c15a] user: bohagan, branch: crypto, size: 7927 [annotate] [blame] [check-ins using] [diff]
2023-10-27
23:01
Moved digest command to new tlsDigest.c file file: [bf2a946ac1] check-in: [b120c6d336] user: bohagan, branch: crypto, size: 7815 [annotate] [blame] [check-ins using] [diff]
2023-10-10
00:06
Created cryptography branch file: [ba5e9003ea] check-in: [0cd384c2ff] user: bohagan, branch: crypto, size: 7759 [annotate] [blame] [check-ins using] [diff]
2023-09-24
20:12
Moved definition of Append to List macros to tlsInt.h. Updated tls.c to use Append to List macros. file: [0103fefac9] check-in: [28d6418fa7] user: bohagan, branch: trunk, size: 7831 [annotate] [blame] [check-ins using] [diff]
2023-09-23
22:37
Updates for TCL 9.0 and Tcl_Size change file: [3f4fb6ad69] check-in: [c740ba0cb8] user: bohagan, branch: trunk, size: 6511 [annotate] [blame] [check-ins using] [diff]
2023-07-21
23:01
Added new option -validatecommand to handle callbacks that require a return value. Consolidated evaluate callback commands into one function EvalCallback. Return alert codes for callbacks. Added more comments to callback functions. file: [bb784703e5] check-in: [91ff651d51] user: bohagan, branch: errors_and_callbacks, size: 6229 [annotate] [blame] [check-ins using] [diff]
2023-06-17
23:09
Added signature hash and type to connection status Changed validation result to verification. file: [c6bd77ee65] check-in: [e02e24c84a] user: bohagan, branch: status_x509, size: 6268 [annotate] [blame] [check-ins using] [diff]
2023-06-03
22:33
Added ALPN callback protocol selection. In ALPNCallback, server select from client provided protocol list uses -alpn protocols list to find first common protocol. file: [a2b6326281] check-in: [f50ee33fd6] user: bohagan, branch: status_x509, size: 6198 [annotate] [blame] [check-ins using] [diff]
2023-05-27
03:06
Removed support for obsolete OpenSSL versions prior to v1.1.1. file: [2fc41e655c] check-in: [0de7b4fc0a] user: bohagan, branch: status_x509, size: 6079 [annotate] [blame] [check-ins using] [diff]
2023-04-30
16:07
Added: Moved files to subdirectories per TEA directory structure. file: [9a55e93f5a] check-in: [3dcd70f98e] user: bohagan, branch: TEA, size: 6457 [annotate] [blame] [check-ins using]