All files named "configure.ac"

History for configure.ac

2024-02-24
03:57
Merged in changes from master file: [2ee8d3f5de] check-in: [603eb0c0ba] user: bohagan, branch: crypto, size: 9095 [annotate] [blame] [check-ins using] [diff]
02:45
Clean up warnings on *nix builds file: [7ae4b1d7b6] check-in: [9d22adae76] user: bohagan, branch: trunk, size: 9031 [annotate] [blame] [check-ins using] [diff]
2024-01-25
22:22
Somewhat better TEA support, not complete yet. Make this the continuation of the tls-1.7 branch. main/trunk will continue with 1.8.0 file: [03b4159c18] check-in: [b7b0bd5a8f] user: jan.nijtmans, branch: tls-1.7, size: 7571 [annotate] [blame] [check-ins using] [diff]
2024-01-24
14:35
First changes needed for Tcl 9.0 file: [d96d4dad71] check-in: [3057d6e2e0] user: jan.nijtmans, branch: main, size: 7570 [annotate] [blame] [check-ins using] [diff]
2023-12-29
03:09
Merged in master changes file: [1108be8f97] check-in: [d2d04c75a0] user: bohagan, branch: crypto, size: 9037 [annotate] [blame] [check-ins using] [diff]
03:09
Merged in dh branch file: [d5f3ebd9b3] check-in: [594dfd3195] user: bohagan, branch: trunk, size: 8973 [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: [19dfb8e8aa] check-in: [baa34f4208] user: bohagan, branch: crypto, size: 9065 [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: [f02a7eeac0] check-in: [94f8408d0d] user: bohagan, branch: crypto, size: 9055 [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: [c43a3df459] check-in: [d4c2159faf] user: bohagan, branch: crypto, size: 9045 [annotate] [blame] [check-ins using] [diff]
2023-12-02
04:25
Added function to encrypt and decrypt data file: [d2a1dc5bcd] check-in: [b395f93924] user: bohagan, branch: crypto, size: 9036 [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: [48f68fd73a] check-in: [61a7c2c15a] user: bohagan, branch: crypto, size: 9023 [annotate] [blame] [check-ins using] [diff]
2023-10-27
23:01
Moved digest command to new tlsDigest.c file file: [9573ef9a1c] check-in: [b120c6d336] user: bohagan, branch: crypto, size: 9013 [annotate] [blame] [check-ins using] [diff]
2023-05-10
03:23
Refactored set openSSL paths to add separate options for include and library directories file: [ac9d3aa5eb] check-in: [c6a99441d9] user: bohagan, branch: TEA, size: 9001 [annotate] [blame] [check-ins using] [diff]
2023-05-08
02:17
More configure status and optimized use of AC_ARG_ENABLE to also set missing case vars. file: [cd6f4d3294] check-in: [f284d71533] user: bohagan, branch: TEA, size: 9001 [annotate] [blame] [check-ins using] [diff]
01:01
Moved custom functions from configure.ac to acinclude.m4 file file: [0b228ab047] check-in: [4729159cce] user: bohagan, branch: TEA, size: 9002 [annotate] [blame] [check-ins using] [diff]
2023-05-07
22:12
Fixed find OpenSSL dependencies file: [75942eb39f] check-in: [075e855e95] user: bohagan, branch: TEA, size: 12482 [annotate] [blame] [check-ins using] [diff]
19:53
Fixed make clean and build headers as part of all file: [43c320a3bc] check-in: [7f6e71d240] user: bohagan, branch: TEA, size: 13134 [annotate] [blame] [check-ins using] [diff]
19:09
Fixed detect shared library in pkgIndex.tcl file file: [95bee7c746] check-in: [515e670c81] user: bohagan, branch: TEA, size: 13446 [annotate] [blame] [check-ins using] [diff]
17:48
Added options to disable TLS protocols file: [ebda080a59] check-in: [124d881bb0] user: bohagan, branch: TEA, size: 13566 [annotate] [blame] [check-ins using] [diff]
15:21
Made needed updates for Unix build to work. Added back configure script Moved custom macros to acinclude.m4 file. aclocal.m4 is now platform default macros. file: [3b0f7b8ea0] check-in: [3df2605920] user: bohagan, branch: TEA, size: 12707 [annotate] [blame] [check-ins using] [diff]
2023-05-06
19:35
Replaced custom build scripts with TEA scripts. Removed custom build scripts and replaced with latest TEA config files. Updated pkgIndex.tcl.in to support static builds. Incorporated relevant previous build macros into scripts. file: [8400930639] check-in: [a329ea2ff4] user: bohagan, branch: TEA, size: 12050 [annotate] [blame] [check-ins using] [diff]
2020-10-12
20:39
TclTLS 1.7.22 file: [c47fa102bc] check-in: [367f5093db] user: rkeene, branch: tls-1-7, size: 7550 [annotate] [blame] [check-ins using] [diff]
2020-05-04
15:12
TclTLS 1.7.21 file: [620ec82aea] check-in: [922479df76] user: rkeene, branch: tls-1-7, size: 7550 [annotate] [blame] [check-ins using] [diff]
2019-11-15
16:41
TclTLS 1.7.20 file: [4b6e9adb0a] check-in: [e5ec321a1b] user: rkeene, branch: tls-1-7, size: 7550 [annotate] [blame] [check-ins using] [diff]
2019-11-12
17:49
Started work on mbedTLS backend file: [c705e1d652] check-in: [37d16cba38] user: rkeene, branch: backend-mbedtls, size: 7508 [annotate] [blame] [check-ins using] [diff]
2019-06-19
18:25
TclTLS 1.7.19 file: [469bbdcdbf] check-in: [3d0bcddafd] user: rkeene, branch: tls-1-7, size: 7550 [annotate] [blame] [check-ins using] [diff]
17:58
Better handling of symbols in our shared object file: [6234df6904] check-in: [3af2fe0ca8] user: rkeene, branch: trunk, size: 7549 [annotate] [blame] [check-ins using] [diff]
17:45
Make hardening optional, disabled by default when statically linking because it requires the linking program to fully participate file: [27c882f156] check-in: [25024a31b0] user: rkeene, branch: trunk, size: 7380 [annotate] [blame] [check-ins using] [diff]
2019-04-25
16:51
TclTLS 1.7.18 file: [b77cac0912] check-in: [fb6a7404da] user: rkeene, branch: tls-1-7, size: 6869 [annotate] [blame] [check-ins using] [diff]
2019-04-09
17:57
TclTLS 1.7.17 file: [0f14e693ad] check-in: [a598aa8a6b] user: rkeene, branch: tls-1-7, size: 6869 [annotate] [blame] [check-ins using] [diff]
17:56
Merged in changes from trunk file: [4c52267404] check-in: [03a182febb] user: rkeene, branch: tls-1-7, size: 6869 [annotate] [blame] [check-ins using] [diff]
2018-11-07
23:27
Started adding support for TLSv1.3 file: [9215a3ba47] check-in: [e245d231ee] user: rkeene, branch: enhancement/tls-1.3, size: 6868 [annotate] [blame] [check-ins using] [diff]
2018-02-07
15:38
TclTLS 1.7.16 file: [a52beef9a9] check-in: [23e328d64b] user: rkeene, branch: tls-1-7, size: 6610 [annotate] [blame] [check-ins using] [diff]
2017-12-21
20:27
TclTLS 1.7.15 file: [734d65f0ce] check-in: [0f9a47f3b3] user: rkeene, branch: tls-1-7, size: 6610 [annotate] [blame] [check-ins using] [diff]
2017-11-08
15:00
TclTLS 1.7.14 file: [4c947a7ee1] check-in: [70cbcd6815] user: rkeene, branch: tls-1-7, size: 6610 [annotate] [blame] [check-ins using] [diff]
2017-09-01
00:27
TclTLS 1.7.13 file: [400907bd9d] check-in: [4c0960be87] user: rkeene, branch: tls-1-7, size: 6610 [annotate] [blame] [check-ins using] [diff]
00:16
Try harder to ensure the right SSL libraries are used file: [3bb0de7286] check-in: [6704c33e48] user: rkeene, branch: trunk, size: 6609 [annotate] [blame] [check-ins using] [diff]
2017-05-01
14:45
TclTLS 1.7.12 file: [5462b4f4fd] check-in: [d0b9b91b33] user: rkeene, branch: tls-1-7, size: 6547 [annotate] [blame] [check-ins using] [diff]
14:45
Merged in changes from trunk file: [dc3becfed8] check-in: [0cd14baf5e] user: rkeene, branch: tls-1-7, size: 6547 [annotate] [blame] [check-ins using] [diff]
2017-04-18
18:31
Added support for a configure option to specify the built-in DH params size called "--with-builtin-dh-params-size" file: [e2b59fbe21] check-in: [5e7de567cf] user: rkeene, branch: trunk, size: 6546 [annotate] [blame] [check-ins using] [diff]
2016-12-17
15:44
TclTLS 1.7.11 file: [298f960cbd] check-in: [813f937d12] user: rkeene, branch: tls-1-7, size: 6158 [annotate] [blame] [check-ins using] [diff]
2016-12-14
14:45
Made trunk builds identify as TclTLS 1.8.0 file: [a714a3e043] check-in: [f625a3272a] user: rkeene, branch: trunk, size: 6157 [annotate] [blame] [check-ins using] [diff]
14:43
TclTLS 1.7.10 file: [47ba523efa] check-in: [f0d0acd4b5] user: rkeene, branch: tls-1-7, size: 6158 [annotate] [blame] [check-ins using] [diff]
2016-12-13
22:04
Renamed configure.in → configure.ac. Merged in trunk file: [46afb503bd] check-in: [1ebb5befd0] user: rkeene, branch: feature-multibackend, size: 6353 [annotate] [blame] [check-ins using] [diff]
20:23
TclTLS 1.7.9 file: [ec1f8ed13e] check-in: [7b0845cfb3] user: rkeene, branch: tls-1-7, size: 6157 [annotate] [blame] [check-ins using] [diff]
18:55
TclTLS 1.7.8 file: [5365227347] check-in: [22c5b96dcd] user: rkeene, branch: tls-1-7, size: 6157 [annotate] [blame] [check-ins using] [diff]
18:54
Merged in trunk file: [f138c662dd] check-in: [f7d1440f12] user: rkeene, branch: tls-1-7, size: 6157 [annotate] [blame] [check-ins using] [diff]
18:42
Fixed help string for ssl-fastpath to correctly indicate that it is disabled by default file: [a2d10a492a] check-in: [80d0949714] user: rkeene, branch: trunk, size: 6157 [annotate] [blame] [check-ins using] [diff]
17:17
TclTLS 1.7.7 file: [8f716963b2] check-in: [027e77a11d] user: rkeene, branch: tls-1-7, size: 6159 [annotate] [blame] [check-ins using] [diff]
17:15
Renamed configure.in → configure.ac. Merged in trunk file: [4fb6dad28a] check-in: [6aff73e57a] user: rkeene, branch: tls-1-7, size: 6159 [annotate] [blame] [check-ins using] [diff]
16:39
Renamed configure.in → configure.ac. Rename configure.in to configure.ac file: [97f8caaebf] check-in: [6bf4105947] user: rkeene, branch: trunk, size: 6159 [annotate] [blame] [check-ins using] [diff]