aboutsummaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-04adjust 1.3 wordageBob Beck1-5/+7
2020-04-05Update ChangeLogkinichiro1-0/+4
2020-04-04Changelog updatesBrent Cook1-0/+20
2020-03-31crypto: regenerate crypto_portable.symDmitry Baryshkov1-1/+2
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-26Add android 10 buildkinichiro1-2/+2
2020-03-26Fix android buildkinichiro2-33/+2
2020-03-25crypto: do not include gost.h into noinst_HEADERSDmitry Baryshkov1-1/+0
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-14disable clienttestBrent Cook2-6/+8
the current handshakes contain dynamic content, which breaks this test
2020-03-14remove d1_enc.cBrent Cook2-2/+0
2020-03-02Crypto target properties when building static libsDan Nestor1-11/+9
2020-03-02TLS target properties when building static libsDan Nestor1-11/+9
2020-03-02SSL target properties when building static libsDan Nestor1-11/+9
2020-02-15rebase patchesBrent Cook2-27/+26
2020-02-15add new libssl filesBrent Cook2-0/+6
2020-02-15update manpage linksBrent Cook1-0/+2
2020-01-26add tls_error for cmake buildsBrent Cook2-1/+2
2020-01-26tls13_error.c was recently added upstream.Darren Tucker1-0/+1
Fixes link error when building.
2020-01-09Install ocspcheck.8 manualkinichiro1-0/+2
2019-12-19Include FindPackageHandleStandardArgs before use.Michael John1-0/+2
The function 'FindPackageHandleStandardArgs' needs to be included before used.
2019-11-30update man linksBrent Cook1-8/+34
2019-11-30update netcat patchBrent Cook1-9/+9
2019-11-18add tls13_server.cBrent Cook2-0/+2
2019-11-16Override the default path of cert.pem in libtlskinichiro2-4/+4
2019-11-07add PLATFORM_LDADD to libsslBrent Cook1-1/+1
2019-11-07re-add CMS to openssl(1)Brent Cook2-0/+2
2019-11-03enable cmstestBrent Cook2-0/+10
2019-11-03remove extra cms in cmacBrent Cook1-3/+3
2019-11-03add cms to portable buildBrent Cook2-3/+35
2019-10-27rebased netcat patchBrent Cook1-17/+17
2019-10-273.0.2 changelogBrent Cook1-0/+15
2019-10-20initial support for midipixØrjan Malde3-1/+9
2019-10-07Add OSS-Fuzz fuzzing badgeAbhishek Arya1-1/+1
2019-09-30update manpage linksv3.0.1Brent Cook1-0/+91
2019-09-303.0.1 changelogBrent Cook1-0/+17
2019-09-20Check for existing uninstall target before creating.Matthew Albrecht1-6/+8
2019-09-09add cms.h to public headersBrent Cook1-1/+1
2019-09-09remove duplicate copy of public headerBrent Cook1-1/+0
2019-09-09update portable for latest build changesBrent Cook2-0/+5
2019-08-01update ChangeLogv3.0.0Brent Cook1-0/+23
2019-07-28Use posix_win.c functions on WIN32kinichiro4-66/+6
- 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-26Force binary mode for open() on WIN32kinichiro2-4/+28
Reported by @ulfworsoe https://github.com/libressl-portable/portable/issues/542
2019-07-14Enable speed on win32kinichiro4-2/+167
- Use thread and sleep instead of signal and alarm, on win32 - Disable -multi option on win32 since fork is hard to implement
2019-07-09Fix illegal pkg-config file generatedkinichiro1-1/+3
2019-06-19update linksBrent Cook1-1/+0
2019-06-13Add regress bn_to_stringkinichiro3-0/+13
2019-06-12default to a directory that is not world-creatableBrent Cook1-1/+1
2019-06-10sigh, add back the quotes for CBrent Cook1-1/+1
2019-06-10use something else by default for Windows builds (match dist-win.sh)Brent Cook1-2/+6
2019-06-10let cmake handle quoting itselfBrent Cook1-2/+2
2019-06-10remove comments and unify fixupsBrent Cook2-15/+11