diff options
author | jmc <> | 2016-12-03 13:36:03 +0000 |
---|---|---|
committer | jmc <> | 2016-12-03 13:36:03 +0000 |
commit | 767bff4409ce6a123bd88bf933cd119b0224b542 (patch) | |
tree | a73acb78b90989de6c4e159825f7290f7f3e87b0 /src/lib/libcrypto/man/crypto.3 | |
parent | 23857f34c1e1f6362c4594df7a9ebaaaad450986 (diff) | |
download | openbsd-767bff4409ce6a123bd88bf933cd119b0224b542.tar.gz openbsd-767bff4409ce6a123bd88bf933cd119b0224b542.tar.bz2 openbsd-767bff4409ce6a123bd88bf933cd119b0224b542.zip |
various cleanup;
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/crypto.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3 index 20b139bf74..7e7572ea67 100644 --- a/src/lib/libcrypto/man/crypto.3 +++ b/src/lib/libcrypto/man/crypto.3 | |||
@@ -1,6 +1,6 @@ | |||
1 | .\" $OpenBSD: crypto.3,v 1.5 2016/11/21 09:56:35 schwarze Exp $ | 1 | .\" $OpenBSD: crypto.3,v 1.6 2016/12/03 13:36:03 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .Dd $Mdocdate: November 21 2016 $ | 3 | .Dd $Mdocdate: December 3 2016 $ |
4 | .Dt CRYPTO 3 | 4 | .Dt CRYPTO 3 |
5 | .Os | 5 | .Os |
6 | .Sh NAME | 6 | .Sh NAME |
@@ -12,7 +12,7 @@ algorithms used in various Internet standards. | |||
12 | The services provided by this library are used by the OpenSSL | 12 | The services provided by this library are used by the OpenSSL |
13 | implementations of SSL, TLS and S/MIME, and they have also been used to | 13 | implementations of SSL, TLS and S/MIME, and they have also been used to |
14 | implement SSH, OpenPGP, and other cryptographic standards. | 14 | implement SSH, OpenPGP, and other cryptographic standards. |
15 | .Sh OVERVIEW | 15 | .Pp |
16 | .Sy libcrypto | 16 | .Sy libcrypto |
17 | consists of a number of sub-libraries that implement the individual | 17 | consists of a number of sub-libraries that implement the individual |
18 | algorithms. | 18 | algorithms. |
@@ -20,7 +20,7 @@ algorithms. | |||
20 | The functionality includes symmetric encryption, public key cryptography | 20 | The functionality includes symmetric encryption, public key cryptography |
21 | and key agreement, certificate handling, cryptographic hash functions | 21 | and key agreement, certificate handling, cryptographic hash functions |
22 | and a cryptographic pseudo-random number generator. | 22 | and a cryptographic pseudo-random number generator. |
23 | .Bl -tag -width Ds | 23 | .Bl -tag -width Ds -offset indent |
24 | .It SYMMETRIC CIPHERS | 24 | .It SYMMETRIC CIPHERS |
25 | .Xr blowfish 3 , | 25 | .Xr blowfish 3 , |
26 | CAST, DES, IDEA, RC2, | 26 | CAST, DES, IDEA, RC2, |
@@ -51,7 +51,7 @@ x509v3 | |||
51 | asn1, | 51 | asn1, |
52 | .Xr BIO 3 , | 52 | .Xr BIO 3 , |
53 | .Xr evp 3 , | 53 | .Xr evp 3 , |
54 | .Xr PEM 3 , | 54 | PEM, |
55 | pkcs7, | 55 | pkcs7, |
56 | pkcs12 | 56 | pkcs12 |
57 | .It INTERNAL FUNCTIONS | 57 | .It INTERNAL FUNCTIONS |
@@ -63,7 +63,7 @@ objects, | |||
63 | stack, | 63 | stack, |
64 | txt_db | 64 | txt_db |
65 | .El | 65 | .El |
66 | .Sh NOTES | 66 | .Pp |
67 | Some of the newer functions follow a naming convention using the numbers | 67 | Some of the newer functions follow a naming convention using the numbers |
68 | .Sq 0 | 68 | .Sq 0 |
69 | and | 69 | and |