-
d2faf2ed63
set the shared library version number
Brent Cook
2015-05-02 09:06:55 -05:00
-
189cdf7103
revert changes to libtls-standalone Makefile.am that ended up in tls
Brent Cook
2015-05-02 08:34:39 -05:00
-
8dedbb4b2b
add Makefile.am.arc4random
Brent Cook
2015-05-02 01:58:21 -05:00
-
769d58e494
further refactoring, working libtls-standalone
Brent Cook
2015-05-02 01:40:33 -05:00
-
d3771a41cb
refactor configure into separate m4 macros
Brent Cook
2015-05-01 07:18:12 -05:00
-
28353c1df1
stub in initial libtls standalone tree
Brent Cook
2015-04-30 04:44:35 -05:00
-
7de7605b95
adding support for bitrig
Dave Huseby
2015-05-14 15:32:27 -07:00
-
134f323923
add branch coverage, skip coverage check of tests themselves
Brent Cook
2015-05-07 07:56:19 -05:00
-
abd0688b18
distcheck fixes
Brent Cook
2015-05-06 22:53:28 -05:00
-
51bfd4921a
add app tests from regress/usr.bin/openssl
Brent Cook
2015-05-06 22:37:41 -05:00
-
91f01629b9
use the same gcc test for AIX as HP-UX
Brent Cook
2015-04-27 08:25:54 -05:00
-
97c910ecfd
modify for HP-UX build, choose correct CFLAGS for gcc.
kinichiro
2015-04-27 21:20:20 +09:00
-
b0565945e4
use soft links for related man pages.
Brent Cook
2015-04-26 23:01:26 -05:00
-
7dbc4ed363
remove unneeded check for sys/sysctl.h
Brent Cook
2015-04-19 15:14:52 -05:00
-
dcb97d12a4
use alternate cflags on AIX and HP-UX vendor compilers
Brent Cook
2015-04-19 14:55:25 -05:00
-
2753f5ca87
Revert configure-time checks for -Wall/-std=gnu99
Brent Cook
2015-04-14 22:12:52 -05:00
-
5cf05de18c
make compiler checks for -Wall and -std=gnu99
Brent Cook
2015-04-14 08:43:52 -05:00
-
3096ab0e45
remove issetuigid wrappers, now that all getenv calls are gone.
Brent Cook
2015-04-14 07:55:23 -05:00
-
fe3f7fc636
Add experimental AIX support.
Brent Cook
2015-02-10 23:49:31 -06:00
-
20101fd6b3
avoid install failures on case-insensitive file systems
Brent Cook
2015-03-31 08:36:21 -05:00
-
273bd7bd61
Use mandoc database to get man links.
Brent Cook
2015-03-27 06:42:45 -05:00
-
34bf96ce4b
move define to CPPFLAGS
Brent Cook
2015-03-22 08:14:27 -05:00
-
569177eabd
Merged support for using _OPENBSD_SOURCE on NetBSD 8.x
Brent Cook
2015-03-22 08:11:53 -05:00
-
-
cc3bdea44a
copy remaining test harness dependencies
Brent Cook
2015-03-22 08:03:02 -05:00
-
a34d319f8d
copy memmem.c on update
Brent Cook
2015-03-22 07:53:18 -05:00
-
ad2a38ab4a
rework CFLAGS/CPPFLAGS settings during configuration
Brent Cook
2015-03-22 06:18:18 -05:00
-
809fcf4ea7
move clang flags adjustment next to the check, fix typo
Brent Cook
2015-03-22 06:05:49 -05:00
-
4106a08da9
check for build tools earlier in configuration
Brent Cook
2015-03-22 06:03:43 -05:00
-
989bc3e3ac
the BIO_sock_init() patch is upstream.
Brent Cook
2015-03-22 05:49:58 -05:00
-
dcf31221ef
Merge native cygwin support
Brent Cook
2015-03-21 19:08:04 -05:00
-
-
45065de1ba
rework tests Makefile.am
Brent Cook
2015-03-21 19:04:54 -05:00
-
4d122c0be6
set version to 2.2.0 on master
Brent Cook
2015-03-19 10:28:54 -05:00
-
df0c0cd146
update changelog for 2.1.6
Brent Cook
2015-03-19 00:50:36 -05:00
-
dd646a3302
enable libtls by default
Brent Cook
2015-03-18 19:12:42 -05:00
-
1d62b3be37
expand on changelog
Brent Cook
2015-03-09 07:22:18 -05:00
-
f5389343d6
use correct patch level
Brent Cook
2015-03-09 07:11:28 -05:00
-
14c53cd02c
clarify 2.1.5 release note
Brent Cook
2015-03-08 22:34:48 -05:00
-
ab0dea2321
update changelog for 2.1.5
Brent Cook
2015-03-08 18:38:34 -05:00
-
8dbe1d6257
bump version to 2.1.5
Brent Cook
2015-03-08 18:33:09 -05:00
-
73329d4311
update __STRICT_ALIGNMENT check
Brent Cook
2015-03-08 19:56:03 -05:00
-
f7e4e4a266
initialize winsock earlier in openssl(1)
Brent Cook
2015-03-08 18:27:07 -05:00
-
031f0aaa8f
specify -static-libgcc for mingw builds
Brent Cook
2015-03-07 12:04:29 -06:00
-
148aebdbb1
fix hangs reading stdin on Windows
Brent Cook
2015-03-08 16:39:48 -05:00
-
bbf021e11c
Reuse _OPENBSD_SOURCE namespace on NetBSD (>=8.x)
Kamil Rytarowski
2015-03-08 01:35:20 +00:00
-
213eb9465e
avoid doubling user-specified cflags
Brent Cook
2015-03-07 12:02:57 -06:00
-
-
-
e38dc152d6
Allow to disable tests easily
Corinna Vinschen
2015-03-04 11:55:50 +01:00
-
9cad5993a2
Drop test for adding -lssp again, not required with latest libtool
Corinna Vinschen
2015-03-03 18:39:31 +01:00
-
98902539a4
Add preliminary Cygwin support
Corinna Vinschen
2015-03-03 16:37:23 +01:00
-
-
d193b171b6
Add '-windows' to windows binary archive.
Brent Cook
2015-03-02 23:17:48 -06:00
-
79492b46f6
add windows README, package README files with distribution
Brent Cook
2015-03-02 23:14:35 -06:00
-
e0855bdb1d
point out where to report bugs, update links.
Brent Cook
2015-03-02 21:12:47 -06:00
-
3b3a290b73
update changelog with security updates
Brent Cook
2015-03-02 20:47:26 -06:00
-
3cb34ee99f
add a simple code coverage generation script
Brent Cook
2015-03-01 17:37:12 -06:00
-
701aa50e77
ignore temp windows library build files
Brent Cook
2015-03-01 17:16:00 -06:00
-
933820a0f5
separate the BSWAP check from the action
Brent Cook
2015-03-01 16:30:23 -06:00
-
8695b50688
check if the BSWAP assembly for ARM works before building
Brent Cook
2015-03-01 15:57:21 -06:00
-
557df7eed8
refine building windows binaries, enable shared
Brent Cook
2015-03-01 05:34:43 -06:00
-
f94d3d671c
update windows binary build script
Brent Cook
2015-02-24 19:42:26 -06:00
-
ab0d3e54a2
add windows-specific hardening options
Brent Cook
2015-02-24 19:39:16 -06:00
-
347c03d3a0
remove openat requirement for building certhash
Brent Cook
2015-02-23 09:48:04 -06:00
-
9da890ffb9
update libtls mlinks
Brent Cook
2015-02-23 09:18:47 -06:00
-
f54d0d4f38
remove unneeded continuation characters in ssl/crypto mlinks list
Brent Cook
2015-02-23 09:25:06 -06:00
-
2c5ac47db4
Update initial changelog for 2.1.4
Brent Cook
2015-02-22 18:06:46 -06:00
-
329df39a13
enable Windows NX / ALSR / stack protector
Brent Cook
2015-02-19 23:05:51 -06:00
-
7ba784891d
add script for building windows binary distribution packages
Brent Cook
2015-02-19 21:23:31 -06:00
-
49d80f0e89
add missing line continuation
Brent Cook
2015-02-19 21:16:55 -06:00
-
a859b93ff5
disable system issetugid on OS X since it is not fork-safe
Brent Cook
2015-02-16 22:22:29 -06:00
-
adc416e922
remove getuid/getgid fallbacks from hp-ux issetugid emulation
Brent Cook
2015-02-16 22:19:01 -06:00
-
ad7ac48d03
add strsep fallback for libtls
Brent Cook
2015-02-14 20:03:39 -06:00
-
28311d4355
conditionally build certhash into openssl(1)
Brent Cook
2015-02-14 18:51:44 -06:00
-
2286578fd4
update for new manpage conversions, add links
Brent Cook
2015-02-14 18:15:15 -06:00
-
5e96c047f7
add the new openssl(1) certhash command
Brent Cook
2015-02-11 20:50:10 -06:00
-
687a5083f4
rc5 is removed
Brent Cook
2015-02-10 11:10:04 -06:00
-
9de5b8a963
c_all* have merged into c_all.c
Brent Cook
2015-02-08 19:39:36 -06:00
-
c386ab2149
disable biotest
Brent Cook
2015-02-06 20:41:07 -06:00
-
be5d0cca13
update with latest, add more tests
Brent Cook
2015-02-06 20:17:31 -06:00
-
a323f52a3f
be even nicer to OS X's fork
Brent Cook
2015-01-31 22:42:08 -06:00
-
fc7ba46906
be nicer to travis OS X machines, remove unneeded 'make clean'
Brent Cook
2015-01-31 22:35:52 -06:00
-
100625e317
only use the specific build matrix
Brent Cook
2015-01-31 22:24:31 -06:00
-
5ea47a8fa2
fix whitespace in yml
Brent Cook
2015-01-31 22:17:39 -06:00
-
dd7ed132ee
update travis-ci build to check mingw32/64 targets
Brent Cook
2015-01-31 22:13:19 -06:00
-
9909bd7aa5
include 'struct iovec' for Windows
Brent Cook
2015-01-31 21:52:20 -06:00
-
6c46e80871
bump version
Brent Cook
2015-01-26 10:30:17 -06:00
-
d88e90def9
add by_mem.c for X509_STORE_load_mem
Brent Cook
2015-01-26 10:20:26 -06:00
-
20e329e272
add 2.1.3 notes
Brent Cook
2015-01-21 08:04:11 -06:00
-
a223365127
add NetBSD shims for arc4random
Brent Cook
2015-01-21 06:14:24 -06:00
-
ec81c28219
catch GCC versions that only warn on unused flags
Brent Cook
2015-01-06 17:45:14 -06:00
-
f2d68c7d21
remove bash-style comparisons from tests
Brent Cook
2015-01-06 14:16:51 -06:00
-
0308b63cbf
Add support for HP-UX
kinichiro
2014-12-08 11:08:45 +09:00
-
4b7e78153c
quoting and ensure old_*flags are restored before the 'else'
Brent Cook
2015-01-05 21:21:23 -06:00
-
872ecfd856
preserve CFLAGS between hardening checks, enable mingw
Brent Cook
2015-01-05 20:31:34 -06:00
-
303b972d55
simplify hardening check logic, disable for mingw
Brent Cook
2015-01-05 20:14:54 -06:00
-
5be407a424
move public domain to top, help automatic tools
Brent Cook
2015-01-02 07:42:15 -06:00
-
813e7bdac1
Change comments to remark on script not being needed for clang >= 5.1
Jim Barlow
2015-01-01 15:03:03 -08:00
-
750cc5306d
Fix build failure of "make distcheck" (new scripts/ folder missing)
Jim Barlow
2014-12-31 07:17:47 -08:00
-
701204bf34
Fix typo causing output of clang test to read "CLANG" instead of yes/no
Jim Barlow
2014-12-31 07:06:49 -08:00
-
2dc0a6ac3c
Merge recent upstream changes with compiler hardening
Jim Barlow
2014-12-30 15:13:19 -08:00
-
-
9adc6d6458
Revert "do not double-link libcrypto"
Brent Cook
2014-12-27 16:52:25 -06:00
-
c83d468cfd
do not double-link libcrypto
Brent Cook
2014-12-27 16:34:48 -06:00
-
23c90228ac
enable __STRICT_ALIGNMENT on sparc
Brent Cook
2014-12-27 16:34:02 -06:00