aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the old Dummy Handshake codeMatt Caswell2023-01-242-576/+0
* Add support for the msg_callbackMatt Caswell2023-01-241-0/+79
* Replace use of the Dummy Handshake Layer with the real oneMatt Caswell2023-01-244-25/+28
* Add an initial QUIC-TLS implementationMatt Caswell2023-01-243-1/+648
* Add the ability to add a custom extension on an SSL objectMatt Caswell2023-01-242-18/+30
* Extend the new_record_layer functionMatt Caswell2023-01-2411-33/+46
* Add support for setting a custom TLS Record LayerMatt Caswell2023-01-246-4/+22
* Remove an unneeded OSSL_RECORD_METHOD functionMatt Caswell2023-01-244-10/+0
* Move recordmethod.h to be an "internal" headerMatt Caswell2023-01-243-337/+2
* Create the SSL object for QUIC-TLSMatt Caswell2023-01-246-23/+40
* Ensure our buffer allocation allows for the Explicit IVMatt Caswell2023-01-241-1/+5
* QUIC Test Server: Minor fixupsHugo Landau2023-01-193-23/+27
* QUIC DEMUX: Refactor list manipulationHugo Landau2023-01-191-2/+1
* QUIC Test Server ImplementationHugo Landau2023-01-192-0/+164
* QUIC CHANNEL: Add basic server support for testingHugo Landau2023-01-192-26/+209
* QUIC CHANNEL: Transport params: Offer reason text and add server supportHugo Landau2023-01-191-45/+186
* QUIC TXP: Fix generation of CONNECTION_CLOSEHugo Landau2023-01-191-17/+39
* QUIC Front-End I/O API: Fix WANT_READ signalling for SSL_readHugo Landau2023-01-191-2/+5