summaryrefslogtreecommitdiffstats
path: root/doc/man3
AgeCommit message (Expand)Author
2022-10-07Update the SSL_CTX_set1_groups documentationMatt Caswell
2022-10-07Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte
2022-10-06Rename ossl_sleep() to OSSL_sleep() and make it publicRichard Levitte
2022-10-04Fix examples related to BIO_do_acceptDaniel Fiala
2022-09-26Add documentation for the OPENSSL_gmtime functionsTodd Short
2022-09-23Allow PKCS12 export to set arbitrary bag attributesGraham Woodward
2022-09-23Fix error return values from BIO_ctrl_(w)pending()Tomas Mraz
2022-09-23Add HPKE DHKEM provider support for EC, X25519 and X448.slontis
2022-09-23OSSL_PROVIDER_set_default_search_path() return valueolszomal
2022-09-23BIO_s_dgram_pairHugo Landau
2022-09-16Add documentation and test for EVP_PBE_alg_addDaniel Fiala
2022-09-15Fix a typo in the function nameAkshat Maheshwari
2022-09-14Add support for loading root CAs from Windows crypto APIHugo Landau
2022-09-07OSSL_trace_enabled.pod: add missing synopsis for OSSL_TRACE()Dr. David von Oheimb
2022-09-02Fix many inconsistencies in doc of CMS_verify() and PKC7_verify() etc.Dr. David von Oheimb
2022-09-01Document the return value of OSSL_LIB_CTX_load_config()Tomas Mraz
2022-09-01Fix documented max. length for info buffer in HKDFTobias Brunner
2022-08-24CMP: correct handling of fallback subject in OSSL_CMP_CTX_setup_CRM() and its...Dr. David von Oheimb
2022-08-24add missing CRMF API function OSSL_CRMF_CERTTEMPLATE_get0_publicKey()Dr. David von Oheimb
2022-08-24X509: clean up doc and implementation of X509{,_REQ}_check_private_key()Dr. David von Oheimb
2022-08-24add missing doc of X509_REQ_get_extensions() and X509_REQ_add_extensions{,_ni...Dr. David von Oheimb
2022-08-23OSSL_HTTP_REQ_CTX_nbio: add support for partial content-type string matchingDr. David von Oheimb
2022-08-19BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau
2022-08-18Add some documentation for X509_gmtime_adj()Matt Caswell
2022-08-18X509: Add "code sign" as purpose for verification of certificatesLutz Jaenicke
2022-08-18Clarify documentation in regards to EC key parametersTomas Mraz
2022-08-17Correct the documentation for OPENSSL_MALLOC_FDMatt Caswell
2022-08-04Change name of parameter in documentation from sigret to sigKurt Roeckx
2022-08-04Properly document deprecation of DH_new() and related functionsTomas Mraz
2022-08-04Fix EC_KEY_set_private_key() NULL priv_key docsRoberto Hueso Gomez
2022-08-03Note that EVP_CIPHER_get_iv_length returns negative values on errorPauli
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short
2022-07-28Add some documentation for the BIO_s_mem() datagram capabilityMatt Caswell
2022-07-26x509_lu.c and x509_vfy.c: improve coding style, comments, and related docDr. David von Oheimb
2022-07-26Fix error in LHASH documentationPauli
2022-07-22Fix error in example.Pauli
2022-07-21X509_STORE_CTX_purpose_inherit(): add missing details to its documentationDr. David von Oheimb
2022-07-20Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb
2022-07-19Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb
2022-07-16CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb
2022-07-16CMS_add0_cert.pod: various improvements of the descriptionDr. David von Oheimb
2022-07-15Added paragraph to free objects alloced by X509V3_add1_i2d()Allan
2022-07-15Updated X509v3_get_ext_by_NID.pod and X509_CRL_get0_by_serial.podAllan
2022-07-12OSSL_trace_set_channel.pod and openssl.pod: fix missing/inconsistent category...Dr. David von Oheimb
2022-07-06http_client.c: fix comment and documentation of the memory BIOs usedDr. David von Oheimb
2022-07-06OSSL_HTTP_open(): improve use of use_ssl and its documentationDr. David von Oheimb
2022-07-06Fix typos in SSL_CTX_use_certificate.pod fileEasySec
2022-06-30Documentation update for EVP_set_default_propertiesslontis
2022-06-28SSL_get_current_cipher() and SSL_get_pending_cipher() return 'const SSL_CIPHE...olszomal
2022-06-28CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb