aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ignore temp windows library build filesBrent Cook2015-03-011-0/+1
|
* conditionally build certhash into openssl(1)Brent Cook2015-02-141-0/+1
| | | | | For now, look for openat and symlink. We may switch to just needing symlink later.
* update with latest, add more testsBrent Cook2015-02-061-0/+1
| | | | this adds the new bytestring apis and new regression tests
* Update .gitignoreDmitry Eremin-Solenikov2014-12-071-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_64Brent Cook2014-12-071-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 filesBrent Cook2014-12-061-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 MakefileBrent Cook2014-12-061-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 libtlsBrent Cook2014-12-061-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 fileBrent Cook2014-12-031-1/+0
|
* ignore gost and camellia dirsBrent Cook2014-11-181-0/+2
|
* update gitignore to see changelogBrent Cook2014-10-141-1/+2
|
* remove configure.am.tpl, pull in VERSION directlyBrent Cook2014-08-121-1/+0
| | | | from wouter@
* add strndup/strnlen compat functions from OpenBSDBrent Cook2014-07-281-0/+2
|
* build openbsd memmem implementation for explicit_bzero testBrent Cook2014-07-211-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 shimsBrent Cook2014-07-181-0/+1
| | | | | | the thread-private bits can move next ok beck@
* add platform libraries to libcompat's LIBADD listBrent Cook2014-07-121-0/+2
| | | | ok beck@
* source library version from a common place, speed man buildsBrent Cook2014-07-121-0/+1
| | | | | | | grab library version from VERSION file build manpages only on changes ok beck@
* hide unit test build results in .gitignoreBrent Cook2014-07-121-2/+3
| | | | ok beck@
* Ignore .1 man pages, and fix update to include new opensslfeatures.hBob Beck2014-07-111-0/+1
| | | | ok bcook@
* update ignoresBrent Cook2014-07-101-0/+2
|
* ignore generated COPYING fileCharlie Root2014-07-111-0/+1
|
* wording changes and initial stab at crypto man pages.Charlie Root2014-07-111-0/+1
| | | | | still need to get man links working and ssl and apps man pages added.
* Make things build again - add some missing headersCharlie Root2014-07-101-1/+2
| | | | ok bcook@
* initial top-level import of subdirectoriesBrent Cook2014-07-101-0/+172