summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* RFC7250 (RPK) supportTodd Short2023-03-2816-75/+1411
* Update the EVP_PKEY_get_id documentationMichael Baentsch2023-03-251-1/+1
* tls1_set_groups_list: freeing *pext before overwritingPeter Kaestle2023-03-241-0/+1
* QUIC DEMUX: Ensure time field is always initialisedHugo Landau2023-03-221-0/+3
* QUIC: Add support for datagram injectionHugo Landau2023-03-222-0/+28
* Added `CERTIFICATE_VERIFY_MAX_LENGTH` constantVeronikaNguyen2023-03-213-2/+5
* Fix some Windows issues in the quic_reactorMatt Caswell2023-03-201-4/+5
* Add a simple QUIC test for blocking modeMatt Caswell2023-03-201-0/+5
* Make sure the QRX and QTX are associated with a libctxMatt Caswell2023-03-201-0/+2
* Fix seg fault when calling SSL_shutdown() for a QUIC connectionMatt Caswell2023-03-201-1/+1
* Fix SSL_has_pending() for QUIC connectionsMatt Caswell2023-03-202-3/+23
* Provide better errors for some QUIC failuresMatt Caswell2023-03-203-4/+6
* Defer unknown QUIC ctrls to the SSL object for TLSMatt Caswell2023-03-201-1/+2
* Coverity 1521490: resource leakPauli2023-03-151-1/+4
* stream_frame_new(): Add missing allocation checkTomas Mraz2023-03-061-0/+3
* Improve the QUIC_RSTREAM implementationTomas Mraz2023-03-064-189/+251
* Remove spurious error queue entries on early dataMatt Caswell2023-03-061-0/+11
* Fix early_data age calculationMatt Caswell2023-03-011-7/+9
* first cut at sigalg loadingMichael Baentsch2023-02-2410-98/+597
* Skip subdirectories in SSL_add_dir_cert_subjects_to_stack()olszomal2023-02-231-0/+14
* Don't send ciphersuites twice in QUICMatt Caswell2023-02-232-61/+9
* Add const to some test tserver functionsMatt Caswell2023-02-221-4/+4
* Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell2023-02-223-32/+33
* Don't declare SSL_CONNECTION twiceMatt Caswell2023-02-222-3/+1
* Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell2023-02-222-2/+7
* Raise a protocol error if we have not received transport params from peerMatt Caswell2023-02-221-1/+5
* Add a test for a server that doesn't provide transport paramsMatt Caswell2023-02-222-7/+12
* Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell2023-02-225-151/+65
* Enable QUIC test server to find out the termination reasonMatt Caswell2023-02-224-47/+41
* Treat unknown frames as a protocol errorMatt Caswell2023-02-221-27/+7
* Add a skeleton quicfaultstestMatt Caswell2023-02-221-0/+6
* Add the ability to mutate QUIC packets before they are writtenMatt Caswell2023-02-223-16/+72
* fuzz: fix coverity warningsPhilippe Antoine2023-02-203-3/+4
* openssl#20299: Fixed use after free bugJeeban Sethi2023-02-201-0/+1
* Fix possible memory leak on errorTodd Short2023-02-201-3/+6
* Rationalize FIPS sourcesTomas Mraz2023-02-088-143/+10
* fuzz: make post handshake reachablePhilippe Antoine2023-02-084-6/+34
* QUIC Probes Support: Minor tweaksHugo Landau2023-01-302-3/+3
* QUIC TXP: Allow TXP to generate probesHugo Landau2023-01-301-15/+81
* QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau2023-01-301-9/+3
* QUIC ACKM: Clarify probe typesHugo Landau2023-01-301-6/+10
* SSL_conf_cmd: add support for IgnoreUnexpectedEOFSteffen Nurpmeso2023-01-301-0/+1
* compute_pqueue_growth(): Fix the return typeTomas Mraz2023-01-271-1/+1
* Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz2023-01-271-0/+2
* QUIC FIN Support: Various fixesHugo Landau2023-01-271-2/+1
* QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau2023-01-274-11/+85
* QUIC TXP: Fix handling of FIN stream chunksHugo Landau2023-01-271-19/+25
* QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau2023-01-274-18/+67
* Remove the user_ssl fieldMatt Caswell2023-01-243-11/+0
* Add QUIC-TLS server supportMatt Caswell2023-01-243-13/+60