Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-04 | adjust 1.3 wordage | Bob Beck | 1 | -5/+7 | |
2020-04-05 | Update ChangeLog | kinichiro | 1 | -0/+4 | |
2020-04-04 | Changelog updates | Brent Cook | 1 | -0/+20 | |
2020-03-31 | crypto: regenerate crypto_portable.sym | Dmitry Baryshkov | 1 | -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-26 | Add android 10 build | kinichiro | 1 | -2/+2 | |
2020-03-26 | Fix android build | kinichiro | 2 | -33/+2 | |
2020-03-25 | crypto: do not include gost.h into noinst_HEADERS | Dmitry Baryshkov | 1 | -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-14 | disable clienttest | Brent Cook | 2 | -6/+8 | |
the current handshakes contain dynamic content, which breaks this test | |||||
2020-03-14 | remove d1_enc.c | Brent Cook | 2 | -2/+0 | |
2020-03-02 | Crypto target properties when building static libs | Dan Nestor | 1 | -11/+9 | |
2020-03-02 | TLS target properties when building static libs | Dan Nestor | 1 | -11/+9 | |
2020-03-02 | SSL target properties when building static libs | Dan Nestor | 1 | -11/+9 | |
2020-02-15 | rebase patches | Brent Cook | 2 | -27/+26 | |
2020-02-15 | add new libssl files | Brent Cook | 2 | -0/+6 | |
2020-02-15 | update manpage links | Brent Cook | 1 | -0/+2 | |
2020-01-26 | add tls_error for cmake builds | Brent Cook | 2 | -1/+2 | |
2020-01-26 | tls13_error.c was recently added upstream. | Darren Tucker | 1 | -0/+1 | |
Fixes link error when building. | |||||
2020-01-09 | Install ocspcheck.8 manual | kinichiro | 1 | -0/+2 | |
2019-12-19 | Include FindPackageHandleStandardArgs before use. | Michael John | 1 | -0/+2 | |
The function 'FindPackageHandleStandardArgs' needs to be included before used. | |||||
2019-11-30 | update man links | Brent Cook | 1 | -8/+34 | |
2019-11-30 | update netcat patch | Brent Cook | 1 | -9/+9 | |
2019-11-18 | add tls13_server.c | Brent Cook | 2 | -0/+2 | |
2019-11-16 | Override the default path of cert.pem in libtls | kinichiro | 2 | -4/+4 | |
2019-11-07 | add PLATFORM_LDADD to libssl | Brent Cook | 1 | -1/+1 | |
2019-11-07 | re-add CMS to openssl(1) | Brent Cook | 2 | -0/+2 | |
2019-11-03 | enable cmstest | Brent Cook | 2 | -0/+10 | |
2019-11-03 | remove extra cms in cmac | Brent Cook | 1 | -3/+3 | |
2019-11-03 | add cms to portable build | Brent Cook | 2 | -3/+35 | |
2019-10-27 | rebased netcat patch | Brent Cook | 1 | -17/+17 | |
2019-10-27 | 3.0.2 changelog | Brent Cook | 1 | -0/+15 | |
2019-10-20 | initial support for midipix | Ørjan Malde | 3 | -1/+9 | |
2019-10-07 | Add OSS-Fuzz fuzzing badge | Abhishek Arya | 1 | -1/+1 | |
2019-09-30 | update manpage linksv3.0.1 | Brent Cook | 1 | -0/+91 | |
2019-09-30 | 3.0.1 changelog | Brent Cook | 1 | -0/+17 | |
2019-09-20 | Check for existing uninstall target before creating. | Matthew Albrecht | 1 | -6/+8 | |
2019-09-09 | add cms.h to public headers | Brent Cook | 1 | -1/+1 | |
2019-09-09 | remove duplicate copy of public header | Brent Cook | 1 | -1/+0 | |
2019-09-09 | update portable for latest build changes | Brent Cook | 2 | -0/+5 | |
2019-08-01 | update ChangeLogv3.0.0 | Brent Cook | 1 | -0/+23 | |
2019-07-28 | Use posix_win.c functions on WIN32 | kinichiro | 4 | -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-26 | Force binary mode for open() on WIN32 | kinichiro | 2 | -4/+28 | |
Reported by @ulfworsoe https://github.com/libressl-portable/portable/issues/542 | |||||
2019-07-14 | Enable speed on win32 | kinichiro | 4 | -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-09 | Fix illegal pkg-config file generated | kinichiro | 1 | -1/+3 | |
2019-06-19 | update links | Brent Cook | 1 | -1/+0 | |
2019-06-13 | Add regress bn_to_string | kinichiro | 3 | -0/+13 | |
2019-06-12 | default to a directory that is not world-creatable | Brent Cook | 1 | -1/+1 | |
2019-06-10 | sigh, add back the quotes for C | Brent Cook | 1 | -1/+1 | |
2019-06-10 | use something else by default for Windows builds (match dist-win.sh) | Brent Cook | 1 | -2/+6 | |
2019-06-10 | let cmake handle quoting itself | Brent Cook | 1 | -2/+2 | |
2019-06-10 | remove comments and unify fixups | Brent Cook | 2 | -15/+11 | |