summaryrefslogtreecommitdiffstats
path: root/doc/man3
AgeCommit message (Expand)Author
2022-04-26pem_password_cb(3): References to other man pagesEasySec
2022-04-21Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy
2022-04-19doc: Clarify that calling SSL_set_session(ssl, NULL) is a correct use case.EasySec
2022-04-07Document {SSL|SSL_CTX}_set_{purpose|trust}()Hugo Landau
2022-04-07Document SSL_CTX_get_ssl_methodHugo Landau
2022-04-05Document the fact that setting a BIO create function means the BIO will no lo...Arran Cudbard-Bell
2022-03-29Fix typo in manpage SSL_CONF_cmd(3)Hugo Landau
2022-03-28Remove statistics tracking from LHASHHugo Landau
2022-03-25ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short
2022-03-18OSSL_CMP_CTX_new.pod: make references to private key consistent with OSSL_CMP...Dr. David von Oheimb
2022-03-18OSSL_CMP_MSG_get0_header.pod: re-phrase two lenthy otherwise clauses as listsDr. David von Oheimb
2022-03-18SSL_CTX_set_verify.pod: move a note further down where it fits betterDr. David von Oheimb
2022-03-15Update copyright yearMatt Caswell
2022-03-15Add documentation of BN_mod_sqrt()Tomas Mraz
2022-03-14Add manpages for SSL_get_certificate, SSL_get_private_keyHugo Landau
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz
2022-03-12OSSL_CMP_CTX_setup_CRM(): Fix handling of defaults from CSR and refcertDr. David von Oheimb
2022-03-11DOC: TLS compression is disabled by defaultTodd Short
2022-03-02Improve documentation of BIO_FLAGS_BASE64_NO_NL flag.Daniel
2022-02-28Correct the UnsafeLegacyServerConnect docsMatt Caswell
2022-02-28Change `strlen' argument name to `strlength' to avoid c++ reserved words.Pauli
2022-02-24X509_VERIFY_PARAM_set_flags.pod: fix typosCarlo Teubner
2022-02-24Undeprecate OPENSSL_VERSION_NUMBER and OpenSSL_version_num()Matt Caswell
2022-02-22X509V3_get_d2i.pod: use I<> for arguments and remove B<> around NULLDr. David von Oheimb
2022-02-22X509V3_get_d2i.pod: Fix glitch on X509V3_get{,_ext}_d2i and align orderDr. David von Oheimb
2022-02-07doc: Add hint to use EVP_PKEY_get_bn_param to retrieve big integersTomas Mraz
2022-02-07Correct return type for BIO_ptr_ctrlThomas1664
2022-02-02Document purpose and trust setting functionsMatt Caswell
2022-01-20Clarify flags argument of X509_check_ipTobias Nießen
2022-01-18Fix mistake in ERR_peek_error_all documentation.Kevin Jones
2022-01-17Fix typo in SSL_CTX_set_dh_autoEasySec
2022-01-12Clarify the int param getter documentationMatt Caswell
2022-01-03pem_password_cb: Clarify the documentation on passphrasesTomas Mraz
2021-12-28document additional stack push error codeMichael Baentsch
2021-12-24permitting no/empty digest in core_obj_add_sigid for openssl-3.0Michael Baentsch
2021-12-22HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback functionDr. David von Oheimb
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