Brent Cook
701aa50e77
ignore temp windows library build files
2015-03-01 17:16:00 -06:00
Brent Cook
28311d4355
conditionally build certhash into openssl(1)
...
For now, look for openat and symlink. We may switch to just needing
symlink later.
2015-02-14 18:54:43 -06:00
Brent Cook
be5d0cca13
update with latest, add more tests
...
this adds the new bytestring apis and new regression tests
2015-02-06 20:17:31 -06:00
Dmitry Eremin-Solenikov
a40fccc73b
Update .gitignore
...
Add gost test suite and camellia cipher dir to .gitignore.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2014-12-07 18:07:52 -06:00
Brent Cook
03cd45e2c7
Enable optimized crypto operations for x86_64
...
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.
2014-12-07 16:26:28 -06:00
Brent Cook
976f64d932
read all library versions directly from files
...
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.
2014-12-06 18:59:25 -06:00
Brent Cook
13035fa666
simplify building the apps Makefile
...
Remove extra machinery in favor of a plain-old Makefile.am.
Tighten up what files are copied on build, package a simple openssl.cnf.
2014-12-06 11:20:56 -06:00
Brent Cook
b3270494f0
add support for building libtls
...
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@
2014-12-06 09:13:56 -06:00
Brent Cook
43e041a533
don't ignore a non-existent file
2014-12-03 17:02:23 -06:00
Brent Cook
1bd0c2fb2e
ignore gost and camellia dirs
2014-11-18 08:04:18 -06:00
Brent Cook
6b729df5d8
update gitignore to see changelog
2014-10-14 22:23:16 -05:00
Brent Cook
46b6df7cb0
remove configure.am.tpl, pull in VERSION directly
...
from wouter@
2014-08-12 21:17:41 -05:00
Brent Cook
0a74a4d464
add strndup/strnlen compat functions from OpenBSD
2014-07-28 07:07:23 -05:00
Brent Cook
ea6e7116c9
build openbsd memmem implementation for explicit_bzero test
...
memmem is not always available, and not all memmem's work the same way
ok beck@ guenther@
2014-07-21 20:29:49 -05:00
Brent Cook
1b1bce16b1
update to newly-refactored arc4random compatibility shims
...
the thread-private bits can move next
ok beck@
2014-07-18 09:19:23 -05:00
Brent Cook
65944782c3
add platform libraries to libcompat's LIBADD list
...
ok beck@
2014-07-12 03:34:08 -05:00
Brent Cook
596ef45803
source library version from a common place, speed man builds
...
grab library version from VERSION file
build manpages only on changes
ok beck@
2014-07-12 04:02:35 -06:00
Brent Cook
e14147356d
hide unit test build results in .gitignore
...
ok beck@
2014-07-12 04:02:28 -06:00
Bob Beck
77b34fe012
Ignore .1 man pages, and fix update to include new opensslfeatures.h
...
ok bcook@
2014-07-11 10:08:57 -06:00
Brent Cook
b3399bfabe
update ignores
2014-07-10 22:13:17 -05:00
Charlie Root
4d4e8bb945
ignore generated COPYING file
2014-07-11 04:17:07 -06:00
Charlie Root
ab3d9838cd
wording changes and initial stab at crypto man pages.
...
still need to get man links working and ssl and apps
man pages added.
2014-07-11 04:14:48 -06:00
Charlie Root
abe7bee360
Make things build again - add some missing headers
...
ok bcook@
2014-07-10 08:36:47 -06:00
Brent Cook
2b6dbc39ef
initial top-level import of subdirectories
2014-07-10 06:22:54 -05:00