summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2023-09-08Return NULL if we fail to create a BIO in the demos/quicserverMatt Caswell
2023-09-08Add a missing call to BIO_closesocket()Matt Caswell
2023-09-08Expand the explanation of how to go and do useful work in non-blockingMatt Caswell
2023-09-08Add a new guide page on writing a non-blocking QUIC clientMatt Caswell
2023-09-08Add a new guide page on writing a non-blocking TLS clientMatt Caswell
2023-09-07Copyright year updatesMatt Caswell
2023-09-06Per other commands, make progress dots in req only w/ -verbosePhilip Prindeville
2023-09-05CMP: generalize ossl_cmp_calc_protection() to handle Edwards curves correctlyDr. David von Oheimb
2023-09-04Added 'saltlen' option to the OpenSSL enc command line app.slontis
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