summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2023-03-20Fix some Windows issues in the quic_reactorMatt Caswell
2023-03-20Add a simple QUIC test for blocking modeMatt Caswell
2023-03-20Make sure the QRX and QTX are associated with a libctxMatt Caswell
2023-03-20Fix seg fault when calling SSL_shutdown() for a QUIC connectionMatt Caswell
2023-03-20Fix SSL_has_pending() for QUIC connectionsMatt Caswell
2023-03-20Provide better errors for some QUIC failuresMatt Caswell
2023-03-20Defer unknown QUIC ctrls to the SSL object for TLSMatt Caswell
2023-03-15Coverity 1521490: resource leakPauli
2023-03-06stream_frame_new(): Add missing allocation checkTomas Mraz
2023-03-06Improve the QUIC_RSTREAM implementationTomas Mraz
2023-03-06Remove spurious error queue entries on early dataMatt Caswell
2023-03-01Fix early_data age calculationMatt Caswell
2023-02-24first cut at sigalg loadingMichael Baentsch
2023-02-23Skip subdirectories in SSL_add_dir_cert_subjects_to_stack()olszomal
2023-02-23Don't send ciphersuites twice in QUICMatt Caswell
2023-02-22Add const to some test tserver functionsMatt Caswell
2023-02-22Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell
2023-02-22Don't declare SSL_CONNECTION twiceMatt Caswell
2023-02-22Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell
2023-02-22Raise a protocol error if we have not received transport params from peerMatt Caswell
2023-02-22Add a test for a server that doesn't provide transport paramsMatt Caswell
2023-02-22Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell
2023-02-22Enable QUIC test server to find out the termination reasonMatt Caswell
2023-02-22Treat unknown frames as a protocol errorMatt Caswell
2023-02-22Add a skeleton quicfaultstestMatt Caswell
2023-02-22Add the ability to mutate QUIC packets before they are writtenMatt Caswell
2023-02-20fuzz: fix coverity warningsPhilippe Antoine
2023-02-20openssl#20299: Fixed use after free bugJeeban Sethi
2023-02-20Fix possible memory leak on errorTodd Short
2023-02-08Rationalize FIPS sourcesTomas Mraz
2023-02-08fuzz: make post handshake reachablePhilippe Antoine
2023-01-30QUIC Probes Support: Minor tweaksHugo Landau
2023-01-30QUIC TXP: Allow TXP to generate probesHugo Landau
2023-01-30QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau
2023-01-30QUIC ACKM: Clarify probe typesHugo Landau
2023-01-30SSL_conf_cmd: add support for IgnoreUnexpectedEOFSteffen Nurpmeso
2023-01-27compute_pqueue_growth(): Fix the return typeTomas Mraz
2023-01-27Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz
2023-01-27QUIC FIN Support: Various fixesHugo Landau
2023-01-27QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau
2023-01-27QUIC TXP: Fix handling of FIN stream chunksHugo 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-24Add QUIC-TLS server supportMatt Caswell
2023-01-24Remove the old Dummy Handshake codeMatt Caswell
2023-01-24Add support for the msg_callbackMatt Caswell
2023-01-24Replace use of the Dummy Handshake Layer with the real oneMatt Caswell
2023-01-24Add an initial QUIC-TLS implementationMatt Caswell
2023-01-24Add the ability to add a custom extension on an SSL objectMatt Caswell
2023-01-24Extend the new_record_layer functionMatt Caswell