pem-parser 0.1.1

A simple tool to convert RSA keys from PEM to DER.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
regex = "*"
rustc-serialize = "*"

[dev-dependencies]
openssl = "*"

[package]
authors = ["Yohai Berreby (filsmick) <yohaiberreby@gmail.com>"]
description = """
A simple tool to convert RSA keys from PEM to DER.
"""
license = "MIT"
name = "pem-parser"
readme = "README.md"
repository = "https://github.com/filsmick/pem-parser-rs"
version = "0.1.1"