summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-02-20Deprecate the low level RSA functions.Pauli
2020-02-20rsa: document deprecated RSA command line appsPauli
2020-02-20rsa: document deprecated low level functionsPauli
2020-02-20NEWS: DH, DSA, ECDH, ECDSA and RSA public key function deprecation notePauli
2020-02-20rsa.h: fix preprocessor indentationPauli
2020-02-20Remove unneeded switch statement to fix warningDane (4cad@silvertoque)
2020-02-19Handle max_fragment_length overflow for DTLSSimon Cornish
2020-02-18[PROV][EC] Update documentationNicola Tuveri
2020-02-18[BN] harden `BN_copy()` against leaks from memory accessesNicola Tuveri
2020-02-18[EC] harden EC_KEY against leaks from memory accessesNicola Tuveri
2020-02-18[PROV][KEYMGMT][EC] Import/export of priv_key as padded const time BNNicola Tuveri
2020-02-18[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri
2020-02-18[CMS] Test decryption of a ciphertext encrypted from 1.1.1Nicola Tuveri
2020-02-18[EC] Constify internal EC_KEY pointer usageNicola Tuveri
2020-02-18[PROV][KEYMGMT][DH][DSA] use BN_clear_free for secretsNicola Tuveri
2020-02-18x86_64: Don't assume 8-byte pointer sizeH.J. Lu
2020-02-18DOC:Fix typos in x509v3_config.podAlex Boboc
2020-02-18DOC:Fix typos in man5/config.podAlex Boboc
2020-02-18DOC:Fix typos in openssl-enc.pod.in + openssl.podAlex Boboc
2020-02-18DOC:Fix typos in ossl_cmp_print_log.podAlex Boboc
2020-02-18DOC:Fix typos in ossl_param_bld_initAlex Boboc
2020-02-18Deprecate EC command line apps.Pauli
2020-02-18TEST: Optionally silence OpenSSL::Test::setup()Richard Levitte
2020-02-18TEST: Modify test/recipes/tconversion.pl to leave artifacts behindRichard Levitte
2020-02-18TEST: Modify test/recipes/80-test_ssl_old.t to leave artifacts behindRichard Levitte
2020-02-18TEST: Modify test/recipes/80-test_ssl_new.t to leave artifacts behindRichard Levitte
2020-02-18TEST: Modify test/recipes/80-test_ocsp.t to leave artifacts behindRichard Levitte
2020-02-18TEST: Modify test/recipes/80-test_cms.t to leave artifacts behindRichard Levitte
2020-02-18TEST: Modify test/recipes/80-test_ca.t to leave artifacts behindRichard Levitte
2020-02-18TEST: Modify test/recipes/20-test_pkeyutl.t to leave artifacts behindRichard Levitte
2020-02-18TEST: Modify test/recipes/20-test_enc_more.t to leave artifacts behindRichard Levitte
2020-02-18TEST: Modify test/recipes/25-test_x509.t to leave artifacts behindRichard Levitte
2020-02-18TEST: Modify test/recipes/25-test_req.t to leave artifacts behindRichard Levitte
2020-02-18TEST: Modify test/recipes/25-test_crl.t to leave artifacts behindRichard Levitte
2020-02-18TEST: Modify test/recipes/20-test_enc.t to leave artifacts behindRichard Levitte
2020-02-18TEST: Modify test/recipes/20-test_dgst.t to leave artifacts behindRichard Levitte
2020-02-18TEST: Modify test/recipes/15-test_rsapss.t to leave artifacts behindRichard Levitte
2020-02-18TEST: Modify test/recipes/15-test_mp_rsa.t to leave artifacts behindRichard Levitte
2020-02-18TEST: Create test specific output directoriesRichard Levitte
2020-02-18DOC: Add documentation related to X509_LOOKUPsRichard Levitte
2020-02-18Fix podchecker warningsRichard Levitte
2020-02-18Make util/find-doc-nits runnable from the build treeRichard Levitte
2020-02-17ffc: use sizeof(*pointer) instead of sizeof(struct) in memset(3) call.Pauli
2020-02-17Coverity 1458438: fix uninitialised memory access.Pauli
2020-02-17Coverity 1458439: fix resource leakPauli
2020-02-17chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb
2020-02-17fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb
2020-02-17improve CMP logging according to comments on CMP chunk 7 previewDr. David von Oheimb
2020-02-17add internal doc files actually belonging to CMP contribution chunk 6Dr. David von Oheimb
2020-02-17Also check for errors in x86_64-xlate.pl.David Benjamin