aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* update mlinksBrent Cook2016-11-051-9/+464
|
* use the new mlinks tool to generate man linksBrent Cook2016-11-051-13/+14
|
* update for new manpage layout, pod files are goneBrent Cook2016-11-051-14/+1
|
* remove duplicate libcrypto static linkBrent Cook2016-11-061-1/+1
|
* export ASN1_time_parseBrent Cook2016-11-061-0/+1
|
* remove more KRB5Brent Cook2016-11-061-11/+0
|
* remove defined symbolsBrent Cook2016-11-061-46/+0
|
* remove check-in .def and ignore .sym filesBrent Cook2016-11-063-330/+1
|
* implement support for hiding symbols in libtls / libsslBrent Cook2016-11-066-341/+42
|
* remove krb5 from cmakeBrent Cook2016-11-051-1/+0
|
* enable preprocessor on all ASM files with cmakeBrent Cook2016-11-051-32/+32
|
* disable symbol hiding for nowBrent Cook2016-11-052-0/+3
|
* updates for latest build changesBrent Cook2016-11-054-53/+51
|
* update windows header patchesBrent Cook2016-11-041-3/+3
|
* Add tls_ocsp.c to Makefile.am and CMakeLists.txtkinichiro2016-11-042-0/+2
|
* define PATH_MAX in more msvc versionsBrent Cook2016-10-301-0/+8
|
* set correct DEFAULT_CA_FILE pathBrent Cook2016-10-301-14/+24
|
* remove unneeded slash after DESTDIRkinichiro2016-10-301-4/+4
|
* Enable tests on Visual Studiokinichiro2016-10-3013-28/+429
| | | | | | | | | | | - add patch for aeadtest.c to undef IN - add patch for ocsp_test.c to call BIO_sock_init() before getaddrinfo() - define STDERR_FILENO in unistd.h to build pkcs7test.c - add option ENABLE_VSTEST(default OFF) to enable test on Visual Studio - modify to pass test data file as an argument (aeadtest, evptest) - add Windows scripts (ocsptest, pq_test, ssltest, testdsa, testenc, testrsa) - do not build pidwraptest on MSVC - fix some indentations
* modify for Intel C++ Compilerkinichiro2016-10-301-17/+36
| | | | | - define _CRT_SUPPRESS_RESTRICT to avoid compilation error - suppress compilation warnings (suggested by @Johnex)
* export DLLs functions for MSVC with CMakekinichiro2016-10-3010-9/+4465
| | | | | | | | | | | | - 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
* More changelog updatesv2.5.0Brent Cook2016-09-231-2/+6
|
* update changelogBrent Cook2016-09-231-1/+50
|
* Update changelogBrent Cook2016-09-231-0/+13
|
* ensure that __STRING worksBrent Cook2016-09-141-0/+5
|
* remove cmsBrent Cook2016-09-143-3/+1
|
* more cdefs.h removalBrent Cook2016-09-042-3/+0
|
* Land #203, add libtls callback APIBrent Cook2016-09-043-0/+3
|\
| * Portable code part for callbacks in accept/connectTobias Pape2016-06-283-0/+3
| | | | | | | | see https://github.com/libressl-portable/openbsd/pull/64
* | cdefs.h should not be required anywhereBrent Cook2016-09-042-31/+16
| |
* | wire up sys/types.h to pull in sys/cdefs.hBrent Cook2016-09-041-0/+2
| |
* | rebase nc(1) patchBrent Cook2016-09-041-20/+20
| |
* | Land #219, build Windows DLLs with CMakeBrent Cook2016-09-044-11/+20
|\ \
| * | build Windows DLL on CMakeSatoshi Yasushima2016-08-254-4/+10
| | | | | | | | | | | | | | | | | | | | | like below. * libcrypto-38.dll * libssl-39.dll * libtls-11.dll
| * | build MinGW on CMakeSatoshi Yasushima2016-08-254-7/+10
| | |
* | | update for new repository layoutBrent Cook2016-09-021-21/+21
| | |
* | | enable tls_ext_alpn regression testkinichiro2016-08-303-0/+11
|/ / | | | | | | | | - add tls_ext_alpn entry for automake and cmake - add tests/tls_ext_alpn* to .gitignore
* | Land #217, Set _PATH_SSL_CA_FILE to the tarball internal path for regression ↵Brent Cook2016-08-132-6/+3
|\ \ | | | | | | | | | tests
| * | Set _PATH_SSL_CA_FILE to the tarball internal path for regression testskinichiro2016-08-122-6/+3
| | | | | | | | | | | | | | | - let tests to use the cert.pem in the tarball, for both automake and cmake. - put this definition out of "if(ENABLE_EXTRATESTS)" since this can be shared by all tests.
* | | Land #216, check for telnet.h before building ncBrent Cook2016-08-131-0/+2
|\ \ \
| * | | Disable netcat if arpa/telnet.h is not available (iOS)jacob berkman2016-08-091-0/+2
| |/ /
* | | Land #215, update cmake builds for darwinBrent Cook2016-08-131-1/+1
|\ \ \
| * | | compat gentroy() for macs is called gentropy_osx.cTamer Saadeh2016-08-071-1/+1
| | | |
* | | | remove DEFAULT_CA_FILE patch, since libtls handles this by defaultBrent Cook2016-08-132-41/+14
| |/ / |/| |
* | | Set _PATH_SSL_CA_FILE to either CMAKE_INSTALL_PREFIX or OPENSSLDIR for the ↵Geoff Beier2016-08-011-0/+5
|/ / | | | | | | OCSP tests so that OCSP tests can be executed on a system without /etc/ssl/cert.pem
* | update changelog for 2.4.2Brent Cook2016-07-311-0/+39
| |
* | set link library dependencies with MSVC, fixes #221Brent Cook2016-07-313-0/+9
| |
* | properly enable strnlen checks for MSVCBrent Cook2016-07-311-1/+1
| |
* | Fix typo in USE_BUILTIN_ARC4RANDOM checkcelan692016-07-191-1/+1
| | | | | | Solaris 11 recently introduced a builtin arc4random in libc which fails the tests in "make check". Found USE_BUILTIN_ARC4RANDOM, but could not get it to work. Apparently, there is a typo in the configure logic rendering USE_BUILTIN_ARC4RANDOM ineffective.
* | avoid BSWAP assembly for ARM <= v6Brent Cook2016-07-171-0/+21
| |