svn commit: r306343 - in stable/11: crypto/openssl crypto/openssl/crypto crypto/openssl/crypto/engine crypto/openssl/crypto/x509 crypto/openssl/ssl secure/lib/libcrypto secure/lib/libcrypto/man sec...
Xin LI
delphij at gmail.com
Mon Sep 26 16:52:38 UTC 2016
Thanks!
On Mon, Sep 26, 2016 at 7:30 AM, Jung-uk Kim <jkim at freebsd.org> wrote:
> Author: jkim
> Date: Mon Sep 26 14:30:19 2016
> New Revision: 306343
> URL: https://svnweb.freebsd.org/changeset/base/306343
>
> Log:
> MFC: r306342
>
> Merge OpenSSL 1.0.2j.
>
> Modified:
> stable/11/crypto/openssl/CHANGES
> stable/11/crypto/openssl/Makefile
> stable/11/crypto/openssl/NEWS
> stable/11/crypto/openssl/README
> stable/11/crypto/openssl/crypto/engine/eng_cryptodev.c
> stable/11/crypto/openssl/crypto/opensslv.h
> stable/11/crypto/openssl/crypto/x509/x509_vfy.c
> stable/11/crypto/openssl/ssl/t1_ext.c
> stable/11/secure/lib/libcrypto/Makefile.inc
> stable/11/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
> stable/11/secure/lib/libcrypto/man/ASN1_STRING_length.3
> stable/11/secure/lib/libcrypto/man/ASN1_STRING_new.3
> stable/11/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
> stable/11/secure/lib/libcrypto/man/ASN1_TIME_set.3
> stable/11/secure/lib/libcrypto/man/ASN1_generate_nconf.3
> stable/11/secure/lib/libcrypto/man/BIO_ctrl.3
> stable/11/secure/lib/libcrypto/man/BIO_f_base64.3
> stable/11/secure/lib/libcrypto/man/BIO_f_buffer.3
> stable/11/secure/lib/libcrypto/man/BIO_f_cipher.3
> stable/11/secure/lib/libcrypto/man/BIO_f_md.3
> stable/11/secure/lib/libcrypto/man/BIO_f_null.3
> stable/11/secure/lib/libcrypto/man/BIO_f_ssl.3
> stable/11/secure/lib/libcrypto/man/BIO_find_type.3
> stable/11/secure/lib/libcrypto/man/BIO_new.3
> stable/11/secure/lib/libcrypto/man/BIO_new_CMS.3
> stable/11/secure/lib/libcrypto/man/BIO_push.3
> stable/11/secure/lib/libcrypto/man/BIO_read.3
> stable/11/secure/lib/libcrypto/man/BIO_s_accept.3
> stable/11/secure/lib/libcrypto/man/BIO_s_bio.3
> stable/11/secure/lib/libcrypto/man/BIO_s_connect.3
> stable/11/secure/lib/libcrypto/man/BIO_s_fd.3
> stable/11/secure/lib/libcrypto/man/BIO_s_file.3
> stable/11/secure/lib/libcrypto/man/BIO_s_mem.3
> stable/11/secure/lib/libcrypto/man/BIO_s_null.3
> stable/11/secure/lib/libcrypto/man/BIO_s_socket.3
> stable/11/secure/lib/libcrypto/man/BIO_set_callback.3
> stable/11/secure/lib/libcrypto/man/BIO_should_retry.3
> stable/11/secure/lib/libcrypto/man/BN_BLINDING_new.3
> stable/11/secure/lib/libcrypto/man/BN_CTX_new.3
> stable/11/secure/lib/libcrypto/man/BN_CTX_start.3
> stable/11/secure/lib/libcrypto/man/BN_add.3
> stable/11/secure/lib/libcrypto/man/BN_add_word.3
> stable/11/secure/lib/libcrypto/man/BN_bn2bin.3
> stable/11/secure/lib/libcrypto/man/BN_cmp.3
> stable/11/secure/lib/libcrypto/man/BN_copy.3
> stable/11/secure/lib/libcrypto/man/BN_generate_prime.3
> stable/11/secure/lib/libcrypto/man/BN_mod_inverse.3
> stable/11/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
> stable/11/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
> stable/11/secure/lib/libcrypto/man/BN_new.3
> stable/11/secure/lib/libcrypto/man/BN_num_bytes.3
> stable/11/secure/lib/libcrypto/man/BN_rand.3
> stable/11/secure/lib/libcrypto/man/BN_set_bit.3
> stable/11/secure/lib/libcrypto/man/BN_swap.3
> stable/11/secure/lib/libcrypto/man/BN_zero.3
> stable/11/secure/lib/libcrypto/man/CMS_add0_cert.3
> stable/11/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
> stable/11/secure/lib/libcrypto/man/CMS_add1_signer.3
> stable/11/secure/lib/libcrypto/man/CMS_compress.3
> stable/11/secure/lib/libcrypto/man/CMS_decrypt.3
> stable/11/secure/lib/libcrypto/man/CMS_encrypt.3
> stable/11/secure/lib/libcrypto/man/CMS_final.3
> stable/11/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
> stable/11/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
> stable/11/secure/lib/libcrypto/man/CMS_get0_type.3
> stable/11/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
> stable/11/secure/lib/libcrypto/man/CMS_sign.3
> stable/11/secure/lib/libcrypto/man/CMS_sign_receipt.3
> stable/11/secure/lib/libcrypto/man/CMS_uncompress.3
> stable/11/secure/lib/libcrypto/man/CMS_verify.3
> stable/11/secure/lib/libcrypto/man/CMS_verify_receipt.3
> stable/11/secure/lib/libcrypto/man/CONF_modules_free.3
> stable/11/secure/lib/libcrypto/man/CONF_modules_load_file.3
> stable/11/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
> stable/11/secure/lib/libcrypto/man/DH_generate_key.3
> stable/11/secure/lib/libcrypto/man/DH_generate_parameters.3
> stable/11/secure/lib/libcrypto/man/DH_get_ex_new_index.3
> stable/11/secure/lib/libcrypto/man/DH_new.3
> stable/11/secure/lib/libcrypto/man/DH_set_method.3
> stable/11/secure/lib/libcrypto/man/DH_size.3
> stable/11/secure/lib/libcrypto/man/DSA_SIG_new.3
> stable/11/secure/lib/libcrypto/man/DSA_do_sign.3
> stable/11/secure/lib/libcrypto/man/DSA_dup_DH.3
> stable/11/secure/lib/libcrypto/man/DSA_generate_key.3
> stable/11/secure/lib/libcrypto/man/DSA_generate_parameters.3
> stable/11/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
> stable/11/secure/lib/libcrypto/man/DSA_new.3
> stable/11/secure/lib/libcrypto/man/DSA_set_method.3
> stable/11/secure/lib/libcrypto/man/DSA_sign.3
> stable/11/secure/lib/libcrypto/man/DSA_size.3
> stable/11/secure/lib/libcrypto/man/EC_GFp_simple_method.3
> stable/11/secure/lib/libcrypto/man/EC_GROUP_copy.3
> stable/11/secure/lib/libcrypto/man/EC_GROUP_new.3
> stable/11/secure/lib/libcrypto/man/EC_KEY_new.3
> stable/11/secure/lib/libcrypto/man/EC_POINT_add.3
> stable/11/secure/lib/libcrypto/man/EC_POINT_new.3
> stable/11/secure/lib/libcrypto/man/ERR_GET_LIB.3
> stable/11/secure/lib/libcrypto/man/ERR_clear_error.3
> stable/11/secure/lib/libcrypto/man/ERR_error_string.3
> stable/11/secure/lib/libcrypto/man/ERR_get_error.3
> stable/11/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
> stable/11/secure/lib/libcrypto/man/ERR_load_strings.3
> stable/11/secure/lib/libcrypto/man/ERR_print_errors.3
> stable/11/secure/lib/libcrypto/man/ERR_put_error.3
> stable/11/secure/lib/libcrypto/man/ERR_remove_state.3
> stable/11/secure/lib/libcrypto/man/ERR_set_mark.3
> stable/11/secure/lib/libcrypto/man/EVP_BytesToKey.3
> stable/11/secure/lib/libcrypto/man/EVP_DigestInit.3
> stable/11/secure/lib/libcrypto/man/EVP_DigestSignInit.3
> stable/11/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
> stable/11/secure/lib/libcrypto/man/EVP_EncodeInit.3
> stable/11/secure/lib/libcrypto/man/EVP_EncryptInit.3
> stable/11/secure/lib/libcrypto/man/EVP_OpenInit.3
> stable/11/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
> stable/11/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
> stable/11/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
> stable/11/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
> stable/11/secure/lib/libcrypto/man/EVP_PKEY_derive.3
> stable/11/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
> stable/11/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
> stable/11/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
> stable/11/secure/lib/libcrypto/man/EVP_PKEY_new.3
> stable/11/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
> stable/11/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
> stable/11/secure/lib/libcrypto/man/EVP_PKEY_sign.3
> stable/11/secure/lib/libcrypto/man/EVP_PKEY_verify.3
> stable/11/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
> stable/11/secure/lib/libcrypto/man/EVP_SealInit.3
> stable/11/secure/lib/libcrypto/man/EVP_SignInit.3
> stable/11/secure/lib/libcrypto/man/EVP_VerifyInit.3
> stable/11/secure/lib/libcrypto/man/OBJ_nid2obj.3
> stable/11/secure/lib/libcrypto/man/OPENSSL_Applink.3
> stable/11/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
> stable/11/secure/lib/libcrypto/man/OPENSSL_config.3
> stable/11/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
> stable/11/secure/lib/libcrypto/man/OPENSSL_instrument_bus.3
> stable/11/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
> stable/11/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
> stable/11/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
> stable/11/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
> stable/11/secure/lib/libcrypto/man/PKCS12_create.3
> stable/11/secure/lib/libcrypto/man/PKCS12_parse.3
> stable/11/secure/lib/libcrypto/man/PKCS7_decrypt.3
> stable/11/secure/lib/libcrypto/man/PKCS7_encrypt.3
> stable/11/secure/lib/libcrypto/man/PKCS7_sign.3
> stable/11/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
> stable/11/secure/lib/libcrypto/man/PKCS7_verify.3
> stable/11/secure/lib/libcrypto/man/RAND_add.3
> stable/11/secure/lib/libcrypto/man/RAND_bytes.3
> stable/11/secure/lib/libcrypto/man/RAND_cleanup.3
> stable/11/secure/lib/libcrypto/man/RAND_egd.3
> stable/11/secure/lib/libcrypto/man/RAND_load_file.3
> stable/11/secure/lib/libcrypto/man/RAND_set_rand_method.3
> stable/11/secure/lib/libcrypto/man/RSA_blinding_on.3
> stable/11/secure/lib/libcrypto/man/RSA_check_key.3
> stable/11/secure/lib/libcrypto/man/RSA_generate_key.3
> stable/11/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
> stable/11/secure/lib/libcrypto/man/RSA_new.3
> stable/11/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
> stable/11/secure/lib/libcrypto/man/RSA_print.3
> stable/11/secure/lib/libcrypto/man/RSA_private_encrypt.3
> stable/11/secure/lib/libcrypto/man/RSA_public_encrypt.3
> stable/11/secure/lib/libcrypto/man/RSA_set_method.3
> stable/11/secure/lib/libcrypto/man/RSA_sign.3
> stable/11/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
> stable/11/secure/lib/libcrypto/man/RSA_size.3
> stable/11/secure/lib/libcrypto/man/SMIME_read_CMS.3
> stable/11/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
> stable/11/secure/lib/libcrypto/man/SMIME_write_CMS.3
> stable/11/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
> stable/11/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
> stable/11/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
> stable/11/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
> stable/11/secure/lib/libcrypto/man/X509_NAME_print_ex.3
> stable/11/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
> stable/11/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
> stable/11/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
> stable/11/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
> stable/11/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
> stable/11/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
> stable/11/secure/lib/libcrypto/man/X509_check_host.3
> stable/11/secure/lib/libcrypto/man/X509_new.3
> stable/11/secure/lib/libcrypto/man/X509_verify_cert.3
> stable/11/secure/lib/libcrypto/man/bio.3
> stable/11/secure/lib/libcrypto/man/blowfish.3
> stable/11/secure/lib/libcrypto/man/bn.3
> stable/11/secure/lib/libcrypto/man/bn_internal.3
> stable/11/secure/lib/libcrypto/man/buffer.3
> stable/11/secure/lib/libcrypto/man/crypto.3
> stable/11/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
> stable/11/secure/lib/libcrypto/man/d2i_CMS_ContentInfo.3
> stable/11/secure/lib/libcrypto/man/d2i_DHparams.3
> stable/11/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
> stable/11/secure/lib/libcrypto/man/d2i_ECPKParameters.3
> stable/11/secure/lib/libcrypto/man/d2i_ECPrivateKey.3
> stable/11/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
> stable/11/secure/lib/libcrypto/man/d2i_PrivateKey.3
> stable/11/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
> stable/11/secure/lib/libcrypto/man/d2i_X509.3
> stable/11/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
> stable/11/secure/lib/libcrypto/man/d2i_X509_CRL.3
> stable/11/secure/lib/libcrypto/man/d2i_X509_NAME.3
> stable/11/secure/lib/libcrypto/man/d2i_X509_REQ.3
> stable/11/secure/lib/libcrypto/man/d2i_X509_SIG.3
> stable/11/secure/lib/libcrypto/man/des.3
> stable/11/secure/lib/libcrypto/man/dh.3
> stable/11/secure/lib/libcrypto/man/dsa.3
> stable/11/secure/lib/libcrypto/man/ec.3
> stable/11/secure/lib/libcrypto/man/ecdsa.3
> stable/11/secure/lib/libcrypto/man/engine.3
> stable/11/secure/lib/libcrypto/man/err.3
> stable/11/secure/lib/libcrypto/man/evp.3
> stable/11/secure/lib/libcrypto/man/hmac.3
> stable/11/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
> stable/11/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
> stable/11/secure/lib/libcrypto/man/lh_stats.3
> stable/11/secure/lib/libcrypto/man/lhash.3
> stable/11/secure/lib/libcrypto/man/md5.3
> stable/11/secure/lib/libcrypto/man/mdc2.3
> stable/11/secure/lib/libcrypto/man/pem.3
> stable/11/secure/lib/libcrypto/man/rand.3
> stable/11/secure/lib/libcrypto/man/rc4.3
> stable/11/secure/lib/libcrypto/man/ripemd.3
> stable/11/secure/lib/libcrypto/man/rsa.3
> stable/11/secure/lib/libcrypto/man/sha.3
> stable/11/secure/lib/libcrypto/man/threads.3
> stable/11/secure/lib/libcrypto/man/ui.3
> stable/11/secure/lib/libcrypto/man/ui_compat.3
> stable/11/secure/lib/libcrypto/man/x509.3
> stable/11/secure/lib/libssl/man/SSL_CIPHER_get_name.3
> stable/11/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
> stable/11/secure/lib/libssl/man/SSL_CONF_CTX_new.3
> stable/11/secure/lib/libssl/man/SSL_CONF_CTX_set1_prefix.3
> stable/11/secure/lib/libssl/man/SSL_CONF_CTX_set_flags.3
> stable/11/secure/lib/libssl/man/SSL_CONF_CTX_set_ssl_ctx.3
> stable/11/secure/lib/libssl/man/SSL_CONF_cmd.3
> stable/11/secure/lib/libssl/man/SSL_CONF_cmd_argv.3
> stable/11/secure/lib/libssl/man/SSL_CTX_add1_chain_cert.3
> stable/11/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
> stable/11/secure/lib/libssl/man/SSL_CTX_add_session.3
> stable/11/secure/lib/libssl/man/SSL_CTX_ctrl.3
> stable/11/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
> stable/11/secure/lib/libssl/man/SSL_CTX_free.3
> stable/11/secure/lib/libssl/man/SSL_CTX_get0_param.3
> stable/11/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
> stable/11/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
> stable/11/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
> stable/11/secure/lib/libssl/man/SSL_CTX_new.3
> stable/11/secure/lib/libssl/man/SSL_CTX_sess_number.3
> stable/11/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
> stable/11/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
> stable/11/secure/lib/libssl/man/SSL_CTX_sessions.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set1_curves.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set1_verify_cert_store.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_alpn_select_cb.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_cert_cb.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_custom_cli_ext.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_mode.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_options.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_timeout.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
> stable/11/secure/lib/libssl/man/SSL_CTX_set_verify.3
> stable/11/secure/lib/libssl/man/SSL_CTX_use_certificate.3
> stable/11/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
> stable/11/secure/lib/libssl/man/SSL_CTX_use_serverinfo.3
> stable/11/secure/lib/libssl/man/SSL_SESSION_free.3
> stable/11/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
> stable/11/secure/lib/libssl/man/SSL_SESSION_get_time.3
> stable/11/secure/lib/libssl/man/SSL_accept.3
> stable/11/secure/lib/libssl/man/SSL_alert_type_string.3
> stable/11/secure/lib/libssl/man/SSL_check_chain.3
> stable/11/secure/lib/libssl/man/SSL_clear.3
> stable/11/secure/lib/libssl/man/SSL_connect.3
> stable/11/secure/lib/libssl/man/SSL_do_handshake.3
> stable/11/secure/lib/libssl/man/SSL_free.3
> stable/11/secure/lib/libssl/man/SSL_get_SSL_CTX.3
> stable/11/secure/lib/libssl/man/SSL_get_ciphers.3
> stable/11/secure/lib/libssl/man/SSL_get_client_CA_list.3
> stable/11/secure/lib/libssl/man/SSL_get_current_cipher.3
> stable/11/secure/lib/libssl/man/SSL_get_default_timeout.3
> stable/11/secure/lib/libssl/man/SSL_get_error.3
> stable/11/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
> stable/11/secure/lib/libssl/man/SSL_get_ex_new_index.3
> stable/11/secure/lib/libssl/man/SSL_get_fd.3
> stable/11/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
> stable/11/secure/lib/libssl/man/SSL_get_peer_certificate.3
> stable/11/secure/lib/libssl/man/SSL_get_psk_identity.3
> stable/11/secure/lib/libssl/man/SSL_get_rbio.3
> stable/11/secure/lib/libssl/man/SSL_get_session.3
> stable/11/secure/lib/libssl/man/SSL_get_verify_result.3
> stable/11/secure/lib/libssl/man/SSL_get_version.3
> stable/11/secure/lib/libssl/man/SSL_library_init.3
> stable/11/secure/lib/libssl/man/SSL_load_client_CA_file.3
> stable/11/secure/lib/libssl/man/SSL_new.3
> stable/11/secure/lib/libssl/man/SSL_pending.3
> stable/11/secure/lib/libssl/man/SSL_read.3
> stable/11/secure/lib/libssl/man/SSL_rstate_string.3
> stable/11/secure/lib/libssl/man/SSL_session_reused.3
> stable/11/secure/lib/libssl/man/SSL_set_bio.3
> stable/11/secure/lib/libssl/man/SSL_set_connect_state.3
> stable/11/secure/lib/libssl/man/SSL_set_fd.3
> stable/11/secure/lib/libssl/man/SSL_set_session.3
> stable/11/secure/lib/libssl/man/SSL_set_shutdown.3
> stable/11/secure/lib/libssl/man/SSL_set_verify_result.3
> stable/11/secure/lib/libssl/man/SSL_shutdown.3
> stable/11/secure/lib/libssl/man/SSL_state_string.3
> stable/11/secure/lib/libssl/man/SSL_want.3
> stable/11/secure/lib/libssl/man/SSL_write.3
> stable/11/secure/lib/libssl/man/d2i_SSL_SESSION.3
> stable/11/secure/lib/libssl/man/ssl.3
> stable/11/secure/usr.bin/openssl/man/CA.pl.1
> stable/11/secure/usr.bin/openssl/man/asn1parse.1
> stable/11/secure/usr.bin/openssl/man/c_rehash.1
> stable/11/secure/usr.bin/openssl/man/ca.1
> stable/11/secure/usr.bin/openssl/man/ciphers.1
> stable/11/secure/usr.bin/openssl/man/cms.1
> stable/11/secure/usr.bin/openssl/man/crl.1
> stable/11/secure/usr.bin/openssl/man/crl2pkcs7.1
> stable/11/secure/usr.bin/openssl/man/dgst.1
> stable/11/secure/usr.bin/openssl/man/dhparam.1
> stable/11/secure/usr.bin/openssl/man/dsa.1
> stable/11/secure/usr.bin/openssl/man/dsaparam.1
> stable/11/secure/usr.bin/openssl/man/ec.1
> stable/11/secure/usr.bin/openssl/man/ecparam.1
> stable/11/secure/usr.bin/openssl/man/enc.1
> stable/11/secure/usr.bin/openssl/man/errstr.1
> stable/11/secure/usr.bin/openssl/man/gendsa.1
> stable/11/secure/usr.bin/openssl/man/genpkey.1
> stable/11/secure/usr.bin/openssl/man/genrsa.1
> stable/11/secure/usr.bin/openssl/man/nseq.1
> stable/11/secure/usr.bin/openssl/man/ocsp.1
> stable/11/secure/usr.bin/openssl/man/openssl.1
> stable/11/secure/usr.bin/openssl/man/passwd.1
> stable/11/secure/usr.bin/openssl/man/pkcs12.1
> stable/11/secure/usr.bin/openssl/man/pkcs7.1
> stable/11/secure/usr.bin/openssl/man/pkcs8.1
> stable/11/secure/usr.bin/openssl/man/pkey.1
> stable/11/secure/usr.bin/openssl/man/pkeyparam.1
> stable/11/secure/usr.bin/openssl/man/pkeyutl.1
> stable/11/secure/usr.bin/openssl/man/rand.1
> stable/11/secure/usr.bin/openssl/man/req.1
> stable/11/secure/usr.bin/openssl/man/rsa.1
> stable/11/secure/usr.bin/openssl/man/rsautl.1
> stable/11/secure/usr.bin/openssl/man/s_client.1
> stable/11/secure/usr.bin/openssl/man/s_server.1
> stable/11/secure/usr.bin/openssl/man/s_time.1
> stable/11/secure/usr.bin/openssl/man/sess_id.1
> stable/11/secure/usr.bin/openssl/man/smime.1
> stable/11/secure/usr.bin/openssl/man/speed.1
> stable/11/secure/usr.bin/openssl/man/spkac.1
> stable/11/secure/usr.bin/openssl/man/ts.1
> stable/11/secure/usr.bin/openssl/man/tsget.1
> stable/11/secure/usr.bin/openssl/man/verify.1
> stable/11/secure/usr.bin/openssl/man/version.1
> stable/11/secure/usr.bin/openssl/man/x509.1
> stable/11/secure/usr.bin/openssl/man/x509v3_config.1
> Directory Properties:
> stable/11/ (props changed)
>
> Modified: stable/11/crypto/openssl/CHANGES
> ==============================================================================
> --- stable/11/crypto/openssl/CHANGES Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/crypto/openssl/CHANGES Mon Sep 26 14:30:19 2016 (r306343)
> @@ -2,6 +2,18 @@
> OpenSSL CHANGES
> _______________
>
> + Changes between 1.0.2i and 1.0.2j [26 Sep 2016]
> +
> + *) Missing CRL sanity check
> +
> + A bug fix which included a CRL sanity check was added to OpenSSL 1.1.0
> + but was omitted from OpenSSL 1.0.2i. As a result any attempt to use
> + CRLs in OpenSSL 1.0.2i will crash with a null pointer exception.
> +
> + This issue only affects the OpenSSL 1.0.2i
> + (CVE-2016-7052)
> + [Matt Caswell]
> +
> Changes between 1.0.2h and 1.0.2i [22 Sep 2016]
>
> *) OCSP Status Request extension unbounded memory growth
>
> Modified: stable/11/crypto/openssl/Makefile
> ==============================================================================
> --- stable/11/crypto/openssl/Makefile Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/crypto/openssl/Makefile Mon Sep 26 14:30:19 2016 (r306343)
> @@ -4,7 +4,7 @@
> ## Makefile for OpenSSL
> ##
>
> -VERSION=1.0.2i
> +VERSION=1.0.2j
> MAJOR=1
> MINOR=0.2
> SHLIB_VERSION_NUMBER=1.0.0
>
> Modified: stable/11/crypto/openssl/NEWS
> ==============================================================================
> --- stable/11/crypto/openssl/NEWS Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/crypto/openssl/NEWS Mon Sep 26 14:30:19 2016 (r306343)
> @@ -5,6 +5,10 @@
> This file gives a brief overview of the major changes between each OpenSSL
> release. For more details please read the CHANGES file.
>
> + Major changes between OpenSSL 1.0.2i and OpenSSL 1.0.2j [26 Sep 2016]
> +
> + o Fix Use After Free for large message sizes (CVE-2016-6309)
> +
> Major changes between OpenSSL 1.0.2h and OpenSSL 1.0.2i [22 Sep 2016]
>
> o OCSP Status Request extension unbounded memory growth (CVE-2016-6304)
>
> Modified: stable/11/crypto/openssl/README
> ==============================================================================
> --- stable/11/crypto/openssl/README Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/crypto/openssl/README Mon Sep 26 14:30:19 2016 (r306343)
> @@ -1,5 +1,5 @@
>
> - OpenSSL 1.0.2i 22 Sep 2016
> + OpenSSL 1.0.2j 26 Sep 2016
>
> Copyright (c) 1998-2015 The OpenSSL Project
> Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
>
> Modified: stable/11/crypto/openssl/crypto/engine/eng_cryptodev.c
> ==============================================================================
> --- stable/11/crypto/openssl/crypto/engine/eng_cryptodev.c Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/crypto/openssl/crypto/engine/eng_cryptodev.c Mon Sep 26 14:30:19 2016 (r306343)
> @@ -939,7 +939,7 @@ static int cryptodev_digest_copy(EVP_MD_
> if (fstate->mac_len != 0) {
> if (fstate->mac_data != NULL) {
> dstate->mac_data = OPENSSL_malloc(fstate->mac_len);
> - if (dstate->ac_data == NULL) {
> + if (dstate->mac_data == NULL) {
> printf("cryptodev_digest_init: malloc failed\n");
> return 0;
> }
>
> Modified: stable/11/crypto/openssl/crypto/opensslv.h
> ==============================================================================
> --- stable/11/crypto/openssl/crypto/opensslv.h Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/crypto/openssl/crypto/opensslv.h Mon Sep 26 14:30:19 2016 (r306343)
> @@ -30,11 +30,11 @@ extern "C" {
> * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
> * major minor fix final patch/beta)
> */
> -# define OPENSSL_VERSION_NUMBER 0x1000209fL
> +# define OPENSSL_VERSION_NUMBER 0x100020afL
> # ifdef OPENSSL_FIPS
> -# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2i-fips 22 Sep 2016"
> +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2j-fips 26 Sep 2016"
> # else
> -# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2i-freebsd 22 Sep 2016"
> +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2j-freebsd 26 Sep 2016"
> # endif
> # define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
>
>
> Modified: stable/11/crypto/openssl/crypto/x509/x509_vfy.c
> ==============================================================================
> --- stable/11/crypto/openssl/crypto/x509/x509_vfy.c Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/crypto/openssl/crypto/x509/x509_vfy.c Mon Sep 26 14:30:19 2016 (r306343)
> @@ -1124,10 +1124,10 @@ static int get_crl_sk(X509_STORE_CTX *ct
> crl = sk_X509_CRL_value(crls, i);
> reasons = *preasons;
> crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x);
> - if (crl_score < best_score)
> + if (crl_score < best_score || crl_score == 0)
> continue;
> /* If current CRL is equivalent use it if it is newer */
> - if (crl_score == best_score) {
> + if (crl_score == best_score && best_crl != NULL) {
> int day, sec;
> if (ASN1_TIME_diff(&day, &sec, X509_CRL_get_lastUpdate(best_crl),
> X509_CRL_get_lastUpdate(crl)) == 0)
>
> Modified: stable/11/crypto/openssl/ssl/t1_ext.c
> ==============================================================================
> --- stable/11/crypto/openssl/ssl/t1_ext.c Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/crypto/openssl/ssl/t1_ext.c Mon Sep 26 14:30:19 2016 (r306343)
> @@ -275,7 +275,9 @@ int SSL_extension_supported(unsigned int
> case TLSEXT_TYPE_ec_point_formats:
> case TLSEXT_TYPE_elliptic_curves:
> case TLSEXT_TYPE_heartbeat:
> +# ifndef OPENSSL_NO_NEXTPROTONEG
> case TLSEXT_TYPE_next_proto_neg:
> +# endif
> case TLSEXT_TYPE_padding:
> case TLSEXT_TYPE_renegotiate:
> case TLSEXT_TYPE_server_name:
>
> Modified: stable/11/secure/lib/libcrypto/Makefile.inc
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/Makefile.inc Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/Makefile.inc Mon Sep 26 14:30:19 2016 (r306343)
> @@ -3,8 +3,8 @@
> .include <bsd.own.mk>
>
> # OpenSSL version used for manual page generation
> -OPENSSL_VER= 1.0.2i
> -OPENSSL_DATE= 2016-09-22
> +OPENSSL_VER= 1.0.2j
> +OPENSSL_DATE= 2016-09-26
>
> LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl
> LCRYPTO_DOC= ${LCRYPTO_SRC}/doc
>
> Modified: stable/11/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/ASN1_OBJECT_new.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/ASN1_OBJECT_new.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "ASN1_OBJECT_new 3"
> -.TH ASN1_OBJECT_new 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH ASN1_OBJECT_new 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/ASN1_STRING_length.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/ASN1_STRING_length.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/ASN1_STRING_length.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "ASN1_STRING_length 3"
> -.TH ASN1_STRING_length 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH ASN1_STRING_length 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/ASN1_STRING_new.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/ASN1_STRING_new.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/ASN1_STRING_new.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "ASN1_STRING_new 3"
> -.TH ASN1_STRING_new 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH ASN1_STRING_new 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "ASN1_STRING_print_ex 3"
> -.TH ASN1_STRING_print_ex 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH ASN1_STRING_print_ex 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/ASN1_TIME_set.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/ASN1_TIME_set.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/ASN1_TIME_set.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "ASN1_TIME_set 3"
> -.TH ASN1_TIME_set 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH ASN1_TIME_set 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/ASN1_generate_nconf.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/ASN1_generate_nconf.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/ASN1_generate_nconf.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "ASN1_generate_nconf 3"
> -.TH ASN1_generate_nconf 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH ASN1_generate_nconf 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_ctrl.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_ctrl.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_ctrl.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_ctrl 3"
> -.TH BIO_ctrl 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_ctrl 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_f_base64.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_f_base64.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_f_base64.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_f_base64 3"
> -.TH BIO_f_base64 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_f_base64 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_f_buffer.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_f_buffer.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_f_buffer.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_f_buffer 3"
> -.TH BIO_f_buffer 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_f_buffer 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_f_cipher.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_f_cipher.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_f_cipher.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_f_cipher 3"
> -.TH BIO_f_cipher 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_f_cipher 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_f_md.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_f_md.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_f_md.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_f_md 3"
> -.TH BIO_f_md 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_f_md 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_f_null.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_f_null.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_f_null.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_f_null 3"
> -.TH BIO_f_null 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_f_null 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_f_ssl.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_f_ssl.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_f_ssl.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_f_ssl 3"
> -.TH BIO_f_ssl 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_f_ssl 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_find_type.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_find_type.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_find_type.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_find_type 3"
> -.TH BIO_find_type 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_find_type 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_new.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_new.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_new.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_new 3"
> -.TH BIO_new 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_new 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_new_CMS.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_new_CMS.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_new_CMS.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_new_CMS 3"
> -.TH BIO_new_CMS 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_new_CMS 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_push.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_push.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_push.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_push 3"
> -.TH BIO_push 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_push 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_read.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_read.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_read.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_read 3"
> -.TH BIO_read 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_read 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_s_accept.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_s_accept.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_s_accept.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_s_accept 3"
> -.TH BIO_s_accept 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_s_accept 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_s_bio.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_s_bio.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_s_bio.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_s_bio 3"
> -.TH BIO_s_bio 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_s_bio 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_s_connect.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_s_connect.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_s_connect.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_s_connect 3"
> -.TH BIO_s_connect 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_s_connect 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_s_fd.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_s_fd.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_s_fd.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_s_fd 3"
> -.TH BIO_s_fd 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_s_fd 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_s_file.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_s_file.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_s_file.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_s_file 3"
> -.TH BIO_s_file 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_s_file 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_s_mem.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_s_mem.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_s_mem.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_s_mem 3"
> -.TH BIO_s_mem 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_s_mem 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_s_null.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_s_null.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_s_null.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_s_null 3"
> -.TH BIO_s_null 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_s_null 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_s_socket.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_s_socket.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_s_socket.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_s_socket 3"
> -.TH BIO_s_socket 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_s_socket 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_set_callback.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_set_callback.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_set_callback.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_set_callback 3"
> -.TH BIO_set_callback 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_set_callback 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BIO_should_retry.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BIO_should_retry.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BIO_should_retry.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BIO_should_retry 3"
> -.TH BIO_should_retry 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BIO_should_retry 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_BLINDING_new.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_BLINDING_new.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_BLINDING_new.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_BLINDING_new 3"
> -.TH BN_BLINDING_new 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_BLINDING_new 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_CTX_new.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_CTX_new.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_CTX_new.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_CTX_new 3"
> -.TH BN_CTX_new 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_CTX_new 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_CTX_start.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_CTX_start.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_CTX_start.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_CTX_start 3"
> -.TH BN_CTX_start 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_CTX_start 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_add.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_add.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_add.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_add 3"
> -.TH BN_add 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_add 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_add_word.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_add_word.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_add_word.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_add_word 3"
> -.TH BN_add_word 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_add_word 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_bn2bin.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_bn2bin.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_bn2bin.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_bn2bin 3"
> -.TH BN_bn2bin 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_bn2bin 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_cmp.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_cmp.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_cmp.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_cmp 3"
> -.TH BN_cmp 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_cmp 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_copy.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_copy.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_copy.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_copy 3"
> -.TH BN_copy 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_copy 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_generate_prime.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_generate_prime.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_generate_prime.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_generate_prime 3"
> -.TH BN_generate_prime 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_generate_prime 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_mod_inverse.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_mod_inverse.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_mod_inverse.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_mod_inverse 3"
> -.TH BN_mod_inverse 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_mod_inverse 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_mod_mul_montgomery 3"
> -.TH BN_mod_mul_montgomery 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_mod_mul_montgomery 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_mod_mul_reciprocal 3"
> -.TH BN_mod_mul_reciprocal 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_mod_mul_reciprocal 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_new.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_new.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_new.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_new 3"
> -.TH BN_new 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_new 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_num_bytes.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_num_bytes.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_num_bytes.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_num_bytes 3"
> -.TH BN_num_bytes 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_num_bytes 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_rand.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_rand.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_rand.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_rand 3"
> -.TH BN_rand 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_rand 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_set_bit.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_set_bit.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_set_bit.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_set_bit 3"
> -.TH BN_set_bit 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_set_bit 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_swap.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_swap.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_swap.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_swap 3"
> -.TH BN_swap 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_swap 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/BN_zero.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/BN_zero.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/BN_zero.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "BN_zero 3"
> -.TH BN_zero 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH BN_zero 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_add0_cert.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_add0_cert.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_add0_cert.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_add0_cert 3"
> -.TH CMS_add0_cert 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_add0_cert 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_add1_recipient_cert 3"
> -.TH CMS_add1_recipient_cert 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_add1_recipient_cert 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_add1_signer.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_add1_signer.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_add1_signer.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_add1_signer 3"
> -.TH CMS_add1_signer 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_add1_signer 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_compress.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_compress.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_compress.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_compress 3"
> -.TH CMS_compress 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_compress 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_decrypt.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_decrypt.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_decrypt.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_decrypt 3"
> -.TH CMS_decrypt 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_decrypt 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_encrypt.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_encrypt.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_encrypt.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_encrypt 3"
> -.TH CMS_encrypt 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_encrypt 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_final.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_final.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_final.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_final 3"
> -.TH CMS_final 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_final 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_get0_RecipientInfos 3"
> -.TH CMS_get0_RecipientInfos 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_get0_RecipientInfos 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_get0_SignerInfos 3"
> -.TH CMS_get0_SignerInfos 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_get0_SignerInfos 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_get0_type.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_get0_type.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_get0_type.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_get0_type 3"
> -.TH CMS_get0_type 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_get0_type 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_get1_ReceiptRequest 3"
> -.TH CMS_get1_ReceiptRequest 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_get1_ReceiptRequest 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_sign.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_sign.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_sign.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_sign 3"
> -.TH CMS_sign 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_sign 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_sign_receipt.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_sign_receipt.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_sign_receipt.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_sign_receipt 3"
> -.TH CMS_sign_receipt 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_sign_receipt 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_uncompress.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_uncompress.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_uncompress.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_uncompress 3"
> -.TH CMS_uncompress 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_uncompress 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_verify.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_verify.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_verify.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_verify 3"
> -.TH CMS_verify 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_verify 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CMS_verify_receipt.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CMS_verify_receipt.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CMS_verify_receipt.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CMS_verify_receipt 3"
> -.TH CMS_verify_receipt 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CMS_verify_receipt 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CONF_modules_free.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CONF_modules_free.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CONF_modules_free.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CONF_modules_free 3"
> -.TH CONF_modules_free 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CONF_modules_free 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CONF_modules_load_file.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CONF_modules_load_file.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CONF_modules_load_file.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CONF_modules_load_file 3"
> -.TH CONF_modules_load_file 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CONF_modules_load_file 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "CRYPTO_set_ex_data 3"
> -.TH CRYPTO_set_ex_data 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH CRYPTO_set_ex_data 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/DH_generate_key.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/DH_generate_key.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/DH_generate_key.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "DH_generate_key 3"
> -.TH DH_generate_key 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH DH_generate_key 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/DH_generate_parameters.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/DH_generate_parameters.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/DH_generate_parameters.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "DH_generate_parameters 3"
> -.TH DH_generate_parameters 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH DH_generate_parameters 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/DH_get_ex_new_index.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/DH_get_ex_new_index.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/DH_get_ex_new_index.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "DH_get_ex_new_index 3"
> -.TH DH_get_ex_new_index 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH DH_get_ex_new_index 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/DH_new.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/DH_new.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/DH_new.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "DH_new 3"
> -.TH DH_new 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH DH_new 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/DH_set_method.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/DH_set_method.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/DH_set_method.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "DH_set_method 3"
> -.TH DH_set_method 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH DH_set_method 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/DH_size.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/DH_size.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/DH_size.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "DH_size 3"
> -.TH DH_size 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH DH_size 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/DSA_SIG_new.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/DSA_SIG_new.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/DSA_SIG_new.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "DSA_SIG_new 3"
> -.TH DSA_SIG_new 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH DSA_SIG_new 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/DSA_do_sign.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/DSA_do_sign.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/DSA_do_sign.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "DSA_do_sign 3"
> -.TH DSA_do_sign 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH DSA_do_sign 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/DSA_dup_DH.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/DSA_dup_DH.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/DSA_dup_DH.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "DSA_dup_DH 3"
> -.TH DSA_dup_DH 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH DSA_dup_DH 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/DSA_generate_key.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/DSA_generate_key.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/DSA_generate_key.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "DSA_generate_key 3"
> -.TH DSA_generate_key 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH DSA_generate_key 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/DSA_generate_parameters.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/DSA_generate_parameters.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/DSA_generate_parameters.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "DSA_generate_parameters 3"
> -.TH DSA_generate_parameters 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH DSA_generate_parameters 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/DSA_get_ex_new_index.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/DSA_get_ex_new_index.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "DSA_get_ex_new_index 3"
> -.TH DSA_get_ex_new_index 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH DSA_get_ex_new_index 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/DSA_new.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/DSA_new.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/DSA_new.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "DSA_new 3"
> -.TH DSA_new 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH DSA_new 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/DSA_set_method.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/DSA_set_method.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/DSA_set_method.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "DSA_set_method 3"
> -.TH DSA_set_method 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH DSA_set_method 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
> .\" way too many mistakes in technical documents.
> .if n .ad l
>
> Modified: stable/11/secure/lib/libcrypto/man/DSA_sign.3
> ==============================================================================
> --- stable/11/secure/lib/libcrypto/man/DSA_sign.3 Mon Sep 26 14:22:17 2016 (r306342)
> +++ stable/11/secure/lib/libcrypto/man/DSA_sign.3 Mon Sep 26 14:30:19 2016 (r306343)
> @@ -133,7 +133,7 @@
> .\" ========================================================================
> .\"
> .IX Title "DSA_sign 3"
> -.TH DSA_sign 3 "2016-09-22" "1.0.2i" "OpenSSL"
> +.TH DSA_sign 3 "2016-09-26" "1.0.2j" "OpenSSL"
> .\" For nroff, turn off justification. Always turn off hyphenation; it makes
>
> *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
>
--
Xin LI <delphij at delphij.net> https://www.delphij.net/
FreeBSD - The Power to Serve! Live free or die
More information about the svn-src-all
mailing list