From 977842a257f4d5e1753bde0c641978f4e4880c0c Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Fri, 3 Jun 2016 15:39:20 +0200 Subject: public_key: Create application manual page that is man(6) --- lib/public_key/doc/src/public_key.xml | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) (limited to 'lib/public_key/doc/src/public_key.xml') diff --git a/lib/public_key/doc/src/public_key.xml b/lib/public_key/doc/src/public_key.xml index 04daee460f..1aa601dc55 100644 --- a/lib/public_key/doc/src/public_key.xml +++ b/lib/public_key/doc/src/public_key.xml @@ -34,39 +34,12 @@ public_key API module for public-key infrastructure. -

This module provides functions to handle public-key infrastructure. It can - encode/decode different file formats (PEM, OpenSSH), sign and verify digital signatures, - and validate certificate paths and certificate revocation lists. +

Provides functions to handle public-key infrastructure, + for details see + public_key(6).

-
- public_key - - - Public Key requires the Crypto and ASN1 applications, - the latter as OTP R16 (hopefully the runtime dependency on ASN1 will - be removed again in the future). - - Supports RFC 5280 - - Internet X.509 Public-Key Infrastructure Certificate and Certificate Revocation List - (CRL) Profile - Supports PKCS-1 - - RSA Cryptography Standard - Supports DSS - - Digital Signature Standard (DSA - Digital Signature Algorithm) - Supports - PKCS-3 - - Diffie-Hellman Key Agreement Standard - Supports PKCS-5 - - Password-Based Cryptography Standard - Supports PKCS-8 - - Private-Key Information Syntax Standard - Supports PKCS-10 - - Certification Request Syntax Standard - -
-
DATA TYPES -- cgit v1.2.3