summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-20Fix SSL_has_pending() for QUIC connectionsMatt Caswell
2023-02-24first cut at sigalg loadingMichael Baentsch
2023-02-20openssl#20299: Fixed use after free bugJeeban Sethi
2023-02-20Fix possible memory leak on errorTodd Short
2023-01-27QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau
2023-01-27QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau
2023-01-24Remove the user_ssl fieldMatt Caswell
2023-01-24Extend the new_record_layer functionMatt Caswell
2023-01-24Create the SSL object for QUIC-TLSMatt Caswell
2023-01-19QUIC Front-End I/O API: Fix implementation of SSL_get_errorHugo Landau
2023-01-13QUIC API: Rename want_net_read and want_net_writeHugo Landau
2023-01-13QUIC: Back out version string changeHugo Landau
2023-01-13QUIC Front End I/O API: Correct implementation of SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-01-13QUIC Front End I/O API: Change version stringHugo Landau
2023-01-13QUIC: Enable building with QUIC support disabledHugo Landau
2023-01-13QUIC Front-End I/O API: Wire up the SSL API functionsHugo Landau
2023-01-13Add BIO poll descriptorsHugo Landau
2022-12-05Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-14Resolve a TODO in ssl3_dispatch_alertMatt Caswell
2022-11-14Remove compress/expand fields from SSL_CONNECTIONMatt Caswell
2022-11-14Remove remaining refs to enc_(write|read)_ctx/(read|write)_hashMatt Caswell
2022-10-27Make SSL_alloc_buffers() and SSL_free_buffers() work againMatt Caswell
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz
2022-10-20Move freeing of BIOs as late as possibleMatt Caswell
2022-10-20Remove some redundant codeMatt Caswell
2022-10-20Remove the old buffer management codeMatt Caswell
2022-10-20Remove some TODO(RECLAYER) comments now that DTLS has been movedMatt Caswell
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-12Use the configured max_send_fragment value in the write record layerMatt Caswell
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-05Enable the ability to query the COMP_METHOD being used in the record layerMatt Caswell
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-23Fix a record layer mem leakMatt Caswell
2022-09-23Move the record block_padding capability fully into the record layerMatt Caswell
2022-09-23Replace references to s->wbio with rl->bioMatt Caswell
2022-09-23Create the write record layer method and object and use itMatt Caswell
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-09-13ssl: modify libssl so that it uses OSSL_TIMEPauli
2022-08-18Ensure various record layer options can be updatedMatt Caswell
2022-08-18Move some fields out of the SSL object and into the record layer objectMatt Caswell
2022-08-18Remove some TODO(RECLAYER) commentsMatt Caswell
2022-08-18Remove some unnecessary function pointers from OSSL_RECORD_METHODMatt Caswell
2022-08-18Remove reliance on the SSL object from the DTLS read record layer codeMatt Caswell
2022-08-18Move some DTLS read code into the read record layerMatt Caswell
2022-08-18Remove some final references to the SSL object in the record layerMatt Caswell
2022-08-18Add support for moving data from one epoch to the nextMatt Caswell
2022-08-18Distinguish between fatal and non-fatal errors when creating a record layerMatt Caswell
2022-08-18Implement KTLS in the new read record layer codeMatt Caswell