Document updates from wiki.
authorMatt Caswell <frodo@baggins.org>
Wed, 12 Jun 2013 22:42:08 +0000 (23:42 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 12 Jun 2013 22:42:08 +0000 (23:42 +0100)
commitaafbe1ccd28439d0eb484f5b889272cbc71d62b5
treeaa2f33da04e7d4dfb5249882fd4afd4e0bc33de0
parent271fef0ef39a1c0cb5233a5adf3ff8733abb375e
Document updates from wiki.

PR#3071

The primary changes made are:
- Updates to the "NAME" section of many pages to correctly reflect the
functions defined on those pages. This section is automatically parsed
by the util/extract-names.pl script, so if it is not correct then
running "man" will not correctly locate the right manual pages.
- Updates to take account of where functions are now deprecated
- Full documentation of the ec sub-library
- A number of other typo corrections and other minor tweaks
48 files changed:
doc/crypto/ASN1_STRING_length.pod
doc/crypto/ASN1_STRING_print_ex.pod
doc/crypto/BIO_find_type.pod
doc/crypto/BIO_s_accept.pod
doc/crypto/BIO_s_connect.pod
doc/crypto/BN_BLINDING_new.pod
doc/crypto/BN_CTX_new.pod
doc/crypto/BN_generate_prime.pod
doc/crypto/BN_rand.pod
doc/crypto/CMS_add0_cert.pod
doc/crypto/CMS_get0_RecipientInfos.pod
doc/crypto/CMS_get0_SignerInfos.pod
doc/crypto/CMS_verify.pod
doc/crypto/DH_generate_parameters.pod
doc/crypto/DSA_generate_parameters.pod
doc/crypto/EC_GFp_simple_method.pod [new file with mode: 0644]
doc/crypto/EC_GROUP_copy.pod [new file with mode: 0644]
doc/crypto/EC_GROUP_new.pod [new file with mode: 0644]
doc/crypto/EC_KEY_new.pod [new file with mode: 0644]
doc/crypto/EC_POINT_add.pod [new file with mode: 0644]
doc/crypto/EC_POINT_new.pod [new file with mode: 0644]
doc/crypto/ERR_remove_state.pod
doc/crypto/EVP_BytesToKey.pod
doc/crypto/EVP_DigestInit.pod
doc/crypto/EVP_EncryptInit.pod
doc/crypto/EVP_PKEY_CTX_ctrl.pod
doc/crypto/OPENSSL_ia32cap.pod
doc/crypto/OPENSSL_instrument_bus.pod
doc/crypto/OPENSSL_load_builtin_modules.pod
doc/crypto/OpenSSL_add_all_algorithms.pod
doc/crypto/PKCS7_verify.pod
doc/crypto/RAND_egd.pod
doc/crypto/RSA_generate_key.pod
doc/crypto/crypto.pod
doc/crypto/d2i_DSAPublicKey.pod
doc/crypto/d2i_ECPKParameters.pod [new file with mode: 0644]
doc/crypto/d2i_X509_CRL.pod
doc/crypto/ec.pod [new file with mode: 0644]
doc/crypto/ecdsa.pod
doc/crypto/evp.pod
doc/crypto/hmac.pod
doc/crypto/i2d_PKCS7_bio_stream.pod
doc/ssl/SSL_CTX_new.pod
doc/ssl/SSL_get_fd.pod
doc/ssl/SSL_get_rbio.pod
doc/ssl/SSL_get_session.pod
doc/ssl/SSL_set_connect_state.pod
doc/ssl/SSL_set_fd.pod