Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustls/pemfile
Basic parser for PEM formatted keys and certificates
https://github.com/rustls/pemfile
rust rustls-pemfile
Last synced: 2 months ago
JSON representation
Basic parser for PEM formatted keys and certificates
- Host: GitHub
- URL: https://github.com/rustls/pemfile
- Owner: rustls
- License: other
- Created: 2020-12-27T12:14:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T16:27:23.000Z (4 months ago)
- Last Synced: 2024-10-29T16:58:20.235Z (3 months ago)
- Topics: rust, rustls-pemfile
- Language: Rust
- Homepage:
- Size: 207 KB
- Stars: 55
- Watchers: 10
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rustls-pemfile
This is a basic parser for PEM-encodings commonly used for storing keys and certificates at rest.It doesn't support reading encrypted keys: the cryptography standardised for this is typically very
poor and doing so doesn't address a meaningful threat model.[![Build Status](https://github.com/rustls/pemfile/workflows/rustls-pemfile/badge.svg)](https://github.com/rustls/pemfile/actions)
[![Crate](https://img.shields.io/crates/v/rustls-pemfile.svg)](https://crates.io/crates/rustls-pemfile)
[![Documentation](https://docs.rs/rustls-pemfile/badge.svg)](https://docs.rs/rustls-pemfile/)# Changelog
The detailed list of changes in each release can be found at
https://github.com/rustls/pemfile/releases.# License
rustls-pemfile is distributed under the following three licenses:- Apache License version 2.0.
- MIT license.
- ISC license.These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
respectively. You may use this software under the terms of any
of these licenses, at your option.