Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.

mletterle/rust-nss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Network Security Services bindings for Rust

A set of bindings to the Mozilla NSS library. Depends on rust-nspr.

Getting Started

Clone the repo. Start a simple ssl server on another terminal using openssl:

openssl s_server -pass pass:nope -cert nss/tests/files/testcert.pem \
-accept 1234 -key nss/tests/files/privkey.pem

Run make test

License

rust-nss is licensed under the permissive MIT License.

See LICENSE for details.

About

Network Security Services for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages