Skip to content

zoggy/ocaml-x509

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X.509 - Public Key Infrastructure purely in OCaml

%%VERSION%% X.509 is a public key infrastructure used mostly on the Internet. It consists of certificates which include public keys and identifiers, signed by an authority. Authorities must be exchanged over a second channel to establish the trust relationship. This library implements most parts of RFC5280 and [RFC6125]((https://tools.ietf.org/html/rfc6125).

Read further and our Usenix Security 2015 paper.

Documentation

Build Status

API documentation

Installation

opam install x509 will install this library.

About

X509 (RFC5280) handling in OCaml

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 97.6%
  • Standard ML 2.4%