Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove d1_enc.c | Brent Cook | 2020-03-14 | 1 | -1/+0 |
| | |||||
* | add new libssl files | Brent Cook | 2020-02-15 | 1 | -0/+3 |
| | |||||
* | add tls_error for cmake builds | Brent Cook | 2020-01-26 | 1 | -1/+1 |
| | |||||
* | tls13_error.c was recently added upstream. | Darren Tucker | 2020-01-26 | 1 | -0/+1 |
| | | | | Fixes link error when building. | ||||
* | add tls13_server.c | Brent Cook | 2019-11-18 | 1 | -0/+1 |
| | |||||
* | add PLATFORM_LDADD to libssl | Brent Cook | 2019-11-07 | 1 | -1/+1 |
| | |||||
* | Add ssl/ssl_transcript.c and remove ssl/t1_hash.c | kinichiro | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | add tls13_client | Brent Cook | 2019-01-21 | 1 | -0/+1 |
| | |||||
* | add new files | Brent Cook | 2019-01-21 | 1 | -0/+2 |
| | |||||
* | add more tls13 files | Brent Cook | 2019-01-20 | 1 | -0/+2 |
| | |||||
* | add new files and tests | Brent Cook | 2019-01-20 | 1 | -0/+2 |
| | |||||
* | adjust for latest upstream changes | Brent Cook | 2019-01-18 | 1 | -2/+1 |
| | |||||
* | add tls13_[tlsext|buffer].* and buffertest | Brent Cook | 2019-01-18 | 1 | -0/+3 |
| | |||||
* | latest updates | Brent Cook | 2018-11-09 | 1 | -2/+5 |
| | |||||
* | add key_schedule test, tls13 key schedule bits | Brent Cook | 2018-11-08 | 1 | -0/+2 |
| | |||||
* | Misc fixes to bring portable in line with upstream. | bobsayshilol | 2018-11-07 | 1 | -4/+1 |
| | |||||
* | add new init functions | Brent Cook | 2018-03-18 | 1 | -0/+1 |
| | |||||
* | Remove ssl/t1_reneg.c | kinichiro | 2017-08-12 | 1 | -1/+0 |
| | |||||
* | add tlsext | Brent Cook | 2017-07-17 | 1 | -0/+2 |
| | |||||
* | Add ssl/t1_hash.c | kinichiro | 2017-03-08 | 1 | -0/+1 |
| | |||||
* | update for death of s23* | Brent Cook | 2017-01-27 | 1 | -9/+6 |
| | |||||
* | Stop generating .def files by update.sh | kinichiro | 2017-01-18 | 1 | -1/+0 |
| | |||||
* | implement support for hiding symbols in libtls / libssl | Brent Cook | 2016-11-06 | 1 | -1/+2 |
| | |||||
* | export DLLs functions for MSVC with CMake | kinichiro | 2016-10-30 | 1 | -0/+1 |
| | | | | | | | | | | | | - 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 | ||||
* | fix ld warning "attempted multiple inclusion of file" on Solaris | kinichiro | 2016-04-21 | 1 | -1/+1 |
| | | | | - To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am | ||||
* | remove more deleted files | Brent Cook | 2015-09-11 | 1 | -2/+0 |
| | |||||
* | Delete s3_meth.c since it was only for SSLv3 support. | Brent Cook | 2015-08-30 | 1 | -1/+0 |
| | |||||
* | add initial CMake and Visual Studio build support | Brent Cook | 2015-07-21 | 1 | -0/+1 |
| | | | | | | | | 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. | ||||
* | rework CFLAGS/CPPFLAGS settings during configuration | Brent Cook | 2015-03-22 | 1 | -1/+0 |
| | | | | | | Move define adjustments to CPPFLAGS. Adjust user CFLAGS directly, do not override during configuration. USER_CFLAGS is not necessary to build libcompat_noopt correctly. | ||||
* | update with latest, add more tests | Brent Cook | 2015-02-06 | 1 | -0/+4 |
| | | | | this adds the new bytestring apis and new regression tests | ||||
* | allow Windows DLLs to be built | Brent Cook | 2014-12-14 | 1 | -1/+1 |
| | | | | based on a patch from Jan Engelhardt | ||||
* | add LIBADD library dependencies to libssl/libtls | Brent Cook | 2014-12-14 | 1 | -0/+1 |
| | | | | From Jan Engelhardt | ||||
* | read all library versions directly from files | Brent Cook | 2014-12-06 | 1 | -0/+52 |
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. |