Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crank version | Bob Beck | 2014-07-15 | 1 | -1/+1 |
| | |||||
* | register the atfork handler from arc4random | Brent Cook | 2014-07-15 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | From kettenis@ People have suggested using pthread_atfork(3) before, but discarded the idea because it involves linking with -lpthread, which has other undesirable consequences. However: * Most systems actually have pthread_atfork(3) in libc. I verified this on OS X and Solaris. I believe this is the case on Linux systems that use musl as well. * On Linux systems that use glibc, this isn't the case. However, those systems have __register_atfork(3), which is fully documented in the "Linux Standard Base Core Specification". ok kettenis@ deraadt@ beck@ | ||||
* | enable the asn1 test | Brent Cook | 2014-07-15 | 1 | -1/+1 |
| | |||||
* | Add the public signing key so it can be fetched from github | Bob Beck | 2014-07-14 | 1 | -0/+2 |
| | |||||
* | give section 1 man pages a .1 suffix instead of .3 | Mark Kettenis | 2014-07-14 | 1 | -2/+2 |
| | | | | ok beck@ | ||||
* | remove stray brackets in --with-enginesdir/openssldir support | Mark Kettenis | 2014-07-14 | 1 | -2/+2 |
| | | | | ok beck@ | ||||
* | use generic test for clock_gettime flags | Brent Cook | 2014-07-12 | 1 | -1/+3 |
| | | | | ok beck@ | ||||
* | added configurable ENGINESDIR and OPENSSLDIR | Brent Cook | 2014-07-12 | 1 | -0/+10 |
| | | | | | | use --with-enginesdir and --with-openssldir ok beck@ | ||||
* | Crank | Bob Beck | 2014-07-13 | 1 | -1/+1 |
| | | | | ok bcook@ | ||||
* | remove problematic DISTCLEANFILES variable | Bob Beck | 2014-07-13 | 1 | -2/+0 |
| | | | | ok bcook@ | ||||
* | cleanup auto-generated .pc files | Brent Cook | 2014-07-12 | 1 | -1/+1 |
| | | | | ok beck@ | ||||
* | rc4_util.c went away | Bob Beck | 2014-07-13 | 1 | -1/+1 |
| | | | | ok bcook@ | ||||
* | add platform libraries to libcompat's LIBADD list | Brent Cook | 2014-07-12 | 8 | -4/+66 |
| | | | | ok beck@ | ||||
* | disable unconditional -Wno-pointer-sign | Brent Cook | 2014-07-11 | 1 | -1/+1 |
| | | | | ok beck@ | ||||
* | add a check to see if <sys/sysctl.h> exists | Brent Cook | 2014-07-11 | 1 | -0/+2 |
| | | | | ok beck@ | ||||
* | We're probably gonna need this for solaris 10 | Bob Beck | 2014-07-12 | 1 | -0/+101 |
| | |||||
* | source library version from a common place, speed man builds | Brent Cook | 2014-07-12 | 4 | -23/+22 |
| | | | | | | | 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@ | ||||
* | source the proper man links file | Brent Cook | 2014-07-11 | 1 | -1/+1 |
| | | | | otherwise, this picks up 'links' in the path | ||||
* | remove unconditional -Werror | Brent Cook | 2014-07-11 | 1 | -1/+1 |
| | | | | | | Allow warnings to be reported without failing the entire build. ok beck@ | ||||
* | link -lrt on linux for glibc < 2.17 compatibility | Brent Cook | 2014-07-11 | 1 | -0/+1 |
| | | | | ok beck@ | ||||
* | more manpage links | Brent Cook | 2014-07-11 | 1 | -3/+5 |
| | | | | ok beck@ | ||||
* | build strtonum directly into apps/openssl | Brent Cook | 2014-07-11 | 3 | -5/+12 |
| | | | | | | it is not needed as a library export ok beck@ | ||||
* | updated manpage links | Brent Cook | 2014-07-11 | 1 | -8/+190 |
| | | | | ok beck@ | ||||
* | Merge branch 'master' of cvs.openbsd.org:/cvs.b/libressl/portable | Bob Beck | 2014-07-11 | 3 | -3/+4 |
|\ | |||||
| * | prefer symlinks rather than hardlinks for manpages | Brent Cook | 2014-07-11 | 2 | -2/+1 |
| | | | | | | | | ok beck@ | ||||
| * | put CPP defines in CPPFLAGS | Brent Cook | 2014-07-11 | 2 | -1/+3 |
| | | |||||
* | | Readme wording changes | Bob Beck | 2014-07-11 | 1 | -4/+8 |
|/ | | | | ok bcook@ deraadt@ | ||||
* | Ignore .1 man pages, and fix update to include new opensslfeatures.h | Bob Beck | 2014-07-11 | 2 | -1/+17 |
| | | | | ok bcook@ | ||||
* | slight wording and caps change | Bob Beck | 2014-07-11 | 1 | -4/+3 |
| | |||||
* | Update README to include info about github clone. | Bob Beck | 2014-07-11 | 1 | -4/+15 |
| | |||||
* | update manpage links list | Brent Cook | 2014-07-11 | 2 | -200/+822 |
| | |||||
* | fixes for manpage linker | Brent Cook | 2014-07-11 | 1 | -6/+3 |
| | |||||
* | add manpages and links | Brent Cook | 2014-07-11 | 3 | -7/+220 |
| | |||||
* | remove unneeded CPP flags | Brent Cook | 2014-07-10 | 1 | -2/+0 |
| | |||||
* | Actually get man pages. | Charlie Root | 2014-07-11 | 2 | -2/+3 |
| | |||||
* | update ignores | Brent Cook | 2014-07-10 | 1 | -0/+2 |
| | |||||
* | remove autogenerated file | Brent Cook | 2014-07-10 | 1 | -202/+0 |
| | |||||
* | axe unneeded solaris compatibility definitions | Brent Cook | 2014-07-10 | 1 | -5/+0 |
| | |||||
* | ignore generated COPYING file | Charlie Root | 2014-07-11 | 2 | -134/+1 |
| | |||||
* | wording changes and initial stab at crypto man pages. | Charlie Root | 2014-07-11 | 7 | -4/+227 |
| | | | | | still need to get man links working and ssl and apps man pages added. | ||||
* | fix update.sh to generate ChangeLog with something sane in it | Bob Beck | 2014-07-11 | 1 | -10227/+0 |
| | |||||
* | Fix up README to reflect LibReSSL portable | Bob Beck | 2014-07-11 | 1 | -40/+8 |
| | |||||
* | build fixes and simplifications | Brent Cook | 2014-07-10 | 1 | -24/+13 |
| | | | | | | | switch from submodules to plain-old-clones remove broken biotest for now ok beck@ | ||||
* | fix out of tree builds for ssl test | Brent Cook | 2014-07-10 | 1 | -1/+1 |
| | | | | | ssl tests need to find the openssl binary relative to the build, not the source, directory | ||||
* | bump to version 2.0.0 | Brent Cook | 2014-07-10 | 1 | -1/+1 |
| | |||||
* | better fix for __bounded removal | Brent Cook | 2014-07-10 | 2 | -8/+7 |
| | |||||
* | fix CFLAGS line | Charlie Root | 2014-07-10 | 1 | -1/+1 |
| | |||||
* | deal with bounded attribute | Bob Beck | 2014-07-10 | 1 | -0/+8 |
| | |||||
* | Make things build again - add some missing headers | Charlie Root | 2014-07-10 | 3 | -2/+10 |
| | | | | ok bcook@ |