Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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@ | |||||
* | source library version from a common place, speed man builds | Brent Cook | 2014-07-12 | 1 | -0/+1 | |
| | | | | | | | grab library version from VERSION file build manpages only on changes ok beck@ | |||||
* | hide unit test build results in .gitignore | Brent Cook | 2014-07-12 | 1 | -2/+3 | |
| | | | | ok beck@ | |||||
* | Ignore .1 man pages, and fix update to include new opensslfeatures.h | Bob Beck | 2014-07-11 | 1 | -0/+1 | |
| | | | | ok bcook@ | |||||
* | update ignores | Brent Cook | 2014-07-10 | 1 | -0/+2 | |
| | ||||||
* | ignore generated COPYING file | Charlie Root | 2014-07-11 | 1 | -0/+1 | |
| | ||||||
* | wording changes and initial stab at crypto man pages. | Charlie Root | 2014-07-11 | 1 | -0/+1 | |
| | | | | | still need to get man links working and ssl and apps man pages added. | |||||
* | Make things build again - add some missing headers | Charlie Root | 2014-07-10 | 1 | -1/+2 | |
| | | | | ok bcook@ | |||||
* | initial top-level import of subdirectories | Brent Cook | 2014-07-10 | 1 | -0/+172 | |