summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-08-25drop! Make failing tests run on pull request to testTomas Mraz
2023-08-25ch_init(): Add braces to appease older clang compilersTomas Mraz
2023-08-25quic_tls.c: Fix wrong format string when raising errorTomas Mraz
2023-08-25Avoid issues with endianness when type is used in SSL_trace()Tomas Mraz
2023-08-25Add a link to the multi-stream QUIC client tutorial from the introductionMatt Caswell
2023-08-25Update demos/tutorial to distinguish between stream and connection errorsMatt Caswell
2023-08-25Clarify SSL_accept_stream/SSL_new_stream behaviour with a default streamMatt Caswell
2023-08-25Add some additional comments to the demosMatt Caswell
2023-08-25Provide introduction/tutorial page for QUIC multi-streamMatt Caswell
2023-08-25Update quicserver to be able to handle multiple streamsMatt Caswell
2023-08-25Add a QUIC multi-stream client demoMatt Caswell
2023-08-25Add an initial guide page for writing a multi-stream QUIC clientMatt Caswell
2023-08-25Update some links within the guide to not use crypto(7)Matt Caswell
2023-08-25Update the desciption of shutdown in the QUIC client blocking tutorialMatt Caswell
2023-08-25Test that we send multiple datagrams in one go if appropriateMatt Caswell
2023-08-25Don't keep creating CONNECTION_CLOSE framesMatt Caswell
2023-08-25Keep sending datagrams while we have data to sendMatt Caswell
2023-08-24Allow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_can_sign()Ingo Franzki
2023-08-24ctrl_params_translate: Allow get_rsa_payload_x() also for RSA-PSSIngo Franzki
2023-08-24ctrl_params_translate: Allow RSA controls also for RSA-PSSIngo Franzki
2023-08-24doc: Avoid usage of non-existing constantJakub Jelen
2023-08-24Optimize SM2 on aarch64Xu Yizhou
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau
2023-08-24Add a -trace option to quicserver to enable tracing of the communicationMatt Caswell
2023-08-24Add the ability to set SSL_trace as the msg_callback in tserverMatt Caswell
2023-08-24Fixed default value of the "ess_cert_id_alg" option in man openssl-ts(1)olszomal
2023-08-24Change the TLS handshake keys early if we're not doing early dataMatt Caswell
2023-08-23doc: add the migration guide to the new guide seriesMatthias St. Pierre
2023-08-23Update CHANGES.md and NEWS.md for the upcoming 3.2 releaseTomas Mraz
2023-08-23quic_impl.c: Add QUIC_RAISE_NON_IO_ERROR() and use itTomas Mraz
2023-08-23ossl_quic_tx_packetiser_generate(): Always report if packets were sentTomas Mraz
2023-08-23QUIC: Miscellaneous error handling updatesTomas Mraz
2023-08-23QUIC: Add ERR_raise() calls for EVP call failuresTomas Mraz
2023-08-23Remove TODO(QUIC) about raising errors from ossl_quic_tls_tick()Tomas Mraz
2023-08-23Fix a leak in ossl_encode_ctx_setup_for_pkeyMatt Caswell
2023-08-22qtest: Use fake time on both client and serverTomas Mraz
2023-08-22qtest: Run both client and server during connectTomas Mraz
2023-08-22QUIC: Update ping deadline when we receive a packetTomas Mraz
2023-08-22quic_trace.c: Fix typo in tracesTomas Mraz
2023-08-22Update the ssltraceref.txtTomas Mraz
2023-08-22QUIC: Do not discard the INITIAL el too earlyTomas Mraz
2023-08-20Updates documentation of RC4_CHAR and RC4_INT: Should not be used for new con...Frederik Wedel-Heinen
2023-08-20Test that a thread blocking in SSL_read_ex() will wake up on FINMatt Caswell
2023-08-20Handle the case where the read buffer is empty but we have received FINMatt Caswell
2023-08-20ssl_get_min_max_version(): Remove unused variable singleshub-al
2023-08-18ossl_x509_store_ctx_get_by_subject(): Check return value of X509_STORE_lock()Tomas Mraz
2023-08-18cmp_genm.c: Remove superfluous store_ctx != 0 checkTomas Mraz
2023-08-18ssl_old_test.c: Check inconsistent values from SSL_get0_alpn_selected()Tomas Mraz
2023-08-18apps/spkac.c: Check result of ASN1_STRING_set()Tomas Mraz
2023-08-18quic_new_record_layer(): Change TODO(QUIC) to QUIC FUTURETomas Mraz