867 Commits

Author SHA1 Message Date
Jack Lloyd
d4803f134f Add portable scaffold for SM3 2018-08-14 15:16:36 -04:00
Brent Cook
4dbf285573 update summary 2018-08-05 09:47:26 -05:00
Brent Cook
7c5856c28d Land #434, Suppress "overriding WinCrypt defines" warnings 2018-08-03 22:27:07 -05:00
Brent Cook
62f96a5d3c Land #433, Add regress bnaddsub 2018-08-03 22:26:37 -05:00
Brent Cook
e82a6cb661 Land #431, Fix build with cmake -G Xcode 2018-08-03 22:26:06 -05:00
Brent Cook
102ae3ad4a Changelog revisions for 2.8.0 2018-08-03 22:12:20 -05:00
Brent Cook
29fe12a732 Update changelog for 2.8.0 2018-08-02 09:26:15 -05:00
Brent Cook
a6db5d445d update manpage links 2018-07-30 10:51:26 -05:00
Nobuyoshi Nakada
3e95275de8
Suppress "overriding WinCrypt defines" warnings
Suppress "overriding WinCrypt defines" from openssl/x509.h by defining `NOCRYPT`.
Only this file does not check `__WINCRYPT_H__` macro like other headers, since
5d8a1cf715 (diff-74b6370bc092dd2988ab577b2eaa21dcR7)
2018-07-29 16:17:44 +09:00
kinichiro
f30569c005 Fix update.sh using $MV instead of bear mv
Suggested by tb
2018-07-21 01:02:31 +09:00
kinichiro
09c8aa26fe Generate regress freenull.c 2018-07-21 00:52:08 +09:00
kinichiro
d259acbd32 Add regress bnaddsub 2018-07-11 17:10:16 +09:00
Bi11
981cbcc2a2
Fix build with cmake -G Xcode 2018-07-06 02:58:23 +08:00
Brent Cook
1ea79d2a9f avoid duplicate link with bn_print/BN_print 2018-06-16 21:35:58 -05:00
Brent Cook
b78f293939 filter out OCSP_crlID_new links for now, breaks on case-insensitve filesystems 2018-06-16 21:28:35 -05:00
Brent Cook
bf368e58e7 add private includes for apps and tests 2018-06-14 05:59:20 -05:00
Brent Cook
64b6951576 make headers under include/compat private again 2018-06-14 04:48:59 -05:00
Brent Cook
d4bf25f6c0 update changelog 2018-06-13 11:40:32 -05:00
Brent Cook
4fcfc82d83 scope private/public headers when embedding into other projects
thanks to Cameron Palmer
2018-05-29 05:46:54 -05:00
Brent Cook
9b4044d8ed Land #426, don't assume ; works as a newline assembly character 2018-05-28 22:17:08 -05:00
Brent Cook
b0103dad19 update links 2018-05-28 18:07:25 -05:00
Sergei Trofimovich
787d8d240b __warn_references: tweak assembly for "gnu.warning" section
On some targets ';' (like hppa) is treated as a comment
in assembly files. This occasionally causes the following
assembly failures:

```
Error: can't resolve `.gnu.warning.EVP_DecryptFinal'
{.gnu.warning.EVP_DecryptFinal section} - `.Ltext0' {.text section}
```

Note how branch (or other reference) attempts to cross the
boundary across two section types: '.text' and '.gnu.warning'.

Tobias Ulmer notes that openbsd already uses newlines
for similar macro:

https://github.com/openbsd/src/blob/master/sys/arch/hppa/include/cdefs.h

This change switches from ';' to newline as well.
Tested on hppa2.0 and x86_64.

Reported-by: Jeroen Roovers
Bug: https://bugs.gentoo.org/656104
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2018-05-19 17:38:50 +01:00
Brent Cook
138734e5b9 expand symbol filter to include underscore 2018-05-02 23:33:37 -05:00
Brent Cook
4c61b0e7fe update release notes 2018-05-02 22:35:37 -05:00
Brent Cook
13b704d4d3 fix extra comma in amd64 normalization 2018-05-02 22:35:27 -05:00
Brent Cook
0974145a9e better separate linux and non-linux checks for clock_gettime 2018-04-06 04:21:20 -05:00
Brent Cook
d34dcede69 Land #414, Build and run regression tests against shared libraries with CMake 2018-04-01 19:05:18 -05:00
kinichiro
650487dbe9 Build and run regression tests against shared libraries with CMake 2018-03-27 21:40:52 +09:00
Brent Cook
a98f8a3a13 update changelog 2018-03-25 22:32:00 -05:00
Brent Cook
55c0cacca0 Land #406, use BUILD_SHARED_LIBS 2018-03-25 19:21:16 -05:00
Brent Cook
89e5bc5227 refine changelog 2018-03-23 18:52:08 -05:00
Brent Cook
31a66e1c5b Land #412, fix builds for macos 10.11 2018-03-23 18:15:50 -05:00
Brent Cook
31c98c2969 always allow upstream time.h to be visible 2018-03-23 15:35:58 -05:00
Brent Cook
862cd768b7 fix clock_gettime check in cmake 2018-03-23 13:52:12 -05:00
Brent Cook
6b513a1c78 add proper guard and typedef 2018-03-23 13:45:05 -05:00
Brent Cook
4b2a8cd1c1 adjust definition of compat clock_gettime 2018-03-23 11:10:16 -05:00
Brent Cook
28041ddc32 update changelog 2018-03-22 23:37:43 -05:00
Brent Cook
70e6be3d6e move clock_gettime check out 2018-03-22 21:43:06 -05:00
Brent Cook
158281bdfe AC_CHECK_FUNC does not set the define, prefer AC_CHECK_FUNCS 2018-03-22 21:32:25 -05:00
Brent Cook
7ffaf00415 hide clock_gettime on win32 2018-03-22 21:11:46 -05:00
Brent Cook
987aa6a084 add clock_gettime for macos 10.11 and earlier 2018-03-22 21:04:43 -05:00
Brent Cook
78600e9bec changelog fixes, update windows compatibility 2018-03-21 14:13:06 -05:00
Don
4d753badc0 Cleanup options around tests 2018-03-21 11:33:38 -07:00
Don
a1c22d93cd Have travis do shared and static builds 2018-03-21 10:55:55 -07:00
Don
26bebfc564 Use BUILD_SHARED_LIBS to specify library type 2018-03-21 10:24:52 -07:00
Brent Cook
c22031f0fc update man links 2018-03-21 06:05:55 -05:00
Brent Cook
83e352466e update changelog 2018-03-21 06:03:13 -05:00
Brent Cook
0f7e193c80 Land #409, disable ssltest for now in appveyor 2018-03-21 05:10:27 -05:00
Don
3f61652f26
Temporarily turn off ssltest
Currently ssltest does not run on AppVeyor. Turn this test off until it can be run in CI.
2018-03-20 22:00:08 -07:00
Don
8b72e6aca6
Add timeout and output for failure 2018-03-20 21:27:13 -07:00