| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimize SM2 on aarch64 | Xu Yizhou | 2023-08-24 | 1 | -0/+4 |
* | Enable QUIC by default | Matt Caswell | 2023-07-06 | 1 | -3/+2 |
* | add no-docs option | Vladimír Kotal | 2023-06-28 | 1 | -0/+4 |
* | Allow to disable apps building with no-apps | Vladimír Kotal | 2023-06-23 | 1 | -0/+5 |
* | add no-http | Vladimír Kotal | 2023-06-19 | 1 | -0/+4 |
* | Fix typos found by codespell | Dimitri Papadopoulos | 2023-06-15 | 1 | -1/+1 |
* | INSTALL: document shared library pinning for static builds | Matthias St. Pierre | 2023-06-12 | 1 | -5/+13 |
* | Added 'hybrid CRT' targets for the Windows platform | klaus triendl | 2023-03-14 | 1 | -2/+3 |
* | Use $config{build_file} instead of $target{build_file} | Richard Levitte | 2023-02-01 | 1 | -0/+8 |
* | INSTALL.md: Remove trailing space | Tomas Mraz | 2022-12-22 | 1 | -2/+2 |
* | INSTALL.md: Fix typo | Matheus Cunha | 2022-12-22 | 1 | -3/+2 |
* | Add ZSTD compression support (RFC8478bis) | Todd Short | 2022-10-18 | 1 | -0/+37 |
* | Add brotli compression support (RFC7924) | Todd Short | 2022-10-18 | 1 | -3/+45 |
* | crypto: add preemptive threading support | Čestmír Kalina | 2022-10-17 | 1 | -0/+21 |
* | Fixed some grammar and spelling | Thiago Suchorski | 2022-10-09 | 1 | -1/+1 |
* | Remove `no-{ssl|tls|tls1_3|dtls}-method` in INSTALL.md | Slanterns | 2022-07-27 | 1 | -1/+1 |
* | Configure: Add disablable for QUIC, disabled by default | Tomas Mraz | 2022-06-03 | 1 | -0/+5 |
* | Add TFO support to socket BIO and s_client/s_server | Todd Short | 2022-03-10 | 1 | -0/+4 |
* | Fix typos | Dimitris Apostolou | 2022-01-05 | 1 | -1/+1 |
* | Documentation for RNDR and RNDRRS | Orr Toledano | 2021-12-16 | 1 | -1/+2 |
* | Use '[option...]' not '[[ options ]]' in text | Rich Salz | 2021-09-07 | 1 | -21/+12 |
* | always use the same perl in $PATH | a1346054 | 2021-09-02 | 1 | -1/+1 |
* | Replace CONFIG_NOWAIT env var with -w option | Rich Salz | 2021-08-20 | 1 | -6/+7 |
* | Minor doc enhancements to INSTALL.md | Rich Salz | 2021-08-19 | 1 | -14/+23 |
* | Add documentation about the multilib postfix and libdir | Tomas Mraz | 2021-08-13 | 1 | -2/+6 |
* | Enable ssl-trace by default | Arran Cudbard-Bell | 2021-06-10 | 1 | -3/+6 |
* | Add --banner config option | Rich Salz | 2021-05-14 | 1 | -0/+5 |
* | acvp-test: disable the ACVP testing code by default | Pauli | 2021-05-02 | 1 | -2/+2 |
* | acvp: fix the no-acvp_test build | Pauli | 2021-04-30 | 1 | -1/+1 |
* | README-FIPS: document the installation of the FIPS provider | Dr. Matthias St. Pierre | 2021-04-29 | 1 | -2/+2 |
* | Moved build instructions from the man page | Andrey Matyukov | 2021-03-29 | 1 | -2/+38 |
* | Remove the external BoringSSL test | Tomas Mraz | 2021-03-26 | 1 | -1/+1 |
* | Fix error-checking compiles for mutex | Rich Salz | 2021-03-11 | 1 | -0/+7 |
* | Unify the markdown links to the NOTES and README files | Dr. Matthias St. Pierre | 2021-02-12 | 1 | -7/+7 |
* | Revise some renamings of NOTES and README files | Dr. Matthias St. Pierre | 2021-02-12 | 1 | -8/+8 |
* | VMS documentation fixes | Richard Levitte | 2021-02-12 | 1 | -6/+6 |
* | Add a configure time option to disable the fetch cache. | Pauli | 2021-02-12 | 1 | -0/+8 |
* | {.travis,ci,appveyor}.yml: Make minimal config consistent, add no-deprecated ... | Dr. David von Oheimb | 2020-12-04 | 1 | -0/+5 |
* | [DOC]Fix two broken links in INSTALL.md; Change name of zlib flag to the curr... | Liang Liu | 2020-11-28 | 1 | -2/+2 |
* | Change markdown link style in README, INSTALL, SUPPORT and CONTRIBUTING | Dr. Matthias St. Pierre | 2020-10-18 | 1 | -9/+9 |
* | INSTALL.md: Drop trailing spaces on a line | Tomas Mraz | 2020-10-09 | 1 | -1/+1 |
* | Document install_fips in INSTALL.md | Richard Levitte | 2020-10-08 | 1 | -0/+3 |
* | Add option to fipsinstall to disable fips security checks at run time. | Shane Lontis | 2020-09-18 | 1 | -0/+5 |
* | install: add notes about ignored seed sources in the FIPS provider. | Pauli | 2020-07-17 | 1 | -1/+5 |
* | Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md files | Dr. David von Oheimb | 2020-07-05 | 1 | -12/+12 |
* | Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt | Dr. David von Oheimb | 2020-07-05 | 1 | -15/+19 |
* | Fix typos and repeated words | Gustaf Neumann | 2020-07-05 | 1 | -7/+7 |
* | test/run_tests.pl: Enhance the semantics of HARNESS_VERBOSE_FAILURES (VF) | Dr. David von Oheimb | 2020-07-03 | 1 | -3/+3 |
* | Add --fips-key configuration parameter to fipsinstall application. | Rich Salz | 2020-06-29 | 1 | -0/+14 |
* | INSTALL.md and NOTES.VALGRIND: Further cleanup of references and code/symbol ... | Dr. David von Oheimb | 2020-06-28 | 1 | -116/+120 |