You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BSL shall delegate all cryptographic functions to an external library accessibly only through the crypto interface.
All cryptographic functions, including random generation, is performed outside of the BSL proper. That external library will provide any mission-specific security compliance (e.g., FIPS-140).
Test
BSL-SEC-2-0
Key Material Handling
The BSL shall delegate the handling and storage of all cryptographic key material to external libraries.
Beyond just cryptographic processing, all key material handling is performed by the external library. The BSL only handles references or identifiers for key material. The BSL does not, otherwise, handle or store cryptographic key material.