summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-27Revert "Give BIO_s_mem() the ability to support datagrams"Tomas Mraz
2023-01-27QUIC FIN Support: Documentation fixupsHugo Landau
2023-01-27QUIC FIN Support: Various fixesHugo Landau
2023-01-27QUIC TSERVER: Fix probable nondeterminism in some OS network stacksHugo Landau
2023-01-27QUIC: Add documentation for stream and connection shutdown functionsHugo Landau
2023-01-27QUIC Test Server: Exercise end-of-stream condition on read and writeHugo Landau
2023-01-27QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau
2023-01-27QUIC TXP: Fix handling of FIN stream chunksHugo Landau
2023-01-27QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau
2023-01-27Add notes about ignoring initialization failures on contextsTomas Mraz
2023-01-26Document that the RSA e value is mandatory when importing.slontis
2023-01-26Fix Coverity 1520485: logically dead codePauli
2023-01-26Revert "CI: cross-compile: riscv: Add RV64 machine with Zb* and Zk*"Christoph Müllner
2023-01-26Clarify the change of enc -S behavior in 3.0Viktor Dukhovni
2023-01-26rename 90-test_traceapi.t to 90-test_trace_api.t for consistencyDr. David von Oheimb
2023-01-26OSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for msg body where it makes...Dr. David von Oheimb
2023-01-26add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()Dr. David von Oheimb
2023-01-25Fix incomplete checks for EVP_CIPHER_asn1_to_paramNiels Dossche
2023-01-24Remove the user_ssl fieldMatt Caswell
2023-01-24Add QUIC-TLS server supportMatt Caswell
2023-01-24Remove the old Dummy Handshake codeMatt Caswell
2023-01-24Add support for the msg_callbackMatt Caswell
2023-01-24Replace use of the Dummy Handshake Layer with the real oneMatt Caswell
2023-01-24Add an initial QUIC-TLS implementationMatt Caswell
2023-01-24Add the ability to add a custom extension on an SSL objectMatt Caswell
2023-01-24Extend the new_record_layer functionMatt Caswell
2023-01-24Add support for setting a custom TLS Record LayerMatt Caswell
2023-01-24Remove an unneeded OSSL_RECORD_METHOD functionMatt Caswell
2023-01-24Move recordmethod.h to be an "internal" headerMatt Caswell
2023-01-24Create the SSL object for QUIC-TLSMatt Caswell
2023-01-24APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb
2023-01-24apps/req.c: properly report parse errors by duplicated(); simplify the functionDr. David von Oheimb
2023-01-24X509{,_CRL,_REVOKED}_{set,sign}*(): fix 'modified' field and return valuesDr. David von Oheimb
2023-01-24test: note that a default property query must be included for FIPS validityPauli
2023-01-24changes entry about non-approved FIPS algorithmsPauli
2023-01-24Put X25519 and X448 back as approved algorithmsPauli
2023-01-24fips: document that the EdDSA algorithms are not-validatedPauli
2023-01-24OSSL_trace_set_channel(): add important statement that it takes BIO ownershipDr. David von Oheimb
2023-01-24set_trace_data(): prevent double free on OPENSSL_strdup() failureDr. David von Oheimb
2023-01-24Typos fixingFdaSilvaYY
2023-01-24Fix windows buildsFdaSilvaYY
2023-01-24CI: cross-compile: riscv: Add RV64 machine with Zb* and Zk*Christoph Müllner
2023-01-24CI: cross-compile: Allow to set CPU capabilitiesChristoph Müllner
2023-01-24Fix corruption when searching for CRLs in hashed directoriesHugo Landau
2023-01-24Add DTLS support to the large app data testMatt Caswell
2023-01-24Ensure our buffer allocation allows for the Explicit IVMatt Caswell
2023-01-24Add a test for large app dataMatt Caswell
2023-01-23MD5.pod: Recommend SHA-2 or SHA-3 family hashes instead of legacy onesTomas Mraz
2023-01-23X509_V_ERR_INVALID_PURPOSE: fix misleading text; Fix omission in X509_VERIFY_...Dr. David von Oheimb
2023-01-23cmp_client.c: fix handling of total_timeout for RR and GENM transactionsDr. David von Oheimb