| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-12 | 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 |
* | Move test-related info from INSTALL.md to new test/README.md, updating refere... | Dr. David von Oheimb | 2020-06-28 | 1 | -112/+22 |
* | DOC: Mention Configure consistently | Richard Levitte | 2020-06-28 | 1 | -77/+52 |
* | INSTALL.md: Restore $ as command prompt indicator | Richard Levitte | 2020-06-27 | 1 | -22/+22 |
* | DOC: Fix link to test/README.external in INSTALL.md | Jean-Christophe Fillion-Robin | 2020-06-23 | 1 | -1/+1 |
* | test/run_tests.pl: Document new VFO and VFP modes in INSTALL.md | Dr. David von Oheimb | 2020-06-22 | 1 | -22/+30 |
* | Add ACVP fips module tests | Shane Lontis | 2020-06-17 | 1 | -0/+10 |
* | Fix all MD036 (emphasis used instead of heading) | Rich Salz | 2020-05-15 | 1 | -3/+4 |
* | Fix issues reported by markdownlint | Rich Salz | 2020-05-08 | 1 | -170/+142 |
* | Build files: add module installation targets | Richard Levitte | 2020-04-19 | 1 | -0/+15 |
* | INSTALL: document 'no-ui-console' rather than 'no-ui' | Richard Levitte | 2020-04-17 | 1 | -3/+3 |
* | Replace util/shlib_wrap.sh with util/wrap.pl in diverse docs | Richard Levitte | 2020-02-27 | 1 | -1/+1 |
* | doc: revamp the INSTALL file | Dr. Matthias St. Pierre | 2020-02-26 | 1 | -1183/+1651 |
* | doc: convert standard project docs to markdown | Dr. Matthias St. Pierre | 2020-02-26 | 1 | -0/+1339 |