| Commit message (Expand) | Author | Files | Lines |
2020-07-05 | util/markdownlint.rb: Add two rule exceptions: MD023 and MD026 | Dr. David von Oheimb | 1 | -0/+2 |
2020-07-05 | apps: remove NULL check imn release_engine since ENGINE_free also does it. | Pauli | 1 | -3/+2 |
2020-07-05 | coverity 1464983: null pointer dereference | Pauli | 1 | -33/+35 |
2020-07-05 | coverity 1464984: Null pointer dereferences | Pauli | 1 | -3/+3 |
2020-07-05 | cmp: remove NULL check. | Pauli | 1 | -2/+1 |
2020-07-05 | coverity: CID 1464987: USE AFTER FREE | Pauli | 1 | -1/+1 |
2020-07-05 | rand: avoid caching RNG parameters. | Pauli | 2 | -29/+14 |
2020-07-05 | Refactor the EVP_RAND code to make locking issues less likely | Pauli | 1 | -67/+149 |
2020-07-05 | rand: fix recursive locking issue. | Pauli | 1 | -18/+11 |
2020-07-05 | Fix typos and repeated words | Gustaf Neumann | 107 | -172/+170 |
2020-07-04 | Configuration and build: Fix solaris tags | Richard Levitte | 2 | -1/+2 |
2020-07-04 | util/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/ | Richard Levitte | 1 | -1/+0 |
2020-07-04 | NOTE.WIN: suggest the audetecting configuration variant as well | Richard Levitte | 1 | -1/+2 |
2020-07-04 | util/perl/OpenSSL/config.pm: move misplaced Windows and VMS entries | Richard Levitte | 1 | -12/+14 |
2020-07-03 | Fix a typo in the i2d_TYPE_fp documentation | Matt Caswell | 1 | -1/+1 |
2020-07-03 | Don't run the cmp_cli tests if using FUZZING_BUILD_MODE | Matt Caswell | 1 | -3/+8 |
2020-07-03 | If an empty password is supplied still try to use it | Matt Caswell | 1 | -6/+9 |
2020-07-03 | Ensure a string is properly terminated in http_client.c | Matt Caswell | 1 | -4/+9 |
2020-07-03 | 81-test_cmp_cli.t: Correct subroutine quote_spc_empty and its use | Dr. David von Oheimb | 1 | -2/+2 |
2020-07-03 | 81-test_cmp_cli.t: Streamline {start,stop}_mock_server and improve port setting | Dr. David von Oheimb | 1 | -12/+13 |
2020-07-03 | test/run_tests.pl: Add alias REPORT_FAILURES{,_PROGRESS} for VF and VFP | Dr. David von Oheimb | 2 | -6/+9 |
2020-07-03 | test/run_tests.pl: Add visual separator after failed test case for VFP and VF... | Dr. David von Oheimb | 1 | -0/+1 |
2020-07-03 | test/run_tests.pl: Enhance the semantics of HARNESS_VERBOSE_FAILURES (VF) | Dr. David von Oheimb | 3 | -24/+21 |
2020-07-03 | Configure: fix handling of build.info attributes with value | Richard Levitte | 1 | -3/+3 |
2020-07-03 | Fix up build issue when running cpp tests | Jon Spillett | 1 | -0/+4 |
2020-07-03 | doc: Remove stray backtick | Jakub Wilk | 1 | -1/+1 |
2020-07-02 | Configure: Check source and build dir equality a little more thoroughly | Richard Levitte | 1 | -2/+33 |
2020-07-02 | [test/README.md] minor fix of examples missing the test target | Nicola Tuveri | 1 | -3/+3 |
2020-07-02 | Travis: default to HARNESS_JOBS=4 | Nicola Tuveri | 1 | -0/+1 |
2020-07-02 | Run tests in parallel | Nicola Tuveri | 2 | -0/+22 |
2020-07-02 | Fix memory leaks on OSSL_SERIALIZER_CTX_new_by_EVP_PKEY | Nicola Tuveri | 1 | -2/+3 |
2020-07-02 | Free pre_proc_exts in SSL_free() | MiĆosz Kaniewski | 1 | -0/+2 |
2020-07-02 | doc: remove reference to the predecessor of SHA-1. | Pauli | 1 | -3/+0 |
2020-07-01 | Don't forget our provider ctx when resetting | Matt Caswell | 8 | -0/+16 |
2020-07-01 | X509v3_cache_extensions(): Improve coding style and doc, fix case 'sha1 == NULL' | Dr. David von Oheimb | 2 | -28/+42 |
2020-07-01 | Add X509_self_signed(), extending and improving documenation and tests | Dr. David von Oheimb | 9 | -51/+107 |
2020-07-01 | Move doc of X509{,_REQ,_CRL}_verify{,_ex}() from X509_sign.pod to new X509_ve... | Dr. David von Oheimb | 2 | -45/+92 |
2020-07-01 | Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued() | Dr. David von Oheimb | 8 | -34/+52 |
2020-07-01 | Optimization and safety precaution in find_issuer() of x509_vfy.c: | Dr. David von Oheimb | 1 | -1/+5 |
2020-07-01 | Add four more verify test cases on the self-signed Ed25519 and self-issed X25... | Dr. David von Oheimb | 1 | -2/+14 |
2020-07-01 | Make x509 -force_pubkey test case with self-issued cert more realistic | Dr. David von Oheimb | 2 | -2/+11 |
2020-07-01 | Refactor (without semantic changes) crypto/x509/{v3_purp.c,x509_vfy.c} | Dr. David von Oheimb | 5 | -55/+78 |
2020-07-01 | Improve documentation, layout, and code comments regarding self-issued certs ... | Dr. David von Oheimb | 11 | -139/+183 |
2020-06-30 | Fix a typo on the SSL_dup page | Matt Caswell | 1 | -2/+2 |
2020-06-30 | Fix CID-1464802 | Shane Lontis | 2 | -5/+5 |
2020-06-30 | Force ssl/tls protocol flags to use stream sockets | Benny Baumann | 1 | -0/+20 |
2020-06-30 | rand: include the CPU source in a build. | Pauli | 1 | -1/+1 |
2020-06-30 | rand: fix CPU and timer sources. | Pauli | 4 | -4/+6 |
2020-06-29 | Add --fips-key configuration parameter to fipsinstall application. | Rich Salz | 18 | -34/+112 |
2020-06-28 | INSTALL.md and NOTES.VALGRIND: Further cleanup of references and code/symbol ... | Dr. David von Oheimb | 2 | -120/+124 |