Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src OpenSSL man page refresh, adding one new manpage
details: https://anonhg.NetBSD.org/src/rev/1aa634bf3b74
branches: trunk
changeset: 331405:1aa634bf3b74
user: spz <spz%NetBSD.org@localhost>
date: Sun Aug 10 17:07:03 2014 +0000
description:
OpenSSL man page refresh, adding one new manpage
note the import/update in doc
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/man.inc | 4 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3 | 8 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3 | 21 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_find_type.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new_CMS.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_push.3 | 8 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_read.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_accept.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_bio.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_connect.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_fd.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_file.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_mem.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_null.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_socket.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_set_callback.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_should_retry.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_BLINDING_new.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_new.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_start.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_add.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_add_word.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_bn2bin.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_cmp.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_copy.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_generate_prime.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_inverse.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_montgomery.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_reciprocal.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_new.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_num_bytes.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_rand.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_set_bit.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_swap.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/BN_zero.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add0_cert.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_recipient_cert.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_compress.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_decrypt.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_encrypt.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_final.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_RecipientInfos.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_SignerInfos.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_type.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign_add1_signer.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign_receipt.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_uncompress.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify_receipt.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_free.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_load_file.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_set_ex_data.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_key.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_parameters.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DH_get_ex_new_index.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DH_new.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DH_set_method.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DH_size.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_SIG_new.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_do_sign.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_dup_DH.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_key.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_parameters.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_get_ex_new_index.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_new.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_set_method.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_sign.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_size.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_GET_LIB.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_clear_error.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_error_string.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_get_error.3 | 8 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_crypto_strings.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_strings.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_print_errors.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_put_error.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_remove_state.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_set_mark.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_BytesToKey.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestInit.3 | 11 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestSignInit.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestVerifyInit.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncryptInit.3 | 11 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_OpenInit.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_new.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_cmp.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_decrypt.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_derive.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_encrypt.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_default_digest.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_keygen.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_new.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_print_private.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_sign.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify_recover.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SealInit.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SignInit.3 | 14 +-
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_VerifyInit.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/OBJ_nid2obj.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_Applink.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_config.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_ia32cap.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_create.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_parse.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_decrypt.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_encrypt.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign_add_signer.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_verify.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_add.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_bytes.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_cleanup.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_egd.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_load_file.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_set_rand_method.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_blinding_on.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_check_key.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_generate_key.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_get_ex_new_index.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_new.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_print.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_private_encrypt.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_public_encrypt.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_set_method.3 | 20 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign.3 | 10 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_size.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_CMS.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_PKCS7.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_CMS.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_PKCS7.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CIPHER_get_name.3 | 23 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_COMP_add_compression_method.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3 | 15 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_session.3 | 8 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_ctrl.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_flush_sessions.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_free.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get_ex_new_index.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get_verify_mode.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_load_verify_locations.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_new.3 | 40 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_number.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sessions.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_store.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cipher_list.3 | 10 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_CA_list.3 | 8 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3 | 8 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_generate_session_id.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_info_callback.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_max_cert_list.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_mode.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_msg_callback.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_options.3 | 8 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_psk_client_callback.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_id_context.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ssl_version.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_timeout.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_ticket_key_cb.3 | 320 ++++++++++
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3 | 12 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_rsa_callback.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_verify.3 | 10 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_certificate.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_psk_identity_hint.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_free.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_ex_new_index.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_time.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_accept.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_alert_type_string.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_clear.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_connect.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_do_handshake.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_free.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_SSL_CTX.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ciphers.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_client_CA_list.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_current_cipher.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_default_timeout.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_error.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ex_new_index.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_fd.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_cert_chain.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_certificate.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_psk_identity.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_rbio.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_session.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_verify_result.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_version.3 | 18 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_library_init.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_load_client_CA_file.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_new.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_pending.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_rstate_string.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_session_reused.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_bio.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_connect_state.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_fd.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_session.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_shutdown.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_verify_result.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_shutdown.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_state_string.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_want.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_write.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_print_ex.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_get_error.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_new.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/X509_new.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/X509_verify_cert.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/crypto.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_ASN1_OBJECT.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_DHparams.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_DSAPublicKey.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PKCS8PrivateKey.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_RSAPublicKey.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_SSL_SESSION.3 | 16 +-
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_ALGOR.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_CRL.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_NAME.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_REQ.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_SIG.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/des_modes.7 | 4 +-
crypto/external/bsd/openssl/lib/libcrypto/man/i2d_CMS_bio_stream.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/lh_stats.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl.cnf.5 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_CA.pl.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_asn1parse.1 | 14 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_bio.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_blowfish.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_bn.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_bn_internal.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_buffer.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ca.1 | 28 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ciphers.1 | 206 +++++-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_cms.1 | 8 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_crl.1 | 11 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_crl2pkcs7.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_des.3 | 13 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dgst.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dh.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dhparam.1 | 10 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsa.1 | 20 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsa.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsaparam.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ec.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ecdsa.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ecparam.1 | 8 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_enc.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_engine.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_err.3 | 7 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_errstr.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_evp.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_gendsa.1 | 20 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_genpkey.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_genrsa.1 | 26 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_hmac.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_lhash.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_md5.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_mdc2.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_nseq.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ocsp.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_passwd.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pem.3 | 13 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs12.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs7.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs8.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkey.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkeyparam.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkeyutl.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rand.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rand.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rc4.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_req.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ripemd.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsa.1 | 20 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsa.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsautl.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_client.1 | 35 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_server.1 | 40 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_time.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_sess_id.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_sha.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_smime.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_speed.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_spkac.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_threads.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ts.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_tsget.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ui.3 | 8 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ui_compat.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_verify.1 | 14 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_version.1 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509.1 | 25 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509.3 | 6 +-
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509v3_config.1 | 8 +-
crypto/external/bsd/openssl/lib/libcrypto/man/ssl.3 | 6 +-
distrib/sets/lists/comp/mi | 5 +-
doc/3RDPARTY | 8 +-
doc/CHANGES | 7 +-
339 files changed, 1798 insertions(+), 1123 deletions(-)
diffs (truncated from 8631 to 300 lines):
diff -r b7fb6905eea5 -r 1aa634bf3b74 crypto/external/bsd/openssl/lib/libcrypto/man.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/man.inc Sun Aug 10 17:02:59 2014 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man.inc Sun Aug 10 17:07:03 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: man.inc,v 1.3 2013/02/07 16:48:28 christos Exp $
+# $NetBSD: man.inc,v 1.4 2014/08/10 17:07:03 spz Exp $
.PATH: ${.CURDIR}/man
@@ -95,7 +95,7 @@
X509_STORE_CTX_new.3 X509_STORE_CTX_set_verify_cb.3 \
X509_STORE_CTX_set_verify_cb.3 X509_STORE_set_verify_cb_func.3 \
X509_VERIFY_PARAM_set_flags.3 X509_verify_cert.3 \
- EVP_PKEY_verify_recover.3
+ EVP_PKEY_verify_recover.3 SSL_CTX_set_tlsext_ticket_key_cb.3
MAN+= openssl.cnf.5
diff -r b7fb6905eea5 -r 1aa634bf3b74 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3 Sun Aug 10 17:02:59 2014 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3 Sun Aug 10 17:07:03 2014 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: ASN1_OBJECT_new.3,v 1.10 2014/06/05 14:39:50 christos Exp $
+.\" $NetBSD: ASN1_OBJECT_new.3,v 1.11 2014/08/10 17:07:03 spz Exp $
.\"
-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -135,7 +135,7 @@
.\" ========================================================================
.\"
.IX Title "ASN1_OBJECT_new 3"
-.TH ASN1_OBJECT_new 3 "2009-07-19" "1.0.1h" "OpenSSL"
+.TH ASN1_OBJECT_new 3 "2009-07-20" "1.0.1i" "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 b7fb6905eea5 -r 1aa634bf3b74 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3 Sun Aug 10 17:02:59 2014 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3 Sun Aug 10 17:07:03 2014 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: ASN1_STRING_length.3,v 1.10 2014/06/05 14:39:50 christos Exp $
+.\" $NetBSD: ASN1_STRING_length.3,v 1.11 2014/08/10 17:07:03 spz Exp $
.\"
-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -135,7 +135,7 @@
.\" ========================================================================
.\"
.IX Title "ASN1_STRING_length 3"
-.TH ASN1_STRING_length 3 "2009-07-19" "1.0.1h" "OpenSSL"
+.TH ASN1_STRING_length 3 "2009-07-20" "1.0.1i" "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 b7fb6905eea5 -r 1aa634bf3b74 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3 Sun Aug 10 17:02:59 2014 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3 Sun Aug 10 17:07:03 2014 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: ASN1_STRING_new.3,v 1.10 2014/06/05 14:39:50 christos Exp $
+.\" $NetBSD: ASN1_STRING_new.3,v 1.11 2014/08/10 17:07:03 spz Exp $
.\"
-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -135,7 +135,7 @@
.\" ========================================================================
.\"
.IX Title "ASN1_STRING_new 3"
-.TH ASN1_STRING_new 3 "2009-07-19" "1.0.1h" "OpenSSL"
+.TH ASN1_STRING_new 3 "2009-07-20" "1.0.1i" "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 b7fb6905eea5 -r 1aa634bf3b74 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 Sun Aug 10 17:02:59 2014 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3 Sun Aug 10 17:07:03 2014 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: ASN1_STRING_print_ex.3,v 1.10 2014/06/05 14:39:50 christos Exp $
+.\" $NetBSD: ASN1_STRING_print_ex.3,v 1.11 2014/08/10 17:07:03 spz Exp $
.\"
-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -135,7 +135,7 @@
.\" ========================================================================
.\"
.IX Title "ASN1_STRING_print_ex 3"
-.TH ASN1_STRING_print_ex 3 "2009-07-19" "1.0.1h" "OpenSSL"
+.TH ASN1_STRING_print_ex 3 "2009-07-20" "1.0.1i" "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 b7fb6905eea5 -r 1aa634bf3b74 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3 Sun Aug 10 17:02:59 2014 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3 Sun Aug 10 17:07:03 2014 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: ASN1_generate_nconf.3,v 1.10 2014/06/05 14:39:50 christos Exp $
+.\" $NetBSD: ASN1_generate_nconf.3,v 1.11 2014/08/10 17:07:03 spz Exp $
.\"
-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -135,7 +135,7 @@
.\" ========================================================================
.\"
.IX Title "ASN1_generate_nconf 3"
-.TH ASN1_generate_nconf 3 "2009-12-26" "1.0.1h" "OpenSSL"
+.TH ASN1_generate_nconf 3 "2014-08-10" "1.0.1i" "OpenSSL"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -191,7 +191,7 @@
.IP "\fB\s-1INTEGER\s0\fR, \fB\s-1INT\s0\fR" 2
.IX Item "INTEGER, INT"
Encodes an \s-1ASN1 \s0\fB\s-1INTEGER\s0\fR type. The \fBvalue\fR string represents
-the value of the integer, it can be preceeded by a minus sign and
+the value of the integer, it can be prefaced by a minus sign and
is normally interpreted as a decimal value unless the prefix \fB0x\fR
is included.
.IP "\fB\s-1ENUMERATED\s0\fR, \fB\s-1ENUM\s0\fR" 2
diff -r b7fb6905eea5 -r 1aa634bf3b74 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3 Sun Aug 10 17:02:59 2014 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3 Sun Aug 10 17:07:03 2014 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: BIO_ctrl.3,v 1.10 2014/06/05 14:39:50 christos Exp $
+.\" $NetBSD: BIO_ctrl.3,v 1.11 2014/08/10 17:07:03 spz Exp $
.\"
-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -135,7 +135,7 @@
.\" ========================================================================
.\"
.IX Title "BIO_ctrl 3"
-.TH BIO_ctrl 3 "2009-07-19" "1.0.1h" "OpenSSL"
+.TH BIO_ctrl 3 "2009-07-20" "1.0.1i" "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 b7fb6905eea5 -r 1aa634bf3b74 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3 Sun Aug 10 17:02:59 2014 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3 Sun Aug 10 17:07:03 2014 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: BIO_f_base64.3,v 1.10 2014/06/05 14:39:50 christos Exp $
+.\" $NetBSD: BIO_f_base64.3,v 1.11 2014/08/10 17:07:03 spz Exp $
.\"
-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -135,7 +135,7 @@
.\" ========================================================================
.\"
.IX Title "BIO_f_base64 3"
-.TH BIO_f_base64 3 "2009-07-19" "1.0.1h" "OpenSSL"
+.TH BIO_f_base64 3 "2014-08-10" "1.0.1i" "OpenSSL"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -185,11 +185,11 @@
\&
\& b64 = BIO_new(BIO_f_base64());
\& bio = BIO_new_fp(stdout, BIO_NOCLOSE);
-\& bio = BIO_push(b64, bio);
-\& BIO_write(bio, message, strlen(message));
-\& BIO_flush(bio);
+\& BIO_push(b64, bio);
+\& BIO_write(b64, message, strlen(message));
+\& BIO_flush(b64);
\&
-\& BIO_free_all(bio);
+\& BIO_free_all(b64);
.Ve
.PP
Read Base64 encoded data from standard input and write the decoded
@@ -203,11 +203,12 @@
\& b64 = BIO_new(BIO_f_base64());
\& bio = BIO_new_fp(stdin, BIO_NOCLOSE);
\& bio_out = BIO_new_fp(stdout, BIO_NOCLOSE);
-\& bio = BIO_push(b64, bio);
-\& while((inlen = BIO_read(bio, inbuf, 512)) > 0)
+\& BIO_push(b64, bio);
+\& while((inlen = BIO_read(b64, inbuf, 512)) > 0)
\& BIO_write(bio_out, inbuf, inlen);
\&
-\& BIO_free_all(bio);
+\& BIO_flush(bio_out);
+\& BIO_free_all(b64);
.Ve
.SH "BUGS"
.IX Header "BUGS"
diff -r b7fb6905eea5 -r 1aa634bf3b74 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3 Sun Aug 10 17:02:59 2014 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3 Sun Aug 10 17:07:03 2014 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: BIO_f_buffer.3,v 1.10 2014/06/05 14:39:50 christos Exp $
+.\" $NetBSD: BIO_f_buffer.3,v 1.11 2014/08/10 17:07:03 spz Exp $
.\"
-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -135,7 +135,7 @@
.\" ========================================================================
.\"
.IX Title "BIO_f_buffer 3"
-.TH BIO_f_buffer 3 "2011-06-05" "1.0.1h" "OpenSSL"
+.TH BIO_f_buffer 3 "2011-06-05" "1.0.1i" "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 b7fb6905eea5 -r 1aa634bf3b74 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3 Sun Aug 10 17:02:59 2014 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3 Sun Aug 10 17:07:03 2014 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: BIO_f_cipher.3,v 1.10 2014/06/05 14:39:50 christos Exp $
+.\" $NetBSD: BIO_f_cipher.3,v 1.11 2014/08/10 17:07:03 spz Exp $
.\"
-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -135,7 +135,7 @@
.\" ========================================================================
.\"
.IX Title "BIO_f_cipher 3"
-.TH BIO_f_cipher 3 "2009-07-19" "1.0.1h" "OpenSSL"
+.TH BIO_f_cipher 3 "2009-07-20" "1.0.1i" "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 b7fb6905eea5 -r 1aa634bf3b74 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3 Sun Aug 10 17:02:59 2014 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3 Sun Aug 10 17:07:03 2014 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: BIO_f_md.3,v 1.10 2014/06/05 14:39:50 christos Exp $
+.\" $NetBSD: BIO_f_md.3,v 1.11 2014/08/10 17:07:03 spz Exp $
.\"
-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -135,7 +135,7 @@
.\" ========================================================================
.\"
.IX Title "BIO_f_md 3"
-.TH BIO_f_md 3 "2009-12-26" "1.0.1h" "OpenSSL"
+.TH BIO_f_md 3 "2010-01-06" "1.0.1i" "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 b7fb6905eea5 -r 1aa634bf3b74 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3 Sun Aug 10 17:02:59 2014 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3 Sun Aug 10 17:07:03 2014 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: BIO_f_null.3,v 1.10 2014/06/05 14:39:50 christos Exp $
+.\" $NetBSD: BIO_f_null.3,v 1.11 2014/08/10 17:07:03 spz Exp $
.\"
-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -135,7 +135,7 @@
.\" ========================================================================
.\"
.IX Title "BIO_f_null 3"
-.TH BIO_f_null 3 "2009-07-19" "1.0.1h" "OpenSSL"
+.TH BIO_f_null 3 "2009-07-20" "1.0.1i" "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 b7fb6905eea5 -r 1aa634bf3b74 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3 Sun Aug 10 17:02:59 2014 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3 Sun Aug 10 17:07:03 2014 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: BIO_f_ssl.3,v 1.10 2014/06/05 14:39:50 christos Exp $
+.\" $NetBSD: BIO_f_ssl.3,v 1.11 2014/08/10 17:07:03 spz Exp $
.\"
-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
.\"
Home |
Main Index |
Thread Index |
Old Index