aboutsummaryrefslogtreecommitdiff
path: root/update.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make it easier to swap grep (Solaris grep doesn't support alpha)Brent Cook2017-07-081-5/+9
|
* Add HKDF functionalitykinichiro2017-05-131-1/+1
|
* Land #310, make it easier to build from cvs sourceBrent Cook2017-05-081-10/+11
|\
| * Modify update.sh to change the path of openbsd source tree easilykinichiro2017-05-071-10/+11
| | | | | | | | With this modification, we can build portable with /usr/src easily.
* | remove OPENSSL_ia32cap_P from crypto.sym when generatedBrent Cook2017-05-011-1/+1
|/
* Add recallocarraykinichiro2017-03-091-0/+1
|
* Copy libc compat files rather than adding into the repositorykinichiro2017-01-281-2/+4
| | | | | - remove the CP_LIBC files from repo - move tests/memmem.c to tests/compat/
* update for improved libtls manpage organizationBrent Cook2017-01-271-11/+6
|
* Add inet_ntop and memmem for ocspcheckkinichiro2017-01-261-0/+2
|
* Move strsep.c to crypto/compat/ and add ocspcheck build to CMakekinichiro2017-01-251-3/+1
|
* initial ocspcheck integrationBrent Cook2017-01-241-7/+18
|
* Stop generating .def files by update.shkinichiro2017-01-181-7/+0
|
* implement support for hiding symbols in libcryptokinichiro2016-12-261-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 portablekinichiro2016-11-061-1/+1
|
* add quoting for man linksBrent Cook2016-11-051-2/+2
|
* update for new manpage layout, pod files are goneBrent Cook2016-11-051-14/+1
|
* implement support for hiding symbols in libtls / libsslBrent Cook2016-11-061-0/+8
|
* updates for latest build changesBrent Cook2016-11-051-18/+18
|
* remove cmsBrent Cook2016-09-141-1/+1
|
* update for new repository layoutBrent Cook2016-09-021-21/+21
|
* prefer gnu patch on AIXBrent Cook2016-01-031-1/+6
|
* refresh nc(1) supportBrent Cook2015-12-061-0/+1
|
* Windows compatibility fixesBrent Cook2015-10-181-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 scriptsBrent Cook2015-09-211-1/+1
|
* allow nc to build on linux and os xBrent Cook2015-09-131-1/+1
|
* use CP_LIBC for strtonumBrent Cook2015-09-131-2/+2
|
* ding-dong e_os2.h is deadBrent Cook2015-09-131-1/+0
|
* readd openssl.1, distribute nc.1Brent Cook2015-09-131-0/+2
|
* add some backcompat in nc, don't install itBrent Cook2015-09-121-0/+1
|
* add 'nc' to the distribution as an example of libtls client and serverBrent Cook2015-09-121-11/+18
|
* add new testsBrent Cook2015-09-121-0/+6
|
* distribute include and man CMakefilesBrent Cook2015-09-071-1/+2
|
* use CP_LIBC for copying tests/memmem.ckinichiro2015-09-011-1/+1
|
* add CP_LIBC, fix tls compilationBrent Cook2015-08-311-4/+12
|
* remove DEF_WEAK from libc copiesBrent Cook2015-08-311-3/+4
|
* replace remaining bash-only features in the update scriptBrent Cook2015-08-281-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 changesBrent Cook2015-08-031-1/+1
|
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-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 upstreamBrent Cook2015-07-161-4/+3
|
* patch headers to avoid redefinitions on windowsScott Parker2015-07-161-0/+3
|
* Improve automatic handling of OPENSSLDIRBrent Cook2015-07-121-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 testBrent Cook2015-06-291-0/+1
|
* update for mdc2 removalBrent Cook2015-06-201-1/+1
|
* remove unneeded local tls.h patchBrent Cook2015-06-191-3/+2
|
* set stdin/out/err to binary mode on WindowsBrent Cook2015-06-051-0/+1
|
* patch in std headers and C++ support for tls.hBrent Cook2015-05-231-2/+2
|
* ship manpages with libtls-standaloneBrent Cook2015-05-231-22/+37
|
* further refactoring, working libtls-standaloneBrent Cook2015-05-231-14/+34
|
* stub in initial libtls standalone treeBrent Cook2015-05-231-3/+9
|
* use soft links for related man pages.Brent Cook2015-04-261-2/+1
| | | | | This matches the behavior of OpenSSL's installer and prevents hitting the max hard link limit on some file systems.