Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src updated man pages & the x86_64 mont* asm fix for the new ope...



details:   https://anonhg.NetBSD.org/src/rev/d9e4e4bb2ac2
branches:  trunk
changeset: 821195:d9e4e4bb2ac2
user:      spz <spz%NetBSD.org@localhost>
date:      Fri Jan 27 23:00:46 2017 +0000

description:
updated man pages & the x86_64 mont* asm fix for the new openssl.
Expect at least one more commit until the tree builds again.

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-mont.S                |    5 +-
 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-mont5.S               |   12 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3                 |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3               |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_TIME_set.3                      |  264 ++++
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3                |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3                           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3                           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3                         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3                          |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_find_type.3                      |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new.3                            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new_CMS.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_push.3                           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_read.3                           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_accept.3                       |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_bio.3                          |   29 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_connect.3                      |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_fd.3                           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_file.3                         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_mem.3                          |   30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_null.3                         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_socket.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_set_callback.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_should_retry.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_BLINDING_new.3                    |   30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_new.3                         |   40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_start.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_add.3                             |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_add_word.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_bn2bin.3                          |   30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_cmp.3                             |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_copy.3                            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_generate_prime.3                  |  117 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_inverse.3                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_montgomery.3              |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_reciprocal.3              |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_new.3                             |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_num_bytes.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_rand.3                            |   34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_set_bit.3                         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_swap.3                            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_zero.3                            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add0_cert.3                      |   30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_recipient_cert.3            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_signer.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_compress.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_decrypt.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_encrypt.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_final.3                          |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_RecipientInfos.3            |   44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_SignerInfos.3               |   36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_type.3                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get1_ReceiptRequest.3            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign.3                           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign_receipt.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_uncompress.3                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify.3                         |   30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify_receipt.3                 |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_free.3                  |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_load_file.3             |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_set_ex_data.3                 |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_key.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_parameters.3             |   70 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DH_get_ex_new_index.3                |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DH_new.3                             |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DH_set_method.3                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DH_size.3                            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_SIG_new.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_do_sign.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_dup_DH.3                         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_key.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_parameters.3            |   82 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_get_ex_new_index.3               |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_new.3                            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_set_method.3                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_sign.3                           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_size.3                           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EC_GFp_simple_method.3               |  193 +++
 crypto/external/bsd/openssl/lib/libcrypto/man/EC_GROUP_copy.3                      |  308 +++++
 crypto/external/bsd/openssl/lib/libcrypto/man/EC_GROUP_new.3                       |  230 ++++
 crypto/external/bsd/openssl/lib/libcrypto/man/EC_KEY_new.3                         |  239 ++++
 crypto/external/bsd/openssl/lib/libcrypto/man/EC_POINT_add.3                       |  203 +++
 crypto/external/bsd/openssl/lib/libcrypto/man/EC_POINT_new.3                       |  260 ++++
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_GET_LIB.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_clear_error.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_error_string.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_get_error.3                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_crypto_strings.3            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_strings.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_print_errors.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_put_error.3                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_remove_state.3                   |   49 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_set_mark.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_BytesToKey.3                     |   35 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestInit.3                     |   36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestSignInit.3                 |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestVerifyInit.3               |   30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncodeInit.3                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncryptInit.3                    |  138 ++-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_OpenInit.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3                  |   36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_new.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_cmp.3                       |   34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_decrypt.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_derive.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_encrypt.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_default_digest.3        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_keygen.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_new.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_print_private.3             |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set1_RSA.3                  |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_sign.3                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify_recover.3            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SealInit.3                       |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SignInit.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_VerifyInit.3                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OBJ_nid2obj.3                        |   47 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_Applink.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3             |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_config.3                     |   45 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_ia32cap.3                    |  128 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_instrument_bus.3             |  178 +++
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_load_builtin_modules.3       |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OpenSSL_add_all_algorithms.3         |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_CMS_stream.3           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_create.3                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_parse.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_decrypt.3                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_encrypt.3                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign.3                         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign_add_signer.3              |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_verify.3                       |   32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_add.3                           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_bytes.3                         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_cleanup.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_egd.3                           |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_load_file.3                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_set_rand_method.3               |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_blinding_on.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_check_key.3                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_generate_key.3                   |   67 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_get_ex_new_index.3               |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_new.3                            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_print.3                          |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_private_encrypt.3                |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_public_encrypt.3                 |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_set_method.3                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign.3                           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_size.3                           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_CMS.3                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_PKCS7.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_CMS.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_PKCS7.3                  |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CIPHER_get_name.3                |   39 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_COMP_add_compression_method.3    |   38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_new.3                   |  172 +++
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set1_prefix.3           |  180 +++
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set_flags.3             |  191 +++
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set_ssl_ctx.3           |  178 +++
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_cmd.3                       |  537 ++++++++++
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_cmd_argv.3                  |  174 +++
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add1_chain_cert.3            |  280 +++++
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3       |   39 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_session.3                |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_ctrl.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_flush_sessions.3             |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_free.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get0_param.3                 |  187 +++
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get_ex_new_index.3           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get_verify_mode.3            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_load_verify_locations.3      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_new.3                        |   42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_number.3                |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3        |   32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sessions.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_curves.3                |  236 ++++
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_verify_cert_store.3     |  222 ++++
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_alpn_select_cb.3         |  248 ++++
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_cb.3                |  201 +++
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_store.3             |   32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cipher_list.3            |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_CA_list.3         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_custom_cli_ext.3         |  264 ++++
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_generate_session_id.3    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_info_callback.3          |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_max_cert_list.3          |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_mode.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_msg_callback.3           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_options.3                |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_psk_client_callback.3    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_read_ahead.3             |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3     |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_id_context.3     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ssl_version.3            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_timeout.3                |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_status_cb.3       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_ticket_key_cb.3   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_rsa_callback.3       |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_verify.3                 |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_certificate.3            |   50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_psk_identity_hint.3      |   36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_serverinfo.3             |  187 +++
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_free.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_ex_new_index.3       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_time.3               |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_accept.3                         |   31 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_alert_type_string.3              |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_check_chain.3                    |  217 ++++
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_clear.3                          |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_connect.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_do_handshake.3                   |   31 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_free.3                           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_SSL_CTX.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ciphers.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_client_CA_list.3             |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_current_cipher.3             |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_default_timeout.3            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_error.3                      |   47 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ex_new_index.3               |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_fd.3                         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_cert_chain.3            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_certificate.3           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_psk_identity.3               |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_rbio.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_session.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_verify_result.3              |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_version.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_library_init.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_load_client_CA_file.3            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_new.3                            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_pending.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read.3                           |   63 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_rstate_string.3                  |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_session_reused.3                 |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_bio.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_connect_state.3              |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_fd.3                         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_session.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_shutdown.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_verify_result.3              |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_shutdown.3                       |   30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_state_string.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_want.3                           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_write.3                          |   49 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSLeay_version.3                     |  192 +++
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3         |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_get_index_by_NID.3         |   29 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_print_ex.3                 |   34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_get_error.3           |   34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_new.3                 |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3        |  105 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_host.3                    |  269 +++++
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_new.3                           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_verify_cert.3                   |   39 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/crypto.3                             |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_ASN1_OBJECT.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_CMS_ContentInfo.3                |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_DHparams.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_DSAPublicKey.3                   |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_ECPKParameters.3                 |  216 ++++
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_ECPrivateKey.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PKCS8PrivateKey.3                |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PrivateKey.3                     |  191 +++
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_RSAPublicKey.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_SSL_SESSION.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509.3                           |   67 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_ALGOR.3                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_CRL.3                       |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_NAME.3                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_REQ.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_SIG.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/des_modes.7                          |   24 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ec.3                                 |  333 ++++++
 crypto/external/bsd/openssl/lib/libcrypto/man/i2d_CMS_bio_stream.3                 |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/i2d_PKCS7_bio_stream.3               |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/lh_stats.3                           |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl.1                            |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl.cnf.5                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_CA.pl.1                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_asn1parse.1                  |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_bio.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_blowfish.3                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_bn.3                         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_bn_internal.3                |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_buffer.3                     |   38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_c_rehash.1                   |   61 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ca.1                         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ciphers.1                    |  114 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_cms.1                        |   82 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_crl.1                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_crl2pkcs7.1                  |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_des.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dgst.1                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dh.3                         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dhparam.1                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsa.1                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsa.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsaparam.1                   |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ec.1                         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ecdsa.3                      |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ecparam.1                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_enc.1                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_engine.3                     |   36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_err.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_errstr.1                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_evp.3                        |   73 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_gendsa.1                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_genpkey.1                    |   40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_genrsa.1                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_hmac.3                       |   48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_lhash.3                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_md5.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_mdc2.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_nseq.1                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ocsp.1                       |   38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_passwd.1                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pem.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs12.1                     |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs7.1                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs8.1                      |   39 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkey.1                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkeyparam.1                  |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkeyutl.1                    |   39 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rand.1                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rand.3                       |   30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rc4.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_req.1                        |   50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ripemd.3                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsa.1                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsa.3                        |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsautl.1                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_client.1                   |   52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_server.1                   |   56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_time.1                     |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_sess_id.1                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_sha.3                        |   92 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_smime.1                      |   31 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_speed.1                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_spkac.1                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_threads.3                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ts.1                         |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_tsget.1                      |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ui.3                         |   38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ui_compat.3                  |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_verify.1                     |   68 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_version.1                    |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509.1                       |   39 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509.3                       |   26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509v3_config.1              |   28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ssl.3                                |   34 +-
 doc/3RDPARTY                                                                       |    6 +-
 372 files changed, 11454 insertions(+), 5559 deletions(-)

diffs (truncated from 29658 to 300 lines):

diff -r de61856e9fdb -r d9e4e4bb2ac2 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-mont.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-mont.S       Fri Jan 27 22:53:49 2017 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-mont.S       Fri Jan 27 23:00:46 2017 +0000
@@ -996,18 +996,17 @@
        mulxq   16(%rsi),%r15,%r13
        adoxq   -24(%rbx),%r11
        adcxq   %r15,%r12
-       adoxq   %rbp,%r12
+       adoxq   -16(%rbx),%r12
        adcxq   %rbp,%r13
+       adoxq   %rbp,%r13
 
        movq    %rdi,8(%rsp)
-.byte  0x67
        movq    %r8,%r15
        imulq   24(%rsp),%r8
        xorl    %ebp,%ebp
 
        mulxq   24(%rsi),%rax,%r14
        movq    %r8,%rdx
-       adoxq   -16(%rbx),%r12
        adcxq   %rax,%r13
        adoxq   -8(%rbx),%r13
        adcxq   %rbp,%r14
diff -r de61856e9fdb -r d9e4e4bb2ac2 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-mont5.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-mont5.S      Fri Jan 27 22:53:49 2017 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-mont5.S      Fri Jan 27 23:00:46 2017 +0000
@@ -1890,6 +1890,7 @@
 
 .align 32
 .L8x_tail_done:
+       xorq    %rax,%rax
        addq    (%rdx),%r8
        adcq    $0,%r9
        adcq    $0,%r10
@@ -1898,9 +1899,7 @@
        adcq    $0,%r13
        adcq    $0,%r14
        adcq    $0,%r15
-
-
-       xorq    %rax,%rax
+       adcq    $0,%rax
 
        negq    %rsi
 .L8x_no_tail:
@@ -3345,6 +3344,7 @@
 
 .align 32
 .Lsqrx8x_tail_done:
+       xorq    %rax,%rax
        addq    24+8(%rsp),%r8
        adcq    $0,%r9
        adcq    $0,%r10
@@ -3353,9 +3353,7 @@
        adcq    $0,%r13
        adcq    $0,%r14
        adcq    $0,%r15
-
-
-       movq    %rsi,%rax
+       adcq    $0,%rax
 
        subq    16+8(%rsp),%rsi
 .Lsqrx8x_no_tail:
@@ -3370,7 +3368,7 @@
        adcq    40(%rdi),%r13
        adcq    48(%rdi),%r14
        adcq    56(%rdi),%r15
-       adcq    %rax,%rax
+       adcq    $0,%rax
 
        movq    32+8(%rsp),%rbx
        movq    64(%rdi,%rcx,1),%rdx
diff -r de61856e9fdb -r d9e4e4bb2ac2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3   Fri Jan 27 22:53:49 2017 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3   Fri Jan 27 23:00:46 2017 +0000
@@ -1,6 +1,6 @@
-.\"    $NetBSD: ASN1_OBJECT_new.3,v 1.15 2016/05/06 09:28:31 snj Exp $
+.\"    $NetBSD: ASN1_OBJECT_new.3,v 1.16 2017/01/27 23:00:46 spz Exp $
 .\"
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29)
+.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -48,7 +48,7 @@
 .ie \n(.g .ds Aq \(aq
 .el       .ds Aq '
 .\"
-.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" If the F register is >0, 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.
@@ -56,20 +56,16 @@
 .\" 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 .nr F 0
+.if \nF>0 \{\
+.    de IX
+.    tm Index:\\$1\t\\n%\t"\\$2"
 ..
-.        if !\nF==2 \{
-.            nr % 0
-.            nr F 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.
@@ -135,7 +131,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ASN1_OBJECT_new 3"
-.TH ASN1_OBJECT_new 3 "2009-07-19" "1.0.1t" "OpenSSL"
+.TH ASN1_OBJECT_new 3 "2009-07-19" "1.0.2k" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff -r de61856e9fdb -r d9e4e4bb2ac2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3        Fri Jan 27 22:53:49 2017 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3        Fri Jan 27 23:00:46 2017 +0000
@@ -1,6 +1,6 @@
-.\"    $NetBSD: ASN1_STRING_length.3,v 1.15 2016/05/06 09:28:31 snj Exp $
+.\"    $NetBSD: ASN1_STRING_length.3,v 1.16 2017/01/27 23:00:46 spz Exp $
 .\"
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29)
+.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -48,7 +48,7 @@
 .ie \n(.g .ds Aq \(aq
 .el       .ds Aq '
 .\"
-.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" If the F register is >0, 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.
@@ -56,20 +56,16 @@
 .\" 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 .nr F 0
+.if \nF>0 \{\
+.    de IX
+.    tm Index:\\$1\t\\n%\t"\\$2"
 ..
-.        if !\nF==2 \{
-.            nr % 0
-.            nr F 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.
@@ -135,14 +131,14 @@
 .\" ========================================================================
 .\"
 .IX Title "ASN1_STRING_length 3"
-.TH ASN1_STRING_length 3 "2009-07-19" "1.0.1t" "OpenSSL"
+.TH ASN1_STRING_length 3 "2016-10-14" "1.0.2k" "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 "LIBRARY"
 libcrypto, -lcrypto
diff -r de61856e9fdb -r d9e4e4bb2ac2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3   Fri Jan 27 22:53:49 2017 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3   Fri Jan 27 23:00:46 2017 +0000
@@ -1,6 +1,6 @@
-.\"    $NetBSD: ASN1_STRING_new.3,v 1.15 2016/05/06 09:28:31 snj Exp $
+.\"    $NetBSD: ASN1_STRING_new.3,v 1.16 2017/01/27 23:00:46 spz Exp $
 .\"
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29)
+.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -48,7 +48,7 @@
 .ie \n(.g .ds Aq \(aq
 .el       .ds Aq '
 .\"
-.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" If the F register is >0, 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.
@@ -56,20 +56,16 @@
 .\" 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 .nr F 0
+.if \nF>0 \{\
+.    de IX
+.    tm Index:\\$1\t\\n%\t"\\$2"
 ..
-.        if !\nF==2 \{
-.            nr % 0
-.            nr F 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.
@@ -135,7 +131,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ASN1_STRING_new 3"
-.TH ASN1_STRING_new 3 "2009-07-19" "1.0.1t" "OpenSSL"
+.TH ASN1_STRING_new 3 "2009-07-19" "1.0.2k" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff -r de61856e9fdb -r d9e4e4bb2ac2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3      Fri Jan 27 22:53:49 2017 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3      Fri Jan 27 23:00:46 2017 +0000
@@ -1,6 +1,6 @@
-.\"    $NetBSD: ASN1_STRING_print_ex.3,v 1.15 2016/05/06 09:28:31 snj Exp $
+.\"    $NetBSD: ASN1_STRING_print_ex.3,v 1.16 2017/01/27 23:00:46 spz Exp $
 .\"
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29)
+.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -48,7 +48,7 @@
 .ie \n(.g .ds Aq \(aq
 .el       .ds Aq '
 .\"
-.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" If the F register is >0, 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.
@@ -56,20 +56,16 @@
 .\" 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 .nr F 0
+.if \nF>0 \{\
+.    de IX
+.    tm Index:\\$1\t\\n%\t"\\$2"
 ..
-.        if !\nF==2 \{
-.            nr % 0
-.            nr F 2
-.        \}
+.    if !\nF==2 \{\
+.        nr % 0
+.        nr F 2
 .    \}




Home | Main Index | Thread Index | Old Index