Source-Changes archive

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

CVS commit: [netbsd-1-6] basesrc



Module Name:    basesrc
Committed By:   lukem
Date:           Fri Aug  2 11:58:21 UTC 2002

Modified Files:
        basesrc/crypto/dist/openssl/doc/crypto [netbsd-1-6]: BN_rand.pod
        basesrc/crypto/dist/openssl/doc/ssl [netbsd-1-6]: ssl.pod
        basesrc/lib/libcrypto/man [netbsd-1-6]: BIO_ctrl.3 BIO_f_base64.3
            BIO_f_buffer.3 BIO_f_cipher.3 BIO_f_null.3 BIO_find_type.3
            BIO_new.3 BIO_new_bio_pair.3 BIO_push.3 BIO_read.3 BIO_s_accept.3
            BIO_s_bio.3 BIO_s_connect.3 BIO_s_fd.3 BIO_s_file.3 BIO_s_null.3
            BIO_s_socket.3 BIO_set_callback.3 SSL_CIPHER_get_name.3
            SSL_CTX_add_extra_chain_cert.3 SSL_CTX_add_session.3
            SSL_CTX_flush_sessions.3 SSL_CTX_free.3 SSL_CTX_get_ex_new_index.3
            SSL_CTX_get_verify_mode.3 SSL_CTX_load_verify_locations.3
            SSL_CTX_new.3 SSL_CTX_sess_number.3 SSL_CTX_sess_set_cache_size.3
            SSL_CTX_sess_set_get_cb.3 SSL_CTX_sessions.3
            SSL_CTX_set_cipher_list.3 SSL_CTX_set_client_CA_list.3
            SSL_CTX_set_default_passwd_cb.3 SSL_CTX_set_mode.3
            SSL_CTX_set_options.3 SSL_CTX_set_session_cache_mode.3
            SSL_CTX_set_session_id_context.3 SSL_CTX_set_ssl_version.3
            SSL_CTX_set_timeout.3 SSL_CTX_use_certificate.3 SSL_SESSION_free.3
            SSL_SESSION_get_ex_new_index.3 SSL_SESSION_get_time.3 SSL_accept.3
            SSL_clear.3 SSL_connect.3 SSL_free.3 SSL_get_ciphers.3
            SSL_get_client_CA_list.3 SSL_get_current_cipher.3
            SSL_get_ex_data_X509_STORE_CTX_idx.3 SSL_get_ex_new_index.3
            SSL_get_fd.3 SSL_get_peer_cert_chain.3 SSL_get_peer_certificate.3
            SSL_get_rbio.3 SSL_get_session.3 SSL_get_verify_result.3
            SSL_get_version.3 SSL_library_init.3 SSL_load_client_CA_file.3
            SSL_new.3 SSL_pending.3 SSL_read.3 SSL_set_bio.3
            SSL_set_connect_state.3 SSL_set_fd.3 SSL_set_session.3
            SSL_set_shutdown.3 SSL_set_verify_result.3 SSL_shutdown.3
            SSL_write.3 d2i_SSL_SESSION.3 openssl_bio.3 openssl_blowfish.3
            openssl_bn.3 openssl_buffer.3 openssl_des.3 openssl_dh.3
            openssl_dsa.3 openssl_evp.3 openssl_hmac.3 openssl_lhash.3
            openssl_md5.3 openssl_mdc2.3 openssl_rand.3 openssl_rc4.3
            openssl_ripemd.3 openssl_rsa.3 openssl_rsautl.1 openssl_sha.3

Log Message:
Pull up revisions 1.3-1.4 (requested by itojun in ticket #607):
sync to head for openssl 0.9.6e


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.2.1 basesrc/crypto/dist/openssl/doc/crypto/BN_rand.pod
cvs rdiff -r1.2 -r1.2.2.1 basesrc/crypto/dist/openssl/doc/ssl/ssl.pod
cvs rdiff -r1.2 -r1.2.2.1 basesrc/lib/libcrypto/man/BIO_ctrl.3 \
    basesrc/lib/libcrypto/man/BIO_f_base64.3 \
    basesrc/lib/libcrypto/man/BIO_f_buffer.3 \
    basesrc/lib/libcrypto/man/BIO_f_cipher.3 \
    basesrc/lib/libcrypto/man/BIO_f_null.3 \
    basesrc/lib/libcrypto/man/BIO_find_type.3 \
    basesrc/lib/libcrypto/man/BIO_new.3 \
    basesrc/lib/libcrypto/man/BIO_new_bio_pair.3 \
    basesrc/lib/libcrypto/man/BIO_push.3 basesrc/lib/libcrypto/man/BIO_read.3 \
    basesrc/lib/libcrypto/man/BIO_s_accept.3 \
    basesrc/lib/libcrypto/man/BIO_s_bio.3 \
    basesrc/lib/libcrypto/man/BIO_s_connect.3 \
    basesrc/lib/libcrypto/man/BIO_s_fd.3 \
    basesrc/lib/libcrypto/man/BIO_s_file.3 \
    basesrc/lib/libcrypto/man/BIO_s_null.3 \
    basesrc/lib/libcrypto/man/BIO_s_socket.3 \
    basesrc/lib/libcrypto/man/BIO_set_callback.3 \
    basesrc/lib/libcrypto/man/SSL_CIPHER_get_name.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_add_session.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_flush_sessions.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_free.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_get_ex_new_index.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_get_verify_mode.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_load_verify_locations.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_new.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_sess_number.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_sessions.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_set_cipher_list.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_set_client_CA_list.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_set_mode.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_set_options.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_set_session_id_context.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_set_ssl_version.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_set_timeout.3 \
    basesrc/lib/libcrypto/man/SSL_CTX_use_certificate.3 \
    basesrc/lib/libcrypto/man/SSL_SESSION_free.3 \
    basesrc/lib/libcrypto/man/SSL_SESSION_get_ex_new_index.3 \
    basesrc/lib/libcrypto/man/SSL_SESSION_get_time.3 \
    basesrc/lib/libcrypto/man/SSL_accept.3 \
    basesrc/lib/libcrypto/man/SSL_clear.3 \
    basesrc/lib/libcrypto/man/SSL_connect.3 \
    basesrc/lib/libcrypto/man/SSL_free.3 \
    basesrc/lib/libcrypto/man/SSL_get_ciphers.3 \
    basesrc/lib/libcrypto/man/SSL_get_client_CA_list.3 \
    basesrc/lib/libcrypto/man/SSL_get_current_cipher.3 \
    basesrc/lib/libcrypto/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 \
    basesrc/lib/libcrypto/man/SSL_get_ex_new_index.3 \
    basesrc/lib/libcrypto/man/SSL_get_fd.3 \
    basesrc/lib/libcrypto/man/SSL_get_peer_cert_chain.3 \
    basesrc/lib/libcrypto/man/SSL_get_peer_certificate.3 \
    basesrc/lib/libcrypto/man/SSL_get_rbio.3 \
    basesrc/lib/libcrypto/man/SSL_get_session.3 \
    basesrc/lib/libcrypto/man/SSL_get_verify_result.3 \
    basesrc/lib/libcrypto/man/SSL_get_version.3 \
    basesrc/lib/libcrypto/man/SSL_library_init.3 \
    basesrc/lib/libcrypto/man/SSL_load_client_CA_file.3 \
    basesrc/lib/libcrypto/man/SSL_new.3 \
    basesrc/lib/libcrypto/man/SSL_pending.3 \
    basesrc/lib/libcrypto/man/SSL_read.3 \
    basesrc/lib/libcrypto/man/SSL_set_bio.3 \
    basesrc/lib/libcrypto/man/SSL_set_connect_state.3 \
    basesrc/lib/libcrypto/man/SSL_set_fd.3 \
    basesrc/lib/libcrypto/man/SSL_set_session.3 \
    basesrc/lib/libcrypto/man/SSL_set_shutdown.3 \
    basesrc/lib/libcrypto/man/SSL_set_verify_result.3 \
    basesrc/lib/libcrypto/man/SSL_shutdown.3 \
    basesrc/lib/libcrypto/man/SSL_write.3 \
    basesrc/lib/libcrypto/man/d2i_SSL_SESSION.3 \
    basesrc/lib/libcrypto/man/openssl_bio.3 \
    basesrc/lib/libcrypto/man/openssl_blowfish.3 \
    basesrc/lib/libcrypto/man/openssl_bn.3 \
    basesrc/lib/libcrypto/man/openssl_buffer.3 \
    basesrc/lib/libcrypto/man/openssl_des.3 \
    basesrc/lib/libcrypto/man/openssl_dh.3 \
    basesrc/lib/libcrypto/man/openssl_dsa.3 \
    basesrc/lib/libcrypto/man/openssl_evp.3 \
    basesrc/lib/libcrypto/man/openssl_hmac.3 \
    basesrc/lib/libcrypto/man/openssl_lhash.3 \
    basesrc/lib/libcrypto/man/openssl_md5.3 \
    basesrc/lib/libcrypto/man/openssl_mdc2.3 \
    basesrc/lib/libcrypto/man/openssl_rand.3 \
    basesrc/lib/libcrypto/man/openssl_rc4.3 \
    basesrc/lib/libcrypto/man/openssl_ripemd.3 \
    basesrc/lib/libcrypto/man/openssl_rsa.3 \
    basesrc/lib/libcrypto/man/openssl_rsautl.1 \
    basesrc/lib/libcrypto/man/openssl_sha.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index