]> git.ipfire.org Git - thirdparty/openssl.git/commit - doc/man3/EC_GROUP_copy.pod
More doc cleanup
authorRich Salz <rsalz@openssl.org>
Tue, 21 Jun 2016 11:03:34 +0000 (07:03 -0400)
committerRich Salz <rsalz@openssl.org>
Tue, 21 Jun 2016 11:03:34 +0000 (07:03 -0400)
commitc952780c25f67d0645ef5e57a8ac7dae6ce2d586
tree31c9e7f3c7e8f4b93337e58ab9370322e8d624e2
parent6feb3c587e4bcfd73cf72da65384c310f2ee9ff2
More doc cleanup

Add missing entries to NAME section
Add SYNOPSIS lines, remove old NAME entries
Update find-doc-nits; better regexp's for parsing SYNOPSIS sections.
Rename a couple of files to have an API name.
Remove RSA_private_decrypt; it was duplicate content
Update for recent doc additions

Reviewed-by: Matt Caswell <matt@openssl.org>
75 files changed:
doc/crypto/ASN1_STRING_length.pod
doc/crypto/ASYNC_start_job.pod
doc/crypto/BIO_f_buffer.pod
doc/crypto/BIO_f_ssl.pod
doc/crypto/BIO_find_type.pod
doc/crypto/BIO_get_ex_new_index.pod
doc/crypto/BIO_s_accept.pod
doc/crypto/BIO_s_connect.pod
doc/crypto/BIO_s_mem.pod
doc/crypto/BIO_s_socket.pod
doc/crypto/BIO_should_retry.pod
doc/crypto/BN_CTX_new.pod
doc/crypto/BN_bn2bin.pod
doc/crypto/BN_mod_mul_montgomery.pod
doc/crypto/BN_mod_mul_reciprocal.pod
doc/crypto/BUF_MEM_new.pod
doc/crypto/CMS_get0_RecipientInfos.pod
doc/crypto/CMS_get0_SignerInfos.pod
doc/crypto/CRYPTO_get_ex_new_index.pod
doc/crypto/DEFINE_STACK_OF.pod
doc/crypto/DH_get_1024_160.pod [new file with mode: 0644]
doc/crypto/DSA_SIG_new.pod
doc/crypto/ECDSA_SIG_new.pod
doc/crypto/EC_GROUP_copy.pod
doc/crypto/EC_GROUP_new.pod
doc/crypto/EC_KEY_new.pod
doc/crypto/EC_POINT_new.pod
doc/crypto/ENGINE_add.pod
doc/crypto/ERR_print_errors.pod
doc/crypto/ERR_put_error.pod
doc/crypto/EVP_DigestInit.pod
doc/crypto/EVP_EncryptInit.pod
doc/crypto/EVP_MD_meth_new.pod
doc/crypto/EVP_PKEY_HKDF.pod
doc/crypto/EVP_PKEY_get_default_digest_nid.pod [moved from doc/crypto/EVP_PKEY_get_default_digest.pod with 100% similarity]
doc/crypto/EVP_PKEY_keygen.pod
doc/crypto/EVP_PKEY_set1_RSA.pod
doc/crypto/EVP_SignInit.pod
doc/crypto/EVP_VerifyInit.pod
doc/crypto/OBJ_nid2obj.pod
doc/crypto/OCSP_resp_find_status.pod [moved from doc/crypto/OCSP_response_find_status.pod with 97% similarity]
doc/crypto/OPENSSL_init_crypto.pod
doc/crypto/OPENSSL_instrument_bus.pod
doc/crypto/OPENSSL_malloc.pod
doc/crypto/OPENSSL_secure_malloc.pod
doc/crypto/PEM_read.pod
doc/crypto/PEM_read_bio_PrivateKey.pod
doc/crypto/PKCS7_verify.pod
doc/crypto/RIPEMD160_Init.pod [moved from doc/crypto/RIPEMD160_init.pod with 100% similarity]
doc/crypto/RSA_check_key.pod
doc/crypto/RSA_meth_new.pod
doc/crypto/RSA_private_decrypt.pod [deleted file]
doc/crypto/UI_new.pod
doc/crypto/X509V3_get_d2i.pod
doc/crypto/X509_NAME_get0_der.pod
doc/crypto/X509_STORE_CTX_new.pod
doc/crypto/X509_dup.pod
doc/crypto/X509_get_extension_flags.pod
doc/crypto/X509_new.pod
doc/crypto/X509v3_get_ext_by_NID.pod
doc/crypto/d2i_PKCS8PrivateKey_bio.pod [moved from doc/crypto/d2i_PKCS8PrivateKey.pod with 100% similarity]
doc/crypto/d2i_PrivateKey.pod
doc/ssl/SSL_CIPHER_get_name.pod
doc/ssl/SSL_CONF_cmd.pod
doc/ssl/SSL_CTX_new.pod
doc/ssl/SSL_CTX_set_default_passwd_cb.pod
doc/ssl/SSL_CTX_set_read_ahead.pod
doc/ssl/SSL_CTX_use_certificate.pod
doc/ssl/SSL_SESSION_get0_hostname.pod [moved from doc/ssl/SSL_SESSION_get_hostname.pod with 100% similarity]
doc/ssl/SSL_SESSION_get_time.pod
doc/ssl/SSL_SESSION_has_ticket.pod
doc/ssl/SSL_extension_supported.pod [moved from doc/ssl/SSL_CTX_set_custom_cli_ext.pod with 98% similarity]
doc/ssl/SSL_get_ciphers.pod
doc/ssl/SSL_set_bio.pod
util/find-doc-nits.pl