aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3
Commit message (Expand)AuthorAgeFilesLines
* OSSL_PROVIDER_load_exDmitry Belyavskiy2023-08-301-0/+16
* Tweak documentation for WAIT_PEERHugo Landau2023-08-301-1/+3
* Tweak documentation for WAIT_PEERHugo Landau2023-08-301-0/+3
* QUIC APL: Support waiting for peer-initiated shutdownHugo Landau2023-08-301-0/+19
* QUIC APL: Implement backpressure on stream creationHugo Landau2023-08-251-2/+26
* Clarify SSL_accept_stream/SSL_new_stream behaviour with a default streamMatt Caswell2023-08-252-0/+6
* doc: Avoid usage of non-existing constantJakub Jelen2023-08-241-1/+1
* QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau2023-08-241-6/+10
* Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasonsvl-loz2023-08-171-1/+21
* QUIC: Update SSL_shutdown manpageHugo Landau2023-08-173-142/+288
* QUIC: Update SSL_accept_stream manpageHugo Landau2023-08-171-13/+3
* Improve documentation for BIO_s_memNeil Horman2023-08-161-0/+20
* OSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request()}: backward compat w.r.t...Dr. David von Oheimb2023-08-102-6/+13
* Resolve some of the TODO(QUIC) itemsTomas Mraz2023-08-085-34/+25
* QUIC TLS: Rethink error handlingHugo Landau2023-08-082-8/+29
* Fix typo in function nameTianjia Zhang2023-08-021-1/+1
* Fix documentation around AAD and return values in EVP_Cipher*Samuel Lee2023-07-211-4/+6
* EVP_KDF.pod: extend text on 'salt' and 'info' parametersDr. David von Oheimb2023-07-191-2/+5
* Fix typos found by codespellDimitri Papadopoulos2023-07-187-9/+9
* CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb2023-07-172-12/+74
* CMP app and API doc: add note on critical server auth on receiving trust anch...Dr. David von Oheimb2023-07-171-0/+12
* CMP doc: various small corrections, mostly on PBM vs. MAC-based protectionDr. David von Oheimb2023-07-172-17/+18
* rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.podDr. David von Oheimb2023-07-171-9/+13
* EVP_PKEY_{en,de}capsulate.pod: fix glitches and add some detail and hintsDr. David von Oheimb2023-07-132-17/+27
* CMP: support specifying certificate to be revoked via issuer and serial numberRajeev Ranjan2023-07-102-8/+25
* QUIC err handling: Save and restore error stateTomas Mraz2023-07-071-0/+69
* Rework options handlingHugo Landau2023-07-051-8/+12
* Minor updatesHugo Landau2023-07-051-2/+0
* Remove unused server codeHugo Landau2023-07-051-9/+3
* Minor fixesHugo Landau2023-07-0515-12/+37
* QUIC SSL: Block SSL_clearHugo Landau2023-07-051-0/+2
* QUIC SSL: Block SSL_dupHugo Landau2023-07-051-0/+2
* QUIC SSL: SSL_set_quiet_shutdownHugo Landau2023-07-051-0/+2
* QUIC SSL: Restrict SSL_CTX_set_ssl_version, SSL_set_ssl_methodHugo Landau2023-07-052-0/+5
* QUIC SSL: SSL_set_fd for BIO_s_datagramHugo Landau2023-07-051-0/+3
* QUIC SSL: HelloRetryRequestHugo Landau2023-07-051-0/+2
* QUIC SSL: Buffer ManagementHugo Landau2023-07-051-0/+3
* QUIC SSL: Prohibit early data functionailtyHugo Landau2023-07-051-0/+2
* QUIC SSL: Prohibit readahead-related functionsHugo Landau2023-07-053-0/+6
* QUIC: Implement SSL_rstate_string(_long)Hugo Landau2023-07-051-0/+2
* QUIC: Prohibit post-handshake authHugo Landau2023-07-051-0/+2
* QUIC: Forbid NPNHugo Landau2023-07-051-0/+3
* QUIC TLS: Prohibit SRTP-related calls for QUIC TLSHugo Landau2023-07-051-0/+2
* Document the effect of SSL_OP_CLEANSE_PLAINTEXT on send stream dataTomas Mraz2023-07-031-1/+9
* Fix OSSL_PROVIDER_try_load() retain_fallbacks docDuncan Thomson2023-07-011-2/+2
* add note about retrieving error stackVladimĂ­r Kotal2023-06-261-0/+7
* Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streamsTomas Mraz2023-06-231-0/+37
* QUIC: Allow application to trigger TXKUHugo Landau2023-06-161-5/+22
* apps/ca.c: Handle EVP_PKEY_get_default_digest_name() returning 1 with "UNDEF"Richard Levitte2023-06-151-2/+2
* Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau2023-06-151-53/+26