summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2023-03-30Switch to using ossl_crypto_mutex from CRYPTO_RWLOCKHugo Landau
2023-03-30Add channel-only tick mode and use it for thread assisted modeHugo Landau
2023-03-30Front End for QUIC Thread Assisted ModeHugo Landau
2023-03-30QUIC Thread Assist CoreHugo Landau
2023-03-30Fix handshake lockingHugo Landau
2023-03-30Add mutex to tserverHugo Landau
2023-03-30Add locking to QUIC front-endHugo Landau
2023-03-30Move channel mutex out of QUIC_CHANNEL for init/teardown flexibilityHugo Landau
2023-03-30Annotate functions needing lockingHugo Landau
2023-03-30QUIC Channel: Add a mutexHugo Landau
2023-03-30QUIC Reactor: Allow a mutex to be released during waitsHugo Landau
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-25Update the EVP_PKEY_get_id documentationMichael Baentsch
2023-03-24tls1_set_groups_list: freeing *pext before overwritingPeter Kaestle
2023-03-22QUIC DEMUX: Ensure time field is always initialisedHugo Landau
2023-03-22QUIC: Add support for datagram injectionHugo Landau
2023-03-21Added `CERTIFICATE_VERIFY_MAX_LENGTH` constantVeronikaNguyen
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