]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2023-07-31  Hugo LandauQUIC: Automatically drain non-concluded streams, bugfixes
2023-07-31  Hugo LandauQUIC APL: Mask API operations when in shutdown flush
2023-07-31  Hugo LandauQUIC MULTISTREAM TEST: Shutdown flush test
2023-07-31  Hugo LandauQUIC MULTISTREAM TEST: Better failure logging with...
2023-07-31  Hugo LandauQUIC APL: Shutdown Stream Flush Functionality
2023-07-31  Hugo LandauQUIC TXP: Fix bug relating to STREAM FIN generation
2023-07-31  Hugo LandauQUIC APL: Ensure tick inhibition is not used during...
2023-07-31  Hugo LandauQUIC TSERVER: Allow reading from a stream after connect...
2023-07-31  Hugo LandauQUIC QSM: Infrastructure for tracking shutdown flush...
2023-07-31  Hugo LandauQUIC APL: Add internal call to allow changing send...
2023-07-31  Hugo LandauQUIC CHANNEL: Allow ticking to be inhibited for testing...
2023-07-31  Dmitry BelyavskiyUpdate GOST engine commit to deal with test failure
2023-07-28  Frederik Wedel... Removes unused parameter 'sending' from derive_secret_k...
2023-07-28  Xi Ruoyaovpaes: LoongArch: Use getauxval(AT_HWCAP) for LSX detection
2023-07-28  John Kohlfix compile error (SIZE_MAX not found) on HP-UX
2023-07-27  atishkovx509/by_file.c: fix unreachable and redundant code
2023-07-27  Fatih Arslan... Correct spelling of database
2023-07-27  John KohlInclude <openssl/err.h> in include/refcount.h
2023-07-27  Tomas MrazAdd CHANGES.md and NEWS.md entries for CVE-2023-3817
2023-07-27  Tomas Mrazdhtest.c: Add test of DH_check() with q = p + 1
2023-07-27  Tomas MrazDH_check(): Do not try checking q properties if it...
2023-07-26  Bernd EdlingerMake DH_check set some error bits in recently added...
2023-07-25  atishkovget_cert_by_subject_ex(): Check result of X509_STORE_lock()
2023-07-25  MrRurikovbio_print.c: Delete unreachable code at lines 710 and 711
2023-07-25  Frederik Wedel... Adds separate configuration targets for intel i386...
2023-07-25  atishkovx509: add ASN1_STRING_set() check result
2023-07-25  Hugo LandauQUIC TXP: Add extra test
2023-07-24  Bernd EdlingerFix error handling in pipelining test
2023-07-24  Adam Šulcfix: reject adding a duplicity into STACK_OF(X509_ATTRI...
2023-07-23  Marco Abbadinifix clang-6,7,8 strict build
2023-07-21  Tom CosgroveFix build when configured with -DOPENSSL_USE_IPV6=0
2023-07-21  Hugo LandauQUIC TXP: Generate forced PINGs correctly
2023-07-21  Hugo LandauQUIC TXP: Refactor TXP-related deadline handling into TXP
2023-07-21  Hugo LandauQUIC TXP: Update tests for refactor
2023-07-21  Hugo LandauQUIC TXP: Major refactor to handle padding correctly
2023-07-21  Hugo LandauQUIC QTX: Add ciphertext size calculation function
2023-07-21  Hugo LandauQUIC TXP: Test packet size boundary cases
2023-07-21  sdlyyxyUpdate with `ARMV8_HAVE_SHA3_AND_WORTH_USING`
2023-07-21  sdlyyxyMove CPU detection to armcap.c
2023-07-21  sdlyyxyEnable ARMv8.2 accelerated SHA3 on compatible Apple...
2023-07-21  Ingo Franzkispeed: Fix execution of EdDSA measurement
2023-07-21  Ingo Franzkispeed: Fix memory leak
2023-07-21  Samuel LeeFix documentation around AAD and return values in EVP_C...
2023-07-19  PauliConnection ID processing
2023-07-19  atishkovapps/cms.c: Fix unreachable code in cms_main()
2023-07-19  Matt CaswellUpdate CHANGES/NEWS for CVE-2023-3446
2023-07-19  Matt CaswellAdd a test for CVE-2023-3446
2023-07-19  Matt CaswellFix DH_check() excessive time with over sized modulus
2023-07-19  Hugo LandauFixup tests
2023-07-19  Hugo LandauQUIC TXP: Handle non-inflight-eligible packets correctly
2023-07-19  Hugo LandauQUIC ACKM: Don't record non-inflight packets in CC
2023-07-19  Hugo LandauQUIC TXP: Do not generate full-size packets when sendin...
2023-07-19  Hugo LandauQUIC ACKM: RFC 9000 s. 13.2.1: max_ack_delay taken...
2023-07-19  Hugo LandauQUIC CHANNEL: Initialise max_ack_delay values properly
2023-07-19  Hugo LandauQUIC ACKM: Clean up max_ack_delay tracking and separate...
2023-07-19  Hugo LandauQUIC STATM: Move max_ack_delay tracking out of STATM
2023-07-19  Pauliremove duplicate defines, add comment
2023-07-19  Dr. David von... openssl-kdf.pod.in: add text on 'salt' and 'info' param...
2023-07-19  Dr. David von... EVP_KDF.pod: extend text on 'salt' and 'info' parameters
2023-07-18  atishkovRemove redundant check
2023-07-18  Tomas MrazRaise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol...
2023-07-18  Dimitri PapadopoulosFix typos found by codespell
2023-07-18  lan1120Fix int_ctx_new() error when use 1.1.1n sm2 key and...
2023-07-16  Tomas Mrazno-module should not imply disabling DSO loading support
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
next