aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-18[EC] harden EC_KEY against leaks from memory accessesNicola Tuveri1-2/+72
2020-02-18[PROV][KEYMGMT][EC] Import/export of priv_key as padded const time BNNicola Tuveri2-16/+148
2020-02-18[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri22-97/+2150
2020-02-18[CMS] Test decryption of a ciphertext encrypted from 1.1.1Nicola Tuveri2-1/+39
2020-02-18[EC] Constify internal EC_KEY pointer usageNicola Tuveri1-2/+2
2020-02-18[PROV][KEYMGMT][DH][DSA] use BN_clear_free for secretsNicola Tuveri2-2/+2
2020-02-18x86_64: Don't assume 8-byte pointer sizeH.J. Lu4-52/+167
2020-02-18DOC:Fix typos in x509v3_config.podAlex Boboc1-1/+1
2020-02-18DOC:Fix typos in man5/config.podAlex Boboc1-1/+1
2020-02-18DOC:Fix typos in openssl-enc.pod.in + openssl.podAlex Boboc2-3/+3
2020-02-18DOC:Fix typos in ossl_cmp_print_log.podAlex Boboc1-1/+1
2020-02-18DOC:Fix typos in ossl_param_bld_initAlex Boboc1-2/+2
2020-02-18Deprecate EC command line apps.Pauli9-33/+91
2020-02-18TEST: Optionally silence OpenSSL::Test::setup()Richard Levitte2-2/+4
2020-02-18TEST: Modify test/recipes/tconversion.pl to leave artifacts behindRichard Levitte1-3/+0
2020-02-18TEST: Modify test/recipes/80-test_ssl_old.t to leave artifacts behindRichard Levitte1-38/+0
2020-02-18TEST: Modify test/recipes/80-test_ssl_new.t to leave artifacts behindRichard Levitte1-8/+5
2020-02-18TEST: Modify test/recipes/80-test_ocsp.t to leave artifacts behindRichard Levitte1-3/+4
2020-02-18TEST: Modify test/recipes/80-test_cms.t to leave artifacts behindRichard Levitte1-340/+391
2020-02-18TEST: Modify test/recipes/80-test_ca.t to leave artifacts behindRichard Levitte1-4/+0
2020-02-18TEST: Modify test/recipes/20-test_pkeyutl.t to leave artifacts behindRichard Levitte1-11/+8
2020-02-18TEST: Modify test/recipes/20-test_enc_more.t to leave artifacts behindRichard Levitte1-3/+0
2020-02-18TEST: Modify test/recipes/25-test_x509.t to leave artifacts behindRichard Levitte1-8/+6
2020-02-18TEST: Modify test/recipes/25-test_req.t to leave artifacts behindRichard Levitte1-16/+14
2020-02-18TEST: Modify test/recipes/25-test_crl.t to leave artifacts behindRichard Levitte1-1/+0
2020-02-18TEST: Modify test/recipes/20-test_enc.t to leave artifacts behindRichard Levitte1-3/+0
2020-02-18TEST: Modify test/recipes/20-test_dgst.t to leave artifacts behindRichard Levitte1-6/+6
2020-02-18TEST: Modify test/recipes/15-test_rsapss.t to leave artifacts behindRichard Levitte1-1/+0
2020-02-18TEST: Modify test/recipes/15-test_mp_rsa.t to leave artifacts behindRichard Levitte1-24/+29
2020-02-18TEST: Create test specific output directoriesRichard Levitte6-51/+31
2020-02-18DOC: Add documentation related to X509_LOOKUPsRichard Levitte6-26/+223
2020-02-18Fix podchecker warningsRichard Levitte1-3/+2
2020-02-18Make util/find-doc-nits runnable from the build treeRichard Levitte2-23/+196
2020-02-17ffc: use sizeof(*pointer) instead of sizeof(struct) in memset(3) call.Pauli1-1/+1
2020-02-17Coverity 1458438: fix uninitialised memory access.Pauli1-1/+1
2020-02-17Coverity 1458439: fix resource leakPauli1-0/+1
2020-02-17chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb45-156/+2133
2020-02-17fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb21-212/+266
2020-02-17improve CMP logging according to comments on CMP chunk 7 previewDr. David von Oheimb9-169/+289
2020-02-17add internal doc files actually belonging to CMP contribution chunk 6Dr. David von Oheimb4-1/+327
2020-02-17Also check for errors in x86_64-xlate.pl.David Benjamin163-163/+163
2020-02-17Add $debug variable and use itRich Salz1-1/+2
2020-02-17Fix a bug for aarch64 BigEndiansimplelins2-3/+14
2020-02-17crypto/bn: fix debug buildWataru Ashihara1-0/+1
2020-02-16Add FFC param/key validationShane Lontis28-221/+1300
2020-02-15x86_64: Add endbranch at function entries for Intel CETH.J. Lu9-0/+44
2020-02-15include/openssl/whrlpool.h: correct unbalanced deprecation guardsRichard Levitte1-3/+1
2020-02-15DOC: document in more detail what a BIO_read_ex() via BIO_f_buffer() doesRichard Levitte1-4/+14
2020-02-15Document OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friendsRichard Levitte2-1/+14
2020-02-14PROV: Build the main FIPS module code with FIPS_MODE definedRichard Levitte1-0/+1