1 Repo
Architectural patterns specifically for swapping cryptographic primitive implementations.
Distinct from Pluggable Architectures: Specializes pluggable architectures for cryptographic providers rather than general-purpose algorithm swapping.
Explore 1 awesome GitHub repository matching data & databases · Cryptographic Provider Frameworks. Refine with filters or upvote what's useful.
rustls is a modern implementation of the Transport Layer Security protocol written in the Rust programming language. It serves as a cryptographic transport layer for establishing encrypted connections between clients and servers to ensure data privacy and integrity. The library features a pluggable crypto provider framework, allowing the substitution of cryptographic primitive implementations to meet specific platform architecture or regulatory compliance requirements. It provides capabilities for secure server configuration to handle encrypted incoming connections and secure client connecti
Features a pluggable framework for swapping cryptographic primitive implementations to meet architecture or compliance requirements.