summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2023-06-18Fix new typos found by codespellDimitri Papadopoulos
2023-06-16QUIC: Allow application to trigger TXKUHugo Landau
2023-06-16QUIC Glossary: TXKU, RXKU, KUHugo 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-15Fix typos found by codespellDimitri Papadopoulos
2023-06-14Fix minor issues in the demo/man pages for TLS client/blockingMatt Caswell
2023-06-14Split the blocking TLS client guide page into twoMatt Caswell
2023-06-14Add a tutorial on writing a simple blocking TLS clientMatt Caswell
2023-06-09apps/asn1parse: improve RFC7462 complianceDr. Matthias St. Pierre
2023-06-09Update CMAC cipher algorithm list and test cases.fisher.yu
2023-06-08build.info: Introduce special syntax for dependencies on script modulesRichard Levitte
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-02Fix documentation where openssl-genrsa is listed asDarana
2023-06-02[feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes ...Jairus Christensen
2023-06-01openssl-cmp.pod.in: tweak doc of -subject, -issuer, -keep_alive, and -untrustedDr. David von Oheimb
2023-06-01CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb
2023-06-01doc: update FIPS provider version informationPauli
2023-05-29Don't take a write lock when freeing an EVP_PKEYMatt Caswell
2023-05-29SSL_handle_events(): Minor fixes to documentationHugo Landau
2023-05-29QUIC: Rename SSL_tick etc. in man(7) docsHugo 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 Glossary: Add QCTXHugo Landau
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2023-05-23doc/fingerprints.txt: Add the OpenSSL OMC PGP key fingerprintRichard Levitte
2023-05-18Initial design for error handling in QUICTomas Mraz
2023-05-18Add support for --version and synonymsMarc Brooks
2023-05-17QUIC Documentation: update man(7) for multi-streamHugo Landau
2023-05-17QUIC man(7) DocumentationHugo 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: make updateHugo Landau
2023-05-12QUIC MSST: Add documentation for new APIsHugo Landau
2023-05-12CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb
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-10DLTS → DTLSDimitri Papadopoulos
2023-05-08Add some documentation for the new QUIC mode in s_clientMatt Caswell