summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2023-09-04Added a 'saltlen' option to the openssl pkcs8 command line app.slontis
2023-09-04Change PBES2 KDF default salt length to 16 bytes.slontis
2023-09-02Fix typo in openssl-pkeyutl(1)Sumitra Sharma
2023-09-02Add a test for QUIC non IO retry errorsMatt Caswell
2023-09-01Minor fixesHugo Landau
2023-09-01QUIC: Note differences in SSL_wantHugo Landau
2023-09-01QUIC: Update API overview documentHugo Landau
2023-09-01QUIC: Note that SSL_set_shutdown is not supportedHugo Landau
2023-09-01QUIC: Update API tableHugo Landau
2023-09-01BIO: Emphasise API contract for BIO_sendmmsg/BIO_recvmmsgHugo Landau
2023-09-01BIO: Allow third parties to use integers instead of pointers for poll descrip...Hugo Landau
2023-09-01QUIC API: Revise SSL_get_conn_close_info to use a flags fieldHugo Landau
2023-09-01Document OSSL_get_thread_support_flags()Hugo Landau
2023-09-01QUIC APL: Allow stream origin to be queriedHugo Landau
2023-09-01Minor fixesHugo Landau
2023-09-01Minor updatesHugo Landau
2023-09-01Add manpagesHugo Landau
2023-09-01QUIC DDD: Final reportHugo Landau
2023-09-01QUIC DDD: ddd-02-conn-nonblocking-threads: Unplanned changesHugo Landau
2023-09-01QUIC DDD: ddd-02-conn-nonblocking-threads: Planned changesHugo Landau
2023-09-01QUIC DDD: ddd-06-mem-uv: Unplanned changesHugo Landau
2023-09-01QUIC DDD: ddd-06-mem-uv: Planned changesHugo Landau
2023-09-01QUIC DDD: ddd-05-mem-nonblocking: Unplanned changesHugo Landau
2023-09-01QUIC DDD: ddd-05-mem-nonblocking: Planned changesHugo Landau
2023-09-01QUIC DDD: ddd-04-fd-nonblocking: Unplanned changesHugo Landau
2023-09-01QUIC DDD: ddd-04-fd-nonblocking: Planned changesHugo Landau
2023-09-01QUIC DDD: ddd-03-fd-blocking: Unplanned changesHugo Landau
2023-09-01QUIC DDD: ddd-03-fd-blocking: Planned changesHugo Landau
2023-09-01QUIC DDD: ddd-02-conn-nonblocking: Unplanned changesHugo Landau
2023-09-01QUIC DDD: ddd-02-conn-nonblocking: Planned changesHugo Landau
2023-09-01QUIC DDD: ddd-01-conn-blocking: Unplanned changesHugo Landau
2023-09-01QUIC DDD: ddd-01-conn-blocking: Planned changesHugo Landau
2023-09-01QUIC DDD: Update makefileHugo Landau
2023-09-01QUIC DDD: Add unchanged copy of ddd-02-conn-nonblocking to serve as base for ...Hugo Landau
2023-09-01QUIC DDD: Allow target host:port to be set from command lineHugo Landau
2023-09-01QUIC DDD: Fix bug in ddd-06-mem-uvHugo Landau
2023-08-30Design document of the run-time parameters activationDmitry Belyavskiy
2023-08-30OSSL_PROVIDER_load_exDmitry Belyavskiy
2023-08-30Tweak documentation for WAIT_PEERHugo Landau
2023-08-30Tweak documentation for WAIT_PEERHugo Landau
2023-08-30QUIC APL: Support waiting for peer-initiated shutdownHugo Landau
2023-08-25QUIC APL: Implement backpressure on stream creationHugo Landau
2023-08-25Changed the default value of the "ess_cert_id_alg" optionolszomal
2023-08-25The canonical localhost IPv6 address is [::1] not [::]Tomas Mraz
2023-08-25Always use uint8_t for TLS record typeTomas Mraz
2023-08-25Avoid issues with endianness when type is used in SSL_trace()Tomas Mraz
2023-08-25Add a link to the multi-stream QUIC client tutorial from the introductionMatt Caswell
2023-08-25Update demos/tutorial to distinguish between stream and connection errorsMatt Caswell
2023-08-25Clarify SSL_accept_stream/SSL_new_stream behaviour with a default streamMatt Caswell
2023-08-25Add some additional comments to the demosMatt Caswell