openssl.git
2023-07-16 Matt CaswellFix ssl3_do_write() to correctly handle retries
2023-07-16 Matt CaswellAdd a test for a retry during the handshake
2023-07-16 atishkovRemove unreachable code from SSL_use_certificate_file...
2023-07-16 Dr. David von... CMP: add support for genm with rootCaCert and genp...
2023-07-16 Dr. David von... CMP app and API doc: add note on critical server auth...
2023-07-16 Dr. David von... CMP doc: various small corrections, mostly on PBM vs...
2023-07-16 Dr. David von... rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_ex...
2023-07-16 Dr. David von... APPS load_key_certs_crls(): improve error string macro...
2023-07-16 Hugo LandauMinor fixups
2023-07-16 Hugo LandauQUIC: Fix multistream test on macOS
2023-07-16 Hugo LandauMinor fixups
2023-07-16 Hugo LandauQUIC: Fix multistream script 19 stochastic test failure
2023-07-16 Hugo LandauMinor updates 2
2023-07-16 Hugo LandauMinor updates
2023-07-16 Hugo LandauQUIC: Multistream test fixes
2023-07-16 Hugo LandauQUIC: Correct minimal frame encoding test
2023-07-16 Hugo LandauQUIC: test fixes for WPACKET use
2023-07-16 Hugo Landaumake update
2023-07-16 Hugo LandauQUIC QSM: Get rid of recv_fin_retired in favour of...
2023-07-16 Hugo LandauQUIC QSM: Update API documentation
2023-07-16 Hugo LandauQUIC CONFORMANCE/APL: Handle FIN/reset retirement correctly
2023-07-16 Hugo LandauQUIC Send Stream State: Transition to DATA_SENT
2023-07-16 Hugo LandauQUIC CONFORMANCE: Wire the DATA_SENT state
2023-07-16 Hugo LandauQUIC APL: Validate receive stream state
2023-07-16 Hugo LandauQUIC APL: Validate send stream state
2023-07-16 Hugo LandauQUIC CONFORMANCE: Stop handling frames after termination
2023-07-16 Hugo LandauQUIC Conformance: Frame Handling Tests
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 9.6
2023-07-16 Hugo LandauQUIC CONFORMANCE: Validate preferred_addr transport...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 19.16: RETIRE_CONNECTION_...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 19.15: NEW_CONNECTION_ID...
2023-07-16 Hugo LandauQUIC RXDP: Make ACK eliciting definition more resilient...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 19.14: STREAMS_BLOCKED...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 19.13: STREAM_DATA_BLOCKE...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 19.7
2023-07-16 Hugo LandauRFC 9000 s. 19.8: Enforce maximum stream size
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 17.2.5.1
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 17.2.2: Enforce no initia...
2023-07-16 Hugo LandauQUIC CONFORMANCE: Enforce packet header reserved bits
2023-07-16 Hugo LandauQUIC WIRE: Allow encoding/decoding of reserved header...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 13.3: MAX_STREAM_DATA...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.5: Application CONNECT...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.5: Ensure CFQ can...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.3: PN Limit
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.3: PN duplicate suppre...
2023-07-16 Hugo LandauQUIC ACKM: Clarify the role of is_inflight
2023-07-16 Hugo LandauQUIC CONFORMANCE: Enforce minimal frame type encoding
2023-07-16 Hugo LandauQUIC CONFORMANCE: Packet handling fixes
2023-07-16 Hugo LandauQUIC CONFORMANCE: Handle RESET_STREAM final size correctly
2023-07-16 Hugo LandauQUIC CONFORMANCE: Validate RESET_STREAM final sizes...
2023-07-16 Hugo LandauQUIC: Note that we do not retransmit stream data for...
2023-07-16 Hugo LandauQUIC QSM: Free unneeded stream buffers, calculate RESET...
2023-07-16 Hugo LandauQUIC QSM: Model final sizes and handle STOP_SENDING...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 3.3: Stream States —...
2023-07-16 Hugo LandauQUIC QSM/STREAM: Refactor to use RFC stream states
2023-07-16 ljuzwiukFix RSA OAEP set/get label for legacy engine
2023-07-16 ljuzwiukRemove duplicated values
2023-07-16 Matt CaswellTest loading a PEM file from multiple threads
2023-07-16 Matt CaswellOptimise PKEY decoders
2023-07-14 Tomas MrazAdd CHANGES.md and NEWS.md entries for CVE-2023-2975
2023-07-14 Tomas MrazAdd testcases for empty associated data entries with...
2023-07-14 Tomas MrazDo not ignore empty associated data with AES-SIV mode
2023-07-14 Randall S.... Modified OSSL_parse_url to initialize pport_num to 0.
2023-07-14 Tomas Mrazquicapitest: Fix SSL_trace() test on big endian platforms
2023-07-14 Tomas Mrazossl_quic_wire_encode_pkt_hdr(): Assign ptrs only on...
2023-07-14 dependabot... Bump coverallsapp/github-action from 2.2.0 to 2.2.1
2023-07-14 dependabot... Bump actions/setup-python from 4.6.1 to 4.7.0
2023-07-14 slontisAdd FIPS build instructions
2023-07-14 Amir AyupovMove Keccak rhotates tables to rodata
2023-07-13 PauliAdd a NEWS entry covering the FIPS related changes.
2023-07-13 Pankul94Changes to resolve symbol conflict due to gf_mul
2023-07-13 Liu-ErMenguse '__builtin_expect' to improve EVP_EncryptUpdate...
2023-07-13 Dr. David von... EVP_PKEY_{en,de}capsulate.pod: fix glitches and add...
2023-07-12 Marcin KolnyAdd more fixes for WebAssembly/WASI build
2023-07-11 Matt CaswellAdd an SSL BIO test for QUIC
2023-07-11 Tomas MrazFix no-srtp build failure
2023-07-10 Matt CaswellFix test_quic_write_read()
2023-07-10 Rajeev RanjanCMP: support specifying certificate to be revoked via...
2023-07-09 Hugo LandauQUIC APL: Tick on SSL_read failure in non-blocking...
2023-07-09 Tomas MrazEdit question template to direct users to GH Discussions
2023-07-09 Paulifips: make installations FIPS compliant by default
2023-07-07 Tomas MrazQUIC err handling: Add multi-stream test
2023-07-07 Tomas MrazTest OSSL_ERR_STATE_save/restore()
2023-07-07 Tomas MrazQUIC err handling: Save and restore error state
2023-07-07 Tomas MrazQUIC err handling: Properly report network errors
2023-07-07 Hugo LandauQUIC: Fix multistream script 19 stochastic test failure
2023-07-07 atishkovRemove unused internal functions
2023-07-06 Matt CaswellDon't build the QUIC ssl trace when DH is disabled
2023-07-06 Matt CaswellDon't run the ssl trace test if no-ecx
2023-07-06 Matt CaswellFix a no-ecx failure in test_tls13hrr
2023-07-06 Matt CaswellAllow qtestlib to use a "fake_now" implementation
2023-07-06 Matt CaswellWork around relocation errors in the m68k cross-compila...
2023-07-06 Matt CaswellFix no-thread-pool building
2023-07-06 Matt CaswellSkip the QUIC ssltrace test under certain config options
2023-07-06 Matt CaswellUse %llx not %lx for uint64_t
2023-07-06 Matt CaswellDon't compile quic_thread_assist.c on OPENSSL_NO_QUIC_T...
2023-07-06 Matt CaswellDisable QUIC if TLSv1.3 is disabled
2023-07-06 Matt CaswellEnable QUIC by default
2023-07-06 Marcin KolnyAdd limited support for WebAssembly WASI target
2023-07-06 Heiko Stuebnerriscv: Clarify dual-licensing wording for GCM and AES
next