X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2Fcrypto.pod;h=819cc892d59376d81453a8d22ee74cd58b6d70c1;hp=b8f4fb8df40b99c21bd73d970d2f27572bf5d6cd;hb=ff3bb913cfe47104293138a17014d3bde9db5e32;hpb=9b86974e0c705ea321ddbc9a9d8562c894809e5b diff --git a/doc/crypto/crypto.pod b/doc/crypto/crypto.pod index b8f4fb8df4..819cc892d5 100644 --- a/doc/crypto/crypto.pod +++ b/doc/crypto/crypto.pod @@ -6,6 +6,8 @@ crypto - OpenSSL cryptographic library =head1 SYNOPSIS +See the individual manual pages for details. + =head1 DESCRIPTION The OpenSSL B library implements a wide range of cryptographic @@ -14,53 +16,13 @@ by this library are used by the OpenSSL implementations of SSL, TLS and S/MIME, and they have also been used to implement SSH, OpenPGP, and other cryptographic standards. -=head1 OVERVIEW - B consists of a number of sub-libraries that implement the individual algorithms. The functionality includes symmetric encryption, public key cryptography and key agreement, certificate handling, cryptographic -hash functions and a cryptographic pseudo-random number generator. - -=over 4 - -=item SYMMETRIC CIPHERS - -L, L, L, -L, L, L, L - -=item PUBLIC KEY CRYPTOGRAPHY AND KEY AGREEMENT - -L, L, L - -=item CERTIFICATES - -L, L - -=item AUTHENTICATION CODES, HASH FUNCTIONS - -L, L, L, -L, L, L, -L - -=item AUXILIARY FUNCTIONS - -L, L, L, -L - -=item INPUT/OUTPUT, DATA ENCODING - -L, L, L, L, -L, L - -=item INTERNAL FUNCTIONS - -L, L, L, L, -L, L, -L - -=back +hash functions, cryptographic pseudo-random number generator, and +various utilities. =head1 NOTES @@ -78,8 +40,21 @@ The B<1> function uses a copy of the supplied structure pointer (or in some cases increases its link count) in the parent and so both (B and B above) should be freed up. +=head1 RETURN VALUES + +See the individual manual pages for details. + =head1 SEE ALSO L, L +=head1 COPYRIGHT + +Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +L. + =cut