]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/quic
Increment sleep time in quic_tserver_test less
[thirdparty/openssl.git] / ssl / quic /
23 hours ago  Norbert Pocsquic_channel.c: NULL check SSL_CONNECTION
3 days ago  Eugene Syromiatnikovcrypto/params_dup.c: add overflow check to ossl_param_b...
4 days ago  Neil HormanEnsure that the largest_pn values are migrated to our...
4 days ago  Norbert Pocsquic_channel: Handle HRR and the second transport param...
5 days ago  Nikolas Gauderssl/quic/quic_channel.c: Fix endianness of supported...
5 days ago  Nikolas Gauderssl/quic/quic_port.c: Fix endianness of supported versi...
2025-07-27  Alexandr Nedvedicky- adding a missing file
2025-07-27  sashan- fix RFC reference and indentation
2025-07-27  SashanUpdate ssl/quic/quic_ackm.c
2025-07-27  SashanUpdate ssl/quic/quic_ackm.c
2025-07-27  sashanACK manager must avoid infinite probe time when waiting...
2025-07-10  Alexandr NedvedickyQUIC receiver may accidentally ACK packet it fails...
2025-07-03  Andrew DinhAdd stream type flags to SSL_accept_stream
2025-07-02  Tomas Mrazlibssl: Silence warnings on Win64 builds
2025-06-13  Alexis GoodfellowBegin incorporating stdbool usage when json encoding
2025-06-03  Andrew DinhReset qtls->local_transport_params_consumed to 0 on...
2025-05-30  Norbert Pocsquic_tls.c: Precede double free on EVP_MD variable
2025-05-15  Neil HormanAdd NULL check in ossl_quic_get_peer_token
2025-05-07  Matt CaswellFix memory management in port_make_channel
2025-04-29  sashanossl_json_f64() seems to be unused, remove it to avoid...
2025-04-24  Matt CaswellFix errors on SSL_accept() and SSL_get_error()
2025-04-14  Matt CaswellFix SSL_accept()
2025-04-11  Matt CaswellPrevent SSL_poll from reporting a stream as writeable...
2025-04-05  Samson S. KolgeFix SSL_new() with QUIC_server_method and improve forma...
2025-03-27  Andrew Ioanoviciuport_init(): Security hardening for token key
2025-03-24  Bernd EdlingerTry to fix reported qlog issues
2025-03-24  Tomas Mrazqlog_event_helpers.c: Fix inverted condition
2025-03-20  Matt CaswellFix the use of CCM ciphersuites with QUIC TLS API
2025-03-20  Matt CaswellAlways use NULL BIOs when using the QUIC TLS API
2025-03-20  Matt CaswellDon't decrement the unreleased counter if we failed...
2025-03-12  openssl-machineCopyright year updates
2025-03-09  Neil HormanOrphan packets from qrx
2025-03-08  Neil HormanIf our server channel creates its own qrx, set its...
2025-02-27  Andrew DinhQUIC NULL checks
2025-02-25  Alexandr NedvedickyFix read out of buffer bounds when dealing with BIO_ADDR
2025-02-25  Tomas MrazRename fnv1a_hash() to ossl_fnv1a_hash()
2025-02-25  Alexandr NedvedickyFix AEAD validation of initial packets in port
2025-02-25  Alexandr NedvedickyPerform initial AEAD validation before creating a channel
2025-02-25  Andrew DinhCoverity fixes
2025-02-22  Neil HormanUse siphash to implement lcidm hash function
2025-02-22  Neil HormanUpdate LCIDM lookups to include hash keys
2025-02-22  Neil HormanAdd random hash key value to lcidm struct
2025-02-21  Andrew DinhVarious NULL checks
2025-02-21  Cheng ZhangAdded new API to enable 0-RTT for 3rd party QUIC stacks.
2025-02-20  Andrew DinhNULL checks for QUIC code
2025-02-17  Neil HormanAdd ssl_unwrap.h to quic_tls_api.c
2025-02-17  Neil HormanReadd the inclusion of quic_record_util.h to quic_tls.c
2025-02-17  Neil HormanFixup conflict between 3rd party quic-tls api and quic...
2025-02-17  Alexandr NedvedickyBackout validation of initial packet done by port_defau...
2025-02-17  Alexandr NedvedickyPerform initial AEAD validation before creating a channel
2025-02-17  Neil HormanFix ossl_quic_trace to fetch connection short conn...
2025-02-17  Neil HormanAdd api to fetch short conn id len from a given channel...
2025-02-17  Neil HormanMove handling of connection close frames to QUIC FUTURE
2025-02-17  Neil HormanEliminate SSL_LISTENER_FLAG_NO_ACCEPT flag in QUIC
2025-02-17  Neil HormanMove EAGAIN handling of QUIC retry/verneg frames to...
2025-02-17  Neil HormanMove implementation of RETIRE CONN ID frames to QUIC...
2025-02-17  Neil Hormande-duplicate fnv1a_hash
2025-02-17  Neil HormanRemove NEW_TOKEN public api
2025-02-17  Neil Hormaninit token to ease cleanup
2025-02-17  Neil HormanRemove SSL_TOKEN_STORE_HANDLE type
2025-02-17  Neil HormanModify ossl_quic_get_peer_token to return QUIC_TOKEN
2025-02-17  Neil HormanRename token_store functions to make them consistent
2025-02-17  Neil HormanReview fixups
2025-02-17  Neil HormanFix a memory leak on free
2025-02-17  Neil HormanReduce our NEW_TOKEN send rate.
2025-02-17  Neil HormanDon't reserve an unused cid for NEW_TOKENS
2025-02-17  Neil HormanReference count QUIC_TOKENS
2025-02-17  Neil HormanCentralize freeing of tokens
2025-02-17  Neil HormanSchedule new token frame after handshake complete
2025-02-17  Neil HormanAdd lookup for initial token assignment on channel...
2025-02-17  Neil HormanEnhance get_peer_token to not require memcpy
2025-02-17  Neil HormanAdd allocation of token cache on server contexts when...
2025-02-17  Neil HormanAugment client side recieve code to store NEW_TOKENS
2025-02-17  Neil Hormanextend internal api to allow for add/lookup token ops
2025-02-17  Neil HormanAdd public api to create token cache for QUIC NEW_TOKENS
2025-02-17  Neil HormanAdd new token generation transmission
2025-02-17  Tomas MrazClean up a few further TODO(QUIC SERVER)
2025-02-17  Tomas MrazWe are not handling AEAD at port level for now
2025-02-17  Tomas Mrazossl_quic_tserver_shutdown(): Remove TODO(QUIC SERVER)
2025-02-17  Neil HormanFix up some nits
2025-02-17  Neil Hormanremove check of pending in ossl_quic_free
2025-02-17  Neil HormanRemove vestigual accepted flag
2025-02-17  Neil HormanAttempt to use NULL listeners to avoid use after free
2025-02-17  Neil HormanFix memory leak in pre-allocated listeners
2025-02-17  Neil Hormanrename new_pending_ssl to new_pending_conn
2025-02-17  Neil HormanAdd a callback to announce newly created ssl waiting...
2025-02-17  Neil HormanReturn channel tls from ossl_quic_accept_connection
2025-02-17  Neil Hormanuse internal callback to generate user ssl
2025-02-17  Neil HormanAdd callback to get user ssl on channel creation
2025-02-17  Andrew DinhIf server receives NEW_TOKEN frame, respond with PROTOC...
2025-02-17  Andrew DinhFix MARSHALLED_TOKEN_MAX_LEN
2025-02-17  Alexandr NedvedickyImplement SSL_new_from_listener()
2025-02-17  Andrew DinhEncrypt the address validation token
2025-02-17  Neil Hormanremoving debug code from quic_impl
2025-02-17  Neil HormanFix typo
2025-02-17  Neil HormanAdd tracking of receive credit for unvalidated connections
2025-02-17  Neil HormanAdd unvalidated credit tracking to packetizer
2025-02-17  Neil HormanClarify that this validation only relates to retry...
2025-02-17  Neil HormanAdd a public flag to disable address validation on...
2025-02-17  Neil HormanAdd quic port flag to turn off address validation
next