summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2022-07-05Update copyright yearRichard Levitte
2022-07-01Documentation update for EVP_set_default_propertiesslontis
2022-06-28SSL_get_current_cipher() and SSL_get_pending_cipher() return 'const SSL_CIPHE...olszomal
2022-06-28Add missing documentation of OSSL_FUNC_store_export_object()Tomas Mraz
2022-06-28Correct doubled OSSL_OSSL when documenting OSSL_FUNC_.._fnTomas Mraz
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala
2022-06-24Added documentation for PEM_X509_INFO_read() and PEM_X509_INFO_read_bio()Allan
2022-06-21Update copyright yearMatt Caswell
2022-06-16Fix documentation of BIO_FLAGS_BASE64_NO_NLFraser Tweedale
2022-06-16Fix for OSSL_PARAM sample code referencing OSSL_PARAM_UTF8_PTRMichael Baentsch
2022-06-09Update SIV mode documentationTodd Short
2022-06-01doc: Fix keymgmt functions parametersLadislav Marko
2022-05-27The -no_legacy_server_connect option applies to clientTomas Mraz
2022-05-26Fix the defective check of EVP_PKEY_get_paramsPeiwei Hu
2022-05-18Documentation: X509_V_ERR_CERT_CHAIN_TOO_LONG is not unusedThomas Bellebaum
2022-05-16Fix BIO_get_ktls_send/recv to return 0 or 1 onlyTomas Mraz
2022-05-09Correct padding mode flag name for EVP_PKEY_decrypt/encrypt() examplesDimitry Andric
2022-05-09doc: Fix RSA public key parametersAhmed JELIJLI
2022-05-09Add documentation for key validation that indicates the difference between theslontis
2022-05-05Make it possible to remove methods by the provider that provides themRichard Levitte
2022-05-05Don't empty the method store when flushing the query cacheRichard Levitte
2022-05-05Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte
2022-05-05crmf_lib.c: Make sure Ed signature for POPO is called without digestDr. David von Oheimb
2022-05-03Update copyright yearMatt Caswell
2022-05-03Update Paul's pgp key signaturePauli
2022-04-27Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-04-27doc: replace "symmetric cipher" phrase in EVP_MD manpagesJan Engelhardt
2022-04-26pem_password_cb(3): References to other man pagesEasySec
2022-04-22Add Tomas Mraz key to release key fingerprintsTomas Mraz
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-31doc: fix example in ssh KDF man page.Pauli
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-18Fix documentation for provider-signatureHugo Landau
2022-03-18List missing operations in provider(7)Hugo Landau
2022-03-15Update copyright yearMatt Caswell
2022-03-15Add documentation of BN_mod_sqrt()Tomas Mraz
2022-03-14Fix documentation of parameters for DH and ECDH KEXTomas 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