summaryrefslogtreecommitdiffstats
path: root/crypto/sm2 (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-05util/markdownlint.rb: Add two rule exceptions: MD023 and MD026Dr. David von Oheimb1-0/+2
2020-07-05apps: remove NULL check imn release_engine since ENGINE_free also does it.Pauli1-3/+2
2020-07-05coverity 1464983: null pointer dereferencePauli1-33/+35
2020-07-05coverity 1464984: Null pointer dereferencesPauli1-3/+3
2020-07-05cmp: remove NULL check.Pauli1-2/+1
2020-07-05coverity: CID 1464987: USE AFTER FREEPauli1-1/+1
2020-07-05rand: avoid caching RNG parameters.Pauli2-29/+14
2020-07-05Refactor the EVP_RAND code to make locking issues less likelyPauli1-67/+149
2020-07-05rand: fix recursive locking issue.Pauli1-18/+11
2020-07-05Fix typos and repeated wordsGustaf Neumann107-172/+170
2020-07-04Configuration and build: Fix solaris tagsRichard Levitte2-1/+2
2020-07-04util/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/Richard Levitte1-1/+0
2020-07-04NOTE.WIN: suggest the audetecting configuration variant as wellRichard Levitte1-1/+2
2020-07-04util/perl/OpenSSL/config.pm: move misplaced Windows and VMS entriesRichard Levitte1-12/+14
2020-07-03Fix a typo in the i2d_TYPE_fp documentationMatt Caswell1-1/+1
2020-07-03Don't run the cmp_cli tests if using FUZZING_BUILD_MODEMatt Caswell1-3/+8
2020-07-03If an empty password is supplied still try to use itMatt Caswell1-6/+9
2020-07-03Ensure a string is properly terminated in http_client.cMatt Caswell1-4/+9
2020-07-0381-test_cmp_cli.t: Correct subroutine quote_spc_empty and its useDr. David von Oheimb1-2/+2
2020-07-0381-test_cmp_cli.t: Streamline {start,stop}_mock_server and improve port settingDr. David von Oheimb1-12/+13
2020-07-03test/run_tests.pl: Add alias REPORT_FAILURES{,_PROGRESS} for VF and VFPDr. David von Oheimb2-6/+9
2020-07-03test/run_tests.pl: Add visual separator after failed test case for VFP and VF...Dr. David von Oheimb1-0/+1
2020-07-03test/run_tests.pl: Enhance the semantics of HARNESS_VERBOSE_FAILURES (VF)Dr. David von Oheimb3-24/+21
2020-07-03Configure: fix handling of build.info attributes with valueRichard Levitte1-3/+3
2020-07-03Fix up build issue when running cpp testsJon Spillett1-0/+4
2020-07-03doc: Remove stray backtickJakub Wilk1-1/+1
2020-07-02Configure: Check source and build dir equality a little more thoroughlyRichard Levitte1-2/+33
2020-07-02[test/README.md] minor fix of examples missing the test targetNicola Tuveri1-3/+3
2020-07-02Travis: default to HARNESS_JOBS=4Nicola Tuveri1-0/+1
2020-07-02Run tests in parallelNicola Tuveri2-0/+22
2020-07-02Fix memory leaks on OSSL_SERIALIZER_CTX_new_by_EVP_PKEYNicola Tuveri1-2/+3
2020-07-02Free pre_proc_exts in SSL_free()MiƂosz Kaniewski1-0/+2
2020-07-02doc: remove reference to the predecessor of SHA-1.Pauli1-3/+0
2020-07-01Don't forget our provider ctx when resettingMatt Caswell8-0/+16
2020-07-01X509v3_cache_extensions(): Improve coding style and doc, fix case 'sha1 == NULL'Dr. David von Oheimb2-28/+42
2020-07-01Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb9-51/+107
2020-07-01Move doc of X509{,_REQ,_CRL}_verify{,_ex}() from X509_sign.pod to new X509_ve...Dr. David von Oheimb2-45/+92
2020-07-01Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb8-34/+52
2020-07-01Optimization and safety precaution in find_issuer() of x509_vfy.c:Dr. David von Oheimb1-1/+5
2020-07-01Add four more verify test cases on the self-signed Ed25519 and self-issed X25...Dr. David von Oheimb1-2/+14
2020-07-01Make x509 -force_pubkey test case with self-issued cert more realisticDr. David von Oheimb2-2/+11
2020-07-01Refactor (without semantic changes) crypto/x509/{v3_purp.c,x509_vfy.c}Dr. David von Oheimb5-55/+78
2020-07-01Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb11-139/+183
2020-06-30Fix a typo on the SSL_dup pageMatt Caswell1-2/+2
2020-06-30Fix CID-1464802Shane Lontis2-5/+5
2020-06-30Force ssl/tls protocol flags to use stream socketsBenny Baumann1-0/+20
2020-06-30rand: include the CPU source in a build.Pauli1-1/+1
2020-06-30rand: fix CPU and timer sources.Pauli4-4/+6
2020-06-29Add --fips-key configuration parameter to fipsinstall application.Rich Salz18-34/+112
2020-06-28INSTALL.md and NOTES.VALGRIND: Further cleanup of references and code/symbol ...Dr. David von Oheimb2-120/+124