Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add regress asn1evp | kinichiro | 2017-12-22 | 1 | -0/+1 | |
| | ||||||
* | Add *.5 manpages in libcrypto/man/ | kinichiro | 2017-09-10 | 1 | -0/+1 | |
| | ||||||
* | Add regression test freenull | kinichiro | 2017-07-16 | 1 | -0/+1 | |
| | ||||||
* | Add freezero support | kinichiro | 2017-04-22 | 1 | -0/+1 | |
| | ||||||
* | Add regress tls_prf | kinichiro | 2017-03-17 | 1 | -0/+1 | |
| | ||||||
* | Add support for getpagesize | kinichiro | 2017-03-15 | 1 | -0/+1 | |
| | ||||||
* | ignore mandoc db, compat files | Brent Cook | 2017-02-07 | 1 | -1/+3 | |
| | ||||||
* | Add inet_ntop and memmem for ocspcheck | kinichiro | 2017-01-26 | 1 | -0/+2 | |
| | ||||||
* | initial ocspcheck integration | Brent Cook | 2017-01-24 | 1 | -0/+5 | |
| | ||||||
* | Add regression test ssl_versions | kinichiro | 2017-01-06 | 1 | -0/+1 | |
| | ||||||
* | remove check-in .def and ignore .sym files | Brent Cook | 2016-11-06 | 1 | -0/+1 | |
| | ||||||
* | enable tls_ext_alpn regression test | kinichiro | 2016-08-30 | 1 | -0/+1 | |
| | | | | | - add tls_ext_alpn entry for automake and cmake - add tests/tls_ext_alpn* to .gitignore | |||||
* | include tap-driver.sh in the source repo | Brent Cook | 2015-10-18 | 1 | -1/+0 | |
| | | | | Newer autotools appears to install it automatically, but not all do. | |||||
* | make it clear that we skipped 64-bit time_t tests | Brent Cook | 2015-10-18 | 1 | -4/+8 | |
| | ||||||
* | Windows compatibility fixes | Brent Cook | 2015-10-18 | 1 | -0/+2 | |
| | | | | | | | | | | | 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 | |||||
* | include timegm fallback | Brent Cook | 2015-10-15 | 1 | -0/+1 | |
| | ||||||
* | allow nc to build on linux and os x | Brent Cook | 2015-09-13 | 1 | -0/+1 | |
| | ||||||
* | ignore manpages | Brent Cook | 2015-09-13 | 1 | -3/+4 | |
| | ||||||
* | add 'nc' to the distribution as an example of libtls client and server | Brent Cook | 2015-09-12 | 1 | -8/+9 | |
| | ||||||
* | ensure headers are sanitized before release | Brent Cook | 2015-09-10 | 1 | -1/+0 | |
| | | | | | | When a public header is removed, we need to ensure it gets removed in the release distribution as well. Also, remove nonexistent *.he exclude. | |||||
* | adjust order for ! .gitignore rule precedence | Brent Cook | 2015-09-07 | 1 | -8/+9 | |
| | ||||||
* | add win32-specific explicit_bzero implementation | Brent Cook | 2015-08-03 | 1 | -0/+1 | |
| | ||||||
* | 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. | |||||
* | remove generated version file | Brent Cook | 2015-07-20 | 1 | -0/+1 | |
| | ||||||
* | derive VERSION from opensslv.h from upstream | Brent Cook | 2015-07-16 | 1 | -0/+1 | |
| | ||||||
* | ignore more imported test files | Brent Cook | 2015-06-29 | 1 | -0/+4 | |
| | ||||||
* | add libtls-standalone COPYING file | Brent Cook | 2015-06-05 | 1 | -1/+1 | |
| | ||||||
* | refactor win32 shims into posix_win.c | Brent Cook | 2015-06-05 | 1 | -0/+1 | |
| | | | | this also adds a rename shim that allows overwrites | |||||
* | ship manpages with libtls-standalone | Brent Cook | 2015-05-23 | 1 | -0/+1 | |
| | ||||||
* | further refactoring, working libtls-standalone | Brent Cook | 2015-05-23 | 1 | -1/+5 | |
| | ||||||
* | refactor configure into separate m4 macros | Brent Cook | 2015-05-23 | 1 | -1/+2 | |
| | | | | this allows for some reusability with libtls | |||||
* | stub in initial libtls standalone tree | Brent Cook | 2015-05-23 | 1 | -113/+43 | |
| | ||||||
* | add app tests from regress/usr.bin/openssl | Brent Cook | 2015-05-06 | 1 | -0/+1 | |
| | | | | | | These are added directly rather than imported by update.sh since they require local modifications and its not worth breaking everyone's git forks yet to import them through cvs2git. | |||||
* | rework tests Makefile.am | Brent Cook | 2015-03-21 | 1 | -1/+0 | |
| | | | | | | | | There are so many test exceptions that need handling that it is easier to simply edit it directly rather than doing autogeneration anymore. This also puts biotest and pidwraptest behind a new --enable-extratests option, so they are easy to run but are not enabled by default. | |||||
* | ignore temp windows library build files | Brent Cook | 2015-03-01 | 1 | -0/+1 | |
| | ||||||
* | conditionally build certhash into openssl(1) | Brent Cook | 2015-02-14 | 1 | -0/+1 | |
| | | | | | For now, look for openat and symlink. We may switch to just needing symlink later. | |||||
* | update with latest, add more tests | Brent Cook | 2015-02-06 | 1 | -0/+1 | |
| | | | | this adds the new bytestring apis and new regression tests | |||||
* | Update .gitignore | Dmitry Eremin-Solenikov | 2014-12-07 | 1 | -0/+2 | |
| | | | | | | Add gost test suite and camellia cipher dir to .gitignore. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | |||||
* | Enable optimized crypto operations for x86_64 | Brent Cook | 2014-12-07 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | This adds initial support for assembly crypto acceleration on x86_64 for ELF (Linux, *BSD, Solaris) and Mach-O (OS-X) systems. The build method is a little different than OpenSSL and OpenBSD. All the .s files are generated ahead of time when the tarball is generated, so there are no complicated makefile rules at configure/build time. This also means the builds are faster and perl is not required on the build system. Thanks to Wouter Clarie for providing the initial cleanup and patch that this is based on. | |||||
* | read all library versions directly from files | Brent Cook | 2014-12-06 | 1 | -3/+4 | |
| | | | | | | 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. | |||||
* | simplify building the apps Makefile | Brent Cook | 2014-12-06 | 1 | -3/+4 | |
| | | | | | Remove extra machinery in favor of a plain-old Makefile.am. Tighten up what files are copied on build, package a simple openssl.cnf. | |||||
* | add support for building libtls | Brent Cook | 2014-12-06 | 1 | -0/+4 | |
| | | | | | | | | Use './configure --enable-libtls' to build the library and install the associated manpages. Note that the API and ABI of this library may change still, though feedback is welcome. ok deraadt@ jsing@ tedu@ | |||||
* | don't ignore a non-existent file | Brent Cook | 2014-12-03 | 1 | -1/+0 | |
| | ||||||
* | ignore gost and camellia dirs | Brent Cook | 2014-11-18 | 1 | -0/+2 | |
| | ||||||
* | update gitignore to see changelog | Brent Cook | 2014-10-14 | 1 | -1/+2 | |
| | ||||||
* | remove configure.am.tpl, pull in VERSION directly | Brent Cook | 2014-08-12 | 1 | -1/+0 | |
| | | | | from wouter@ | |||||
* | add strndup/strnlen compat functions from OpenBSD | Brent Cook | 2014-07-28 | 1 | -0/+2 | |
| | ||||||
* | build openbsd memmem implementation for explicit_bzero test | Brent Cook | 2014-07-21 | 1 | -0/+1 | |
| | | | | | | memmem is not always available, and not all memmem's work the same way ok beck@ guenther@ | |||||
* | update to newly-refactored arc4random compatibility shims | Brent Cook | 2014-07-18 | 1 | -0/+1 | |
| | | | | | | the thread-private bits can move next ok beck@ | |||||
* | add platform libraries to libcompat's LIBADD list | Brent Cook | 2014-07-12 | 1 | -0/+2 | |
| | | | | ok beck@ |