ssl/Makefile.am


Log

Author Commit Date CI Message
Theo Buehler a332334e 2023-11-22T09:11:05 ssl_algs.c was removed
Theo Buehler 4aa2efb5 2023-07-08T10:41:10 Add hidden srtp.h and tls1.h
Brent Cook 54b31ce5 2023-02-28T08:34:39 unexport internal compat symbols from libcrypto
Brent Cook f261e8c4 2023-02-28T08:34:39 unexport internal compat symbols from libcrypto
Brent Cook b98c56fd 2023-02-28T01:51:41 stop exposing hidden defines in public opensslconf.h pull in hidden headers instead, patching drectly for Windows support
Brent Cook 80eb1454 2022-12-13T05:44:07 add direct source dependency to each library Fix library generation with some CMake generators by including a direct source file dependency for each library.
Theo Buehler f39a1b4b 2022-11-27T10:11:51 Update */Makefile.am for internal header renaming
Theo Buehler 8ae1cce7 2022-11-22T18:41:54 Update autoconf framework to build again
Theo Buehler 72510bc2 2022-11-08T10:56:10 Add tls12_internal.h
Brent Cook ed935972 2022-08-29T08:42:43 build updates for latest upstream
Brent Cook cc613e78 2022-07-31T23:31:18 updates for new files and test cases
Brent Cook 2518dbc9 2022-07-10T21:44:36 update for latest changes
kinichiro ea53dcd5 2022-01-14T21:44:08 Fix build - Remove pem/pem_seal.c asn1/x_nx509.c asn1/n_pkey.c - Remove evp/m_dss.c evp/m_dss1.c evp/m_ecdsa.c - Add include path crypto/bio to libssl for bio_local.h
kinichiro 71f437de 2022-01-12T20:04:53 Follow upstream file changes and fix build - Add asn1_lib.c - Consolidation of ASN.1 code Add asn1_item.c asn1_old.c Remove a_d2i_fp.c a_digest.c a_dup.c a_i2d_fp.c a_sign.c a_verify.c - Merge evp_asn1.c into a_type.c - Merge asn_pack.c into asn1_item.c - Rename tls13_key_share.c to tls_key_share.c - Add bio/bio_local.h dh/dh_local.h ocsp/ocsp_local.h - Add comp/comp_local.h - Add define LIBRESSL_CRYPTO_INTERNAL to regress build
kinichiro 755afbe5 2021-12-13T20:25:46 Ignore ar command error 'ar d' command gets error on macos if specified object not exist.
kinichiro 858628bc 2021-12-12T14:37:35 Remove bytestring objects from static libssl with autotools
kinichiro b10ff615 2021-12-11T21:00:55 Add crypto/bytestring with autotools
Brent Cook 04ab1061 2021-11-08T07:33:50 build updates
Brent Cook ee7e39e7 2021-09-08T03:23:09 add new files to build
Brent Cook 5f9707ab 2021-05-30T18:16:41 add dtls_locl.h
kinichiro 28e428e6 2021-05-04T21:33:43 Add tls12_key_schedule.c
Brent Cook a11cc93c 2021-04-27T07:07:42 add tls12_lib.c
Brent Cook 921c0675 2021-04-05T02:32:35 Add '--enable-libtls-only' build option
Brent Cook db7afc7e 2020-10-06T22:37:47 remove d1_clnt/d1_srvr
kinichiro 5a29b047 2020-09-20T13:37:52 Link crypto and ssl object files directly instead of static library - Output object files list variable for libcrypto and libssl to .mk file. - Include object files list variable .mk from tls/Makefile - Link .lo files directly instead of static library for libtls.
kinichiro 1841e199 2020-09-02T20:53:44 Add ssl/tls12_record_layer.c
Brent Cook c156a72a 2020-03-14T06:22:31 remove d1_enc.c
Brent Cook 7f3bfc89 2020-02-15T11:15:34 add new libssl files
Brent Cook 1dc5ece7 2020-01-26T08:44:16 add tls_error for cmake builds
Darren Tucker 7f45db27 2020-01-26T12:20:56 tls13_error.c was recently added upstream. Fixes link error when building.
Brent Cook 77216eec 2019-11-18T01:20:04 add tls13_server.c
Brent Cook 3e0f7e90 2019-11-07T18:59:44 add PLATFORM_LDADD to libssl
kinichiro 4ea2a01a 2019-02-24T15:41:47 Add ssl/ssl_transcript.c and remove ssl/t1_hash.c
Brent Cook aa85c64c 2019-01-21T16:06:45 add tls13_client
Brent Cook d649daf4 2019-01-21T06:14:21 add new files
Brent Cook f67724d0 2019-01-20T16:25:25 add more tls13 files
Brent Cook 695919e0 2019-01-20T15:28:46 add new files and tests
Brent Cook 3ab11de0 2019-01-18T18:38:59 adjust for latest upstream changes
Brent Cook e59ea94f 2019-01-18T17:13:36 add tls13_[tlsext|buffer].* and buffertest
Brent Cook f5ec56f4 2018-11-09T12:12:30 latest updates
Brent Cook 6564332d 2018-11-08T13:46:21 add key_schedule test, tls13 key schedule bits
bobsayshilol 34394e7e 2018-11-07T23:45:17 Misc fixes to bring portable in line with upstream.
Brent Cook 366071c2 2018-03-18T10:37:10 add new init functions
kinichiro 9be0359c 2017-08-12T01:15:17 Remove ssl/t1_reneg.c
Brent Cook 58ba8785 2017-07-17T05:12:55 add tlsext
kinichiro 27f08790 2017-03-08T00:17:25 Add ssl/t1_hash.c
Brent Cook beffe6b4 2017-01-27T05:42:10 update for death of s23*
kinichiro 484feaae 2017-01-18T20:37:44 Stop generating .def files by update.sh
Brent Cook 7770e4f2 2016-11-05T08:44:35 implement support for hiding symbols in libtls / libssl
kinichiro 62f2a730 2016-09-06T23:25:28 export DLLs functions for MSVC with CMake - Add 3 DEF files to export functions from Windows DLLs - Add gettimeofday to crypto/crypto.def (*1) - Remove gai_strerrorA from tls/tls.def (*1) - Fix CMakeLists.txt to use DEF files as PRIVATE - Change DLL import library file name since it duplicates with static library - Ignore compiler warning C4267, and Edit CMAKE_C_FLAGS not to overwrite it (*1) - Add USE_SHARED option to build openssl.exe with shared libraries (*1) (*1) recommended by @mcnameej
kinichiro 02e1cc4d 2016-04-21T14:49:39 fix ld warning "attempted multiple inclusion of file" on Solaris - To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am
Brent Cook b89b4703 2015-09-11T18:46:36 remove more deleted files
Brent Cook 058df4a2 2015-08-30T22:25:32 Delete s3_meth.c since it was only for SSLv3 support.
Brent Cook 5d8a1cf7 2014-07-10T22:06:10 add initial CMake and Visual Studio build support This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.
Brent Cook ad2a38ab 2015-03-22T06:18:18 rework CFLAGS/CPPFLAGS settings during configuration Move define adjustments to CPPFLAGS. Adjust user CFLAGS directly, do not override during configuration. USER_CFLAGS is not necessary to build libcompat_noopt correctly.
Brent Cook be5d0cca 2015-02-06T20:17:31 update with latest, add more tests this adds the new bytestring apis and new regression tests
Brent Cook 09e5a841 2014-12-14T16:12:28 add LIBADD library dependencies to libssl/libtls From Jan Engelhardt
Brent Cook d2342f36 2014-12-14T16:42:47 allow Windows DLLs to be built based on a patch from Jan Engelhardt
Brent Cook 976f64d9 2014-12-06T18:59:25 read all library versions directly from files This makes building and testing easier because the library Makefile.am files are use directly rather than as templates. Thanks to Wouter Clarie for the idea.