Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fetch before update to grab new branches | Brent Cook | 2017-11-05 | 1 | -0/+1 |
| | |||||
* | Separate man(5) pages | Bernard Spil | 2017-10-22 | 1 | -5/+12 |
| | |||||
* | Add *.5 manpages in libcrypto/man/ | kinichiro | 2017-09-10 | 1 | -1/+1 |
| | |||||
* | make it easier to swap grep (Solaris grep doesn't support alpha) | Brent Cook | 2017-07-08 | 1 | -5/+9 |
| | |||||
* | Add HKDF functionality | kinichiro | 2017-05-13 | 1 | -1/+1 |
| | |||||
* | Land #310, make it easier to build from cvs source | Brent Cook | 2017-05-08 | 1 | -10/+11 |
|\ | |||||
| * | Modify update.sh to change the path of openbsd source tree easily | kinichiro | 2017-05-07 | 1 | -10/+11 |
| | | | | | | | | With this modification, we can build portable with /usr/src easily. | ||||
* | | remove OPENSSL_ia32cap_P from crypto.sym when generated | Brent Cook | 2017-05-01 | 1 | -1/+1 |
|/ | |||||
* | Add recallocarray | kinichiro | 2017-03-09 | 1 | -0/+1 |
| | |||||
* | Copy libc compat files rather than adding into the repository | kinichiro | 2017-01-28 | 1 | -2/+4 |
| | | | | | - remove the CP_LIBC files from repo - move tests/memmem.c to tests/compat/ | ||||
* | update for improved libtls manpage organization | Brent Cook | 2017-01-27 | 1 | -11/+6 |
| | |||||
* | Add inet_ntop and memmem for ocspcheck | kinichiro | 2017-01-26 | 1 | -0/+2 |
| | |||||
* | Move strsep.c to crypto/compat/ and add ocspcheck build to CMake | kinichiro | 2017-01-25 | 1 | -3/+1 |
| | |||||
* | initial ocspcheck integration | Brent Cook | 2017-01-24 | 1 | -7/+18 |
| | |||||
* | Stop generating .def files by update.sh | kinichiro | 2017-01-18 | 1 | -7/+0 |
| | |||||
* | implement support for hiding symbols in libcrypto | kinichiro | 2016-12-26 | 1 | -0/+5 |
| | | | | | | - delete crypto.def and generate it from Symbols.list - remove BIO_s_log since bss_log.c is not included on Windows - add Windows specific symbols by crypto/crypto_win.list | ||||
* | Add curve25519 to portable | kinichiro | 2016-11-06 | 1 | -1/+1 |
| | |||||
* | add quoting for man links | Brent Cook | 2016-11-05 | 1 | -2/+2 |
| | |||||
* | update for new manpage layout, pod files are gone | Brent Cook | 2016-11-05 | 1 | -14/+1 |
| | |||||
* | implement support for hiding symbols in libtls / libssl | Brent Cook | 2016-11-06 | 1 | -0/+8 |
| | |||||
* | updates for latest build changes | Brent Cook | 2016-11-05 | 1 | -18/+18 |
| | |||||
* | remove cms | Brent Cook | 2016-09-14 | 1 | -1/+1 |
| | |||||
* | update for new repository layout | Brent Cook | 2016-09-02 | 1 | -21/+21 |
| | |||||
* | prefer gnu patch on AIX | Brent Cook | 2016-01-03 | 1 | -1/+6 |
| | |||||
* | refresh nc(1) support | Brent Cook | 2015-12-06 | 1 | -0/+1 |
| | |||||
* | Windows compatibility fixes | Brent Cook | 2015-10-18 | 1 | -1/+0 |
| | | | | | | | | | | | VS2013 has trouble with relative include paths for apps/openssl, so move certhash_win/apps_win.c back to apps/openssl. gmtime_r on mingw64 fails with negative time_t, override gmtime_s fails all of the time unit tests, override SHUT_RD/WR are defined in newer mingw64 headers, check before overriding | ||||
* | revise how headers are patched for windows, remove sed scripts | Brent Cook | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | allow nc to build on linux and os x | Brent Cook | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | use CP_LIBC for strtonum | Brent Cook | 2015-09-13 | 1 | -2/+2 |
| | |||||
* | ding-dong e_os2.h is dead | Brent Cook | 2015-09-13 | 1 | -1/+0 |
| | |||||
* | readd openssl.1, distribute nc.1 | Brent Cook | 2015-09-13 | 1 | -0/+2 |
| | |||||
* | add some backcompat in nc, don't install it | Brent Cook | 2015-09-12 | 1 | -0/+1 |
| | |||||
* | add 'nc' to the distribution as an example of libtls client and server | Brent Cook | 2015-09-12 | 1 | -11/+18 |
| | |||||
* | add new tests | Brent Cook | 2015-09-12 | 1 | -0/+6 |
| | |||||
* | distribute include and man CMakefiles | Brent Cook | 2015-09-07 | 1 | -1/+2 |
| | |||||
* | use CP_LIBC for copying tests/memmem.c | kinichiro | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | add CP_LIBC, fix tls compilation | Brent Cook | 2015-08-31 | 1 | -4/+12 |
| | |||||
* | remove DEF_WEAK from libc copies | Brent Cook | 2015-08-31 | 1 | -3/+4 |
| | |||||
* | replace remaining bash-only features in the update script | Brent Cook | 2015-08-28 | 1 | -19/+19 |
| | | | | | We used to need more features, but as the Makefile.am's stopped being dynamically generated, there is less need. | ||||
* | rebuild manpages on opensslv.h changes | Brent Cook | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | add initial CMake and Visual Studio build support | Brent Cook | 2015-07-21 | 1 | -7/+9 |
| | | | | | | | | 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. | ||||
* | derive VERSION from opensslv.h from upstream | Brent Cook | 2015-07-16 | 1 | -4/+3 |
| | |||||
* | patch headers to avoid redefinitions on windows | Scott Parker | 2015-07-16 | 1 | -0/+3 |
| | |||||
* | Improve automatic handling of OPENSSLDIR | Brent Cook | 2015-07-12 | 1 | -0/+2 |
| | | | | | Install a default cert.pem, openssl.cnf, x509v3.cnf in OPENSSLDIR, which is derived by default from sysconfdir and the prefix setting. | ||||
* | add cipher_list test | Brent Cook | 2015-06-29 | 1 | -0/+1 |
| | |||||
* | update for mdc2 removal | Brent Cook | 2015-06-20 | 1 | -1/+1 |
| | |||||
* | remove unneeded local tls.h patch | Brent Cook | 2015-06-19 | 1 | -3/+2 |
| | |||||
* | set stdin/out/err to binary mode on Windows | Brent Cook | 2015-06-05 | 1 | -0/+1 |
| | |||||
* | patch in std headers and C++ support for tls.h | Brent Cook | 2015-05-23 | 1 | -2/+2 |
| | |||||
* | ship manpages with libtls-standalone | Brent Cook | 2015-05-23 | 1 | -22/+37 |
| |