bobsayshilol
34394e7ee0
Misc fixes to bring portable in line with upstream.
2018-11-07 23:45:17 +00:00
Brent Cook
d826f2dfc1
s/renegotion/renegotiation/
2018-10-17 08:42:53 -05:00
Brent Cook
046af104b8
fixes
2018-10-16 12:20:16 -05:00
Brent Cook
59f700cc0a
Add 2.8.2 stable changelog
2018-10-16 03:16:27 -05:00
Brent Cook
156cdf6d19
Handle running from a directory with a space in the name.
...
from phrocker@ on github
2018-10-16 02:56:34 -05:00
kinichiro
0b8343ace3
Fix cmake to generate proper Libs.private in .pc files
2018-10-05 22:59:44 +09:00
kinichiro
f819a2bce7
Fix cmake linking libraries
2018-10-03 20:35:36 +09:00
Brent Cook
8bce9f9da4
update links
2018-09-26 04:28:19 -05:00
Brent Cook
68096a1914
move LibreSSL-native API addition to separate entry
2018-09-23 18:23:10 -05:00
Brent Cook
ff0f15acec
update tap driver
2018-09-23 14:04:35 -05:00
Brent Cook
b7a580e86a
implement app_timer_real
2018-09-23 14:04:26 -05:00
Brent Cook
35dbed1ae9
update Changelog
2018-09-23 12:51:51 -05:00
kinichiro
4fe24eb56d
Disable unveil
2018-08-22 00:12:56 +09: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