Registry / crypto / nss
library3.113.1vcpkgunverified

Network Security Services from Mozilla

vcpkg install nss
INSTALL
IMPORT
SIG · NSS
N
nss
cryptocppv3.113.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nss/nss.h
#include <nss/nss.h>

Basic NSS initialization without database

#include "nss/nss.h" int main() { NSS_NoDB_Init("."); // Use NSS for cryptographic operations return 0; }
Debug
Known issues
gotchaNSS has complex initialization and may require NSPR.
fix
Ensure NSPR is also linked and initialized properly.
affects: all
Upgrade
Version history
3.113.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources

No resource links recorded.

nss — pip install nss · libregistry