]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2025-02-17  Jean-Frederic... SSL_free() does check for != NULL (thanks Sashan)
2025-02-17  Jean-Frederic... Fixes according Sashan review.
2025-02-17  Jean-Frederic... port the 2 improvement suggested by @nhorman to help...
2025-02-17  Jean-Frederic... Arrange the code following the reviews.
2025-02-17  Jean-Frederic... Fix small things from the review.
2025-02-17  Jean-Frederic... Add <sys/socket.h> for OpenBSD.
2025-02-17  Jean-Frederic... typo in comment.
2025-02-17  Jean-Frederic... Arrange the remove_id() logic to be able to remove...
2025-02-17  Jean-Frederic... Arrange macox errors.
2025-02-17  Jean-Frederic... make check style happy.
2025-02-17  Jean-Frederic... Arrange the logic:
2025-02-17  Jean-Frederic... read_from_ssl_ids() before wait_for_activity if somethi...
2025-02-17  Jean-Frederic... Arrange poll logic and get it working with chrome.
2025-02-17  Jean-Frederic... Allow to send some files to test with browsers.
2025-02-17  Jean-Frederic... Use something like wait_for_activity() from demos/quic...
2025-02-17  Andrew DinhAugment RETRY validation token
2025-02-17  Neil HormanDetermine which packet to drop for retry
2025-02-17  Neil HormanFix length check for datagram size in quic
2025-02-17  Neil HormanAugment quic interop harness to support server side...
2025-02-17  Matt CaswellAdd documentation for BIO_dgram_set0_local_addr()
2025-02-17  Matt CaswellAdd the ablity to set a local address for BIO_dgram_pair
2025-02-17  Neil HormanMake version negotiation packets use network byte order
2025-02-17  Neil HormanFixup tests to properly check version negotiation
2025-02-17  Neil HormanHandle the receipt of version negotiation packets
2025-02-17  Neil HormanAdd port version negotiation response from server
2025-02-17  Neil HormanAllow packetizer to accept an arg to set protocol version
2025-02-17  Neil HormanAugment ossl_quic_wire_decode_pkt_hdr
2025-02-17  sashanSSL_inject_net_dgram() should return result of ossl_qui...
2025-02-17  Neil HormanInclude RETRY_CID transport parameter when handling...
2025-02-17  Neil HormanSelect proper ORIG_DCID when sending server hello over...
2025-02-17  Neil HormanGenerate initial packet keys based on new dcid for...
2025-02-17  Saša NedvědickýImplement Server Address validation using retry packets
2025-02-17  Andrew DinhUpdate QUIC related man7 pages for the added server...
2025-02-17  Andrew DinhRemove extra FD_SET
2025-02-17  Andrew DinhAdd a guide for demo QUIC non-blocking server
2025-02-17  Tomas MrazSSL_poll(): Handle blocking with no poll items
2025-02-17  Tomas Mrazpoll_builder.c: Minor fixes and optimizations
2025-02-17  Tomas MrazAdd quic_lock() calls for functions called from poll_tr...
2025-02-17  Tomas MrazEnsure WSAStartup() before calling WSASocketA()
2025-02-17  Tomas Mrazossl_rio_notifier_init(): Add error messages
2025-02-17  Tomas MrazSSL_poll(): Report result_count for failed events
2025-02-17  Tomas MrazQUIC: Immediate-Mode Polling various fixups
2025-02-17  Hugo LandauQUIC: Update SSL_poll documentation
2025-02-17  Hugo LandauQUIC: Glossary updates
2025-02-17  Hugo LandauQUIC RADIX: Use enhanced blocking support when testing
2025-02-17  Hugo LandauQUIC RADIX: Test listener polling support
2025-02-17  Hugo LandauQUIC RADIX: Test new SSL_poll functionality
2025-02-17  Hugo LandauQUIC MULTISTREAM TEST: Remove test that blocking SSL_po...
2025-02-17  Hugo LandauRIO: Amend SSL_poll code to correctly register blocking...
2025-02-17  Hugo LandauQUIC POLLING: Add support for polling listeners
2025-02-17  Hugo LandauRIO: Amend SSL_poll to support blocking on QUIC objects
2025-02-17  Hugo LandauRIO: Add poll builder to support immediate-mode polling API
2025-02-17  Hugo LandauQUIC APL: Add support for registering blocking operatio...
2025-02-17  Hugo LandauQUIC REACTOR: Add utility for tracking recursive blocki...
2025-02-17  Hugo LandauQUIC REACTOR: Add support for external registration...
2025-02-17  Andrew DinhAdd demo QUIC non-blocking server
2025-02-17  Matt CaswellUse the reactor from ctx.obj for net read/write desired...
2025-02-17  Matt CaswellAdd a test for early ticking
2025-02-17  Matt CaswellAlways tick the QUIC_ENGINE regardless of the state...
2025-02-17  Andrew DinhAdd a guide for demo QUIC blocking server
2025-02-17  Andrew DinhAdds a new demo blocking QUIC server for use with the...
2025-02-17  Matt CaswellRemove an obsolete comment
2025-02-17  Matt CaswellSimplify the QUIC time override handling
2025-02-17  Viktor DukhovniHandle a couple of NULL QUIC ctx.qc values
2025-02-17  Alexandr NedvedickyQUIC Concurrency API: Various minor fixes
2025-02-17  Hugo LandauMinor fix for Windows
2025-02-17  Hugo LandauQUIC RADIX: Test domain functions as well
2025-02-17  Hugo LandauQUIC: Add basic domain flags test
2025-02-17  Hugo LandauAssorted bugfixes
2025-02-17  Hugo LandauDoc fixes
2025-02-17  Hugo LandauAllow use of socketpair, WSASocketA
2025-02-17  Hugo LandauMinor fixes
2025-02-17  Hugo LandauRIO NOTIFIER: Fix symbol usage
2025-02-17  Hugo LandauQUIC OBJ: Require blocking support in the domain flags...
2025-02-17  Hugo Landaumake update
2025-02-17  Hugo LandauQUIC: Update listener documentation
2025-02-17  Hugo LandauQUIC: Add documentation on concurrency model
2025-02-17  Hugo LandauQUIC: Document SSL_new_domain, etc.
2025-02-17  Hugo LandauQUIC APL: Refine domain flag handling
2025-02-17  Hugo LandauQUIC CHANNEL: Notify other threads when needed
2025-02-17  Hugo LandauQUIC REACTOR: Allow ticks to schedule notifications...
2025-02-17  Hugo LandauQUIC ENGINE: Notify when ticking
2025-02-17  Hugo LandauQUIC REACTOR: Inter-thread notification
2025-02-17  Hugo LandauQUIC APL: Default domain flags
2025-02-17  Hugo LandauQUIC REACTOR: Integrate RIO NOTIFIER
2025-02-17  Hugo LandauRIO: Add OS notifier
2025-02-17  Hugo LandauQUIC APL: Use domain flag to determine thread assisted...
2025-02-17  Hugo LandauQUIC APL: Add support for configuring domain flags
2025-02-17  Hugo LandauQUIC APL: Add QUIC Domain SSL Object: Implementation
2025-02-17  Hugo LandauQUIC APL: Add QUIC Domain SSL Object: Basic Definitions
2025-02-17  Jean-Frederic... ossl-nghttp3-demo-server.c: Fix compatibility with...
2025-02-17  Jean-Frederic... Add a demo HTTP3 server using the quic server support...
2025-02-17  Hugo LandauQUIC Polling Design: Fix nits
2025-02-17  Hugo LandauQUIC Polling Design Document: Rename OSSL_ -> SSL_...
2025-02-17  Hugo LandauQUIC Polling Design: Move around sections a bit
2025-02-17  Hugo LandauQUIC Polling Design: Add discussion/rethink of event...
2025-02-17  Hugo LandauQUIC Polling Design: minor fixups
2025-02-17  Hugo LandauMinor updates
2025-02-17  Hugo LandauMinor fixes and hardening
2025-02-17  Hugo LandauQUIC Server Demo: Use IPv4 only
next