aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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
* Changed the default value of the "ess_cert_id_alg" optionolszomal2023-08-251-1/+1
* The canonical localhost IPv6 address is [::1] not [::]Tomas Mraz2023-08-252-3/+3
* Always use uint8_t for TLS record typeTomas Mraz2023-08-251-1/+1
* Avoid issues with endianness when type is used in SSL_trace()Tomas Mraz2023-08-251-1/+1
* Add a link to the multi-stream QUIC client tutorial from the introductionMatt Caswell2023-08-251-0/+2
* Update demos/tutorial to distinguish between stream and connection errorsMatt Caswell2023-08-252-16/+100
* Clarify SSL_accept_stream/SSL_new_stream behaviour with a default streamMatt Caswell2023-08-254-9/+10
* Add some additional comments to the demosMatt Caswell2023-08-251-0/+1
* Provide introduction/tutorial page for QUIC multi-streamMatt Caswell2023-08-252-4/+343
* Add an initial guide page for writing a multi-stream QUIC clientMatt Caswell2023-08-252-0/+42
* Update some links within the guide to not use crypto(7)Matt Caswell2023-08-254-18/+23
* Update the desciption of shutdown in the QUIC client blocking tutorialMatt Caswell2023-08-251-19/+30
* 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-246-26/+29
* Fixed default value of the "ess_cert_id_alg" option in man openssl-ts(1)olszomal2023-08-241-1/+1
* doc: add the migration guide to the new guide seriesMatthias St. Pierre2023-08-234-10/+13
* 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
* http_server.c: allow clients to connect with IPv6Dr. David von Oheimb2023-08-152-11/+19
* OSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request()}: backward compat w.r.t...Dr. David von Oheimb2023-08-102-6/+13
* make updateMatt Caswell2023-08-081-12/+24
* Provide an introductory page to the whole OpenSSL guideMatt Caswell2023-08-082-3/+98
* Incorporate the ssl man page into the OpenSSL guideMatt Caswell2023-08-082-116/+115
* Incorporate the crypto man page into the OpenSSL guideMatt Caswell2023-08-082-580/+398
* Provide an introduction to the OpenSSL librariesMatt Caswell2023-08-081-0/+331
* Resolve some of the TODO(QUIC) itemsTomas Mraz2023-08-087-58/+35
* QUIC TLS: Rethink error handlingHugo Landau2023-08-082-8/+29
* Fix typo in function nameTianjia Zhang2023-08-021-1/+1
* Extend the test_quic_write_read() test to include resumptionMatt Caswell2023-08-021-4/+4
* Fix documentation around AAD and return values in EVP_Cipher*Samuel Lee2023-07-211-4/+6
* Connection ID processingPauli2023-07-191-0/+70
* openssl-kdf.pod.in: add text on 'salt' and 'info' parameters; small further i...Dr. David von Oheimb2023-07-191-7/+32
* EVP_KDF.pod: extend text on 'salt' and 'info' parametersDr. David von Oheimb2023-07-191-2/+5
* Fix typos found by codespellDimitri Papadopoulos2023-07-1810-12/+12
* CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb2023-07-174-28/+163
* CMP app and API doc: add note on critical server auth on receiving trust anch...Dr. David von Oheimb2023-07-172-0/+23
* CMP doc: various small corrections, mostly on PBM vs. MAC-based protectionDr. David von Oheimb2023-07-173-28/+31
* rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.podDr. David von Oheimb2023-07-171-9/+13
* Add FIPS build instructionsslontis2023-07-141-0/+3
* 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-103-21/+45
* QUIC err handling: Save and restore error stateTomas Mraz2023-07-072-0/+75
* Rework options handlingHugo Landau2023-07-051-8/+12