Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 21:03:24 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r290063 - in projects/openssl-1.0.2/secure: lib/libcrypto lib/libcrypto/man lib/libssl lib/libssl/man usr.bin/openssl/man
Message-ID:  <201510272103.t9RL3Oxk062902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Tue Oct 27 21:03:23 2015
New Revision: 290063
URL: https://svnweb.freebsd.org/changeset/base/290063

Log:
  Update manual pages.

Added:
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_TIME_set.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EC_GFp_simple_method.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EC_GROUP_copy.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EC_GROUP_new.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EC_KEY_new.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EC_POINT_add.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EC_POINT_new.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libcrypto/man/OPENSSL_instrument_bus.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libcrypto/man/SSLeay_version.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libcrypto/man/X509_check_host.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libcrypto/man/d2i_ECPKParameters.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ec.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CONF_CTX_new.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CONF_CTX_set1_prefix.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CONF_CTX_set_flags.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CONF_CTX_set_ssl_ctx.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CONF_cmd.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CONF_cmd_argv.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_add1_chain_cert.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_get0_param.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set1_curves.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set1_verify_cert_store.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_cert_cb.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_custom_cli_ext.3   (contents, props changed)
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_use_serverinfo.3   (contents, props changed)
Modified:
  projects/openssl-1.0.2/secure/lib/libcrypto/Makefile.inc
  projects/openssl-1.0.2/secure/lib/libcrypto/Makefile.man
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_STRING_length.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_STRING_new.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_generate_nconf.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_ctrl.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_base64.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_buffer.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_cipher.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_md.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_null.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_ssl.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_find_type.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_new.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_new_CMS.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_push.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_read.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_s_accept.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_s_bio.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_s_connect.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_s_fd.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_s_file.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_s_mem.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_s_null.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_s_socket.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_set_callback.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_should_retry.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_BLINDING_new.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_CTX_new.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_CTX_start.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_add.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_add_word.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_bn2bin.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_cmp.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_copy.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_generate_prime.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_mod_inverse.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_new.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_num_bytes.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_rand.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_set_bit.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_swap.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/BN_zero.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_add0_cert.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_add1_signer.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_compress.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_decrypt.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_encrypt.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_final.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_get0_type.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_sign.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_sign_receipt.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_uncompress.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_verify.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CMS_verify_receipt.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CONF_modules_free.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CONF_modules_load_file.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DH_generate_key.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DH_generate_parameters.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DH_get_ex_new_index.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DH_new.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DH_set_method.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DH_size.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DSA_SIG_new.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DSA_do_sign.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DSA_dup_DH.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DSA_generate_key.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DSA_generate_parameters.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DSA_new.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DSA_set_method.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DSA_sign.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/DSA_size.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ERR_GET_LIB.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ERR_clear_error.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ERR_error_string.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ERR_get_error.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ERR_load_strings.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ERR_print_errors.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ERR_put_error.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ERR_remove_state.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ERR_set_mark.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_BytesToKey.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_DigestInit.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_DigestSignInit.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_EncryptInit.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_OpenInit.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_PKEY_derive.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_PKEY_new.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_PKEY_sign.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_PKEY_verify.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_SealInit.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_SignInit.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/EVP_VerifyInit.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/OBJ_nid2obj.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/OPENSSL_Applink.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/OPENSSL_config.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/PKCS12_create.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/PKCS12_parse.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/PKCS7_decrypt.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/PKCS7_encrypt.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/PKCS7_sign.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/PKCS7_verify.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RAND_add.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RAND_bytes.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RAND_cleanup.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RAND_egd.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RAND_load_file.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RAND_set_rand_method.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RSA_blinding_on.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RSA_check_key.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RSA_generate_key.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RSA_new.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RSA_print.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RSA_private_encrypt.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RSA_public_encrypt.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RSA_set_method.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RSA_sign.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/RSA_size.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/SMIME_read_CMS.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/SMIME_write_CMS.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/X509_NAME_print_ex.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/X509_new.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/X509_verify_cert.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/bio.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/blowfish.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/bn.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/bn_internal.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/buffer.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/crypto.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/d2i_CMS_ContentInfo.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/d2i_DHparams.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/d2i_ECPrivateKey.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/d2i_X509.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/d2i_X509_CRL.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/d2i_X509_NAME.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/d2i_X509_REQ.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/d2i_X509_SIG.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/des.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/dh.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/dsa.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ecdsa.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/engine.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/err.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/evp.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/hmac.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/lh_stats.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/lhash.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/md5.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/mdc2.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/pem.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/rand.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/rc4.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ripemd.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/rsa.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/sha.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/threads.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ui.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/ui_compat.3
  projects/openssl-1.0.2/secure/lib/libcrypto/man/x509.3
  projects/openssl-1.0.2/secure/lib/libssl/Makefile.man
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CIPHER_get_name.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_add_session.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_ctrl.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_free.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_new.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_sess_number.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_sessions.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_mode.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_options.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_timeout.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_set_verify.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_use_certificate.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_SESSION_free.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_SESSION_get_time.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_accept.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_alert_type_string.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_clear.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_connect.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_do_handshake.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_free.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_SSL_CTX.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_ciphers.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_client_CA_list.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_current_cipher.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_default_timeout.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_error.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_ex_new_index.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_fd.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_peer_certificate.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_psk_identity.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_rbio.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_session.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_verify_result.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_get_version.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_library_init.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_load_client_CA_file.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_new.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_pending.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_read.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_rstate_string.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_session_reused.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_set_bio.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_set_connect_state.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_set_fd.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_set_session.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_set_shutdown.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_set_verify_result.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_shutdown.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_state_string.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_want.3
  projects/openssl-1.0.2/secure/lib/libssl/man/SSL_write.3
  projects/openssl-1.0.2/secure/lib/libssl/man/d2i_SSL_SESSION.3
  projects/openssl-1.0.2/secure/lib/libssl/man/ssl.3
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/CA.pl.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/asn1parse.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/c_rehash.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/ca.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/ciphers.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/cms.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/crl.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/crl2pkcs7.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/dgst.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/dhparam.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/dsa.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/dsaparam.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/ec.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/ecparam.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/enc.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/errstr.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/gendsa.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/genpkey.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/genrsa.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/nseq.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/ocsp.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/openssl.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/passwd.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/pkcs12.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/pkcs7.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/pkcs8.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/pkey.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/pkeyparam.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/pkeyutl.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/rand.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/req.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/rsa.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/rsautl.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/s_client.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/s_server.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/s_time.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/sess_id.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/smime.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/speed.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/spkac.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/ts.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/tsget.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/verify.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/version.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/x509.1
  projects/openssl-1.0.2/secure/usr.bin/openssl/man/x509v3_config.1

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/Makefile.inc
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/Makefile.inc	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/Makefile.inc	Tue Oct 27 21:03:23 2015	(r290063)
@@ -3,7 +3,7 @@
 .include <bsd.own.mk>
 
 # OpenSSL version used for manual page generation
-OPENSSL_VER=	1.0.1p
+OPENSSL_VER=	1.0.2d
 OPENSSL_DATE=	2015-07-09
 
 LCRYPTO_SRC=	${.CURDIR}/../../../crypto/openssl

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/Makefile.man
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/Makefile.man	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/Makefile.man	Tue Oct 27 21:03:23 2015	(r290063)
@@ -4,6 +4,7 @@ MAN+= ASN1_OBJECT_new.3
 MAN+= ASN1_STRING_length.3
 MAN+= ASN1_STRING_new.3
 MAN+= ASN1_STRING_print_ex.3
+MAN+= ASN1_TIME_set.3
 MAN+= ASN1_generate_nconf.3
 MAN+= BIO_ctrl.3
 MAN+= BIO_f_base64.3
@@ -80,6 +81,12 @@ MAN+= DSA_new.3
 MAN+= DSA_set_method.3
 MAN+= DSA_sign.3
 MAN+= DSA_size.3
+MAN+= EC_GFp_simple_method.3
+MAN+= EC_GROUP_copy.3
+MAN+= EC_GROUP_new.3
+MAN+= EC_KEY_new.3
+MAN+= EC_POINT_add.3
+MAN+= EC_POINT_new.3
 MAN+= ERR_GET_LIB.3
 MAN+= ERR_clear_error.3
 MAN+= ERR_error_string.3
@@ -118,6 +125,7 @@ MAN+= OPENSSL_Applink.3
 MAN+= OPENSSL_VERSION_NUMBER.3
 MAN+= OPENSSL_config.3
 MAN+= OPENSSL_ia32cap.3
+MAN+= OPENSSL_instrument_bus.3
 MAN+= OPENSSL_load_builtin_modules.3
 MAN+= OpenSSL_add_all_algorithms.3
 MAN+= PEM_write_bio_CMS_stream.3
@@ -152,6 +160,7 @@ MAN+= SMIME_read_CMS.3
 MAN+= SMIME_read_PKCS7.3
 MAN+= SMIME_write_CMS.3
 MAN+= SMIME_write_PKCS7.3
+MAN+= SSLeay_version.3
 MAN+= X509_NAME_ENTRY_get_object.3
 MAN+= X509_NAME_add_entry_by_txt.3
 MAN+= X509_NAME_get_index_by_NID.3
@@ -162,6 +171,7 @@ MAN+= X509_STORE_CTX_new.3
 MAN+= X509_STORE_CTX_set_verify_cb.3
 MAN+= X509_STORE_set_verify_cb_func.3
 MAN+= X509_VERIFY_PARAM_set_flags.3
+MAN+= X509_check_host.3
 MAN+= X509_new.3
 MAN+= X509_verify_cert.3
 MAN+= bio.3
@@ -174,6 +184,7 @@ MAN+= d2i_ASN1_OBJECT.3
 MAN+= d2i_CMS_ContentInfo.3
 MAN+= d2i_DHparams.3
 MAN+= d2i_DSAPublicKey.3
+MAN+= d2i_ECPKParameters.3
 MAN+= d2i_ECPrivateKey.3
 MAN+= d2i_PKCS8PrivateKey.3
 MAN+= d2i_RSAPublicKey.3
@@ -186,6 +197,7 @@ MAN+= d2i_X509_SIG.3
 MAN+= des.3
 MAN+= dh.3
 MAN+= dsa.3
+MAN+= ec.3
 MAN+= ecdsa.3
 MAN+= engine.3
 MAN+= err.3
@@ -214,9 +226,16 @@ MLINKS+= ASN1_STRING_length.3 ASN1_STRIN
 MLINKS+= ASN1_STRING_length.3 ASN1_STRING_length_set.3
 MLINKS+= ASN1_STRING_length.3 ASN1_STRING_type.3
 MLINKS+= ASN1_STRING_length.3 ASN1_STRING_data.3
+MLINKS+= ASN1_STRING_length.3 ASN1_STRING_to_UTF8.3
 MLINKS+= ASN1_STRING_new.3 ASN1_STRING_type_new.3
 MLINKS+= ASN1_STRING_new.3 ASN1_STRING_free.3
 MLINKS+= ASN1_STRING_print_ex.3 ASN1_STRING_print_ex_fp.3
+MLINKS+= ASN1_STRING_print_ex.3 ASN1_STRING_print.3
+MLINKS+= ASN1_TIME_set.3 ASN1_TIME_adj.3
+MLINKS+= ASN1_TIME_set.3 ASN1_TIME_check.3
+MLINKS+= ASN1_TIME_set.3 ASN1_TIME_set_string.3
+MLINKS+= ASN1_TIME_set.3 ASN1_TIME_print.3
+MLINKS+= ASN1_TIME_set.3 ASN1_TIME_diff.3
 MLINKS+= ASN1_generate_nconf.3 ASN1_generate_v3.3
 MLINKS+= BIO_ctrl.3 BIO_callback_ctrl.3
 MLINKS+= BIO_ctrl.3 BIO_ptr_ctrl.3
@@ -252,6 +271,7 @@ MLINKS+= BIO_f_ssl.3 BIO_new_buffer_ssl_
 MLINKS+= BIO_f_ssl.3 BIO_ssl_copy_session_id.3
 MLINKS+= BIO_f_ssl.3 BIO_ssl_shutdown.3
 MLINKS+= BIO_find_type.3 BIO_next.3
+MLINKS+= BIO_find_type.3 BIO_method_type.3
 MLINKS+= BIO_new.3 BIO_set.3
 MLINKS+= BIO_new.3 BIO_free.3
 MLINKS+= BIO_new.3 BIO_vfree.3
@@ -262,6 +282,7 @@ MLINKS+= BIO_read.3 BIO_gets.3
 MLINKS+= BIO_read.3 BIO_puts.3
 MLINKS+= BIO_s_accept.3 BIO_set_accept_port.3
 MLINKS+= BIO_s_accept.3 BIO_get_accept_port.3
+MLINKS+= BIO_s_accept.3 BIO_new_accept.3
 MLINKS+= BIO_s_accept.3 BIO_set_nbio_accept.3
 MLINKS+= BIO_s_accept.3 BIO_set_accept_bios.3
 MLINKS+= BIO_s_accept.3 BIO_set_bind_mode.3
@@ -278,6 +299,7 @@ MLINKS+= BIO_s_bio.3 BIO_ctrl_get_write_
 MLINKS+= BIO_s_bio.3 BIO_get_read_request.3
 MLINKS+= BIO_s_bio.3 BIO_ctrl_get_read_request.3
 MLINKS+= BIO_s_bio.3 BIO_ctrl_reset_read_request.3
+MLINKS+= BIO_s_connect.3 BIO_new_connect.3
 MLINKS+= BIO_s_connect.3 BIO_set_conn_hostname.3
 MLINKS+= BIO_s_connect.3 BIO_set_conn_port.3
 MLINKS+= BIO_s_connect.3 BIO_set_conn_ip.3
@@ -323,6 +345,7 @@ MLINKS+= BN_BLINDING_new.3 BN_BLINDING_c
 MLINKS+= BN_BLINDING_new.3 BN_BLINDING_invert_ex.3
 MLINKS+= BN_BLINDING_new.3 BN_BLINDING_get_thread_id.3
 MLINKS+= BN_BLINDING_new.3 BN_BLINDING_set_thread_id.3
+MLINKS+= BN_BLINDING_new.3 BN_BLINDING_thread_id.3
 MLINKS+= BN_BLINDING_new.3 BN_BLINDING_get_flags.3
 MLINKS+= BN_BLINDING_new.3 BN_BLINDING_set_flags.3
 MLINKS+= BN_BLINDING_new.3 BN_BLINDING_create_param.3
@@ -362,6 +385,12 @@ MLINKS+= BN_cmp.3 BN_is_one.3
 MLINKS+= BN_cmp.3 BN_is_word.3
 MLINKS+= BN_cmp.3 BN_is_odd.3
 MLINKS+= BN_copy.3 BN_dup.3
+MLINKS+= BN_generate_prime.3 BN_generate_prime_ex.3
+MLINKS+= BN_generate_prime.3 BN_is_prime_ex.3
+MLINKS+= BN_generate_prime.3 BN_is_prime_fasttest_ex.3
+MLINKS+= BN_generate_prime.3 BN_GENCB_call.3
+MLINKS+= BN_generate_prime.3 BN_GENCB_set_old.3
+MLINKS+= BN_generate_prime.3 BN_GENCB_set.3
 MLINKS+= BN_generate_prime.3 BN_is_prime.3
 MLINKS+= BN_generate_prime.3 BN_is_prime_fasttest.3
 MLINKS+= BN_mod_mul_montgomery.3 BN_MONT_CTX_new.3
@@ -383,6 +412,8 @@ MLINKS+= BN_new.3 BN_clear_free.3
 MLINKS+= BN_num_bytes.3 BN_num_bits.3
 MLINKS+= BN_num_bytes.3 BN_num_bits_word.3
 MLINKS+= BN_rand.3 BN_pseudo_rand.3
+MLINKS+= BN_rand.3 BN_rand_range.3
+MLINKS+= BN_rand.3 BN_pseudo_rand_range.3
 MLINKS+= BN_set_bit.3 BN_clear_bit.3
 MLINKS+= BN_set_bit.3 BN_is_bit_set.3
 MLINKS+= BN_set_bit.3 BN_mask_bits.3
@@ -397,6 +428,7 @@ MLINKS+= BN_zero.3 BN_get_word.3
 MLINKS+= CMS_add0_cert.3 CMS_add1_cert.3
 MLINKS+= CMS_add0_cert.3 CMS_get1_certs.3
 MLINKS+= CMS_add0_cert.3 CMS_add0_crl.3
+MLINKS+= CMS_add0_cert.3 CMS_add1_crl.3
 MLINKS+= CMS_add0_cert.3 CMS_get1_crls.3
 MLINKS+= CMS_add1_recipient_cert.3 CMS_add0_recipient_key.3
 MLINKS+= CMS_add1_signer.3 CMS_SignerInfo_sign.3
@@ -408,20 +440,24 @@ MLINKS+= CMS_get0_RecipientInfos.3 CMS_R
 MLINKS+= CMS_get0_RecipientInfos.3 CMS_RecipientInfo_kekri_id_cmp.3
 MLINKS+= CMS_get0_RecipientInfos.3 CMS_RecipientInfo_set0_key.3
 MLINKS+= CMS_get0_RecipientInfos.3 CMS_RecipientInfo_decrypt.3
+MLINKS+= CMS_get0_RecipientInfos.3 CMS_RecipientInfo_encrypt.3
 MLINKS+= CMS_get0_SignerInfos.3 CMS_SignerInfo_get0_signer_id.3
+MLINKS+= CMS_get0_SignerInfos.3 CMS_SignerInfo_get0_signature.3
 MLINKS+= CMS_get0_SignerInfos.3 CMS_SignerInfo_cert_cmp.3
-MLINKS+= CMS_get0_SignerInfos.3 CMS_set1_signer_certs.3
+MLINKS+= CMS_get0_SignerInfos.3 CMS_set1_signer_cert.3
 MLINKS+= CMS_get0_type.3 CMS_set1_eContentType.3
 MLINKS+= CMS_get0_type.3 CMS_get0_eContentType.3
 MLINKS+= CMS_get0_type.3 CMS_get0_content.3
 MLINKS+= CMS_get1_ReceiptRequest.3 CMS_ReceiptRequest_create0.3
 MLINKS+= CMS_get1_ReceiptRequest.3 CMS_add1_ReceiptRequest.3
 MLINKS+= CMS_get1_ReceiptRequest.3 CMS_ReceiptRequest_get0_values.3
+MLINKS+= CMS_verify.3 CMS_get0_signers.3
 MLINKS+= CONF_modules_free.3 CONF_modules_finish.3
 MLINKS+= CONF_modules_free.3 CONF_modules_unload.3
 MLINKS+= CONF_modules_load_file.3 CONF_modules_load.3
 MLINKS+= CRYPTO_set_ex_data.3 CRYPTO_get_ex_data.3
 MLINKS+= DH_generate_key.3 DH_compute_key.3
+MLINKS+= DH_generate_parameters.3 DH_generate_parameters_ex.3
 MLINKS+= DH_generate_parameters.3 DH_check.3
 MLINKS+= DH_get_ex_new_index.3 DH_set_ex_data.3
 MLINKS+= DH_get_ex_new_index.3 DH_get_ex_data.3
@@ -432,6 +468,7 @@ MLINKS+= DH_set_method.3 DH_new_method.3
 MLINKS+= DH_set_method.3 DH_OpenSSL.3
 MLINKS+= DSA_SIG_new.3 DSA_SIG_free.3
 MLINKS+= DSA_do_sign.3 DSA_do_verify.3
+MLINKS+= DSA_generate_parameters.3 DSA_generate_parameters_ex.3
 MLINKS+= DSA_get_ex_new_index.3 DSA_set_ex_data.3
 MLINKS+= DSA_get_ex_new_index.3 DSA_get_ex_data.3
 MLINKS+= DSA_new.3 DSA_free.3
@@ -441,6 +478,101 @@ MLINKS+= DSA_set_method.3 DSA_new_method
 MLINKS+= DSA_set_method.3 DSA_OpenSSL.3
 MLINKS+= DSA_sign.3 DSA_sign_setup.3
 MLINKS+= DSA_sign.3 DSA_verify.3
+MLINKS+= EC_GFp_simple_method.3 EC_GFp_mont_method.3
+MLINKS+= EC_GFp_simple_method.3 EC_GFp_nist_method.3
+MLINKS+= EC_GFp_simple_method.3 EC_GFp_nistp224_method.3
+MLINKS+= EC_GFp_simple_method.3 EC_GFp_nistp256_method.3
+MLINKS+= EC_GFp_simple_method.3 EC_GFp_nistp521_method.3
+MLINKS+= EC_GFp_simple_method.3 EC_GF2m_simple_method.3
+MLINKS+= EC_GFp_simple_method.3 EC_METHOD_get_field_type.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_dup.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_method_of.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_set_generator.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_get0_generator.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_get_order.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_get_cofactor.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_set_curve_name.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_get_curve_name.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_set_asn1_flag.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_get_asn1_flag.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_set_point_conversion_form.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_get_point_conversion_form.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_get0_seed.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_get_seed_len.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_set_seed.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_get_degree.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_check.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_check_discriminant.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_cmp.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_get_basis_type.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_get_trinomial_basis.3
+MLINKS+= EC_GROUP_copy.3 EC_GROUP_get_pentanomial_basis.3
+MLINKS+= EC_GROUP_new.3 EC_GROUP_free.3
+MLINKS+= EC_GROUP_new.3 EC_GROUP_clear_free.3
+MLINKS+= EC_GROUP_new.3 EC_GROUP_new_curve_GFp.3
+MLINKS+= EC_GROUP_new.3 EC_GROUP_new_curve_GF2m.3
+MLINKS+= EC_GROUP_new.3 EC_GROUP_new_by_curve_name.3
+MLINKS+= EC_GROUP_new.3 EC_GROUP_set_curve_GFp.3
+MLINKS+= EC_GROUP_new.3 EC_GROUP_get_curve_GFp.3
+MLINKS+= EC_GROUP_new.3 EC_GROUP_set_curve_GF2m.3
+MLINKS+= EC_GROUP_new.3 EC_GROUP_get_curve_GF2m.3
+MLINKS+= EC_GROUP_new.3 EC_get_builtin_curves.3
+MLINKS+= EC_KEY_new.3 EC_KEY_get_flags.3
+MLINKS+= EC_KEY_new.3 EC_KEY_set_flags.3
+MLINKS+= EC_KEY_new.3 EC_KEY_clear_flags.3
+MLINKS+= EC_KEY_new.3 EC_KEY_new_by_curve_name.3
+MLINKS+= EC_KEY_new.3 EC_KEY_free.3
+MLINKS+= EC_KEY_new.3 EC_KEY_copy.3
+MLINKS+= EC_KEY_new.3 EC_KEY_dup.3
+MLINKS+= EC_KEY_new.3 EC_KEY_up_ref.3
+MLINKS+= EC_KEY_new.3 EC_KEY_get0_group.3
+MLINKS+= EC_KEY_new.3 EC_KEY_set_group.3
+MLINKS+= EC_KEY_new.3 EC_KEY_get0_private_key.3
+MLINKS+= EC_KEY_new.3 EC_KEY_set_private_key.3
+MLINKS+= EC_KEY_new.3 EC_KEY_get0_public_key.3
+MLINKS+= EC_KEY_new.3 EC_KEY_set_public_key.3
+MLINKS+= EC_KEY_new.3 EC_KEY_get_enc_flags.3
+MLINKS+= EC_KEY_new.3 EC_KEY_set_enc_flags.3
+MLINKS+= EC_KEY_new.3 EC_KEY_get_conv_form.3
+MLINKS+= EC_KEY_new.3 EC_KEY_set_conv_form.3
+MLINKS+= EC_KEY_new.3 EC_KEY_get_key_method_data.3
+MLINKS+= EC_KEY_new.3 EC_KEY_insert_key_method_data.3
+MLINKS+= EC_KEY_new.3 EC_KEY_set_asn1_flag.3
+MLINKS+= EC_KEY_new.3 EC_KEY_precompute_mult.3
+MLINKS+= EC_KEY_new.3 EC_KEY_generate_key.3
+MLINKS+= EC_KEY_new.3 EC_KEY_check_key.3
+MLINKS+= EC_KEY_new.3 EC_KEY_set_public_key_affine_coordinates.3
+MLINKS+= EC_POINT_add.3 EC_POINT_dbl.3
+MLINKS+= EC_POINT_add.3 EC_POINT_invert.3
+MLINKS+= EC_POINT_add.3 EC_POINT_is_at_infinity.3
+MLINKS+= EC_POINT_add.3 EC_POINT_is_on_curve.3
+MLINKS+= EC_POINT_add.3 EC_POINT_cmp.3
+MLINKS+= EC_POINT_add.3 EC_POINT_make_affine.3
+MLINKS+= EC_POINT_add.3 EC_POINTs_make_affine.3
+MLINKS+= EC_POINT_add.3 EC_POINTs_mul.3
+MLINKS+= EC_POINT_add.3 EC_POINT_mul.3
+MLINKS+= EC_POINT_add.3 EC_GROUP_precompute_mult.3
+MLINKS+= EC_POINT_add.3 EC_GROUP_have_precompute_mult.3
+MLINKS+= EC_POINT_new.3 EC_POINT_free.3
+MLINKS+= EC_POINT_new.3 EC_POINT_clear_free.3
+MLINKS+= EC_POINT_new.3 EC_POINT_copy.3
+MLINKS+= EC_POINT_new.3 EC_POINT_dup.3
+MLINKS+= EC_POINT_new.3 EC_POINT_method_of.3
+MLINKS+= EC_POINT_new.3 EC_POINT_set_to_infinity.3
+MLINKS+= EC_POINT_new.3 EC_POINT_set_Jprojective_coordinates.3
+MLINKS+= EC_POINT_new.3 EC_POINT_get_Jprojective_coordinates_GFp.3
+MLINKS+= EC_POINT_new.3 EC_POINT_set_affine_coordinates_GFp.3
+MLINKS+= EC_POINT_new.3 EC_POINT_get_affine_coordinates_GFp.3
+MLINKS+= EC_POINT_new.3 EC_POINT_set_compressed_coordinates_GFp.3
+MLINKS+= EC_POINT_new.3 EC_POINT_set_affine_coordinates_GF2m.3
+MLINKS+= EC_POINT_new.3 EC_POINT_get_affine_coordinates_GF2m.3
+MLINKS+= EC_POINT_new.3 EC_POINT_set_compressed_coordinates_GF2m.3
+MLINKS+= EC_POINT_new.3 EC_POINT_point2oct.3
+MLINKS+= EC_POINT_new.3 EC_POINT_oct2point.3
+MLINKS+= EC_POINT_new.3 EC_POINT_point2bn.3
+MLINKS+= EC_POINT_new.3 EC_POINT_bn2point.3
+MLINKS+= EC_POINT_new.3 EC_POINT_point2hex.3
+MLINKS+= EC_POINT_new.3 EC_POINT_hex2point.3
 MLINKS+= ERR_GET_LIB.3 ERR_GET_FUNC.3
 MLINKS+= ERR_GET_LIB.3 ERR_GET_REASON.3
 MLINKS+= ERR_error_string.3 ERR_error_string_n.3
@@ -461,6 +593,7 @@ MLINKS+= ERR_load_strings.3 ERR_PACK.3
 MLINKS+= ERR_load_strings.3 ERR_get_next_error_library.3
 MLINKS+= ERR_print_errors.3 ERR_print_errors_fp.3
 MLINKS+= ERR_put_error.3 ERR_add_error_data.3
+MLINKS+= ERR_remove_state.3 ERR_remove_thread_state.3
 MLINKS+= ERR_set_mark.3 ERR_pop_to_mark.3
 MLINKS+= EVP_DigestInit.3 EVP_MD_CTX_init.3
 MLINKS+= EVP_DigestInit.3 EVP_MD_CTX_create.3
@@ -471,6 +604,7 @@ MLINKS+= EVP_DigestInit.3 EVP_MD_CTX_cle
 MLINKS+= EVP_DigestInit.3 EVP_MD_CTX_destroy.3
 MLINKS+= EVP_DigestInit.3 EVP_MAX_MD_SIZE.3
 MLINKS+= EVP_DigestInit.3 EVP_MD_CTX_copy_ex.3
+MLINKS+= EVP_DigestInit.3 EVP_DigestFinal.3
 MLINKS+= EVP_DigestInit.3 EVP_MD_CTX_copy.3
 MLINKS+= EVP_DigestInit.3 EVP_MD_type.3
 MLINKS+= EVP_DigestInit.3 EVP_MD_pkey_type.3
@@ -541,10 +675,64 @@ MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_CT
 MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_param_to_asn1.3
 MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_asn1_to_param.3
 MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_CTX_set_padding.3
+MLINKS+= EVP_EncryptInit.3 EVP_enc_null.3
+MLINKS+= EVP_EncryptInit.3 EVP_des_cbc.3
+MLINKS+= EVP_EncryptInit.3 EVP_des_ecb.3
+MLINKS+= EVP_EncryptInit.3 EVP_des_cfb.3
+MLINKS+= EVP_EncryptInit.3 EVP_des_ofb.3
+MLINKS+= EVP_EncryptInit.3 EVP_des_ede_cbc.3
+MLINKS+= EVP_EncryptInit.3 EVP_des_ede.3
+MLINKS+= EVP_EncryptInit.3 EVP_des_ede_ofb.3
+MLINKS+= EVP_EncryptInit.3 EVP_des_ede_cfb.3
+MLINKS+= EVP_EncryptInit.3 EVP_des_ede3_cbc.3
+MLINKS+= EVP_EncryptInit.3 EVP_des_ede3.3
+MLINKS+= EVP_EncryptInit.3 EVP_des_ede3_ofb.3
+MLINKS+= EVP_EncryptInit.3 EVP_des_ede3_cfb.3
+MLINKS+= EVP_EncryptInit.3 EVP_desx_cbc.3
+MLINKS+= EVP_EncryptInit.3 EVP_rc4.3
+MLINKS+= EVP_EncryptInit.3 EVP_rc4_40.3
+MLINKS+= EVP_EncryptInit.3 EVP_idea_cbc.3
+MLINKS+= EVP_EncryptInit.3 EVP_idea_ecb.3
+MLINKS+= EVP_EncryptInit.3 EVP_idea_cfb.3
+MLINKS+= EVP_EncryptInit.3 EVP_idea_ofb.3
+MLINKS+= EVP_EncryptInit.3 EVP_idea_cbc.3
+MLINKS+= EVP_EncryptInit.3 EVP_rc2_cbc.3
+MLINKS+= EVP_EncryptInit.3 EVP_rc2_ecb.3
+MLINKS+= EVP_EncryptInit.3 EVP_rc2_cfb.3
+MLINKS+= EVP_EncryptInit.3 EVP_rc2_ofb.3
+MLINKS+= EVP_EncryptInit.3 EVP_rc2_40_cbc.3
+MLINKS+= EVP_EncryptInit.3 EVP_rc2_64_cbc.3
+MLINKS+= EVP_EncryptInit.3 EVP_bf_cbc.3
+MLINKS+= EVP_EncryptInit.3 EVP_bf_ecb.3
+MLINKS+= EVP_EncryptInit.3 EVP_bf_cfb.3
+MLINKS+= EVP_EncryptInit.3 EVP_bf_ofb.3
+MLINKS+= EVP_EncryptInit.3 EVP_cast5_cbc.3
+MLINKS+= EVP_EncryptInit.3 EVP_cast5_ecb.3
+MLINKS+= EVP_EncryptInit.3 EVP_cast5_cfb.3
+MLINKS+= EVP_EncryptInit.3 EVP_cast5_ofb.3
+MLINKS+= EVP_EncryptInit.3 EVP_rc5_32_12_16_cbc.3
+MLINKS+= EVP_EncryptInit.3 EVP_rc5_32_12_16_ecb.3
+MLINKS+= EVP_EncryptInit.3 EVP_rc5_32_12_16_cfb.3
+MLINKS+= EVP_EncryptInit.3 EVP_rc5_32_12_16_ofb.3
+MLINKS+= EVP_EncryptInit.3 EVP_aes_128_gcm.3
+MLINKS+= EVP_EncryptInit.3 EVP_aes_192_gcm.3
+MLINKS+= EVP_EncryptInit.3 EVP_aes_256_gcm.3
+MLINKS+= EVP_EncryptInit.3 EVP_aes_128_ccm.3
+MLINKS+= EVP_EncryptInit.3 EVP_aes_192_ccm.3
+MLINKS+= EVP_EncryptInit.3 EVP_aes_256_ccm.3
 MLINKS+= EVP_OpenInit.3 EVP_OpenUpdate.3
 MLINKS+= EVP_OpenInit.3 EVP_OpenFinal.3
-MLINKS+= EVP_PKEY_CTX_ctrl.3 EVP_PKEY_ctrl.3
-MLINKS+= EVP_PKEY_CTX_ctrl.3 EVP_PKEY_ctrl_str.3
+MLINKS+= EVP_PKEY_CTX_ctrl.3 EVP_PKEY_CTX_ctrl_str.3
+MLINKS+= EVP_PKEY_CTX_ctrl.3 EVP_PKEY_get_default_digest_nid.3
+MLINKS+= EVP_PKEY_CTX_ctrl.3 EVP_PKEY_CTX_set_signature_md.3
+MLINKS+= EVP_PKEY_CTX_ctrl.3 EVP_PKEY_CTX_set_rsa_padding.3
+MLINKS+= EVP_PKEY_CTX_ctrl.3 EVP_PKEY_CTX_set_rsa_pss_saltlen.3
+MLINKS+= EVP_PKEY_CTX_ctrl.3 EVP_PKEY_CTX_set_rsa_rsa_keygen_bits.3
+MLINKS+= EVP_PKEY_CTX_ctrl.3 EVP_PKEY_CTX_set_rsa_keygen_pubexp.3
+MLINKS+= EVP_PKEY_CTX_ctrl.3 EVP_PKEY_CTX_set_dsa_paramgen_bits.3
+MLINKS+= EVP_PKEY_CTX_ctrl.3 EVP_PKEY_CTX_set_dh_paramgen_prime_len.3
+MLINKS+= EVP_PKEY_CTX_ctrl.3 EVP_PKEY_CTX_set_dh_paramgen_generator.3
+MLINKS+= EVP_PKEY_CTX_ctrl.3 EVP_PKEY_CTX_set_ec_paramgen_curve_nid.3
 MLINKS+= EVP_PKEY_CTX_new.3 EVP_PKEY_CTX_new_id.3
 MLINKS+= EVP_PKEY_CTX_new.3 EVP_PKEY_CTX_dup.3
 MLINKS+= EVP_PKEY_CTX_new.3 EVP_PKEY_CTX_free.3
@@ -603,18 +791,27 @@ MLINKS+= OBJ_nid2obj.3 OBJ_cleanup.3
 MLINKS+= OPENSSL_VERSION_NUMBER.3 SSLeay.3
 MLINKS+= OPENSSL_VERSION_NUMBER.3 SSLeay_version.3
 MLINKS+= OPENSSL_config.3 OPENSSL_no_config.3
+MLINKS+= OPENSSL_ia32cap.3 OPENSSL_ia32cap_loc.3
+MLINKS+= OPENSSL_instrument_bus.3 OPENSSL_instrument_bus2.3
+MLINKS+= OPENSSL_load_builtin_modules.3 ASN1_add_oid_module.3
+MLINKS+= OPENSSL_load_builtin_modules.3 ENGINE_add_conf_module.3
 MLINKS+= OpenSSL_add_all_algorithms.3 OpenSSL_add_all_ciphers.3
 MLINKS+= OpenSSL_add_all_algorithms.3 OpenSSL_add_all_digests.3
+MLINKS+= OpenSSL_add_all_algorithms.3 EVP_cleanup.3
+MLINKS+= PKCS7_verify.3 PKCS7_get0_signers.3
 MLINKS+= RAND_add.3 RAND_seed.3
 MLINKS+= RAND_add.3 RAND_status.3
 MLINKS+= RAND_add.3 RAND_event.3
 MLINKS+= RAND_add.3 RAND_screen.3
 MLINKS+= RAND_bytes.3 RAND_pseudo_bytes.3
+MLINKS+= RAND_egd.3 RAND_egd_bytes.3
+MLINKS+= RAND_egd.3 RAND_query_egd_bytes.3
 MLINKS+= RAND_load_file.3 RAND_write_file.3
 MLINKS+= RAND_load_file.3 RAND_file_name.3
 MLINKS+= RAND_set_rand_method.3 RAND_get_rand_method.3
 MLINKS+= RAND_set_rand_method.3 RAND_SSLeay.3
 MLINKS+= RSA_blinding_on.3 RSA_blinding_off.3
+MLINKS+= RSA_generate_key.3 RSA_generate_key_ex.3
 MLINKS+= RSA_get_ex_new_index.3 RSA_set_ex_data.3
 MLINKS+= RSA_get_ex_new_index.3 RSA_get_ex_data.3
 MLINKS+= RSA_new.3 RSA_free.3
@@ -690,6 +887,16 @@ MLINKS+= X509_VERIFY_PARAM_set_flags.3 X
 MLINKS+= X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_set_time.3
 MLINKS+= X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_add0_policy.3
 MLINKS+= X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_set1_policies.3
+MLINKS+= X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_set1_host.3
+MLINKS+= X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_add1_host.3
+MLINKS+= X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_set_hostflags.3
+MLINKS+= X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_get0_peername.3
+MLINKS+= X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_set1_email.3
+MLINKS+= X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_set1_ip.3
+MLINKS+= X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_set1_ip_asc.3
+MLINKS+= X509_check_host.3 X509_check_email.3
+MLINKS+= X509_check_host.3 X509_check_ip.3
+MLINKS+= X509_check_host.3 X509_check_ip_asc.3
 MLINKS+= X509_new.3 X509_free.3
 MLINKS+= blowfish.3 BF_set_key.3
 MLINKS+= blowfish.3 BF_encrypt.3
@@ -740,8 +947,17 @@ MLINKS+= d2i_DSAPublicKey.3 d2i_DSAPriva
 MLINKS+= d2i_DSAPublicKey.3 i2d_DSAPrivateKey.3
 MLINKS+= d2i_DSAPublicKey.3 d2i_DSA_PUBKEY.3
 MLINKS+= d2i_DSAPublicKey.3 i2d_DSA_PUBKEY.3
+MLINKS+= d2i_DSAPublicKey.3 d2i_DSAparams.3
+MLINKS+= d2i_DSAPublicKey.3 i2d_DSAparams.3
 MLINKS+= d2i_DSAPublicKey.3 d2i_DSA_SIG.3
 MLINKS+= d2i_DSAPublicKey.3 i2d_DSA_SIG.3
+MLINKS+= d2i_ECPKParameters.3 i2d_ECPKParameters.3
+MLINKS+= d2i_ECPKParameters.3 d2i_ECPKParameters_bio.3
+MLINKS+= d2i_ECPKParameters.3 i2d_ECPKParameters_bio.3
+MLINKS+= d2i_ECPKParameters.3 d2i_ECPKParameters_fp.3
+MLINKS+= d2i_ECPKParameters.3 i2d_ECPKParameters_fp.3
+MLINKS+= d2i_ECPKParameters.3 ECPKParameters_print.3
+MLINKS+= d2i_ECPKParameters.3 ECPKParameters_print_fp.3
 MLINKS+= d2i_ECPrivateKey.3 i2d_ECPrivateKey.3
 MLINKS+= d2i_ECPrivateKey.3 d2i_ECPrivate_key.3
 MLINKS+= d2i_PKCS8PrivateKey.3 d2i_PKCS8PrivateKey_bio.3
@@ -765,7 +981,7 @@ MLINKS+= d2i_X509.3 i2d_X509_fp.3
 MLINKS+= d2i_X509_ALGOR.3 i2d_X509_ALGOR.3
 MLINKS+= d2i_X509_CRL.3 i2d_X509_CRL.3
 MLINKS+= d2i_X509_CRL.3 d2i_X509_CRL_bio.3
-MLINKS+= d2i_X509_CRL.3 d2i_509_CRL_fp.3
+MLINKS+= d2i_X509_CRL.3 d2i_X509_CRL_fp.3
 MLINKS+= d2i_X509_CRL.3 i2d_X509_CRL_bio.3
 MLINKS+= d2i_X509_CRL.3 i2d_X509_CRL_fp.3
 MLINKS+= d2i_X509_NAME.3 i2d_X509_NAME.3
@@ -807,10 +1023,25 @@ MLINKS+= des.3 DES_fcrypt.3
 MLINKS+= des.3 DES_crypt.3
 MLINKS+= des.3 DES_enc_read.3
 MLINKS+= des.3 DES_enc_write.3
+MLINKS+= ecdsa.3 ECDSA_SIG_new.3
+MLINKS+= ecdsa.3 ECDSA_SIG_free.3
+MLINKS+= ecdsa.3 i2d_ECDSA_SIG.3
+MLINKS+= ecdsa.3 d2i_ECDSA_SIG.3
+MLINKS+= ecdsa.3 ECDSA_size.3
+MLINKS+= ecdsa.3 ECDSA_sign_setup.3
+MLINKS+= ecdsa.3 ECDSA_sign.3
+MLINKS+= ecdsa.3 ECDSA_sign_ex.3
+MLINKS+= ecdsa.3 ECDSA_verify.3
+MLINKS+= ecdsa.3 ECDSA_do_sign.3
+MLINKS+= ecdsa.3 ECDSA_do_sign_ex.3
+MLINKS+= ecdsa.3 ECDSA_do_verify.3
 MLINKS+= hmac.3 HMAC.3
+MLINKS+= hmac.3 HMAC_CTX_init.3
 MLINKS+= hmac.3 HMAC_Init.3
+MLINKS+= hmac.3 HMAC_Init_ex.3
 MLINKS+= hmac.3 HMAC_Update.3
 MLINKS+= hmac.3 HMAC_Final.3
+MLINKS+= hmac.3 HMAC_CTX_cleanup.3
 MLINKS+= hmac.3 HMAC_cleanup.3
 MLINKS+= lh_stats.3 lh_node_stats.3
 MLINKS+= lh_stats.3 lh_node_usage_stats.3
@@ -918,6 +1149,22 @@ MLINKS+= sha.3 SHA1.3
 MLINKS+= sha.3 SHA1_Init.3
 MLINKS+= sha.3 SHA1_Update.3
 MLINKS+= sha.3 SHA1_Final.3
+MLINKS+= sha.3 SHA224.3
+MLINKS+= sha.3 SHA224_Init.3
+MLINKS+= sha.3 SHA224_Update.3
+MLINKS+= sha.3 SHA224_Final.3
+MLINKS+= sha.3 SHA256.3
+MLINKS+= sha.3 SHA256_Init.3
+MLINKS+= sha.3 SHA256_Update.3
+MLINKS+= sha.3 SHA256_Final.3
+MLINKS+= sha.3 SHA384.3
+MLINKS+= sha.3 SHA384_Init.3
+MLINKS+= sha.3 SHA384_Update.3
+MLINKS+= sha.3 SHA384_Final.3
+MLINKS+= sha.3 SHA512.3
+MLINKS+= sha.3 SHA512_Init.3
+MLINKS+= sha.3 SHA512_Update.3
+MLINKS+= sha.3 SHA512_Final.3
 MLINKS+= threads.3 CRYPTO_THREADID_set_callback.3
 MLINKS+= threads.3 CRYPTO_THREADID_get_callback.3
 MLINKS+= threads.3 CRYPTO_THREADID_current.3

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_OBJECT_new.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_OBJECT_new.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ASN1_OBJECT_new 3"
-.TH ASN1_OBJECT_new 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH ASN1_OBJECT_new 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_STRING_length.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_STRING_length.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_STRING_length.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,14 +133,14 @@
 .\" ========================================================================
 .\"
 .IX Title "ASN1_STRING_length 3"
-.TH ASN1_STRING_length 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH ASN1_STRING_length 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
 .nh
 .SH "NAME"
 ASN1_STRING_dup, ASN1_STRING_cmp, ASN1_STRING_set, ASN1_STRING_length,
-ASN1_STRING_length_set, ASN1_STRING_type, ASN1_STRING_data \-
+ASN1_STRING_length_set, ASN1_STRING_type, ASN1_STRING_data, ASN1_STRING_to_UTF8 \-
 ASN1_STRING utility functions
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_STRING_new.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_STRING_new.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_STRING_new.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ASN1_STRING_new 3"
-.TH ASN1_STRING_new 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH ASN1_STRING_new 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,13 +133,13 @@
 .\" ========================================================================
 .\"
 .IX Title "ASN1_STRING_print_ex 3"
-.TH ASN1_STRING_print_ex 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH ASN1_STRING_print_ex 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
 .nh
 .SH "NAME"
-ASN1_STRING_print_ex, ASN1_STRING_print_ex_fp \- ASN1_STRING output routines.
+ASN1_STRING_print_ex, ASN1_STRING_print_ex_fp, ASN1_STRING_print \- ASN1_STRING output routines.
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 .Vb 1

Added: projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_TIME_set.3
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_TIME_set.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -0,0 +1,264 @@
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" Set up some character translations and predefined strings.  \*(-- will
+.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
+.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
+.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
+.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
+.ie n \{\
+.    ds -- \(*W-
+.    ds PI pi
+.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
+.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
+.    ds L" ""
+.    ds R" ""
+.    ds C` ""
+.    ds C' ""
+'br\}
+.el\{\
+.    ds -- \|\(em\|
+.    ds PI \(*p
+.    ds L" ``
+.    ds R" ''
+.    ds C`
+.    ds C'
+'br\}
+.\"
+.\" Escape single quotes in literal strings from groff's Unicode transform.
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\"
+.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
+.\" entries marked with X<> in POD.  Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
+..
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+.    if \nF \{
+.        de IX
+.        tm Index:\\$1\t\\n%\t"\\$2"
+..
+.        if !\nF==2 \{
+.            nr % 0
+.            nr F 2
+.        \}
+.    \}
+.\}
+.rr rF
+.\"
+.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
+.\" Fear.  Run.  Save yourself.  No user-serviceable parts.
+.    \" fudge factors for nroff and troff
+.if n \{\
+.    ds #H 0
+.    ds #V .8m
+.    ds #F .3m
+.    ds #[ \f1
+.    ds #] \fP
+.\}
+.if t \{\
+.    ds #H ((1u-(\\\\n(.fu%2u))*.13m)
+.    ds #V .6m
+.    ds #F 0
+.    ds #[ \&
+.    ds #] \&
+.\}
+.    \" simple accents for nroff and troff
+.if n \{\
+.    ds ' \&
+.    ds ` \&
+.    ds ^ \&
+.    ds , \&
+.    ds ~ ~
+.    ds /
+.\}
+.if t \{\
+.    ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
+.    ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
+.    ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
+.    ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
+.    ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
+.    ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
+.\}
+.    \" troff and (daisy-wheel) nroff accents
+.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
+.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
+.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
+.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
+.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
+.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
+.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
+.ds ae a\h'-(\w'a'u*4/10)'e
+.ds Ae A\h'-(\w'A'u*4/10)'E
+.    \" corrections for vroff
+.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
+.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
+.    \" for low resolution devices (crt and lpr)
+.if \n(.H>23 .if \n(.V>19 \
+\{\
+.    ds : e
+.    ds 8 ss
+.    ds o a
+.    ds d- d\h'-1'\(ga
+.    ds D- D\h'-1'\(hy
+.    ds th \o'bp'
+.    ds Th \o'LP'
+.    ds ae ae
+.    ds Ae AE
+.\}
+.rm #[ #] #H #V #F C
+.\" ========================================================================
+.\"
+.IX Title "ASN1_TIME_set 3"
+.TH ASN1_TIME_set 3 "2015-07-09" "1.0.2d" "OpenSSL"
+.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.if n .ad l
+.nh
+.SH "NAME"
+ASN1_TIME_set, ASN1_TIME_adj, ASN1_TIME_check, ASN1_TIME_set_string,
+ASN1_TIME_print, ASN1_TIME_diff \- ASN.1 Time functions.
+.SH "SYNOPSIS"
+.IX Header "SYNOPSIS"
+.Vb 6
+\& ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t);
+\& ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t,
+\&                          int offset_day, long offset_sec);
+\& int ASN1_TIME_set_string(ASN1_TIME *s, const char *str);
+\& int ASN1_TIME_check(const ASN1_TIME *t);
+\& int ASN1_TIME_print(BIO *b, const ASN1_TIME *s);
+\&
+\& int ASN1_TIME_diff(int *pday, int *psec,
+\&                    const ASN1_TIME *from, const ASN1_TIME *to);
+.Ve
+.SH "DESCRIPTION"
+.IX Header "DESCRIPTION"
+The function \fIASN1_TIME_set()\fR sets the \s-1ASN1_TIME\s0 structure \fBs\fR to the
+time represented by the time_t value \fBt\fR. If \fBs\fR is \s-1NULL\s0 a new \s-1ASN1_TIME\s0
+structure is allocated and returned.
+.PP
+\&\fIASN1_TIME_adj()\fR sets the \s-1ASN1_TIME\s0 structure \fBs\fR to the time represented
+by the time \fBoffset_day\fR and \fBoffset_sec\fR after the time_t value \fBt\fR.
+The values of \fBoffset_day\fR or \fBoffset_sec\fR can be negative to set a
+time before \fBt\fR. The \fBoffset_sec\fR value can also exceed the number of
+seconds in a day. If \fBs\fR is \s-1NULL\s0 a new \s-1ASN1_TIME\s0 structure is allocated
+and returned.
+.PP
+\&\fIASN1_TIME_set_string()\fR sets \s-1ASN1_TIME\s0 structure \fBs\fR to the time
+represented by string \fBstr\fR which must be in appropriate \s-1ASN.1\s0 time
+format (for example \s-1YYMMDDHHMMSSZ\s0 or \s-1YYYYMMDDHHMMSSZ\s0).
+.PP
+\&\fIASN1_TIME_check()\fR checks the syntax of \s-1ASN1_TIME\s0 structure \fBs\fR.
+.PP
+\&\fIASN1_TIME_print()\fR prints out the time \fBs\fR to \s-1BIO \s0\fBb\fR in human readable
+format. It will be of the format \s-1MMM DD HH:MM:SS YYYY\s0 [\s-1GMT\s0], for example
+\&\*(L"Feb  3 00:55:52 2015 \s-1GMT\*(R"\s0 it does not include a newline. If the time
+structure has invalid format it prints out \*(L"Bad time value\*(R" and returns
+an error.
+.PP
+\&\fIASN1_TIME_diff()\fR sets \fB*pday\fR and \fB*psec\fR to the time difference between
+\&\fBfrom\fR and \fBto\fR. If \fBto\fR represents a time later than \fBfrom\fR then
+one or both (depending on the time difference) of \fB*pday\fR and \fB*psec\fR
+will be positive. If \fBto\fR represents a time earlier than \fBfrom\fR then
+one or both of \fB*pday\fR and \fB*psec\fR will be negative. If \fBto\fR and \fBfrom\fR
+represent the same time then \fB*pday\fR and \fB*psec\fR will both be zero.
+If both \fB*pday\fR and \fB*psec\fR are non-zero they will always have the same
+sign. The value of \fB*psec\fR will always be less than the number of seconds
+in a day. If \fBfrom\fR or \fBto\fR is \s-1NULL\s0 the current time is used.
+.SH "NOTES"
+.IX Header "NOTES"
+The \s-1ASN1_TIME\s0 structure corresponds to the \s-1ASN.1\s0 structure \fBTime\fR
+defined in \s-1RFC5280\s0 et al. The time setting functions obey the rules outlined
+in \s-1RFC5280:\s0 if the date can be represented by UTCTime it is used, else
+GeneralizedTime is used.
+.PP
+The \s-1ASN1_TIME\s0 structure is represented as an \s-1ASN1_STRING\s0 internally and can
+be freed up using \fIASN1_STRING_free()\fR.
+.PP
+The \s-1ASN1_TIME\s0 structure can represent years from 0000 to 9999 but no attempt
+is made to correct ancient calendar changes (for example from Julian to
+Gregorian calendars).
+.PP
+Some applications add offset times directly to a time_t value and pass the
+results to \fIASN1_TIME_set()\fR (or equivalent). This can cause problems as the
+time_t value can overflow on some systems resulting in unexpected results.
+New applications should use \fIASN1_TIME_adj()\fR instead and pass the offset value
+in the \fBoffset_sec\fR and \fBoffset_day\fR parameters instead of directly
+manipulating a time_t value.
+.SH "BUGS"
+.IX Header "BUGS"
+\&\fIASN1_TIME_print()\fR currently does not print out the time zone: it either prints
+out \*(L"\s-1GMT\*(R"\s0 or nothing. But all certificates complying with \s-1RFC5280\s0 et al use \s-1GMT\s0
+anyway.
+.SH "EXAMPLES"
+.IX Header "EXAMPLES"
+Set a time structure to one hour after the current time and print it out:
+.PP
+.Vb 11
+\& #include <time.h>
+\& #include <openssl/asn1.h>
+\& ASN1_TIME *tm;
+\& time_t t;
+\& BIO *b;
+\& t = time(NULL);
+\& tm = ASN1_TIME_adj(NULL, t, 0, 60 * 60);
+\& b = BIO_new_fp(stdout, BIO_NOCLOSE);
+\& ASN1_TIME_print(b, tm);
+\& ASN1_STRING_free(tm);
+\& BIO_free(b);
+.Ve
+.PP
+Determine if one time is later or sooner than the current time:
+.PP
+.Vb 1
+\& int day, sec;
+\&
+\& if (!ASN1_TIME_diff(&day, &sec, NULL, to))
+\&        /* Invalid time format */
+\&
+\& if (day > 0 || sec > 0)
+\&   printf("Later\en");
+\& else if (day < 0 || sec < 0)
+\&   printf("Sooner\en");
+\& else
+\&   printf("Same\en");
+.Ve
+.SH "RETURN VALUES"
+.IX Header "RETURN VALUES"
+\&\fIASN1_TIME_set()\fR and \fIASN1_TIME_adj()\fR return a pointer to an \s-1ASN1_TIME\s0 structure
+or \s-1NULL\s0 if an error occurred.
+.PP
+\&\fIASN1_TIME_set_string()\fR returns 1 if the time value is successfully set and
+0 otherwise.
+.PP
+\&\fIASN1_TIME_check()\fR returns 1 if the structure is syntactically correct and 0
+otherwise.
+.PP
+\&\fIASN1_TIME_print()\fR returns 1 if the time is successfully printed out and 0 if
+an error occurred (I/O error or invalid time format).
+.PP
+\&\fIASN1_TIME_diff()\fR returns 1 for sucess and 0 for failure. It can fail if the
+pass \s-1ASN1_TIME\s0 structure has invalid syntax for example.

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_generate_nconf.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_generate_nconf.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/ASN1_generate_nconf.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ASN1_generate_nconf 3"
-.TH ASN1_generate_nconf 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH ASN1_generate_nconf 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_ctrl.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_ctrl.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_ctrl.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BIO_ctrl 3"
-.TH BIO_ctrl 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH BIO_ctrl 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_base64.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_base64.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_base64.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BIO_f_base64 3"
-.TH BIO_f_base64 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH BIO_f_base64 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_buffer.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_buffer.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_buffer.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BIO_f_buffer 3"
-.TH BIO_f_buffer 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH BIO_f_buffer 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_cipher.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_cipher.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_cipher.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BIO_f_cipher 3"
-.TH BIO_f_cipher 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH BIO_f_cipher 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_md.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_md.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_md.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BIO_f_md 3"
-.TH BIO_f_md 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH BIO_f_md 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_null.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_null.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_null.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BIO_f_null 3"
-.TH BIO_f_null 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH BIO_f_null 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_ssl.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_ssl.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_f_ssl.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BIO_f_ssl 3"
-.TH BIO_f_ssl 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH BIO_f_ssl 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -244,7 +244,7 @@ already been established this call has n
 is non blocking they can still request a retry in exceptional
 circumstances. Specifically this will happen if a session
 renegotiation takes place during a \fIBIO_read()\fR operation, one
-case where this happens is when \s-1SGC\s0 or step up occurs.
+case where this happens is when step up occurs.
 .PP
 In OpenSSL 0.9.6 and later the \s-1SSL\s0 flag \s-1SSL_AUTO_RETRY\s0 can be
 set to disable this behaviour. That is when this flag is set

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_find_type.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_find_type.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_find_type.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,13 +133,13 @@
 .\" ========================================================================
 .\"
 .IX Title "BIO_find_type 3"
-.TH BIO_find_type 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH BIO_find_type 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
 .nh
 .SH "NAME"
-BIO_find_type, BIO_next \- BIO chain traversal
+BIO_find_type, BIO_next, BIO_method_type \- BIO chain traversal
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 .Vb 1

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_new.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_new.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_new.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BIO_new 3"
-.TH BIO_new 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH BIO_new 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_new_CMS.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_new_CMS.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_new_CMS.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BIO_new_CMS 3"
-.TH BIO_new_CMS 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH BIO_new_CMS 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_push.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_push.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_push.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BIO_push 3"
-.TH BIO_push 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH BIO_push 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_read.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_read.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_read.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BIO_read 3"
-.TH BIO_read 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH BIO_read 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_s_accept.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_s_accept.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_s_accept.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,13 +133,13 @@
 .\" ========================================================================
 .\"
 .IX Title "BIO_s_accept 3"
-.TH BIO_s_accept 3 "2015-07-09" "1.0.1p" "OpenSSL"
+.TH BIO_s_accept 3 "2015-07-09" "1.0.2d" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
 .nh
 .SH "NAME"
-BIO_s_accept, BIO_set_accept_port, BIO_get_accept_port,
+BIO_s_accept, BIO_set_accept_port, BIO_get_accept_port, BIO_new_accept,
 BIO_set_nbio_accept, BIO_set_accept_bios, BIO_set_bind_mode,
 BIO_get_bind_mode, BIO_do_accept \- accept BIO
 .SH "SYNOPSIS"

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_s_bio.3
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_s_bio.3	Tue Oct 27 20:58:14 2015	(r290062)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/man/BIO_s_bio.3	Tue Oct 27 21:03:23 2015	(r290063)
@@ -133,7 +133,7 @@
 .\" ========================================================================

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510272103.t9RL3Oxk062902>