History of configure of f5d3f859aa74fbd5

History of file configure at check-in f5d3f859aa74fbd5

2024-03-15
23:39
Updated make file to correct bugs file: [41e302fa90] check-in: [f5d3f859aa] user: bohagan, branch: trunk, size: 295322 [annotate] [blame] [check-ins using] [diff]
2024-03-05
02:10
Merged in more acinclude.m4 changes file: [3cb8f6f51e] check-in: [9b922b5bb3] user: bohagan, branch: crypto, size: 295386 [annotate] [blame] [check-ins using] [diff]
02:08
Corrected logic error in acinclude.m4 check for include files file: [6f64ba163e] check-in: [273a40deb4] user: bohagan, branch: trunk, size: 295371 [annotate] [blame] [check-ins using] [diff]
2024-03-02
03:14
Merged in acinclude.m4 changes Regenerated configure file file: [5de0caed76] check-in: [cf160c6f63] user: bohagan, branch: crypto, size: 295558 [annotate] [blame] [check-ins using] [diff]
02:55
Updated acinclude.m4 file to use pkg-config tool for OpenSSL installation defaults prior to using fall-back values. Linking to static OpenSSL libraries may need more work. file: [5e3dc19c03] check-in: [b3ad65760e] user: bohagan, branch: trunk, size: 295494 [annotate] [blame] [check-ins using] [diff]
2024-02-28
05:26
Merged changes from master file: [1486a8223b] check-in: [bfb516156c] user: bohagan, branch: crypto, size: 294880 [annotate] [blame] [check-ins using] [diff]
04:25
Updated acinclude.m4 file to add include path check for Mac installs. Corrected check for not null to instead check for not zero length variables. Fixed variable delimiter syntax error. file: [1db5aa2bec] check-in: [881da2c51a] user: bohagan, branch: trunk, size: 294816 [annotate] [blame] [check-ins using] [diff]
2024-02-24
03:57
Merged in changes from master file: [11f1598819] check-in: [603eb0c0ba] user: bohagan, branch: crypto, size: 294509 [annotate] [blame] [check-ins using] [diff]
02:45
Clean up warnings on *nix builds file: [e2f07628de] check-in: [9d22adae76] user: bohagan, branch: trunk, size: 294445 [annotate] [blame] [check-ins using] [diff]
2023-12-29
03:09
Merged in master changes file: [db3c76f46d] check-in: [d2d04c75a0] user: bohagan, branch: crypto, size: 294451 [annotate] [blame] [check-ins using] [diff]
03:09
Merged in dh branch file: [3a830b9e57] check-in: [594dfd3195] user: bohagan, branch: trunk, size: 294387 [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: [8236a3ee1d] check-in: [baa34f4208] user: bohagan, branch: crypto, size: 295314 [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: [5d330fed91] check-in: [94f8408d0d] user: bohagan, branch: crypto, size: 295304 [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: [39b72b8793] check-in: [d4c2159faf] user: bohagan, branch: crypto, size: 295294 [annotate] [blame] [check-ins using] [diff]
2023-12-02
04:25
Added function to encrypt and decrypt data file: [2fc15c8cab] check-in: [b395f93924] user: bohagan, branch: crypto, size: 295285 [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: [285f813da9] check-in: [61a7c2c15a] user: bohagan, branch: crypto, size: 295272 [annotate] [blame] [check-ins using] [diff]
2023-10-27
23:01
Moved digest command to new tlsDigest.c file file: [879aea99f8] check-in: [b120c6d336] user: bohagan, branch: crypto, size: 295262 [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: [4c56eae107] check-in: [c6a99441d9] user: bohagan, branch: TEA, size: 295250 [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: [e17a105067] check-in: [f284d71533] user: bohagan, branch: TEA, size: 296533 [annotate] [blame] [check-ins using] [diff]
01:01
Moved custom functions from configure.ac to acinclude.m4 file file: [0b5bf1bf1b] check-in: [4729159cce] user: bohagan, branch: TEA, size: 292219 [annotate] [blame] [check-ins using] [diff]
2023-05-07
23:21
Added support for the pkgconfig tool to find package installation locations and added configure output messages file: [61d7490129] check-in: [aaea8b2ab0] user: bohagan, branch: TEA, size: 294252 [annotate] [blame] [check-ins using] [diff]
22:12
Fixed find OpenSSL dependencies file: [afe35ddc02] check-in: [075e855e95] user: bohagan, branch: TEA, size: 293755 [annotate] [blame] [check-ins using] [diff]
19:53
Fixed make clean and build headers as part of all file: [477a9a0e2a] check-in: [7f6e71d240] user: bohagan, branch: TEA, size: 294862 [annotate] [blame] [check-ins using] [diff]
19:09
Fixed detect shared library in pkgIndex.tcl file file: [fd0fe451c9] check-in: [515e670c81] user: bohagan, branch: TEA, size: 295337 [annotate] [blame] [check-ins using] [diff]
17:48
Added options to disable TLS protocols file: [60bb9afd54] check-in: [124d881bb0] user: bohagan, branch: TEA, size: 295585 [annotate] [blame] [check-ins using] [diff]
15:21
Added: 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: [bffda83e56] check-in: [3df2605920] user: bohagan, branch: TEA, size: 297746 [annotate] [blame] [check-ins using]