Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix typo in the ChangeLog | vanderhoorn | 2015-07-09 | 1 | -1/+1 | |
| |/ | | | | | Embeded -> Embedded | |||||
* / | bump version to 2.2.2 | Brent Cook | 2015-07-12 | 1 | -1/+1 | |
|/ | ||||||
* | remove unused --with-enginesdir configuration parameter | Brent Cook | 2015-07-08 | 1 | -6/+0 | |
| | ||||||
* | update and clarify windows versions | Brent Cook | 2015-07-08 | 2 | -2/+2 | |
| | ||||||
* | release note update for 2.2.1v2.2.1 | Brent Cook | 2015-07-02 | 1 | -0/+2 | |
| | ||||||
* | add compatible version of arpa/nameser.h for Windows | Brent Cook | 2015-07-02 | 1 | -0/+23 | |
| | ||||||
* | add check for inet_pton, nudge minimum win32 compat to 0x0501 | Brent Cook | 2015-07-02 | 6 | -2/+229 | |
| | ||||||
* | added 2.2.1 changes | Brent Cook | 2015-07-01 | 1 | -0/+14 | |
| | ||||||
* | ignore more imported test files | Brent Cook | 2015-06-29 | 1 | -0/+4 | |
| | ||||||
* | add cipher_list test | Brent Cook | 2015-06-29 | 2 | -0/+7 | |
| | ||||||
* | link build status | Brent Cook | 2015-06-23 | 1 | -1/+1 | |
| | ||||||
* | include build status link | Brent Cook | 2015-06-23 | 1 | -0/+2 | |
| | ||||||
* | update for mdc2 removal | Brent Cook | 2015-06-20 | 4 | -12/+2 | |
| | ||||||
* | remove unneeded local tls.h patch | Brent Cook | 2015-06-19 | 2 | -28/+2 | |
| | ||||||
* | package README.md | Brent Cook | 2015-06-14 | 1 | -1/+1 | |
| | ||||||
* | Rename to README.md and add markdown | Doug Hogan | 2015-06-13 | 2 | -87/+96 | |
| | | | | Since it's now a foreign project in automake, we can use github markdown in the README. | |||||
* | set 'foreign' flag in automake | Brent Cook | 2015-06-13 | 3 | -1/+1 | |
| | | | | | Avoid warnings about following GNU standards, since this is not a GNU project. Thanks to Doug Hogan for pointing this out. | |||||
* | fix libtool 2.4.2 stack-protector flag handling | Brent Cook | 2015-06-13 | 2 | -1/+8 | |
| | | | | | | | | Teach libtool 2.4.2 how to pass -fstack-protector* to the linker so libssp is properly linked in on some toolchains. See upstream patch: https://github.com/instantinfrastructure/poky-daisy/blob/master/meta/recipes-devtools/libtool/libtool/respect-fstack-protector.patch Thanks to kinichiro inoguchi | |||||
* | add a missing header and fix typo in windows posix layer | Brent Cook | 2015-06-13 | 1 | -1/+2 | |
| | ||||||
* | bump version | Brent Cook | 2015-06-12 | 1 | -1/+1 | |
| | ||||||
* | add security update notesv2.2.0 | Brent Cook | 2015-06-11 | 1 | -1/+15 | |
| | ||||||
* | always check if ssp needs to be linked | Brent Cook | 2015-06-11 | 1 | -3/+1 | |
| | ||||||
* | add OS-specific build notes | Brent Cook | 2015-06-11 | 2 | -2/+20 | |
| | ||||||
* | add libtls-standalone COPYING file | Brent Cook | 2015-06-05 | 2 | -1/+14 | |
| | ||||||
* | return 1 on failure | Brent Cook | 2015-06-05 | 1 | -1/+1 | |
| | ||||||
* | update changelog | Brent Cook | 2015-06-05 | 1 | -0/+20 | |
| | ||||||
* | update readme with supported OSes | Brent Cook | 2015-06-05 | 1 | -16/+37 | |
| | ||||||
* | refactor win32 shims into posix_win.c | Brent Cook | 2015-06-05 | 5 | -150/+190 | |
| | | | | this also adds a rename shim that allows overwrites | |||||
* | set stdin/out/err to binary mode on Windows | Brent Cook | 2015-06-05 | 2 | -0/+30 | |
| | ||||||
* | all file IO should be binary, auto-append the flag | Brent Cook | 2015-06-05 | 1 | -0/+20 | |
| | ||||||
* | use correct binary on native windows builds | Brent Cook | 2015-06-05 | 3 | -0/+9 | |
| | ||||||
* | update man links | Brent Cook | 2015-05-25 | 1 | -4/+1 | |
| | ||||||
* | patch in std headers and C++ support for tls.h | Brent Cook | 2015-05-23 | 2 | -2/+27 | |
| | ||||||
* | flesh out libtls test program a bit, move to tests | Brent Cook | 2015-05-23 | 6 | -10/+56 | |
| | ||||||
* | ship manpages with libtls-standalone | Brent Cook | 2015-05-23 | 5 | -25/+40 | |
| | ||||||
* | fix definition of DISABLE_AS_EXECUTABLE_STACK | Brent Cook | 2015-05-23 | 1 | -1/+1 | |
| | ||||||
* | set the shared library version number | Brent Cook | 2015-05-23 | 2 | -1/+2 | |
| | ||||||
* | revert changes to libtls-standalone Makefile.am that ended up in tls | Brent Cook | 2015-05-23 | 1 | -3/+5 | |
| | ||||||
* | add Makefile.am.arc4random | Brent Cook | 2015-05-23 | 1 | -0/+45 | |
| | ||||||
* | further refactoring, working libtls-standalone | Brent Cook | 2015-05-23 | 12 | -316/+172 | |
| | ||||||
* | refactor configure into separate m4 macros | Brent Cook | 2015-05-23 | 6 | -264/+314 | |
| | | | | this allows for some reusability with libtls | |||||
* | stub in initial libtls standalone tree | Brent Cook | 2015-05-23 | 14 | -121/+406 | |
| | ||||||
* | adding support for bitrig | Dave Huseby | 2015-05-14 | 1 | -1/+1 | |
| | ||||||
* | add branch coverage, skip coverage check of tests themselves | Brent Cook | 2015-05-07 | 1 | -1/+7 | |
| | ||||||
* | distcheck fixes | Brent Cook | 2015-05-06 | 4 | -3/+6 | |
| | ||||||
* | add app tests from regress/usr.bin/openssl | Brent Cook | 2015-05-06 | 7 | -0/+564 | |
| | | | | | | 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. | |||||
* | use the same gcc test for AIX as HP-UX | Brent Cook | 2015-04-27 | 1 | -1/+1 | |
| | ||||||
* | modify for HP-UX build, choose correct CFLAGS for gcc. | kinichiro | 2015-04-27 | 1 | -1/+1 | |
| | ||||||
* | use soft links for related man pages. | Brent Cook | 2015-04-26 | 1 | -2/+1 | |
| | | | | | This matches the behavior of OpenSSL's installer and prevents hitting the max hard link limit on some file systems. | |||||
* | remove unneeded check for sys/sysctl.h | Brent Cook | 2015-04-19 | 1 | -1/+1 | |
| |