summaryrefslogtreecommitdiffstats
path: root/doc/man3
AgeCommit message (Expand)Author
2021-12-14Update copyright yearMatt Caswell
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-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-12-03BIO_push.pod: fix confusing text and add details on corner casesDr. David von Oheimb
2021-11-24Clarify and correct the EVP_CTRL_AEAD_SET_TAG docsMatt Caswell
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-15Clarify the PEM docsMatt Caswell
2021-11-15Use a write lock during ossl_provider_find()Matt Caswell
2021-11-12doc: Document outcome of multiple digestsign/digestverify callsTomas Mraz
2021-11-08Fix errors in EVP_PKEY_fromdata examplesMatt Caswell
2021-11-02update doc: BN_bn2lebinpad() and BN_bn2nativepad()PW Hu
2021-10-28Fix return value error in doc, and an error testPW Hu
2021-10-27Clarify the documentation for the "byname" functionsMatt Caswell
2021-10-27EVP: Allow a fallback for operations that work with an EVP_PKEYRichard Levitte
2021-10-26Doc: replace `NULL` terminated with `NUL`Kinshuk Dua
2021-10-26doc: Fix some function signature errorsPW Hu
2021-10-25doc: Fix some function signature errorsPW Hu
2021-10-23OSSL_HTTP_transfer.pod: clarify that resulting BIO must be freedDr. David von Oheimb
2021-10-23OSSL_HTTP_REQ_CTX.pod: clarify that resulting BIO must not be freedDr. David von Oheimb
2021-10-22Note that SHA1 and MD5 x509 signatures are also forbidden at security level 1Arne Schwabe
2021-10-22Doc: be explicit about NUL in max_identity_lenKinshuk Dua
2021-10-22Fix documentation errors, mainly caused by return values of BIO_ctrlPW Hu
2021-10-22Fix some documentation errors related to return valuesPW Hu
2021-10-22doc: EVP_PKEY_get_utf8/octet_string_param() clarify NULL buffer behaviorTomas Mraz
2021-10-22doc: Document the type of label EVP_PKEY_CTX_set0_rsa_oaep_label properlyTomas Mraz
2021-10-22Add an additional note to EVP_DigestSign() documentationMatt Caswell
2021-10-20Fix function signature errorPW Hu
2021-10-04BIO_f_ssl.pod: Make clear where an SSL BIOs are expected as an argumentDr. David von Oheimb
2021-09-30doc/man3/SSL_set_fd.pod: add note about Windows compiler warningDr. Matthias St. Pierre
2021-09-28Fix some documentation errorsPeiwei Hu
2021-09-28EVP_PKEY_keygen_init has no argument named pkeyMattias Ellert
2021-09-22Remove extra comma in man page example codeMattias Ellert
2021-09-22doc: remove end of line whitespacePauli
2021-09-17Correct the documentation for SSL_set_num_tickets()Matt Caswell
2021-09-17Clarify what SSL_get_session() does on the server side in TLSv1.3Matt Caswell
2021-09-09Fix some documentation errorsPW Hu
2021-09-07 imporve documentationPW Hu