summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
12 daysDon't allow renegotiation for DTLS 1.3feature/dtls-1.3Frederik Wedel-Heinen
2024-04-08Adds dtls 1.3 support in TLS::ProxyFrederik Wedel-Heinen
2024-04-05Support TLS 1.3 kexs and groups with DTLS 1.3Frederik Wedel-Heinen
2024-04-04Fix wrong dtls 1 and 1.2 version checkFrederik Wedel-Heinen
2024-04-04Do DTLS13 and TLS13 connection version check in one macroFrederik Wedel-Heinen
2024-04-04Fix sending session ids in DTLS-1.3Frederik Wedel-Heinen
2024-04-04Update tls state machine logic to support dtls1.3 alongside tls1.3Frederik Wedel-Heinen
2024-04-02Fix protocol list for cmd_Protocol()Frederik Wedel-Heinen
2024-04-02Add dtls1.3 to ssl_protocol_to_string()Frederik Wedel-Heinen
2024-04-02Adds DTLS1.3 to ssl protocol to text structsFrederik Wedel-Heinen
2024-03-28Determine which label prefix to use based on if the connection is dtlsFrederik Wedel-Heinen
2024-03-28Use dtls1.3 cryptographic label prefix as dictated by RFC 9147 section 5.9Frederik Wedel-Heinen
2024-03-28Support TLS1.3 extensions with DTLS1.3Frederik Wedel-Heinen
2024-03-28Print session ticket for dtls 1.3 as well.Frederik Wedel-Heinen
2024-03-28Adds DTLS 1.3 functionality to s_client and s_server documentation.Frederik Wedel-Heinen
2024-03-28Integrate dtls1.3 in s_client and s_serverFrederik Wedel-Heinen
2024-03-18Remove compile guards for dtls1.3 method implementationsFrederik Wedel-Heinen
2024-03-18Adds initial dtls 1.3 structs and definitionsFrederik Wedel-Heinen
2024-03-15Fix unbounded memory growth when using no-cached-fetchMatt Caswell
2024-03-15Try to fix intermittent CI failures in quic_multistream testBernd Edlinger
2024-03-15plug potential memory leak in error code pathAlexandr Nedvedicky
2024-03-15Raise the AFL_MAP_SIZE to accommodate future growthTomas Mraz
2024-03-1582-test_ocsp_cert_chain.t: Just ignore unrecognized lines in server outputTomas Mraz
2024-03-15Minor docfix for OSSL_HTTP_REQ_CTX_set_max_response_hdr_lines(3)Alexandr Nedvedicky
2024-03-15Set AFL_MAP_SIZE to avoid crash in the AFL CI jobTomas Mraz
2024-03-15Add a test using the bandwidth limit filterTomas Mraz
2024-03-15Add support for bandwidth limitation in noisydgram BIO filterTomas Mraz
2024-03-15bio_f_noisy_dgram_filter(): Fix typoTomas Mraz
2024-03-15SSL_add_dir_cert_subjects_to_stack(): Documented return valuesShakti Shah
2024-03-15Add Content Type OID for id-ct-rpkiSignedPrefixListJob Snijders
2024-03-15apps/x509.c: No warning reading from stdin if redirectedTomas Mraz
2024-03-15Fix ASLR to be smaller during asan/tsan/ubsan runsNeil Horman
2024-03-14Avoid a memcpy in dtls_get_reassembled_message()Frederik Wedel-Heinen
2024-03-14Fix dasync_rsa_decrypt to call EVP_PKEY_meth_get_decryptVladimirs Ambrosovs
2024-03-13Implement KAT for KBKDF with KMAC128Joachim Vandersmissen
2024-03-13Update tls13ccstest.c, removal of deadcodesharad3001
2024-03-12Add fuzzing for DTLSFrederik Wedel-Heinen
2024-03-12s_server: test ocsp with "-cert_chain"James Muir
2024-03-12Limit the number of http headers when receiving the http responseAlexandr Nedvedicky
2024-03-12Add check for xor_get_aid()Jiasheng Jiang
2024-03-12Improve the documentation on -cert_chain and -status_verbose optionsolszomal
2024-03-12Use the untrusted certificate chain to create a valid certificate ID for OCSP...olszomal
2024-03-12Doc: fix style谭九鼎
2024-03-11PKCS7: Remove one of the duplicate checksJiasheng Jiang
2024-03-11Add reformatting commit to .git-blame-ignore-revsAarni Koskela
2024-03-11Make the generated params_idx.c file deterministic if run multipleslontis
2024-03-11FAQ.md should be removedAlexandr Nedvedicky
2024-03-11Fix BIO_get_new_index() to return an error when it is exhausted.slontis
2024-03-09Bring SSL_group_to_name docs in line with API definitionNeil Horman
2024-03-09Add CHANGESHugo Landau