summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-12-07Fix documentation for tlsext_ticket_keyMatt Caswell
2021-12-07X509V3_set_ctx(): Clarify subject/req parameter for constructing SAN email ad...Dr. David von Oheimb
2021-12-07X509V3_set_ctx(): Clarify use of subject/req parameter for constructing SKID ...Dr. David von Oheimb
2021-12-07Don't free the EVP_PKEY on error in set0_tmp_dh_pkey() functionsMatt Caswell
2021-12-07OSSL_HTTP_open(): clarify doc of 'server' arg and its use of BIO_new_connect()Dr. David von Oheimb
2021-12-07OSSL_HTTP_open(): Complete documentation of checks for server and proxy argsDr. David von Oheimb
2021-12-07OSSL_HTTP_set1_request(): Fix check for presence of port option and its docum...Dr. David von Oheimb
2021-12-07OBJ_obj2txt(): fix off-by-one documentation of the resultDr. David von Oheimb
2021-12-06Don't run the symbol presence test on windowsMatt Caswell
2021-12-06test_rsa: Test for PVK format conversionTomas Mraz
2021-12-06key_to_type_specific_pem_bio_cb: Use passphrase callback from the argumentsTomas Mraz
2021-12-06PVK decoder: prompt for PVK passphrase and not PEMTomas Mraz
2021-12-06Fix pvk encoder to properly query for the passphraseTomas Mraz
2021-12-06CI: Replace windows-2016 with windows-2022Tomas Mraz
2021-12-06Clarify the deprecation warnings in the docsMatt Caswell
2021-12-03OSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses with status code != 200Dr. David von Oheimb
2021-12-03parse_http_line1(): Fix diagnostic output on error and return codeDr. David von Oheimb
2021-12-03OSSL_HTTP_transfer.pod: Some clarifications on the BIO connect/disconnect cal...Dr. David von Oheimb
2021-12-03OSSL_HTTP_transfer.pod: Fix omission documenting the 'ok' parameter of OSSL_H...Dr. David von Oheimb
2021-12-03BIO_push.pod: fix confusing text and add details on corner casesDr. David von Oheimb
2021-12-02s_cb.c: check the return value of X509_get0_pubkey()x2018
2021-12-02check the return value of BN_dup() in rsa_lib.c:1248x2018
2021-12-01various kdfs: Always reset buflen after clearing the bufferTomas Mraz
2021-11-30TEST: Enable and fix test_bn2padded() in test/bntest.cRichard Levitte
2021-11-30More detailed explanation how do engines work in 3.0Dmitry Belyavskiy
2021-11-29No EtM for GOST ciphers in TLS 1.2Dmitry Belyavskiy
2021-11-29Return -1 properly from do_X509_REQ_verify and do_X509_verifyPW Hu
2021-11-29Don't include any TLSv1.3 ciphersuites that are disabledolszomal
2021-11-28doc: remove non-existent callbacksPauli
2021-11-27Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove
2021-11-26Don't delete the doc/html directories when cleaningMatt Caswell
2021-11-25check the return value of OPENSSL_strdup(CRYPTO_strdup) in apps/lib/app_rand....x2018
2021-11-25doc: fix macro namePauli
2021-11-25check the return value of OPENSSL_strdup(CRYPTO_strdup) to prevent potential ...x2018
2021-11-25check the return value of OPENSSL_strdup to prevent potential memory access e...x2018
2021-11-24Allow sign extension in OSSL_PARAM_allocate_from_text()Richard Levitte
2021-11-24Have OSSL_PARAM_allocate_from_text() raise error on unexpected neg numberRichard Levitte
2021-11-24Test the performance of OSSL_PARAM_allocate_from_text with arbitrary size intsRichard Levitte
2021-11-24Add test for copying uninitialized EVP_MD_CTXTomas Mraz
2021-11-24EVP_MD_CTX_copy_ex: Allow copying uninitialized digest contextsTomas Mraz
2021-11-24Clarify and correct the EVP_CTRL_AEAD_SET_TAG docsMatt Caswell
2021-11-24Fix detection of ARMv7 and ARM64 CPU features on FreeBSDAllan Jude
2021-11-23DOC: Add a few previously documented functionsRichard Levitte
2021-11-23Add test for EVP_PKEY_sign_init_ex with RSA PSS paddingTomas Mraz
2021-11-23rsa_signverify_init: Set the PARAMS after key is setTomas Mraz
2021-11-23DOC: OSSL_PARAM_{set,get,construct}_BN() currently only supports nonnegative ...Richard Levitte
2021-11-23Make OSSL_PARAM_BLD_push_BN{,_pad}() return an error on negative numbersRichard Levitte
2021-11-23Add a test case for duplicate engine loadingBernd Edlinger
2021-11-23Avoid loading of a dynamic engine twiceBernd Edlinger
2021-11-22SSL_export_keying_material: fix return checkPeiwei Hu