summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2023-08-16Improve documentation for BIO_s_memNeil Horman
2023-08-15http_server.c: allow clients to connect with IPv6Dr. David von Oheimb
2023-08-10OSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request()}: backward compat w.r.t...Dr. David von Oheimb
2023-08-08make updateMatt Caswell
2023-08-08Provide an introductory page to the whole OpenSSL guideMatt Caswell
2023-08-08Incorporate the ssl man page into the OpenSSL guideMatt Caswell
2023-08-08Incorporate the crypto man page into the OpenSSL guideMatt Caswell
2023-08-08Provide an introduction to the OpenSSL librariesMatt Caswell
2023-08-08Resolve some of the TODO(QUIC) itemsTomas Mraz
2023-08-08QUIC TLS: Rethink error handlingHugo Landau
2023-08-02Fix typo in function nameTianjia Zhang
2023-08-02Extend the test_quic_write_read() test to include resumptionMatt Caswell
2023-07-21Fix documentation around AAD and return values in EVP_Cipher*Samuel Lee
2023-07-19Connection ID processingPauli
2023-07-19openssl-kdf.pod.in: add text on 'salt' and 'info' parameters; small further i...Dr. David von Oheimb
2023-07-19EVP_KDF.pod: extend text on 'salt' and 'info' parametersDr. David von Oheimb
2023-07-18Fix typos found by codespellDimitri Papadopoulos
2023-07-17CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb
2023-07-17CMP app and API doc: add note on critical server auth on receiving trust anch...Dr. David von Oheimb
2023-07-17CMP doc: various small corrections, mostly on PBM vs. MAC-based protectionDr. David von Oheimb
2023-07-17rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.podDr. David von Oheimb
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