Brent Cook
387d2ae261
change windows compatibility stubs for pthread_t to be more like other OSes
2018-11-11 11:00:00 -06:00
Brent Cook
ff7a18318c
include header
2018-11-11 10:59:15 -06:00
Brent Cook
1cb05b51c1
Land #439 , Add portable scaffold for SM3
2018-11-11 09:14:41 -06:00
Brent Cook
1e2937e1a2
added crypto_lock portable bits
2018-11-11 09:14:00 -06:00
Brent Cook
ba2fe0e949
add simple Windows lock implementation
2018-11-11 09:06:13 -06:00
Brent Cook
3172a42c45
add Makefile.am.elf-arm
2018-11-11 08:35:14 -06:00
Brent Cook
8f32297dce
add arm asm support via autoconf/make
2018-11-11 02:08:55 -06:00
Brent Cook
9c6e9f0995
initial 32-bit arm assembly optimization support
2018-11-11 00:24:35 -06:00
Brent Cook
e7d11baaae
enable optimizations for all cmake builds
2018-11-09 18:29:06 -06:00
Brent Cook
f5ec56f4c5
latest updates
2018-11-09 12:12:30 -06:00
Brent Cook
6564332d4d
add key_schedule test, tls13 key schedule bits
2018-11-08 13:59:55 -07:00
Brent Cook
940accb52c
bn_rand_interval requires a static library symbol
2018-11-08 11:23:44 -06:00
Brent Cook
bcf5c3e29e
add x509name test
2018-11-07 22:45:27 -06:00
Brent Cook
04ad19529d
add bn_rand_interval test
2018-11-07 22:38:07 -06:00
Brent Cook
11bb39ecf6
Rediffed patches for merge fuzz
2018-11-07 20:04:11 -06:00
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
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