summaryrefslogtreecommitdiffstats
path: root/util/echo.pl (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-06Don't run the symbol presence test on windowsMatt Caswell1-1/+2
2021-12-06test_rsa: Test for PVK format conversionTomas Mraz2-5/+21
2021-12-06key_to_type_specific_pem_bio_cb: Use passphrase callback from the argumentsTomas Mraz1-1/+1
2021-12-06PVK decoder: prompt for PVK passphrase and not PEMTomas Mraz1-1/+1
2021-12-06Fix pvk encoder to properly query for the passphraseTomas Mraz3-7/+21
2021-12-06Clarify the deprecation warnings in the docsMatt Caswell97-308/+330
2021-12-06CI: Replace windows-2016 with windows-2022Tomas Mraz2-5/+8
2021-12-03OSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses with status code != 200Dr. David von Oheimb1-6/+9
2021-12-03parse_http_line1(): Fix diagnostic output on error and return codeDr. David von Oheimb1-12/+12
2021-12-03OSSL_HTTP_transfer.pod: Some clarifications on the BIO connect/disconnect cal...Dr. David von Oheimb1-7/+10
2021-12-03OSSL_HTTP_transfer.pod: Fix omission documenting the 'ok' parameter of OSSL_H...Dr. David von Oheimb1-0/+1
2021-12-02s_cb.c: check the return value of X509_get0_pubkey()x20181-11/+29
2021-12-02check the return value of BN_dup() in rsa_lib.c:1248x20181-1/+4
2021-12-01Refactor: a separate func for provider activation from configDmitry Belyavskiy1-65/+75
2021-12-01pvkkdf: Always reset buflen after clearing the bufferTomas Mraz1-1/+3
2021-11-30various kdfs: Always reset buflen after clearing the bufferTomas Mraz6-4/+14
2021-11-30More detailed explanation how do engines work in 3.0Dmitry Belyavskiy1-0/+15
2021-11-29No EtM for GOST ciphers in TLS 1.2Dmitry Belyavskiy1-1/+5
2021-11-29Return -1 properly from do_X509_REQ_verify and do_X509_verifyPW Hu1-3/+15
2021-11-29Don't include any TLSv1.3 ciphersuites that are disabledolszomal1-6/+15
2021-11-28doc: remove non-existent callbacksPauli1-10/+1
2021-11-27Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove2-5/+34
2021-11-26TEST: Enable and fix test_bn2padded() in test/bntest.cRichard Levitte1-19/+15
2021-11-26BIO_push.pod: fix confusing text and add details on corner casesDr. David von Oheimb1-22/+31
2021-11-26Enable brainpool curves for TLS1.3Bernd Edlinger11-50/+153
2021-11-26Detect arm64-*-*bsd and enable assembly optimizationsAllan Jude2-0/+9
2021-11-26Don't delete the doc/html directories when cleaningMatt Caswell1-4/+4
2021-11-25check the return value of OPENSSL_strdup(CRYPTO_strdup) in apps/lib/app_rand....x20181-1/+7
2021-11-25doc: fix macro namePauli1-1/+1
2021-11-25check the return value of OPENSSL_strdup(CRYPTO_strdup) to prevent potential ...x20181-0/+2
2021-11-25check the return value of OPENSSL_strdup to prevent potential memory access e...x20181-1/+1
2021-11-24Allow sign extension in OSSL_PARAM_allocate_from_text()Richard Levitte1-5/+17
2021-11-24Have OSSL_PARAM_allocate_from_text() raise error on unexpected neg numberRichard Levitte4-0/+10
2021-11-24Test the performance of OSSL_PARAM_allocate_from_text with arbitrary size intsRichard Levitte1-28/+71
2021-11-24Add test for copying uninitialized EVP_MD_CTXTomas Mraz1-0/+17
2021-11-24EVP_MD_CTX_copy_ex: Allow copying uninitialized digest contextsTomas Mraz1-2/+11
2021-11-24Clarify and correct the EVP_CTRL_AEAD_SET_TAG docsMatt Caswell1-6/+8
2021-11-24x509: Return a nonzero exit code on error when checking ip/email/hostRami Khaldi3-49/+67
2021-11-24Fix detection of ARMv7 and ARM64 CPU features on FreeBSDAllan Jude1-6/+9
2021-11-24Support different R_BITS lengths for KBKDFPatrick Uiterwijk7-11/+1924
2021-11-23DOC: Add a few previously documented functionsRichard Levitte3-8/+4
2021-11-23Add test for EVP_PKEY_sign_init_ex with RSA PSS paddingTomas Mraz1-3/+39
2021-11-23rsa_signverify_init: Set the PARAMS after key is setTomas Mraz1-6/+10
2021-11-23DOC: OSSL_PARAM_{set,get,construct}_BN() currently only supports nonnegative ...Richard Levitte1-0/+6
2021-11-23Make OSSL_PARAM_BLD_push_BN{,_pad}() return an error on negative numbersRichard Levitte2-0/+11
2021-11-23Add a test case for duplicate engine loadingBernd Edlinger1-2/+21
2021-11-23Avoid loading of a dynamic engine twiceBernd Edlinger4-1/+101
2021-11-22Fix HTTP server port output and allow dynamic verbosity settingDr. David von Oheimb6-41/+74
2021-11-22SSL_export_keying_material: fix return checkPeiwei Hu2-4/+4
2021-11-22BIO_set_indent: fix return checkPeiwei Hu1-1/+1