summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2022-01-19doc: document digest and cipher dup functionsPauli
2022-01-18Fix mistake in ERR_peek_error_all documentation.Kevin Jones
2022-01-17Fix typo in SSL_CTX_set_dh_autoEasySec
2022-01-14Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb
2022-01-12Clarify the int param getter documentationMatt Caswell
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2022-01-07v2i_AUTHORITY_KEYID(): Improve error reporting on parsing config values/optionsDr. David von Oheimb
2022-01-05Fix typosDimitris Apostolou
2022-01-04CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...Dr. David von Oheimb
2022-01-04X509_cmp.pod: Point out that the X509_NAME_cmp() arguments may be NULLDr. David von Oheimb
2022-01-03X509V3_set_ctx(): Improve documentationDr. David von Oheimb
2022-01-03pem_password_cb: Clarify the documentation on passphrasesTomas Mraz
2021-12-30APPS/cmp: improve diagnostics for presence of TLS optionsDr. David von Oheimb
2021-12-30OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb
2021-12-28document additional stack push error codeMichael Baentsch
2021-12-22HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback functionDr. David von Oheimb
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-12-15APPS/cmp: Fix logic and doc of mutually exclusive -server/-use_mock_srv/-port...Dr. David von Oheimb
2021-12-13Enhance the explanation of selector bits in provider-keymgmt(7)Richard Levitte
2021-12-13Fix EVP_PKEY_eq() to be possible to use with strictly private keysRichard Levitte
2021-12-11Fix faulty detail in BN_rand() manualRichard Levitte
2021-12-10changes opensssl typos to opensslSam Eaton
2021-12-09APPS/cmp: Fix use of OPENSSL_NO_SOCK: options like -server do not make sense ...Dr. David von Oheimb
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-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-06Clarify the deprecation warnings in the docsMatt Caswell
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-11-30More detailed explanation how do engines work in 3.0Dmitry Belyavskiy
2021-11-28doc: remove non-existent callbacksPauli
2021-11-26BIO_push.pod: fix confusing text and add details on corner casesDr. David von Oheimb
2021-11-25doc: fix macro namePauli
2021-11-24Clarify and correct the EVP_CTRL_AEAD_SET_TAG docsMatt Caswell
2021-11-24Support different R_BITS lengths for KBKDFPatrick Uiterwijk
2021-11-23DOC: Add a few previously documented functionsRichard Levitte
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-22Fix the return check of OBJ_obj2txtPW Hu
2021-11-17Add documentation for some of the missing environment variables.Pauli
2021-11-15Clarify the PEM docsMatt Caswell
2021-11-15BIO_s_connect(): Enable BIO_gets()Dr. David von Oheimb
2021-11-12Use a write lock during ossl_provider_find()Matt Caswell
2021-11-12Stop receiving child callbacks in a child libctx when appropriateMatt Caswell
2021-11-12Don't attempt to deactive child providers if we don't need toMatt Caswell
2021-11-12doc: Document outcome of multiple digestsign/digestverify callsTomas Mraz