summaryrefslogtreecommitdiff
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Fix SSL_has_pending() for QUIC connectionsMatt Caswell2023-03-201-1/+10
* first cut at sigalg loadingMichael Baentsch2023-02-241-8/+38
* openssl#20299: Fixed use after free bugJeeban Sethi2023-02-201-0/+1
* Fix possible memory leak on errorTodd Short2023-02-201-3/+6
* QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau2023-01-271-0/+14
* QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau2023-01-271-2/+24
* Remove the user_ssl fieldMatt Caswell2023-01-241-5/+0
* Extend the new_record_layer functionMatt Caswell2023-01-241-4/+5
* Create the SSL object for QUIC-TLSMatt Caswell2023-01-241-11/+16
* QUIC Front-End I/O API: Fix implementation of SSL_get_errorHugo Landau2023-01-191-8/+8
* QUIC API: Rename want_net_read and want_net_writeHugo Landau2023-01-131-4/+4
* QUIC: Back out version string changeHugo Landau2023-01-131-6/+0
* QUIC Front End I/O API: Correct implementation of SSL_tick, SSL_get_tick_timeoutHugo Landau2023-01-131-9/+15
* QUIC Front End I/O API: Change version stringHugo Landau2023-01-131-1/+1
* QUIC: Enable building with QUIC support disabledHugo Landau2023-01-131-0/+12
* QUIC Front-End I/O API: Wire up the SSL API functionsHugo Landau2023-01-131-53/+245
* Add BIO poll descriptorsHugo Landau2023-01-131-0/+28
* Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu2022-12-051-1/+1
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-0/+1
* Resolve a TODO in ssl3_dispatch_alertMatt Caswell2022-11-141-1/+1
* Remove compress/expand fields from SSL_CONNECTIONMatt Caswell2022-11-141-36/+27
* Remove remaining refs to enc_(write|read)_ctx/(read|write)_hashMatt Caswell2022-11-141-36/+0
* Make SSL_alloc_buffers() and SSL_free_buffers() work againMatt Caswell2022-10-271-7/+7
* stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz2022-10-211-2/+1
* Move freeing of BIOs as late as possibleMatt Caswell2022-10-201-5/+11
* Remove some redundant codeMatt Caswell2022-10-201-14/+0
* Remove the old buffer management codeMatt Caswell2022-10-201-1/+2
* Remove some TODO(RECLAYER) comments now that DTLS has been movedMatt Caswell2022-10-201-4/+0
* Add support for compressed certificates (RFC8879)Todd Short2022-10-181-0/+25
* Use the configured max_send_fragment value in the write record layerMatt Caswell2022-10-121-0/+1
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* Enable the ability to query the COMP_METHOD being used in the record layerMatt Caswell2022-10-051-2/+6
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-64/+73
* Fix a record layer mem leakMatt Caswell2022-09-231-2/+2
* Move the record block_padding capability fully into the record layerMatt Caswell2022-09-231-8/+8
* Replace references to s->wbio with rl->bioMatt Caswell2022-09-231-2/+8
* Create the write record layer method and object and use itMatt Caswell2022-09-231-0/+9
* stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb2022-09-161-1/+2
* ssl: modify libssl so that it uses OSSL_TIMEPauli2022-09-131-1/+1
* Ensure various record layer options can be updatedMatt Caswell2022-08-181-2/+34
* Move some fields out of the SSL object and into the record layer objectMatt Caswell2022-08-181-11/+7
* Remove some TODO(RECLAYER) commentsMatt Caswell2022-08-181-5/+0
* Remove some unnecessary function pointers from OSSL_RECORD_METHODMatt Caswell2022-08-181-2/+1
* Remove reliance on the SSL object from the DTLS read record layer codeMatt Caswell2022-08-181-1/+1
* Move some DTLS read code into the read record layerMatt Caswell2022-08-181-2/+2
* Remove some final references to the SSL object in the record layerMatt Caswell2022-08-181-4/+2
* Add support for moving data from one epoch to the nextMatt Caswell2022-08-181-0/+6
* Distinguish between fatal and non-fatal errors when creating a record layerMatt Caswell2022-08-181-1/+1
* Implement KTLS in the new read record layer codeMatt Caswell2022-08-181-3/+1
* Ensure various SSL options are passed down to the record layerMatt Caswell2022-08-181-18/+10