summaryrefslogtreecommitdiffstats
path: root/doc/man3
AgeCommit message (Expand)Author
2023-07-01Fix OSSL_PROVIDER_try_load() retain_fallbacks docDuncan Thomson
2023-06-26add note about retrieving error stackVladimĂ­r Kotal
2023-06-23Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streamsTomas Mraz
2023-06-16QUIC: Allow application to trigger TXKUHugo Landau
2023-06-15apps/ca.c: Handle EVP_PKEY_get_default_digest_name() returning 1 with "UNDEF"Richard Levitte
2023-06-15Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau
2023-06-06Add SSL_get0_group_name() to get name of the group used for KEXAlex Bozarth
2023-06-06doc: note that out ChaCha20 isn't standard compliant.Pauli
2023-06-02[feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes ...Jairus Christensen
2023-06-01CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb
2023-05-29SSL_handle_events(): Minor fixes to documentationHugo Landau
2023-05-29QUIC: Update documentation to reflect compatibility of DTLS APIsHugo Landau
2023-05-29QUIC: Update documentation for SSL_get_event_timeoutHugo Landau
2023-05-29QUIC Documentation: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-05-25Clarify how to return string dataWatson Ladd
2023-05-24Update the msg_callback documentationMatt Caswell
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2023-05-12QUIC: Documentation fixHugo Landau
2023-05-12QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau
2023-05-12QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau
2023-05-12QUIC MSST: Revise SSL_get_conn_close_info API (char)Hugo Landau
2023-05-12QUIC MSST: Documentation fixesHugo Landau
2023-05-12QUIC MSST: Further documentation fixesHugo Landau
2023-05-12QUIC MSST: Documentation fixesHugo Landau
2023-05-12QUIC MSST: Documentation updatesHugo Landau
2023-05-12QUIC MSST: Add documentation for new APIsHugo Landau
2023-05-12CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb
2023-05-12Fix typos found by codespellDimitri Papadopoulos
2023-05-12Clarify documentation of SSL_SESSION_dupWatson Ladd
2023-05-05Update the min/max proto function documentation for QUICMatt Caswell
2023-05-01doc: note that the stack find functions no longer modify the stackPauli
2023-04-28ASN1_OCTET_STRING_new() calls ASN1_STRING_type_new(V_ASN1_OCTET_STRING)Vladimir Kotal
2023-04-27Correct the SSL_rstate_string*() APIs to match realityMatt Caswell
2023-04-26doc: document that the "info" KDF param concatenatesPauli
2023-04-21Added a macro OSSL_DISPATCH_END as marker of the end of OSSL_DISPATCH arraysIrak Rigia
2023-04-18OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and docDr. David von Oheimb
2023-04-14Fix a HPKE API to put libctx, propq as last (optional parameters).slontis
2023-04-11Updated return value of PEM_write_TYPE() and PEM_write_bio_TYPE() in man-pages.Jeeban Sethi
2023-04-04Update the documentation for SSL_version et alMatt Caswell
2023-03-31doc: Fix typo in EVP_EncryptInit.podSamuel Lee (ENS/CRYPTO)
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-28Fix documentation of X509_VERIFY_PARAM_add0_policy()Tomas Mraz
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb
2023-03-25Update the EVP_PKEY_get_id documentationMichael Baentsch
2023-03-22QUIC: Add history section to SSL_inject_net_dgram()Hugo Landau
2023-03-22QUIC: Add support for datagram injectionHugo Landau
2023-03-21cmp: fix --strict-warnings windows buildsFdaSilvaYY
2023-03-21nit: tidy-up code, and fix a typo.FdaSilvaYY
2023-03-18sleep.c: Limit the sleep time instead of sleeping for days or even yearsTomas Mraz
2023-03-15Do not fail if ctx dup does not succeedSimo Sorce