aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-07193-193/+193
* Per other commands, make progress dots in req only w/ -verbosePhilip Prindeville2023-09-061-0/+7
* CMP: generalize ossl_cmp_calc_protection() to handle Edwards curves correctlyDr. David von Oheimb2023-09-051-0/+3
* Added 'saltlen' option to the OpenSSL enc command line app.slontis2023-09-041-2/+15
* Added a 'saltlen' option to the openssl pkcs8 command line app.slontis2023-09-041-0/+7
* Change PBES2 KDF default salt length to 16 bytes.slontis2023-09-041-1/+11
* Fix typo in openssl-pkeyutl(1)Sumitra Sharma2023-09-021-1/+1
* Add a test for QUIC non IO retry errorsMatt Caswell2023-09-021-0/+7
* Minor fixesHugo Landau2023-09-011-1/+1
* QUIC: Note differences in SSL_wantHugo Landau2023-09-011-0/+4
* QUIC: Update API overview documentHugo Landau2023-09-011-4/+21
* QUIC: Note that SSL_set_shutdown is not supportedHugo Landau2023-09-011-0/+2
* QUIC: Update API tableHugo Landau2023-09-011-34/+38
* BIO: Emphasise API contract for BIO_sendmmsg/BIO_recvmmsgHugo Landau2023-09-011-0/+4
* BIO: Allow third parties to use integers instead of pointers for poll descrip...Hugo Landau2023-09-011-6/+6
* QUIC API: Revise SSL_get_conn_close_info to use a flags fieldHugo Landau2023-09-012-21/+31
* Document OSSL_get_thread_support_flags()Hugo Landau2023-09-011-1/+19
* QUIC APL: Allow stream origin to be queriedHugo Landau2023-09-011-3/+14
* Minor fixesHugo Landau2023-09-012-4/+4
* Minor updatesHugo Landau2023-09-011-5/+7
* Add manpagesHugo Landau2023-09-012-3/+40
* QUIC DDD: Final reportHugo Landau2023-09-012-0/+343
* QUIC DDD: ddd-02-conn-nonblocking-threads: Unplanned changesHugo Landau2023-09-011-3/+26
* QUIC DDD: ddd-02-conn-nonblocking-threads: Planned changesHugo Landau2023-09-011-0/+12
* QUIC DDD: ddd-06-mem-uv: Unplanned changesHugo Landau2023-09-011-7/+57
* QUIC DDD: ddd-06-mem-uv: Planned changesHugo Landau2023-09-011-0/+98
* QUIC DDD: ddd-05-mem-nonblocking: Unplanned changesHugo Landau2023-09-011-3/+22
* QUIC DDD: ddd-05-mem-nonblocking: Planned changesHugo Landau2023-09-011-2/+25
* QUIC DDD: ddd-04-fd-nonblocking: Unplanned changesHugo Landau2023-09-011-5/+28
* QUIC DDD: ddd-04-fd-nonblocking: Planned changesHugo Landau2023-09-011-6/+117
* QUIC DDD: ddd-03-fd-blocking: Unplanned changesHugo Landau2023-09-011-1/+13
* QUIC DDD: ddd-03-fd-blocking: Planned changesHugo Landau2023-09-011-0/+8
* QUIC DDD: ddd-02-conn-nonblocking: Unplanned changesHugo Landau2023-09-011-9/+49
* QUIC DDD: ddd-02-conn-nonblocking: Planned changesHugo Landau2023-09-011-6/+117
* QUIC DDD: ddd-01-conn-blocking: Unplanned changesHugo Landau2023-09-011-1/+13
* QUIC DDD: ddd-01-conn-blocking: Planned changesHugo Landau2023-09-011-0/+4
* QUIC DDD: Update makefileHugo Landau2023-09-011-8/+13
* QUIC DDD: Add unchanged copy of ddd-02-conn-nonblocking to serve as base for ...Hugo Landau2023-09-011-0/+298
* QUIC DDD: Allow target host:port to be set from command lineHugo Landau2023-09-016-21/+73
* QUIC DDD: Fix bug in ddd-06-mem-uvHugo Landau2023-09-011-3/+4
* Design document of the run-time parameters activationDmitry Belyavskiy2023-08-301-0/+78
* 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