summaryrefslogtreecommitdiffstats
path: root/test/rc4test.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-24Allow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_can_sign()Ingo Franzki1-0/+2
2023-08-24ctrl_params_translate: Allow get_rsa_payload_x() also for RSA-PSSIngo Franzki1-6/+12
2023-08-24ctrl_params_translate: Allow RSA controls also for RSA-PSSIngo Franzki2-2/+4
2023-08-24doc: Avoid usage of non-existing constantJakub Jelen1-1/+1
2023-08-24Optimize SM2 on aarch64Xu Yizhou10-3/+18045
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau12-32/+35
2023-08-24Add a -trace option to quicserver to enable tracing of the communicationMatt Caswell1-2/+7
2023-08-24Add the ability to set SSL_trace as the msg_callback in tserverMatt Caswell1-1/+17
2023-08-24Fixed default value of the "ess_cert_id_alg" option in man openssl-ts(1)olszomal1-1/+1
2023-08-24Change the TLS handshake keys early if we're not doing early dataMatt Caswell3-9/+50
2023-08-23doc: add the migration guide to the new guide seriesMatthias St. Pierre7-15/+18
2023-08-23Update CHANGES.md and NEWS.md for the upcoming 3.2 releaseTomas Mraz2-29/+199
2023-08-23quic_impl.c: Add QUIC_RAISE_NON_IO_ERROR() and use itTomas Mraz1-60/+86
2023-08-23ossl_quic_tx_packetiser_generate(): Always report if packets were sentTomas Mraz4-24/+22
2023-08-23QUIC: Miscellaneous error handling updatesTomas Mraz4-34/+78
2023-08-23QUIC: Add ERR_raise() calls for EVP call failuresTomas Mraz7-53/+148
2023-08-23Remove TODO(QUIC) about raising errors from ossl_quic_tls_tick()Tomas Mraz1-7/+0
2023-08-23Fix a leak in ossl_encode_ctx_setup_for_pkeyMatt Caswell1-1/+3
2023-08-22qtest: Use fake time on both client and serverTomas Mraz2-1/+7
2023-08-22qtest: Run both client and server during connectTomas Mraz1-9/+11
2023-08-22QUIC: Update ping deadline when we receive a packetTomas Mraz1-1/+3
2023-08-22quic_trace.c: Fix typo in tracesTomas Mraz2-4/+4
2023-08-22Update the ssltraceref.txtTomas Mraz2-1/+31
2023-08-22QUIC: Do not discard the INITIAL el too earlyTomas Mraz1-1/+1
2023-08-20Updates documentation of RC4_CHAR and RC4_INT: Should not be used for new con...Frederik Wedel-Heinen1-0/+6
2023-08-20Test that a thread blocking in SSL_read_ex() will wake up on FINMatt Caswell1-0/+78
2023-08-20Handle the case where the read buffer is empty but we have received FINMatt Caswell1-0/+3
2023-08-20ssl_get_min_max_version(): Remove unused variable singleshub-al1-9/+6
2023-08-18ossl_x509_store_ctx_get_by_subject(): Check return value of X509_STORE_lock()Tomas Mraz1-1/+2
2023-08-18cmp_genm.c: Remove superfluous store_ctx != 0 checkTomas Mraz1-1/+1
2023-08-18ssl_old_test.c: Check inconsistent values from SSL_get0_alpn_selected()Tomas Mraz1-0/+12
2023-08-18apps/spkac.c: Check result of ASN1_STRING_set()Tomas Mraz1-3/+4
2023-08-18quic_new_record_layer(): Change TODO(QUIC) to QUIC FUTURETomas Mraz1-1/+1
2023-08-18Add two missing entries to the OCSP CRLReason tableRob Stradling1-1/+3
2023-08-17Fix a memory leak in tls_new_record_layerMatt Caswell1-1/+1
2023-08-17Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasonsvl-loz4-1/+39
2023-08-17QUIC: Update SSL_shutdown manpageHugo Landau3-142/+288
2023-08-17QUIC: Update SSL_accept_stream manpageHugo Landau1-13/+3
2023-08-17Don't free the prev BIO prematurelyMatt Caswell1-1/+0
2023-08-17Fix a leak in an error path when duplicating an OSSL_DECODER_CTX.Matt Caswell1-0/+1
2023-08-17issue-21718: remove setting of PTHREAD_MUTEX_NORMALNeil Horman1-2/+0
2023-08-16Fix decoders so that they use the passed in propq.slontis10-11/+276
2023-08-16Improve documentation for BIO_s_memNeil Horman1-0/+20
2023-08-16quic: process stateless resetsPauli10-36/+326
2023-08-16Check i2d_X509_NAME return in X509_NAME_hash_ex/old3lswear1-3/+6
2023-08-15http_server.c: allow clients to connect with IPv6Dr. David von Oheimb4-14/+24
2023-08-15Fix a leak in an error path in OSSL_DECODER_CTX_new_for_pkey()Matt Caswell1-2/+8
2023-08-15Fix a use-after-free in quic_tls.cMatt Caswell1-5/+12
2023-08-15Add a test for receiving a post-handshake CertificateRequestMatt Caswell3-0/+161
2023-08-15Add the ability to send NewSessionTicket messages when we want themMatt Caswell3-0/+16