aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* PVK decoder: prompt for PVK passphrase and not PEMTomas Mraz2021-12-061-1/+1
* Fix pvk encoder to properly query for the passphraseTomas Mraz2021-12-063-7/+21
* Clarify the deprecation warnings in the docsMatt Caswell2021-12-0697-308/+330
* CI: Replace windows-2016 with windows-2022Tomas Mraz2021-12-062-5/+8
* OSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses with status code != 200Dr. David von Oheimb2021-12-031-6/+9
* parse_http_line1(): Fix diagnostic output on error and return codeDr. David von Oheimb2021-12-031-12/+12
* OSSL_HTTP_transfer.pod: Some clarifications on the BIO connect/disconnect cal...Dr. David von Oheimb2021-12-031-7/+10
* OSSL_HTTP_transfer.pod: Fix omission documenting the 'ok' parameter of OSSL_H...Dr. David von Oheimb2021-12-031-0/+1
* s_cb.c: check the return value of X509_get0_pubkey()x20182021-12-021-11/+29
* check the return value of BN_dup() in rsa_lib.c:1248x20182021-12-021-1/+4
* Refactor: a separate func for provider activation from configDmitry Belyavskiy2021-12-011-65/+75
* pvkkdf: Always reset buflen after clearing the bufferTomas Mraz2021-12-011-1/+3
* various kdfs: Always reset buflen after clearing the bufferTomas Mraz2021-11-306-4/+14
* More detailed explanation how do engines work in 3.0Dmitry Belyavskiy2021-11-301-0/+15
* No EtM for GOST ciphers in TLS 1.2Dmitry Belyavskiy2021-11-291-1/+5
* Return -1 properly from do_X509_REQ_verify and do_X509_verifyPW Hu2021-11-291-3/+15
* Don't include any TLSv1.3 ciphersuites that are disabledolszomal2021-11-291-6/+15
* doc: remove non-existent callbacksPauli2021-11-281-10/+1
* Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove2021-11-272-5/+34
* TEST: Enable and fix test_bn2padded() in test/bntest.cRichard Levitte2021-11-261-19/+15
* BIO_push.pod: fix confusing text and add details on corner casesDr. David von Oheimb2021-11-261-22/+31
* Enable brainpool curves for TLS1.3Bernd Edlinger2021-11-2611-50/+153
* Detect arm64-*-*bsd and enable assembly optimizationsAllan Jude2021-11-262-0/+9
* Don't delete the doc/html directories when cleaningMatt Caswell2021-11-261-4/+4
* check the return value of OPENSSL_strdup(CRYPTO_strdup) in apps/lib/app_rand....x20182021-11-251-1/+7
* doc: fix macro namePauli2021-11-251-1/+1
* check the return value of OPENSSL_strdup(CRYPTO_strdup) to prevent potential ...x20182021-11-251-0/+2
* check the return value of OPENSSL_strdup to prevent potential memory access e...x20182021-11-251-1/+1
* Allow sign extension in OSSL_PARAM_allocate_from_text()Richard Levitte2021-11-241-5/+17
* Have OSSL_PARAM_allocate_from_text() raise error on unexpected neg numberRichard Levitte2021-11-244-0/+10
* Test the performance of OSSL_PARAM_allocate_from_text with arbitrary size intsRichard Levitte2021-11-241-28/+71
* Add test for copying uninitialized EVP_MD_CTXTomas Mraz2021-11-241-0/+17
* EVP_MD_CTX_copy_ex: Allow copying uninitialized digest contextsTomas Mraz2021-11-241-2/+11
* Clarify and correct the EVP_CTRL_AEAD_SET_TAG docsMatt Caswell2021-11-241-6/+8
* x509: Return a nonzero exit code on error when checking ip/email/hostRami Khaldi2021-11-243-49/+67
* Fix detection of ARMv7 and ARM64 CPU features on FreeBSDAllan Jude2021-11-241-6/+9
* Support different R_BITS lengths for KBKDFPatrick Uiterwijk2021-11-247-11/+1924
* DOC: Add a few previously documented functionsRichard Levitte2021-11-233-8/+4
* Add test for EVP_PKEY_sign_init_ex with RSA PSS paddingTomas Mraz2021-11-231-3/+39
* rsa_signverify_init: Set the PARAMS after key is setTomas Mraz2021-11-231-6/+10
* DOC: OSSL_PARAM_{set,get,construct}_BN() currently only supports nonnegative ...Richard Levitte2021-11-231-0/+6
* Make OSSL_PARAM_BLD_push_BN{,_pad}() return an error on negative numbersRichard Levitte2021-11-232-0/+11
* Add a test case for duplicate engine loadingBernd Edlinger2021-11-231-2/+21
* Avoid loading of a dynamic engine twiceBernd Edlinger2021-11-234-1/+101
* Fix HTTP server port output and allow dynamic verbosity settingDr. David von Oheimb2021-11-226-41/+74
* SSL_export_keying_material: fix return checkPeiwei Hu2021-11-222-4/+4
* BIO_set_indent: fix return checkPeiwei Hu2021-11-221-1/+1
* BIO_set_prefix: fix return checkPeiwei Hu2021-11-221-1/+1
* EVP_RAND_generate: fix return checkPeiwei Hu2021-11-221-1/+1
* asn1_item_embed_d2i: fix th return checkPeiwei Hu2021-11-221-2/+2