summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-07-17QUIC QSM: Free unneeded stream buffers, calculate RESET_STREAM final size cor...Hugo Landau
2023-07-17QUIC QSM: Model final sizes and handle STOP_SENDING correctlyHugo Landau
2023-07-17QUIC CONFORMANCE: RFC 9000 s. 3.3: Stream States — Permitted Frame Types â€...Hugo Landau
2023-07-17QUIC QSM/STREAM: Refactor to use RFC stream statesHugo Landau
2023-07-17Fix RSA OAEP set/get label for legacy engineljuzwiuk
2023-07-17Remove duplicated valuesljuzwiuk
2023-07-17Test loading a PEM file from multiple threadsMatt Caswell
2023-07-17Optimise PKEY decodersMatt Caswell
2023-07-14Add CHANGES.md and NEWS.md entries for CVE-2023-2975Tomas Mraz
2023-07-14Add testcases for empty associated data entries with AES-SIVTomas Mraz
2023-07-14Do not ignore empty associated data with AES-SIV modeTomas Mraz
2023-07-14Modified OSSL_parse_url to initialize pport_num to 0.Randall S. Becker
2023-07-14quicapitest: Fix SSL_trace() test on big endian platformsTomas Mraz
2023-07-14ossl_quic_wire_encode_pkt_hdr(): Assign ptrs only on static buf wpktTomas Mraz
2023-07-14Bump coverallsapp/github-action from 2.2.0 to 2.2.1dependabot[bot]
2023-07-14Bump actions/setup-python from 4.6.1 to 4.7.0dependabot[bot]
2023-07-14Add FIPS build instructionsslontis
2023-07-14Move Keccak rhotates tables to rodataAmir Ayupov
2023-07-14Add a NEWS entry covering the FIPS related changes.Pauli
2023-07-14Changes to resolve symbol conflict due to gf_mulPankul94
2023-07-13use '__builtin_expect' to improve EVP_EncryptUpdate performance for gcc/clang.Liu-ErMeng
2023-07-13EVP_PKEY_{en,de}capsulate.pod: fix glitches and add some detail and hintsDr. David von Oheimb
2023-07-12Add more fixes for WebAssembly/WASI buildMarcin Kolny
2023-07-11Add an SSL BIO test for QUICMatt Caswell
2023-07-10Fix no-srtp build failureTomas Mraz
2023-07-10Fix test_quic_write_read()Matt Caswell
2023-07-10CMP: support specifying certificate to be revoked via issuer and serial numberRajeev Ranjan
2023-07-10QUIC APL: Tick on SSL_read failure in non-blocking modeHugo Landau
2023-07-10Edit question template to direct users to GH DiscussionsTomas Mraz
2023-07-09fips: make installations FIPS compliant by defaultPauli
2023-07-07QUIC err handling: Add multi-stream testTomas Mraz
2023-07-07Test OSSL_ERR_STATE_save/restore()Tomas Mraz
2023-07-07QUIC err handling: Save and restore error stateTomas Mraz
2023-07-07QUIC err handling: Properly report network errorsTomas Mraz
2023-07-07QUIC: Fix multistream script 19 stochastic test failureHugo Landau
2023-07-07Remove unused internal functionsatishkov
2023-07-06Don't build the QUIC ssl trace when DH is disabledMatt Caswell
2023-07-06Don't run the ssl trace test if no-ecxMatt Caswell
2023-07-06Fix a no-ecx failure in test_tls13hrrMatt Caswell
2023-07-06Allow qtestlib to use a "fake_now" implementationMatt Caswell
2023-07-06Work around relocation errors in the m68k cross-compilation buildsMatt Caswell
2023-07-06Fix no-thread-pool buildingMatt Caswell
2023-07-06Skip the QUIC ssltrace test under certain config optionsMatt Caswell
2023-07-06Use %llx not %lx for uint64_tMatt Caswell
2023-07-06Don't compile quic_thread_assist.c on OPENSSL_NO_QUIC_THREAD_ASSISTMatt Caswell
2023-07-06Disable QUIC if TLSv1.3 is disabledMatt Caswell
2023-07-06Enable QUIC by defaultMatt Caswell
2023-07-06Add limited support for WebAssembly WASI targetMarcin Kolny
2023-07-06riscv: Clarify dual-licensing wording for GCM and AESHeiko Stuebner
2023-07-05Rework options handlingHugo Landau