Penguin
Annotated edit history of crypto(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 crypto
2 !!!crypto
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OVERVIEW
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 crypto - OpenSSL cryptographic library
13 !!SYNOPSIS
14 !!DESCRIPTION
15
16
17 The OpenSSL __crypto__ library implements a wide range of
18 cryptographic algorithms used in various Internet standards.
19 The services provided by this library are used by the
20 OpenSSL implementations of SSL ,
21 TLS and S/MIME, and they have also been used
22 to implement SSH , OpenPGP, and other
23 cryptographic standards.
24 !!OVERVIEW
25
26
27 __libcrypto__ consists of a number of sub-libraries that
28 implement the individual algorithms.
29
30
31 The functionality includes symmetric encryption, public key
32 cryptography and key agreement, certificate handling,
33 cryptographic hash functions and a cryptographic
34 pseudo-random number generator.
35
36
37 SYMMETRIC CIPHERS
38
39
40 blowfish(3), cast(3), des(3),
41 idea(3), ''rc2''(3), ''rc4''(3),
42 ''rc5''(3)
43
44
45 PUBLIC KEY CRYPTOGRAPHY AND KEY
46 AGREEMENT
47
48
49 dsa(3), dh(3), rsa(3)
50
51
52 CERTIFICATES
53
54
55 ''x509''(3), ''x509v3''(3)
56
57
58 AUTHENTICATION CODES , HASH
59 FUNCTIONS
60
61
62 hmac(3), ''md2''(3), ''md4''(3), ''md5''(3),
63 ''mdc2''(3), ripemd(3), sha(3)
64
65
66 AUXILIARY FUNCTIONS
67
68
69 err(3), threads(3),
70 rand(3)
71
72
73 INPUT/OUTPUT , DATA
74 ENCODING
75
76
77 ''asn1''(3), bio(3), evp(3), pem(3),
78 ''pkcs7''(3), ''pkcs12''(3)
79
80
81 INTERNAL FUNCTIONS
82
83
84 bn(3), buffer(3), lhash(3),
85 objects(3), stack(3),
86 ''txt_db''(3)
87 !!SEE ALSO
88
89
90 openssl(1), ssl(3)
91 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.