summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2023-08-18Add two missing entries to the OCSP CRLReason tableRob Stradling
2023-08-17Fix a memory leak in tls_new_record_layerMatt Caswell
2023-08-17Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasonsvl-loz
2023-08-17QUIC: Update SSL_shutdown manpageHugo Landau
2023-08-17QUIC: Update SSL_accept_stream manpageHugo Landau
2023-08-17Don't free the prev BIO prematurelyMatt Caswell
2023-08-17Fix a leak in an error path when duplicating an OSSL_DECODER_CTX.Matt Caswell
2023-08-17issue-21718: remove setting of PTHREAD_MUTEX_NORMALNeil Horman
2023-08-16Fix decoders so that they use the passed in propq.slontis
2023-08-16Improve documentation for BIO_s_memNeil Horman
2023-08-16quic: process stateless resetsPauli
2023-08-16Check i2d_X509_NAME return in X509_NAME_hash_ex/old3lswear
2023-08-15http_server.c: allow clients to connect with IPv6Dr. David von Oheimb
2023-08-15Fix a leak in an error path in OSSL_DECODER_CTX_new_for_pkey()Matt Caswell
2023-08-15Fix a use-after-free in quic_tls.cMatt Caswell
2023-08-15Add a test for receiving a post-handshake CertificateRequestMatt Caswell
2023-08-15Add the ability to send NewSessionTicket messages when we want themMatt Caswell
2023-08-15TLS KeyUpdate messages are not allowed in QUICMatt Caswell
2023-08-15NewSessionTickets with an early_data extension must have a valid max valueMatt Caswell
2023-08-15Don't forget we are doing QUIC if we clear the QUIC TLS dataMatt Caswell
2023-08-15Unexpected QUIC post-handshake CertificateRequests are a PROTOCOL_VIOLATIONMatt Caswell