Dmitry Baryshkov
d54b9c15bd
crypto: regenerate crypto_portable.sym
...
Make crypto_portable.sym depend on crypto.sym and libcrypto.so on
crypto_portable.sym to rebuild library if one of symbol files changes.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2020-03-31 15:03:46 +03:00
Brent Cook
81e279b691
Land #575 , fix android build
2020-03-26 19:01:20 -05:00
kinichiro
6edfcc97dd
Add android 10 build
2020-03-26 20:26:08 +09:00
kinichiro
8dd38c066f
Fix android build
2020-03-26 20:24:26 +09:00
Dmitry Baryshkov
d62235af81
crypto: do not include gost.h into noinst_HEADERS
...
gost/gost.h will go into include/openssl/, no need to duplicate it into crypto/gost directory
Signed-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2020-03-25 12:35:26 +03:00
Brent Cook
b462bfdbc9
disable clienttest
...
the current handshakes contain dynamic content, which breaks this test
2020-03-14 06:41:54 -05:00
Brent Cook
c156a72a6f
remove d1_enc.c
2020-03-14 06:22:31 -05:00
Dan Nestor
8fdc5252cc
Crypto target properties when building static libs
2020-03-02 11:44:40 +01:00
Dan Nestor
b10a3363df
TLS target properties when building static libs
2020-03-02 11:44:04 +01:00
Dan Nestor
3e645e1ba2
SSL target properties when building static libs
2020-03-02 11:43:27 +01:00
Brent Cook
14dd93c37a
rebase patches
2020-02-15 11:32:11 -06:00
Brent Cook
7f3bfc8922
add new libssl files
2020-02-15 11:21:26 -06:00
Brent Cook
748be28266
update manpage links
2020-02-15 11:21:16 -06:00
Brent Cook
fe8b761bb3
Land #565 , install ocspcheck.8 manual
2020-01-26 17:15:05 -06:00
Brent Cook
1dc5ece7a9
add tls_error for cmake builds
2020-01-26 08:44:16 -06:00
Darren Tucker
7f45db27db
tls13_error.c was recently added upstream.
...
Fixes link error when building.
2020-01-26 08:39:43 -06:00
kinichiro
6dc8d2be3b
Install ocspcheck.8 manual
2020-01-09 21:33:28 +09:00
Michael John
306b634d2f
Include FindPackageHandleStandardArgs before use.
...
The function 'FindPackageHandleStandardArgs' needs to be included before used.
2019-12-19 13:56:59 -05:00
Brent Cook
5542c1828a
update man links
2019-11-30 03:51:37 -06:00
Brent Cook
da75637d83
update netcat patch
2019-11-30 03:50:54 -06:00
Brent Cook
77216eec7a
add tls13_server.c
2019-11-18 01:20:04 -06:00
kinichiro
0ab2955f9e
Override the default path of cert.pem in libtls
2019-11-16 20:17:37 +09:00
Brent Cook
3e0f7e90e2
add PLATFORM_LDADD to libssl
2019-11-07 19:01:05 -06:00
Brent Cook
73fb0f8991
re-add CMS to openssl(1)
2019-11-07 18:24:37 -06:00
Brent Cook
71751791cf
enable cmstest
2019-11-03 21:11:23 -06:00
Brent Cook
d8bfe23353
remove extra cms in cmac
2019-11-03 06:47:45 -06:00
Brent Cook
3c51ff271e
add cms to portable build
2019-11-03 06:24:47 -06:00
Brent Cook
f662008da6
rebased netcat patch
2019-10-27 09:28:56 -05:00
Brent Cook
b8d4bf7922
Land #553 , add initial support for midipix
2019-10-27 06:08:53 -05:00
Brent Cook
bc3de1c9d4
Land #550 , add OSS-Fuzz badge
2019-10-27 06:08:18 -05:00
Brent Cook
f490e28bd8
3.0.2 changelog
2019-10-27 06:07:59 -05:00
Ørjan Malde
b80c4bf262
initial support for midipix
2019-10-20 20:22:22 +02:00
Abhishek Arya
e5b4fbc4e6
Add OSS-Fuzz fuzzing badge
2019-10-07 17:24:51 -07:00
Brent Cook
6de156f87c
update manpage links
2019-09-30 04:14:12 -05:00
Brent Cook
bc038c7ebf
3.0.1 changelog
2019-09-30 04:10:08 -05:00
Matthew Albrecht
a4338ca124
Check for existing uninstall target before creating.
2019-09-20 15:15:11 -05:00
Brent Cook
dd210a6fc3
add cms.h to public headers
2019-09-09 23:40:50 -05:00
Brent Cook
935dedc22c
remove duplicate copy of public header
2019-09-09 22:08:34 -05:00
Brent Cook
b43bee6451
update portable for latest build changes
2019-09-09 22:00:57 -05:00
Brent Cook
d2f8b48ed8
update ChangeLog
2019-08-01 05:31:02 -05:00
kinichiro
856d0511d6
Use posix_win.c functions on WIN32
...
- read() returns bytes count as 1 for crlf unless binary mode isn't
specified with open(). Reported by @ulfworsoe in libressl-portable#542
- err could be WSANOTINITIALISED when WSAStartup() is not called
2019-07-28 19:10:47 +09:00
kinichiro
0e3d93fc1d
Force binary mode for open() on WIN32
...
Reported by @ulfworsoe https://github.com/libressl-portable/portable/issues/542
2019-07-26 22:26:13 +09:00
kinichiro
30e91bc6d2
Enable speed on win32
...
- Use thread and sleep instead of signal and alarm, on win32
- Disable -multi option on win32 since fork is hard to implement
2019-07-14 19:45:34 +09:00
Brent Cook
9e5a54ac92
Land #540 , fix pkg-config
2019-07-11 21:15:39 -05:00
kinichiro
389145ed42
Fix illegal pkg-config file generated
2019-07-09 20:56:17 +09:00
Brent Cook
e7446637dd
update links
2019-06-19 16:34:27 -05:00
Brent Cook
b182399748
Land #535 , add regress bn_to_string
2019-06-12 21:56:42 -05:00
kinichiro
5d686726ec
Add regress bn_to_string
2019-06-13 10:15:28 +09:00
Brent Cook
b3e2e71310
default to a directory that is not world-creatable
2019-06-12 09:08:17 -05:00
Brent Cook
5ed7cf2553
sigh, add back the quotes for C
2019-06-10 07:07:44 -05:00