awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesSession Ticket Management

Controls the lifecycle and usage of TLS session tickets to manage reconnection and privacy.

Distinct from Kerberos Ticket Inspectors: Candidates refer to support tickets or Kerberos tickets, not TLS session resumption tickets.

Explore 2 awesome GitHub repositories matching security & cryptography · Session Ticket Management. Refine with filters or upvote what's useful.

Awesome Session Ticket Management GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rustls/rustlsAvatar de rustls

    rustls/rustls

    7,470Ver en GitHub↗

    rustls is a memory-safe implementation of the Transport Layer Security protocol written in Rust. It provides a cryptographic stack for secure network communication, supporting both TLS 1.3 and 1.2 standards for client and server implementations. The project is designed as a modular cryptographic library that allows swapping underlying cryptographic backends and primitive providers to meet specific security or performance requirements. It incorporates a post-quantum cryptography stack, utilizing hybrid key exchanges and signatures to protect data against future quantum computing threats. The

    Restricts session tickets to single-use resumption to prevent users from being tracked across different network connections.

    Rustcryptographyrustssl
    Ver en GitHub↗7,470
  • bromite/bromiteAvatar de bromite

    bromite/bromite

    6,277Ver en GitHub↗

    Bromite is a privacy-focused fork of the Chromium browser for Android that blocks advertisements and tracking scripts by default, enforces encrypted HTTPS connections, and prevents browser fingerprinting without requiring any extensions or manual configuration. It applies a patch-based build system to layer privacy and security modifications directly onto the upstream Chromium codebase during compilation, integrating a filter list engine for network-level ad blocking and adding noise to browser APIs to mask device identity. The browser distinguishes itself through comprehensive privacy harden

    Bromite forces a full TLS handshake on every connection to prevent session ticket tracking.

    adblockadblockingandroid
    Ver en GitHub↗6,277
  1. Home
  2. Security & Cryptography
  3. Session Ticket Management

Explorar subetiquetas

  • Session Resumption DisablersForces a full TLS handshake on every connection to prevent session ticket tracking. **Distinct from Session Ticket Management:** Distinct from Session Ticket Management: actively disables session resumption rather than managing ticket lifecycle.