summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2023-07-14Add FIPS build instructionsslontis
2023-07-13EVP_PKEY_{en,de}capsulate.pod: fix glitches and add some detail and hintsDr. David von Oheimb
2023-07-10CMP: support specifying certificate to be revoked via issuer and serial numberRajeev Ranjan
2023-07-07QUIC err handling: Save and restore error stateTomas Mraz
2023-07-05Rework options handlingHugo Landau
2023-07-05Minor updatesHugo Landau
2023-07-05Remove unused server codeHugo Landau
2023-07-05Minor fixesHugo Landau
2023-07-05QUIC SSL: Block SSL_clearHugo Landau
2023-07-05QUIC SSL: Block SSL_dupHugo Landau
2023-07-05QUIC SSL: SSL_set_quiet_shutdownHugo Landau
2023-07-05QUIC SSL: Restrict SSL_CTX_set_ssl_version, SSL_set_ssl_methodHugo Landau
2023-07-05QUIC SSL: SSL_set_fd for BIO_s_datagramHugo Landau
2023-07-05QUIC SSL: HelloRetryRequestHugo Landau
2023-07-05QUIC SSL: Buffer ManagementHugo Landau
2023-07-05QUIC SSL: Prohibit early data functionailtyHugo Landau
2023-07-05QUIC SSL: Prohibit readahead-related functionsHugo Landau
2023-07-05QUIC: Implement SSL_rstate_string(_long)Hugo Landau
2023-07-05QUIC: Prohibit post-handshake authHugo Landau
2023-07-05QUIC: Forbid NPNHugo Landau
2023-07-05QUIC TLS: Prohibit SRTP-related calls for QUIC TLSHugo Landau
2023-07-05doc: update ref count doc in light of refactoringPauli
2023-07-03Document the effect of SSL_OP_CLEANSE_PLAINTEXT on send stream dataTomas Mraz
2023-07-01Fix OSSL_PROVIDER_try_load() retain_fallbacks docDuncan Thomson
2023-07-01openssl-rsautl.pod: Add missing commaJakub Wilk
2023-07-01Fix new typos found by codespell in documentationDimitri Papadopoulos
2023-07-01Fix new typos found by codespell in man pagesDimitri Papadopoulos
2023-06-28design proposal: fast param location outlinePauli
2023-06-28Add a tutorial on writing a simple blocking QUIC clientMatt Caswell
2023-06-28Miscellaneous updatesHugo Landau
2023-06-28Multi-Stream APIHugo Landau
2023-06-28QUIC API: More minor tweaksHugo Landau
2023-06-28QUIC API: Minor tweaksHugo Landau
2023-06-28QUIC API Overview: Add SSL API triage listHugo Landau
2023-06-28QUIC API: Shutdown handling, etc.Hugo Landau
2023-06-28QUIC API Overview: Add Q&A, minor fixesHugo Landau
2023-06-28QUIC API Overview Design DocumentHugo Landau
2023-06-28Add support for SHA256/192Fergus Dall
2023-06-26add note about retrieving error stackVladimĂ­r Kotal
2023-06-23Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streamsTomas Mraz
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