From 182c0b6e084008425e974c4d51ff4eff5150788a Mon Sep 17 00:00:00 2001 From: itojun Date: Thu, 8 Aug 2002 23:47:34 +0000 Subject: [PATCH] sync with 0.9.6f. prevents DoS attack and regen of manpages. --- crypto/dist/openssl/CHANGES | 11 +++- crypto/dist/openssl/FAQ | 2 +- crypto/dist/openssl/crypto/cryptlib.c | 8 --- crypto/dist/openssl/crypto/cryptlib.h | 4 -- crypto/dist/openssl/ssl/s2_clnt.c | 41 ++++++++++--- crypto/dist/openssl/ssl/s2_lib.c | 32 +++++++--- crypto/dist/openssl/ssl/s2_srvr.c | 58 ++++++++++++++----- crypto/dist/openssl/ssl/s3_clnt.c | 6 +- crypto/dist/openssl/ssl/s3_srvr.c | 6 +- crypto/dist/openssl/ssl/ssl.h | 6 ++ crypto/dist/openssl/ssl/ssl_asn1.c | 5 +- crypto/dist/openssl/ssl/ssl_err.c | 6 ++ crypto/dist/openssl/ssl/ssl_locl.h | 2 +- crypto/dist/openssl/ssl/ssl_sess.c | 7 ++- lib/libcrypto/man/BIO_ctrl.3 | 6 +- lib/libcrypto/man/BIO_f_base64.3 | 6 +- lib/libcrypto/man/BIO_f_buffer.3 | 6 +- lib/libcrypto/man/BIO_f_cipher.3 | 6 +- lib/libcrypto/man/BIO_f_md.3 | 6 +- lib/libcrypto/man/BIO_f_null.3 | 6 +- lib/libcrypto/man/BIO_f_ssl.3 | 6 +- lib/libcrypto/man/BIO_find_type.3 | 6 +- lib/libcrypto/man/BIO_new.3 | 6 +- lib/libcrypto/man/BIO_new_bio_pair.3 | 6 +- lib/libcrypto/man/BIO_push.3 | 6 +- lib/libcrypto/man/BIO_read.3 | 6 +- lib/libcrypto/man/BIO_s_accept.3 | 6 +- lib/libcrypto/man/BIO_s_bio.3 | 6 +- lib/libcrypto/man/BIO_s_connect.3 | 6 +- lib/libcrypto/man/BIO_s_fd.3 | 6 +- lib/libcrypto/man/BIO_s_file.3 | 6 +- lib/libcrypto/man/BIO_s_mem.3 | 6 +- lib/libcrypto/man/BIO_s_null.3 | 6 +- lib/libcrypto/man/BIO_s_socket.3 | 6 +- lib/libcrypto/man/BIO_set_callback.3 | 6 +- lib/libcrypto/man/BIO_should_retry.3 | 6 +- lib/libcrypto/man/BN_CTX_new.3 | 6 +- lib/libcrypto/man/BN_CTX_start.3 | 6 +- lib/libcrypto/man/BN_add.3 | 6 +- lib/libcrypto/man/BN_add_word.3 | 6 +- lib/libcrypto/man/BN_bn2bin.3 | 6 +- lib/libcrypto/man/BN_cmp.3 | 6 +- lib/libcrypto/man/BN_copy.3 | 6 +- lib/libcrypto/man/BN_generate_prime.3 | 6 +- lib/libcrypto/man/BN_mod_inverse.3 | 6 +- lib/libcrypto/man/BN_mod_mul_montgomery.3 | 6 +- lib/libcrypto/man/BN_mod_mul_reciprocal.3 | 6 +- lib/libcrypto/man/BN_new.3 | 6 +- lib/libcrypto/man/BN_num_bytes.3 | 6 +- lib/libcrypto/man/BN_rand.3 | 6 +- lib/libcrypto/man/BN_set_bit.3 | 6 +- lib/libcrypto/man/BN_zero.3 | 6 +- lib/libcrypto/man/CRYPTO_set_ex_data.3 | 6 +- lib/libcrypto/man/DH_generate_key.3 | 6 +- lib/libcrypto/man/DH_generate_parameters.3 | 6 +- lib/libcrypto/man/DH_get_ex_new_index.3 | 6 +- lib/libcrypto/man/DH_new.3 | 6 +- lib/libcrypto/man/DH_set_method.3 | 6 +- lib/libcrypto/man/DH_size.3 | 6 +- lib/libcrypto/man/DSA_SIG_new.3 | 6 +- lib/libcrypto/man/DSA_do_sign.3 | 6 +- lib/libcrypto/man/DSA_dup_DH.3 | 6 +- lib/libcrypto/man/DSA_generate_key.3 | 6 +- lib/libcrypto/man/DSA_generate_parameters.3 | 6 +- lib/libcrypto/man/DSA_get_ex_new_index.3 | 6 +- lib/libcrypto/man/DSA_new.3 | 6 +- lib/libcrypto/man/DSA_set_method.3 | 6 +- lib/libcrypto/man/DSA_sign.3 | 6 +- lib/libcrypto/man/DSA_size.3 | 6 +- lib/libcrypto/man/ERR_GET_LIB.3 | 6 +- lib/libcrypto/man/ERR_clear_error.3 | 6 +- lib/libcrypto/man/ERR_error_string.3 | 6 +- lib/libcrypto/man/ERR_get_error.3 | 6 +- lib/libcrypto/man/ERR_load_crypto_strings.3 | 6 +- lib/libcrypto/man/ERR_load_strings.3 | 6 +- lib/libcrypto/man/ERR_print_errors.3 | 6 +- lib/libcrypto/man/ERR_put_error.3 | 6 +- lib/libcrypto/man/ERR_remove_state.3 | 6 +- lib/libcrypto/man/EVP_DigestInit.3 | 6 +- lib/libcrypto/man/EVP_EncryptInit.3 | 6 +- lib/libcrypto/man/EVP_OpenInit.3 | 6 +- lib/libcrypto/man/EVP_SealInit.3 | 6 +- lib/libcrypto/man/EVP_SignInit.3 | 6 +- lib/libcrypto/man/EVP_VerifyInit.3 | 6 +- lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 | 6 +- .../man/OpenSSL_add_all_algorithms.3 | 6 +- lib/libcrypto/man/RAND_add.3 | 6 +- lib/libcrypto/man/RAND_bytes.3 | 6 +- lib/libcrypto/man/RAND_cleanup.3 | 6 +- lib/libcrypto/man/RAND_egd.3 | 6 +- lib/libcrypto/man/RAND_load_file.3 | 6 +- lib/libcrypto/man/RAND_set_rand_method.3 | 6 +- lib/libcrypto/man/RSA_blinding_on.3 | 6 +- lib/libcrypto/man/RSA_check_key.3 | 6 +- lib/libcrypto/man/RSA_generate_key.3 | 6 +- lib/libcrypto/man/RSA_get_ex_new_index.3 | 6 +- lib/libcrypto/man/RSA_new.3 | 6 +- .../man/RSA_padding_add_PKCS1_type_1.3 | 6 +- lib/libcrypto/man/RSA_print.3 | 6 +- lib/libcrypto/man/RSA_private_encrypt.3 | 6 +- lib/libcrypto/man/RSA_public_encrypt.3 | 6 +- lib/libcrypto/man/RSA_set_method.3 | 6 +- lib/libcrypto/man/RSA_sign.3 | 6 +- .../man/RSA_sign_ASN1_OCTET_STRING.3 | 6 +- lib/libcrypto/man/RSA_size.3 | 6 +- lib/libcrypto/man/SSL_CIPHER_get_name.3 | 6 +- .../man/SSL_COMP_add_compression_method.3 | 6 +- .../man/SSL_CTX_add_extra_chain_cert.3 | 6 +- lib/libcrypto/man/SSL_CTX_add_session.3 | 6 +- lib/libcrypto/man/SSL_CTX_ctrl.3 | 6 +- lib/libcrypto/man/SSL_CTX_flush_sessions.3 | 6 +- lib/libcrypto/man/SSL_CTX_free.3 | 6 +- lib/libcrypto/man/SSL_CTX_get_ex_new_index.3 | 6 +- lib/libcrypto/man/SSL_CTX_get_verify_mode.3 | 6 +- .../man/SSL_CTX_load_verify_locations.3 | 6 +- lib/libcrypto/man/SSL_CTX_new.3 | 6 +- lib/libcrypto/man/SSL_CTX_sess_number.3 | 6 +- .../man/SSL_CTX_sess_set_cache_size.3 | 6 +- lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 | 6 +- lib/libcrypto/man/SSL_CTX_sessions.3 | 6 +- lib/libcrypto/man/SSL_CTX_set_cert_store.3 | 8 +-- .../man/SSL_CTX_set_cert_verify_callback.3 | 6 +- lib/libcrypto/man/SSL_CTX_set_cipher_list.3 | 6 +- .../man/SSL_CTX_set_client_CA_list.3 | 6 +- .../man/SSL_CTX_set_client_cert_cb.3 | 54 ++++++++--------- .../man/SSL_CTX_set_default_passwd_cb.3 | 6 +- lib/libcrypto/man/SSL_CTX_set_info_callback.3 | 6 +- lib/libcrypto/man/SSL_CTX_set_mode.3 | 6 +- lib/libcrypto/man/SSL_CTX_set_options.3 | 6 +- .../man/SSL_CTX_set_quiet_shutdown.3 | 6 +- .../man/SSL_CTX_set_session_cache_mode.3 | 6 +- .../man/SSL_CTX_set_session_id_context.3 | 6 +- lib/libcrypto/man/SSL_CTX_set_ssl_version.3 | 6 +- lib/libcrypto/man/SSL_CTX_set_timeout.3 | 6 +- .../man/SSL_CTX_set_tmp_dh_callback.3 | 6 +- .../man/SSL_CTX_set_tmp_rsa_callback.3 | 6 +- lib/libcrypto/man/SSL_CTX_set_verify.3 | 6 +- lib/libcrypto/man/SSL_CTX_use_certificate.3 | 6 +- lib/libcrypto/man/SSL_SESSION_free.3 | 6 +- .../man/SSL_SESSION_get_ex_new_index.3 | 6 +- lib/libcrypto/man/SSL_SESSION_get_time.3 | 6 +- lib/libcrypto/man/SSL_accept.3 | 6 +- lib/libcrypto/man/SSL_alert_type_string.3 | 6 +- lib/libcrypto/man/SSL_clear.3 | 6 +- lib/libcrypto/man/SSL_connect.3 | 6 +- lib/libcrypto/man/SSL_do_handshake.3 | 6 +- lib/libcrypto/man/SSL_free.3 | 6 +- lib/libcrypto/man/SSL_get_SSL_CTX.3 | 6 +- lib/libcrypto/man/SSL_get_ciphers.3 | 6 +- lib/libcrypto/man/SSL_get_client_CA_list.3 | 6 +- lib/libcrypto/man/SSL_get_current_cipher.3 | 6 +- lib/libcrypto/man/SSL_get_default_timeout.3 | 6 +- lib/libcrypto/man/SSL_get_error.3 | 6 +- .../man/SSL_get_ex_data_X509_STORE_CTX_idx.3 | 6 +- lib/libcrypto/man/SSL_get_ex_new_index.3 | 6 +- lib/libcrypto/man/SSL_get_fd.3 | 6 +- lib/libcrypto/man/SSL_get_peer_cert_chain.3 | 6 +- lib/libcrypto/man/SSL_get_peer_certificate.3 | 6 +- lib/libcrypto/man/SSL_get_rbio.3 | 6 +- lib/libcrypto/man/SSL_get_session.3 | 6 +- lib/libcrypto/man/SSL_get_verify_result.3 | 6 +- lib/libcrypto/man/SSL_get_version.3 | 6 +- lib/libcrypto/man/SSL_library_init.3 | 6 +- lib/libcrypto/man/SSL_load_client_CA_file.3 | 6 +- lib/libcrypto/man/SSL_new.3 | 6 +- lib/libcrypto/man/SSL_pending.3 | 6 +- lib/libcrypto/man/SSL_read.3 | 6 +- lib/libcrypto/man/SSL_rstate_string.3 | 6 +- lib/libcrypto/man/SSL_session_reused.3 | 6 +- lib/libcrypto/man/SSL_set_bio.3 | 6 +- lib/libcrypto/man/SSL_set_connect_state.3 | 6 +- lib/libcrypto/man/SSL_set_fd.3 | 6 +- lib/libcrypto/man/SSL_set_session.3 | 6 +- lib/libcrypto/man/SSL_set_shutdown.3 | 6 +- lib/libcrypto/man/SSL_set_verify_result.3 | 6 +- lib/libcrypto/man/SSL_shutdown.3 | 6 +- lib/libcrypto/man/SSL_state_string.3 | 6 +- lib/libcrypto/man/SSL_want.3 | 6 +- lib/libcrypto/man/SSL_write.3 | 6 +- lib/libcrypto/man/crypto.3 | 6 +- lib/libcrypto/man/d2i_DHparams.3 | 6 +- lib/libcrypto/man/d2i_RSAPublicKey.3 | 6 +- lib/libcrypto/man/d2i_SSL_SESSION.3 | 6 +- lib/libcrypto/man/des_modes.7 | 4 +- lib/libcrypto/man/lh_stats.3 | 6 +- lib/libcrypto/man/openssl.1 | 6 +- lib/libcrypto/man/openssl.cnf.5 | 6 +- lib/libcrypto/man/openssl_CA.pl.1 | 6 +- lib/libcrypto/man/openssl_asn1parse.1 | 6 +- lib/libcrypto/man/openssl_bio.3 | 6 +- lib/libcrypto/man/openssl_blowfish.3 | 6 +- lib/libcrypto/man/openssl_bn.3 | 6 +- lib/libcrypto/man/openssl_bn_internal.3 | 6 +- lib/libcrypto/man/openssl_buffer.3 | 6 +- lib/libcrypto/man/openssl_ca.1 | 6 +- lib/libcrypto/man/openssl_ciphers.1 | 6 +- lib/libcrypto/man/openssl_crl.1 | 6 +- lib/libcrypto/man/openssl_crl2pkcs7.1 | 6 +- lib/libcrypto/man/openssl_des.3 | 6 +- lib/libcrypto/man/openssl_dgst.1 | 6 +- lib/libcrypto/man/openssl_dh.3 | 6 +- lib/libcrypto/man/openssl_dhparam.1 | 6 +- lib/libcrypto/man/openssl_dsa.1 | 6 +- lib/libcrypto/man/openssl_dsa.3 | 6 +- lib/libcrypto/man/openssl_dsaparam.1 | 6 +- lib/libcrypto/man/openssl_enc.1 | 6 +- lib/libcrypto/man/openssl_err.3 | 6 +- lib/libcrypto/man/openssl_evp.3 | 6 +- lib/libcrypto/man/openssl_gendsa.1 | 6 +- lib/libcrypto/man/openssl_genrsa.1 | 6 +- lib/libcrypto/man/openssl_hmac.3 | 6 +- lib/libcrypto/man/openssl_lhash.3 | 6 +- lib/libcrypto/man/openssl_md5.3 | 6 +- lib/libcrypto/man/openssl_mdc2.3 | 6 +- lib/libcrypto/man/openssl_nseq.1 | 6 +- lib/libcrypto/man/openssl_passwd.1 | 6 +- lib/libcrypto/man/openssl_pkcs12.1 | 6 +- lib/libcrypto/man/openssl_pkcs7.1 | 6 +- lib/libcrypto/man/openssl_pkcs8.1 | 6 +- lib/libcrypto/man/openssl_rand.1 | 6 +- lib/libcrypto/man/openssl_rand.3 | 6 +- lib/libcrypto/man/openssl_rc4.3 | 6 +- lib/libcrypto/man/openssl_req.1 | 6 +- lib/libcrypto/man/openssl_ripemd.3 | 6 +- lib/libcrypto/man/openssl_rsa.1 | 6 +- lib/libcrypto/man/openssl_rsa.3 | 6 +- lib/libcrypto/man/openssl_rsautl.1 | 6 +- lib/libcrypto/man/openssl_s_client.1 | 6 +- lib/libcrypto/man/openssl_s_server.1 | 6 +- lib/libcrypto/man/openssl_sess_id.1 | 6 +- lib/libcrypto/man/openssl_sha.3 | 6 +- lib/libcrypto/man/openssl_smime.1 | 6 +- lib/libcrypto/man/openssl_speed.1 | 6 +- lib/libcrypto/man/openssl_spkac.1 | 6 +- lib/libcrypto/man/openssl_threads.3 | 6 +- lib/libcrypto/man/openssl_verify.1 | 6 +- lib/libcrypto/man/openssl_version.1 | 6 +- lib/libcrypto/man/openssl_x509.1 | 6 +- lib/libcrypto/man/ssl.3 | 6 +- 239 files changed, 837 insertions(+), 755 deletions(-) diff --git a/crypto/dist/openssl/CHANGES b/crypto/dist/openssl/CHANGES index c0af641fba2a..dc066c01315f 100644 --- a/crypto/dist/openssl/CHANGES +++ b/crypto/dist/openssl/CHANGES @@ -2,11 +2,18 @@ OpenSSL CHANGES _______________ + Changes between 0.9.6e and 0.9.6f [8 Aug 2002] + *) Fix ASN1 checks. Check for overflow by comparing with LONG_MAX and get fix the header length calculation. [Florian Weimer , - Alon Kantor (and others), - Steve Henson] + Alon Kantor (and others), + Steve Henson] + + *) Use proper error handling instead of 'assertions' in buffer + overflow checks added in 0.9.6e. This prevents DoS (the + assertions could call abort()). + [Arne Ansper , Bodo Moeller] Changes between 0.9.6d and 0.9.6e [30 Jul 2002] diff --git a/crypto/dist/openssl/FAQ b/crypto/dist/openssl/FAQ index ad75299f8820..b49423960b5d 100644 --- a/crypto/dist/openssl/FAQ +++ b/crypto/dist/openssl/FAQ @@ -61,7 +61,7 @@ OpenSSL - Frequently Asked Questions * Which is the current version of OpenSSL? The current version is available from . -OpenSSL 0.9.6e was released on 30 May, 2002. +OpenSSL 0.9.6f was released on 8 August 2002. In addition to the current stable release, you can also access daily snapshots of the OpenSSL development version at s2->conn_id_length=s->s2->tmp.conn_id_length; - die(s->s2->conn_id_length <= sizeof s->s2->conn_id); + if (s->s2->conn_id_length > sizeof s->s2->conn_id) + { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_SERVER_HELLO, SSL_R_SSL2_CONNECTION_ID_TOO_LONG); + return -1; + } memcpy(s->s2->conn_id,p,s->s2->tmp.conn_id_length); return(1); } @@ -620,7 +625,12 @@ static int client_master_key(SSL *s) /* make key_arg data */ i=EVP_CIPHER_iv_length(c); sess->key_arg_length=i; - die(i <= SSL_MAX_KEY_ARG_LENGTH); + if (i > SSL_MAX_KEY_ARG_LENGTH) + { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_CLIENT_MASTER_KEY, SSL_R_INTERNAL_ERROR); + return -1; + } if (i > 0) RAND_pseudo_bytes(sess->key_arg,i); /* make a master key */ @@ -628,7 +638,12 @@ static int client_master_key(SSL *s) sess->master_key_length=i; if (i > 0) { - die(i <= sizeof sess->master_key); + if (i > sizeof sess->master_key) + { + ssl2_return_error(s, SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_CLIENT_MASTER_KEY, SSL_R_INTERNAL_ERROR); + return -1; + } if (RAND_bytes(sess->master_key,i) <= 0) { ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); @@ -672,7 +687,12 @@ static int client_master_key(SSL *s) d+=enc; karg=sess->key_arg_length; s2n(karg,p); /* key arg size */ - die(karg <= sizeof sess->key_arg); + if (karg > sizeof sess->key_arg) + { + ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_CLIENT_MASTER_KEY, SSL_R_INTERNAL_ERROR); + return -1; + } memcpy(d,sess->key_arg,(unsigned int)karg); d+=karg; @@ -693,7 +713,11 @@ static int client_finished(SSL *s) { p=(unsigned char *)s->init_buf->data; *(p++)=SSL2_MT_CLIENT_FINISHED; - die(s->s2->conn_id_length <= sizeof s->s2->conn_id); + if (s->s2->conn_id_length > sizeof s->s2->conn_id) + { + SSLerr(SSL_F_CLIENT_FINISHED, SSL_R_INTERNAL_ERROR); + return -1; + } memcpy(p,s->s2->conn_id,(unsigned int)s->s2->conn_id_length); s->state=SSL2_ST_SEND_CLIENT_FINISHED_B; @@ -950,10 +974,9 @@ static int get_server_finished(SSL *s) { if (!(s->options & SSL_OP_MICROSOFT_SESS_ID_BUG)) { - die(s->session->session_id_length - <= sizeof s->session->session_id); - if (memcmp(buf,s->session->session_id, - (unsigned int)s->session->session_id_length) != 0) + if ((s->session->session_id_length > sizeof s->session->session_id) + || (0 != memcmp(buf, s->session->session_id, + (unsigned int)s->session->session_id_length))) { ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); SSLerr(SSL_F_GET_SERVER_FINISHED,SSL_R_SSL_SESSION_ID_IS_DIFFERENT); diff --git a/crypto/dist/openssl/ssl/s2_lib.c b/crypto/dist/openssl/ssl/s2_lib.c index 25734a05a926..a6ce2df61ddf 100644 --- a/crypto/dist/openssl/ssl/s2_lib.c +++ b/crypto/dist/openssl/ssl/s2_lib.c @@ -417,7 +417,7 @@ int ssl2_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p) return(3); } -void ssl2_generate_key_material(SSL *s) +int ssl2_generate_key_material(SSL *s) { unsigned int i; MD5_CTX ctx; @@ -430,14 +430,24 @@ void ssl2_generate_key_material(SSL *s) #endif km=s->s2->key_material; - die(s->s2->key_material_length <= sizeof s->s2->key_material); + + if (s->session->master_key_length < 0 || s->session->master_key_length > sizeof s->session->master_key) + { + SSLerr(SSL_F_SSL2_GENERATE_KEY_MATERIAL, SSL_R_INTERNAL_ERROR); + return 0; + } + for (i=0; is2->key_material_length; i+=MD5_DIGEST_LENGTH) { + if (((km - s->s2->key_material) + MD5_DIGEST_LENGTH) > sizeof s->s2->key_material) + { + /* MD5_Final() below would write beyond buffer */ + SSLerr(SSL_F_SSL2_GENERATE_KEY_MATERIAL, SSL_R_INTERNAL_ERROR); + return 0; + } + MD5_Init(&ctx); - die(s->session->master_key_length >= 0 - && s->session->master_key_length - < sizeof s->session->master_key); MD5_Update(&ctx,s->session->master_key,s->session->master_key_length); MD5_Update(&ctx,&c,1); c++; @@ -446,6 +456,8 @@ void ssl2_generate_key_material(SSL *s) MD5_Final(km,&ctx); km+=MD5_DIGEST_LENGTH; } + + return 1; } void ssl2_return_error(SSL *s, int err) @@ -470,18 +482,20 @@ void ssl2_write_error(SSL *s) buf[2]=(s->error_code)&0xff; /* state=s->rwstate;*/ - error=s->error; + + error=s->error; /* number of bytes left to write */ s->error=0; - die(error >= 0 && error <= 3); + if (error < 0 || error > sizeof buf) /* can't happen */ + return; + i=ssl2_write(s,&(buf[3-error]),error); + /* if (i == error) s->rwstate=state; */ if (i < 0) s->error=error; else if (i != s->error) s->error=error-i; - /* else - s->error=0; */ } int ssl2_shutdown(SSL *s) diff --git a/crypto/dist/openssl/ssl/s2_srvr.c b/crypto/dist/openssl/ssl/s2_srvr.c index 96149518ad87..d736f6807b2f 100644 --- a/crypto/dist/openssl/ssl/s2_srvr.c +++ b/crypto/dist/openssl/ssl/s2_srvr.c @@ -399,8 +399,7 @@ static int get_client_master_key(SSL *s) SSLerr(SSL_F_GET_CLIENT_MASTER_KEY,SSL_R_READ_WRONG_PACKET_TYPE); } else - SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, - SSL_R_PEER_ERROR); + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, SSL_R_PEER_ERROR); return(-1); } @@ -408,8 +407,7 @@ static int get_client_master_key(SSL *s) if (cp == NULL) { ssl2_return_error(s,SSL2_PE_NO_CIPHER); - SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, - SSL_R_NO_CIPHER_MATCH); + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, SSL_R_NO_CIPHER_MATCH); return(-1); } s->session->cipher= cp; @@ -420,8 +418,8 @@ static int get_client_master_key(SSL *s) n2s(p,i); s->session->key_arg_length=i; if(s->session->key_arg_length > SSL_MAX_KEY_ARG_LENGTH) { - SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, - SSL_R_KEY_ARG_TOO_LONG); + ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, SSL_R_KEY_ARG_TOO_LONG); return -1; } s->state=SSL2_ST_GET_CLIENT_MASTER_KEY_B; @@ -429,11 +427,17 @@ static int get_client_master_key(SSL *s) /* SSL2_ST_GET_CLIENT_MASTER_KEY_B */ p=(unsigned char *)s->init_buf->data; - die(s->init_buf->length >= SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER); + if (s->init_buf->length < SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) + { + ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, SSL_R_INTERNAL_ERROR); + return -1; + } keya=s->session->key_arg_length; len = 10 + (unsigned long)s->s2->tmp.clear + (unsigned long)s->s2->tmp.enc + (unsigned long)keya; if (len > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) { + ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); SSLerr(SSL_F_GET_CLIENT_MASTER_KEY,SSL_R_MESSAGE_TOO_LONG); return -1; } @@ -510,7 +514,13 @@ static int get_client_master_key(SSL *s) #endif if (is_export) i+=s->s2->tmp.clear; - die(i <= SSL_MAX_MASTER_KEY_LENGTH); + + if (i > SSL_MAX_MASTER_KEY_LENGTH) + { + ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_MASTER_KEY, SSL_R_INTERNAL_ERROR); + return -1; + } s->session->master_key_length=i; memcpy(s->session->master_key,p,(unsigned int)i); return(1); @@ -560,6 +570,7 @@ static int get_client_hello(SSL *s) if ( (i < SSL2_MIN_CHALLENGE_LENGTH) || (i > SSL2_MAX_CHALLENGE_LENGTH)) { + ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); SSLerr(SSL_F_GET_CLIENT_HELLO,SSL_R_INVALID_CHALLENGE_LENGTH); return(-1); } @@ -571,6 +582,7 @@ static int get_client_hello(SSL *s) len = 9 + (unsigned long)s->s2->tmp.cipher_spec_length + (unsigned long)s->s2->challenge_length + (unsigned long)s->s2->tmp.session_id_length; if (len > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) { + ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); SSLerr(SSL_F_GET_CLIENT_HELLO,SSL_R_MESSAGE_TOO_LONG); return -1; } @@ -658,7 +670,12 @@ static int get_client_hello(SSL *s) p+=s->s2->tmp.session_id_length; /* challenge */ - die(s->s2->challenge_length <= sizeof s->s2->challenge); + if (s->s2->challenge_length > sizeof s->s2->challenge) + { + ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_HELLO, SSL_R_INTERNAL_ERROR); + return -1; + } memcpy(s->s2->challenge,p,(unsigned int)s->s2->challenge_length); return(1); mem_err: @@ -810,7 +827,12 @@ static int get_client_finished(SSL *s) } /* SSL2_ST_GET_CLIENT_FINISHED_B */ - die(s->s2->conn_id_length <= sizeof s->s2->conn_id); + if (s->s2->conn_id_length > sizeof s->s2->conn_id) + { + ssl2_return_error(s,SSL2_PE_UNDEFINED_ERROR); + SSLerr(SSL_F_GET_CLIENT_FINISHED, SSL_R_INTERNAL_ERROR); + return -1; + } len = 1 + (unsigned long)s->s2->conn_id_length; n = (int)len - s->init_num; i = ssl2_read(s,(char *)&(p[s->init_num]),n); @@ -836,7 +858,11 @@ static int server_verify(SSL *s) { p=(unsigned char *)s->init_buf->data; *(p++)=SSL2_MT_SERVER_VERIFY; - die(s->s2->challenge_length <= sizeof s->s2->challenge); + if (s->s2->challenge_length > sizeof s->s2->challenge) + { + SSLerr(SSL_F_SERVER_VERIFY, SSL_R_INTERNAL_ERROR); + return -1; + } memcpy(p,s->s2->challenge,(unsigned int)s->s2->challenge_length); /* p+=s->s2->challenge_length; */ @@ -856,10 +882,12 @@ static int server_finish(SSL *s) p=(unsigned char *)s->init_buf->data; *(p++)=SSL2_MT_SERVER_FINISHED; - die(s->session->session_id_length - <= sizeof s->session->session_id); - memcpy(p,s->session->session_id, - (unsigned int)s->session->session_id_length); + if (s->session->session_id_length > sizeof s->session->session_id) + { + SSLerr(SSL_F_SERVER_FINISH, SSL_R_INTERNAL_ERROR); + return -1; + } + memcpy(p,s->session->session_id, (unsigned int)s->session->session_id_length); /* p+=s->session->session_id_length; */ s->state=SSL2_ST_SEND_SERVER_FINISHED_B; diff --git a/crypto/dist/openssl/ssl/s3_clnt.c b/crypto/dist/openssl/ssl/s3_clnt.c index b921d9a43d0e..32b9cea1cabf 100644 --- a/crypto/dist/openssl/ssl/s3_clnt.c +++ b/crypto/dist/openssl/ssl/s3_clnt.c @@ -546,7 +546,11 @@ static int ssl3_client_hello(SSL *s) *(p++)=i; if (i != 0) { - die(i <= sizeof s->session->session_id); + if (i > sizeof s->session->session_id) + { + SSLerr(SSL_F_SSL3_CLIENT_HELLO, SSL_R_INTERNAL_ERROR); + goto err; + } memcpy(p,s->session->session_id,i); p+=i; } diff --git a/crypto/dist/openssl/ssl/s3_srvr.c b/crypto/dist/openssl/ssl/s3_srvr.c index d211fd48cb40..fe1e6890142b 100644 --- a/crypto/dist/openssl/ssl/s3_srvr.c +++ b/crypto/dist/openssl/ssl/s3_srvr.c @@ -949,7 +949,11 @@ static int ssl3_send_server_hello(SSL *s) s->session->session_id_length=0; sl=s->session->session_id_length; - die(sl <= sizeof s->session->session_id); + if (sl > sizeof s->session->session_id) + { + SSLerr(SSL_F_SSL3_SEND_SERVER_HELLO, SSL_R_INTERNAL_ERROR); + return -1; + } *(p++)=sl; memcpy(p,s->session->session_id,sl); p+=sl; diff --git a/crypto/dist/openssl/ssl/ssl.h b/crypto/dist/openssl/ssl/ssl.h index ac73321ed228..dceb0d77d451 100644 --- a/crypto/dist/openssl/ssl/ssl.h +++ b/crypto/dist/openssl/ssl/ssl.h @@ -1233,6 +1233,7 @@ void ERR_load_SSL_strings(void); /* Function codes. */ #define SSL_F_CLIENT_CERTIFICATE 100 +#define SSL_F_CLIENT_FINISHED 238 #define SSL_F_CLIENT_HELLO 101 #define SSL_F_CLIENT_MASTER_KEY 102 #define SSL_F_D2I_SSL_SESSION 103 @@ -1246,7 +1247,9 @@ void ERR_load_SSL_strings(void); #define SSL_F_I2D_SSL_SESSION 111 #define SSL_F_READ_N 112 #define SSL_F_REQUEST_CERTIFICATE 113 +#define SSL_F_SERVER_FINISH 239 #define SSL_F_SERVER_HELLO 114 +#define SSL_F_SERVER_VERIFY 240 #define SSL_F_SSL23_ACCEPT 115 #define SSL_F_SSL23_CLIENT_HELLO 116 #define SSL_F_SSL23_CONNECT 117 @@ -1258,6 +1261,7 @@ void ERR_load_SSL_strings(void); #define SSL_F_SSL2_ACCEPT 122 #define SSL_F_SSL2_CONNECT 123 #define SSL_F_SSL2_ENC_INIT 124 +#define SSL_F_SSL2_GENERATE_KEY_MATERIAL 241 #define SSL_F_SSL2_PEEK 234 #define SSL_F_SSL2_READ 125 #define SSL_F_SSL2_READ_INTERNAL 236 @@ -1293,6 +1297,7 @@ void ERR_load_SSL_strings(void); #define SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE 152 #define SSL_F_SSL3_SEND_CLIENT_VERIFY 153 #define SSL_F_SSL3_SEND_SERVER_CERTIFICATE 154 +#define SSL_F_SSL3_SEND_SERVER_HELLO 242 #define SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE 155 #define SSL_F_SSL3_SETUP_BUFFERS 156 #define SSL_F_SSL3_SETUP_KEY_BLOCK 157 @@ -1507,6 +1512,7 @@ void ERR_load_SSL_strings(void); #define SSL_R_SHORT_READ 219 #define SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE 220 #define SSL_R_SSL23_DOING_SESSION_ID_REUSE 221 +#define SSL_R_SSL2_CONNECTION_ID_TOO_LONG 1114 #define SSL_R_SSL3_SESSION_ID_TOO_LONG 1113 #define SSL_R_SSL3_SESSION_ID_TOO_SHORT 222 #define SSL_R_SSLV3_ALERT_BAD_CERTIFICATE 1042 diff --git a/crypto/dist/openssl/ssl/ssl_asn1.c b/crypto/dist/openssl/ssl/ssl_asn1.c index 3de1dbc42e79..00f9fda357ae 100644 --- a/crypto/dist/openssl/ssl/ssl_asn1.c +++ b/crypto/dist/openssl/ssl/ssl_asn1.c @@ -273,10 +273,11 @@ SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, unsigned char **pp, i=SSL2_MAX_SSL_SESSION_ID_LENGTH; if (os.length > i) - os.length=i; + os.length = i; + if (os.length > sizeof ret->session_id) /* can't happen */ + os.length = sizeof ret->session_id; ret->session_id_length=os.length; - die(os.length <= sizeof ret->session_id); memcpy(ret->session_id,os.data,os.length); M_ASN1_D2I_get(osp,d2i_ASN1_OCTET_STRING); diff --git a/crypto/dist/openssl/ssl/ssl_err.c b/crypto/dist/openssl/ssl/ssl_err.c index b1b7c22e6b86..b77b35feefd1 100644 --- a/crypto/dist/openssl/ssl/ssl_err.c +++ b/crypto/dist/openssl/ssl/ssl_err.c @@ -67,6 +67,7 @@ static ERR_STRING_DATA SSL_str_functs[]= { {ERR_PACK(0,SSL_F_CLIENT_CERTIFICATE,0), "CLIENT_CERTIFICATE"}, +{ERR_PACK(0,SSL_F_CLIENT_FINISHED,0), "CLIENT_FINISHED"}, {ERR_PACK(0,SSL_F_CLIENT_HELLO,0), "CLIENT_HELLO"}, {ERR_PACK(0,SSL_F_CLIENT_MASTER_KEY,0), "CLIENT_MASTER_KEY"}, {ERR_PACK(0,SSL_F_D2I_SSL_SESSION,0), "d2i_SSL_SESSION"}, @@ -80,7 +81,9 @@ static ERR_STRING_DATA SSL_str_functs[]= {ERR_PACK(0,SSL_F_I2D_SSL_SESSION,0), "i2d_SSL_SESSION"}, {ERR_PACK(0,SSL_F_READ_N,0), "READ_N"}, {ERR_PACK(0,SSL_F_REQUEST_CERTIFICATE,0), "REQUEST_CERTIFICATE"}, +{ERR_PACK(0,SSL_F_SERVER_FINISH,0), "SERVER_FINISH"}, {ERR_PACK(0,SSL_F_SERVER_HELLO,0), "SERVER_HELLO"}, +{ERR_PACK(0,SSL_F_SERVER_VERIFY,0), "SERVER_VERIFY"}, {ERR_PACK(0,SSL_F_SSL23_ACCEPT,0), "SSL23_ACCEPT"}, {ERR_PACK(0,SSL_F_SSL23_CLIENT_HELLO,0), "SSL23_CLIENT_HELLO"}, {ERR_PACK(0,SSL_F_SSL23_CONNECT,0), "SSL23_CONNECT"}, @@ -92,6 +95,7 @@ static ERR_STRING_DATA SSL_str_functs[]= {ERR_PACK(0,SSL_F_SSL2_ACCEPT,0), "SSL2_ACCEPT"}, {ERR_PACK(0,SSL_F_SSL2_CONNECT,0), "SSL2_CONNECT"}, {ERR_PACK(0,SSL_F_SSL2_ENC_INIT,0), "SSL2_ENC_INIT"}, +{ERR_PACK(0,SSL_F_SSL2_GENERATE_KEY_MATERIAL,0), "SSL2_GENERATE_KEY_MATERIAL"}, {ERR_PACK(0,SSL_F_SSL2_PEEK,0), "SSL2_PEEK"}, {ERR_PACK(0,SSL_F_SSL2_READ,0), "SSL2_READ"}, {ERR_PACK(0,SSL_F_SSL2_READ_INTERNAL,0), "SSL2_READ_INTERNAL"}, @@ -127,6 +131,7 @@ static ERR_STRING_DATA SSL_str_functs[]= {ERR_PACK(0,SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,0), "SSL3_SEND_CLIENT_KEY_EXCHANGE"}, {ERR_PACK(0,SSL_F_SSL3_SEND_CLIENT_VERIFY,0), "SSL3_SEND_CLIENT_VERIFY"}, {ERR_PACK(0,SSL_F_SSL3_SEND_SERVER_CERTIFICATE,0), "SSL3_SEND_SERVER_CERTIFICATE"}, +{ERR_PACK(0,SSL_F_SSL3_SEND_SERVER_HELLO,0), "SSL3_SEND_SERVER_HELLO"}, {ERR_PACK(0,SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,0), "SSL3_SEND_SERVER_KEY_EXCHANGE"}, {ERR_PACK(0,SSL_F_SSL3_SETUP_BUFFERS,0), "SSL3_SETUP_BUFFERS"}, {ERR_PACK(0,SSL_F_SSL3_SETUP_KEY_BLOCK,0), "SSL3_SETUP_KEY_BLOCK"}, @@ -344,6 +349,7 @@ static ERR_STRING_DATA SSL_str_reasons[]= {SSL_R_SHORT_READ ,"short read"}, {SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE,"signature for non signing certificate"}, {SSL_R_SSL23_DOING_SESSION_ID_REUSE ,"ssl23 doing session id reuse"}, +{SSL_R_SSL2_CONNECTION_ID_TOO_LONG ,"ssl2 connection id too long"}, {SSL_R_SSL3_SESSION_ID_TOO_LONG ,"ssl3 session id too long"}, {SSL_R_SSL3_SESSION_ID_TOO_SHORT ,"ssl3 session id too short"}, {SSL_R_SSLV3_ALERT_BAD_CERTIFICATE ,"sslv3 alert bad certificate"}, diff --git a/crypto/dist/openssl/ssl/ssl_locl.h b/crypto/dist/openssl/ssl/ssl_locl.h index 74d9b9afa39a..7e11669aacb5 100644 --- a/crypto/dist/openssl/ssl/ssl_locl.h +++ b/crypto/dist/openssl/ssl/ssl_locl.h @@ -492,7 +492,7 @@ STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s); int ssl_verify_alarm_type(long type); int ssl2_enc_init(SSL *s, int client); -void ssl2_generate_key_material(SSL *s); +int ssl2_generate_key_material(SSL *s); void ssl2_enc(SSL *s,int send_data); void ssl2_mac(SSL *s,unsigned char *mac,int send_data); SSL_CIPHER *ssl2_get_cipher_by_char(const unsigned char *p); diff --git a/crypto/dist/openssl/ssl/ssl_sess.c b/crypto/dist/openssl/ssl/ssl_sess.c index 87cd8a9b86c0..2f2d5bc27f7c 100644 --- a/crypto/dist/openssl/ssl/ssl_sess.c +++ b/crypto/dist/openssl/ssl/ssl_sess.c @@ -200,7 +200,12 @@ int ssl_get_new_session(SSL *s, int session) ss->session_id_length=0; } - die(s->sid_ctx_length <= sizeof ss->sid_ctx); + if (s->sid_ctx_length > sizeof ss->sid_ctx) + { + SSLerr(SSL_F_SSL_GET_NEW_SESSION, SSL_R_INTERNAL_ERROR); + SSL_SESSION_free(ss); + return 0; + } memcpy(ss->sid_ctx,s->sid_ctx,s->sid_ctx_length); ss->sid_ctx_length=s->sid_ctx_length; s->session=ss; diff --git a/lib/libcrypto/man/BIO_ctrl.3 b/lib/libcrypto/man/BIO_ctrl.3 index 38bc9fb4cda5..615cacb95209 100644 --- a/lib/libcrypto/man/BIO_ctrl.3 +++ b/lib/libcrypto/man/BIO_ctrl.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_ctrl.3,v 1.4 2002/07/31 01:45:22 itojun Exp $ +.\" $NetBSD: BIO_ctrl.3,v 1.5 2002/08/08 23:47:39 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:12 2002 +.\" Fri Aug 9 08:27:26 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_ctrl 3" -.TH BIO_ctrl 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_ctrl 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl, BIO_reset, diff --git a/lib/libcrypto/man/BIO_f_base64.3 b/lib/libcrypto/man/BIO_f_base64.3 index 68aa20f48512..cc921768729c 100644 --- a/lib/libcrypto/man/BIO_f_base64.3 +++ b/lib/libcrypto/man/BIO_f_base64.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_f_base64.3,v 1.4 2002/07/31 01:45:22 itojun Exp $ +.\" $NetBSD: BIO_f_base64.3,v 1.5 2002/08/08 23:47:39 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:12 2002 +.\" Fri Aug 9 08:27:27 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_f_base64 3" -.TH BIO_f_base64 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_f_base64 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_f_base64 \- base64 \s-1BIO\s0 filter diff --git a/lib/libcrypto/man/BIO_f_buffer.3 b/lib/libcrypto/man/BIO_f_buffer.3 index 9ce2a44a7fbd..17647aeba1c3 100644 --- a/lib/libcrypto/man/BIO_f_buffer.3 +++ b/lib/libcrypto/man/BIO_f_buffer.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_f_buffer.3,v 1.4 2002/07/31 01:45:22 itojun Exp $ +.\" $NetBSD: BIO_f_buffer.3,v 1.5 2002/08/08 23:47:39 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:13 2002 +.\" Fri Aug 9 08:27:28 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_f_buffer 3" -.TH BIO_f_buffer 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_f_buffer 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_f_buffer \- buffering \s-1BIO\s0 diff --git a/lib/libcrypto/man/BIO_f_cipher.3 b/lib/libcrypto/man/BIO_f_cipher.3 index ae916a4f6ebc..dbddd1af8cfb 100644 --- a/lib/libcrypto/man/BIO_f_cipher.3 +++ b/lib/libcrypto/man/BIO_f_cipher.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_f_cipher.3,v 1.4 2002/07/31 01:45:22 itojun Exp $ +.\" $NetBSD: BIO_f_cipher.3,v 1.5 2002/08/08 23:47:39 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:13 2002 +.\" Fri Aug 9 08:27:28 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_f_cipher 3" -.TH BIO_f_cipher 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_f_cipher 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx \- cipher \s-1BIO\s0 filter diff --git a/lib/libcrypto/man/BIO_f_md.3 b/lib/libcrypto/man/BIO_f_md.3 index ff5208b5dc63..3bc6810c5914 100644 --- a/lib/libcrypto/man/BIO_f_md.3 +++ b/lib/libcrypto/man/BIO_f_md.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_f_md.3,v 1.5 2002/07/31 01:45:22 itojun Exp $ +.\" $NetBSD: BIO_f_md.3,v 1.6 2002/08/08 23:47:39 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:14 2002 +.\" Fri Aug 9 08:27:29 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_f_md 3" -.TH BIO_f_md 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_f_md 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_f_md, BIO_set_md, BIO_get_md, BIO_get_md_ctx \- message digest \s-1BIO\s0 filter diff --git a/lib/libcrypto/man/BIO_f_null.3 b/lib/libcrypto/man/BIO_f_null.3 index a06d5e4d0421..6adcec077ae8 100644 --- a/lib/libcrypto/man/BIO_f_null.3 +++ b/lib/libcrypto/man/BIO_f_null.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_f_null.3,v 1.4 2002/07/31 01:45:22 itojun Exp $ +.\" $NetBSD: BIO_f_null.3,v 1.5 2002/08/08 23:47:40 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:14 2002 +.\" Fri Aug 9 08:27:30 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_f_null 3" -.TH BIO_f_null 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_f_null 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_f_null \- null filter diff --git a/lib/libcrypto/man/BIO_f_ssl.3 b/lib/libcrypto/man/BIO_f_ssl.3 index ead2ca96f5e3..c898b3430587 100644 --- a/lib/libcrypto/man/BIO_f_ssl.3 +++ b/lib/libcrypto/man/BIO_f_ssl.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_f_ssl.3,v 1.5 2002/07/31 01:45:22 itojun Exp $ +.\" $NetBSD: BIO_f_ssl.3,v 1.6 2002/08/08 23:47:40 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:14 2002 +.\" Fri Aug 9 08:27:30 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_f_ssl 3" -.TH BIO_f_ssl 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_f_ssl 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_f_ssl, BIO_set_ssl, BIO_get_ssl, BIO_set_ssl_mode, BIO_set_ssl_renegotiate_bytes, diff --git a/lib/libcrypto/man/BIO_find_type.3 b/lib/libcrypto/man/BIO_find_type.3 index a554e7b74ae8..5199bcf03a63 100644 --- a/lib/libcrypto/man/BIO_find_type.3 +++ b/lib/libcrypto/man/BIO_find_type.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_find_type.3,v 1.4 2002/07/31 01:45:22 itojun Exp $ +.\" $NetBSD: BIO_find_type.3,v 1.5 2002/08/08 23:47:40 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:15 2002 +.\" Fri Aug 9 08:27:31 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_find_type 3" -.TH BIO_find_type 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_find_type 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_find_type, BIO_next \- \s-1BIO\s0 chain traversal diff --git a/lib/libcrypto/man/BIO_new.3 b/lib/libcrypto/man/BIO_new.3 index 7ebfdc19e9b1..fce0b8206c2d 100644 --- a/lib/libcrypto/man/BIO_new.3 +++ b/lib/libcrypto/man/BIO_new.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_new.3,v 1.4 2002/07/31 01:45:22 itojun Exp $ +.\" $NetBSD: BIO_new.3,v 1.5 2002/08/08 23:47:40 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:15 2002 +.\" Fri Aug 9 08:27:31 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_new 3" -.TH BIO_new 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_new 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_new, BIO_set, BIO_free, BIO_vfree, BIO_free_all \- \s-1BIO\s0 allocation and freeing functions diff --git a/lib/libcrypto/man/BIO_new_bio_pair.3 b/lib/libcrypto/man/BIO_new_bio_pair.3 index 76102bd78574..fd2aa12801a1 100644 --- a/lib/libcrypto/man/BIO_new_bio_pair.3 +++ b/lib/libcrypto/man/BIO_new_bio_pair.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_new_bio_pair.3,v 1.4 2002/07/31 01:45:22 itojun Exp $ +.\" $NetBSD: BIO_new_bio_pair.3,v 1.5 2002/08/08 23:47:40 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:15 2002 +.\" Fri Aug 9 08:27:31 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_new_bio_pair 3" -.TH BIO_new_bio_pair 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_new_bio_pair 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_new_bio_pair \- create a new \s-1BIO\s0 pair diff --git a/lib/libcrypto/man/BIO_push.3 b/lib/libcrypto/man/BIO_push.3 index 4a011b91c029..61a8ddfe6151 100644 --- a/lib/libcrypto/man/BIO_push.3 +++ b/lib/libcrypto/man/BIO_push.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_push.3,v 1.4 2002/07/31 01:45:22 itojun Exp $ +.\" $NetBSD: BIO_push.3,v 1.5 2002/08/08 23:47:40 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:16 2002 +.\" Fri Aug 9 08:27:32 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_push 3" -.TH BIO_push 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_push 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_push, BIO_pop \- add and remove BIOs from a chain. diff --git a/lib/libcrypto/man/BIO_read.3 b/lib/libcrypto/man/BIO_read.3 index e280220361d6..7ce9f447ce07 100644 --- a/lib/libcrypto/man/BIO_read.3 +++ b/lib/libcrypto/man/BIO_read.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_read.3,v 1.4 2002/07/31 01:45:22 itojun Exp $ +.\" $NetBSD: BIO_read.3,v 1.5 2002/08/08 23:47:41 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:16 2002 +.\" Fri Aug 9 08:27:32 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_read 3" -.TH BIO_read 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_read 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_read, BIO_write, BIO_gets, BIO_puts \- \s-1BIO\s0 I/O functions diff --git a/lib/libcrypto/man/BIO_s_accept.3 b/lib/libcrypto/man/BIO_s_accept.3 index cd1f59e165fd..d542ad8d9ef3 100644 --- a/lib/libcrypto/man/BIO_s_accept.3 +++ b/lib/libcrypto/man/BIO_s_accept.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_s_accept.3,v 1.4 2002/07/31 01:45:22 itojun Exp $ +.\" $NetBSD: BIO_s_accept.3,v 1.5 2002/08/08 23:47:41 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:16 2002 +.\" Fri Aug 9 08:27:33 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_s_accept 3" -.TH BIO_s_accept 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_s_accept 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_s_accept, BIO_set_nbio, BIO_set_accept_port, BIO_get_accept_port, diff --git a/lib/libcrypto/man/BIO_s_bio.3 b/lib/libcrypto/man/BIO_s_bio.3 index 7603189c4230..e45c71ffe2aa 100644 --- a/lib/libcrypto/man/BIO_s_bio.3 +++ b/lib/libcrypto/man/BIO_s_bio.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_s_bio.3,v 1.4 2002/07/31 01:45:22 itojun Exp $ +.\" $NetBSD: BIO_s_bio.3,v 1.5 2002/08/08 23:47:41 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:17 2002 +.\" Fri Aug 9 08:27:34 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_s_bio 3" -.TH BIO_s_bio 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_s_bio 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_s_bio, BIO_make_bio_pair, BIO_destroy_bio_pair, BIO_shutdown_wr, diff --git a/lib/libcrypto/man/BIO_s_connect.3 b/lib/libcrypto/man/BIO_s_connect.3 index 6cd6a5de2b09..2e82b328a165 100644 --- a/lib/libcrypto/man/BIO_s_connect.3 +++ b/lib/libcrypto/man/BIO_s_connect.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_s_connect.3,v 1.4 2002/07/31 01:45:22 itojun Exp $ +.\" $NetBSD: BIO_s_connect.3,v 1.5 2002/08/08 23:47:41 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:17 2002 +.\" Fri Aug 9 08:27:34 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_s_connect 3" -.TH BIO_s_connect 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_s_connect 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_s_connect, BIO_set_conn_hostname, BIO_set_conn_port, diff --git a/lib/libcrypto/man/BIO_s_fd.3 b/lib/libcrypto/man/BIO_s_fd.3 index 78c6872d1d03..87f77948cb93 100644 --- a/lib/libcrypto/man/BIO_s_fd.3 +++ b/lib/libcrypto/man/BIO_s_fd.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_s_fd.3,v 1.4 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BIO_s_fd.3,v 1.5 2002/08/08 23:47:41 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:18 2002 +.\" Fri Aug 9 08:27:35 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_s_fd 3" -.TH BIO_s_fd 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_s_fd 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_s_fd, BIO_set_fd, BIO_get_fd, BIO_new_fd \- file descriptor \s-1BIO\s0 diff --git a/lib/libcrypto/man/BIO_s_file.3 b/lib/libcrypto/man/BIO_s_file.3 index 2488d9a0aca5..693b2f21b170 100644 --- a/lib/libcrypto/man/BIO_s_file.3 +++ b/lib/libcrypto/man/BIO_s_file.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_s_file.3,v 1.4 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BIO_s_file.3,v 1.5 2002/08/08 23:47:42 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:18 2002 +.\" Fri Aug 9 08:27:36 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_s_file 3" -.TH BIO_s_file 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_s_file 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_s_file, BIO_new_file, BIO_new_fp, BIO_set_fp, BIO_get_fp, diff --git a/lib/libcrypto/man/BIO_s_mem.3 b/lib/libcrypto/man/BIO_s_mem.3 index d50505dfe145..000fb88f0101 100644 --- a/lib/libcrypto/man/BIO_s_mem.3 +++ b/lib/libcrypto/man/BIO_s_mem.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_s_mem.3,v 1.5 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BIO_s_mem.3,v 1.6 2002/08/08 23:47:42 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:18 2002 +.\" Fri Aug 9 08:27:36 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_s_mem 3" -.TH BIO_s_mem 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_s_mem 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_s_mem, BIO_set_mem_eof_return, BIO_get_mem_data, BIO_set_mem_buf, diff --git a/lib/libcrypto/man/BIO_s_null.3 b/lib/libcrypto/man/BIO_s_null.3 index b82ee0ebf19f..693b51cde8e1 100644 --- a/lib/libcrypto/man/BIO_s_null.3 +++ b/lib/libcrypto/man/BIO_s_null.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_s_null.3,v 1.4 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BIO_s_null.3,v 1.5 2002/08/08 23:47:42 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:19 2002 +.\" Fri Aug 9 08:27:36 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_s_null 3" -.TH BIO_s_null 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_s_null 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_s_null \- null data sink diff --git a/lib/libcrypto/man/BIO_s_socket.3 b/lib/libcrypto/man/BIO_s_socket.3 index 74e7635e4385..c0d8011f0894 100644 --- a/lib/libcrypto/man/BIO_s_socket.3 +++ b/lib/libcrypto/man/BIO_s_socket.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_s_socket.3,v 1.4 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BIO_s_socket.3,v 1.5 2002/08/08 23:47:42 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:19 2002 +.\" Fri Aug 9 08:27:37 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_s_socket 3" -.TH BIO_s_socket 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_s_socket 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_s_socket, BIO_new_socket \- socket \s-1BIO\s0 diff --git a/lib/libcrypto/man/BIO_set_callback.3 b/lib/libcrypto/man/BIO_set_callback.3 index d906dbb1f43d..ac2284d1a9b1 100644 --- a/lib/libcrypto/man/BIO_set_callback.3 +++ b/lib/libcrypto/man/BIO_set_callback.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_set_callback.3,v 1.4 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BIO_set_callback.3,v 1.5 2002/08/08 23:47:43 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:20 2002 +.\" Fri Aug 9 08:27:38 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_set_callback 3" -.TH BIO_set_callback 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_set_callback 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_set_callback, BIO_get_callback, BIO_set_callback_arg, BIO_get_callback_arg, diff --git a/lib/libcrypto/man/BIO_should_retry.3 b/lib/libcrypto/man/BIO_should_retry.3 index 30b5ee46ed5a..8e55a23531e9 100644 --- a/lib/libcrypto/man/BIO_should_retry.3 +++ b/lib/libcrypto/man/BIO_should_retry.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BIO_should_retry.3,v 1.5 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BIO_should_retry.3,v 1.6 2002/08/08 23:47:43 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:20 2002 +.\" Fri Aug 9 08:27:38 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BIO_should_retry 3" -.TH BIO_should_retry 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BIO_should_retry 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BIO_should_retry, BIO_should_read, BIO_should_write, diff --git a/lib/libcrypto/man/BN_CTX_new.3 b/lib/libcrypto/man/BN_CTX_new.3 index 0e66e085c59a..ffb7f9645890 100644 --- a/lib/libcrypto/man/BN_CTX_new.3 +++ b/lib/libcrypto/man/BN_CTX_new.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_CTX_new.3,v 1.8 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BN_CTX_new.3,v 1.9 2002/08/08 23:47:43 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:21 2002 +.\" Fri Aug 9 08:27:39 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_CTX_new 3" -.TH BN_CTX_new 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH BN_CTX_new 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" BN_CTX_new, BN_CTX_init, BN_CTX_free \- allocate and free \s-1BN_CTX\s0 structures diff --git a/lib/libcrypto/man/BN_CTX_start.3 b/lib/libcrypto/man/BN_CTX_start.3 index 2305b5f25da4..22bc3d262590 100644 --- a/lib/libcrypto/man/BN_CTX_start.3 +++ b/lib/libcrypto/man/BN_CTX_start.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_CTX_start.3,v 1.8 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BN_CTX_start.3,v 1.9 2002/08/08 23:47:43 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:21 2002 +.\" Fri Aug 9 08:27:39 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_CTX_start 3" -.TH BN_CTX_start 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BN_CTX_start 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BN_CTX_start, BN_CTX_get, BN_CTX_end \- use temporary \s-1BIGNUM\s0 variables diff --git a/lib/libcrypto/man/BN_add.3 b/lib/libcrypto/man/BN_add.3 index c6b730e62123..d0b4e9076e55 100644 --- a/lib/libcrypto/man/BN_add.3 +++ b/lib/libcrypto/man/BN_add.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_add.3,v 1.8 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BN_add.3,v 1.9 2002/08/08 23:47:43 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:21 2002 +.\" Fri Aug 9 08:27:40 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_add 3" -.TH BN_add 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH BN_add 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" BN_add, BN_sub, BN_mul, BN_div, BN_sqr, BN_mod, BN_mod_mul, BN_exp, diff --git a/lib/libcrypto/man/BN_add_word.3 b/lib/libcrypto/man/BN_add_word.3 index eb0e1a514d9c..482ff8a9488b 100644 --- a/lib/libcrypto/man/BN_add_word.3 +++ b/lib/libcrypto/man/BN_add_word.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_add_word.3,v 1.8 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BN_add_word.3,v 1.9 2002/08/08 23:47:44 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:21 2002 +.\" Fri Aug 9 08:27:40 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_add_word 3" -.TH BN_add_word 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH BN_add_word 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" BN_add_word, BN_sub_word, BN_mul_word, BN_div_word, BN_mod_word \- arithmetic diff --git a/lib/libcrypto/man/BN_bn2bin.3 b/lib/libcrypto/man/BN_bn2bin.3 index ac4fdd7c3e8d..f4015f49a5b7 100644 --- a/lib/libcrypto/man/BN_bn2bin.3 +++ b/lib/libcrypto/man/BN_bn2bin.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_bn2bin.3,v 1.8 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BN_bn2bin.3,v 1.9 2002/08/08 23:47:44 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:22 2002 +.\" Fri Aug 9 08:27:41 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_bn2bin 3" -.TH BN_bn2bin 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH BN_bn2bin 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" BN_bn2bin, BN_bin2bn, BN_bn2hex, BN_bn2dec, BN_hex2bn, BN_dec2bn, diff --git a/lib/libcrypto/man/BN_cmp.3 b/lib/libcrypto/man/BN_cmp.3 index ec99ea7be44d..9b2ea27297f3 100644 --- a/lib/libcrypto/man/BN_cmp.3 +++ b/lib/libcrypto/man/BN_cmp.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_cmp.3,v 1.8 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BN_cmp.3,v 1.9 2002/08/08 23:47:44 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:22 2002 +.\" Fri Aug 9 08:27:42 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_cmp 3" -.TH BN_cmp 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH BN_cmp 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" BN_cmp, BN_ucmp, BN_is_zero, BN_is_one, BN_is_word, BN_is_odd \- \s-1BIGNUM\s0 comparison and test functions diff --git a/lib/libcrypto/man/BN_copy.3 b/lib/libcrypto/man/BN_copy.3 index 4245c79aaf88..592624d4c245 100644 --- a/lib/libcrypto/man/BN_copy.3 +++ b/lib/libcrypto/man/BN_copy.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_copy.3,v 1.8 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BN_copy.3,v 1.9 2002/08/08 23:47:44 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:22 2002 +.\" Fri Aug 9 08:27:42 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_copy 3" -.TH BN_copy 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH BN_copy 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" BN_copy, BN_dup \- copy BIGNUMs diff --git a/lib/libcrypto/man/BN_generate_prime.3 b/lib/libcrypto/man/BN_generate_prime.3 index 428bbae8bb10..a32273730f22 100644 --- a/lib/libcrypto/man/BN_generate_prime.3 +++ b/lib/libcrypto/man/BN_generate_prime.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_generate_prime.3,v 1.8 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BN_generate_prime.3,v 1.9 2002/08/08 23:47:44 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:23 2002 +.\" Fri Aug 9 08:27:43 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_generate_prime 3" -.TH BN_generate_prime 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH BN_generate_prime 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" BN_generate_prime, BN_is_prime, BN_is_prime_fasttest \- generate primes and test for primality diff --git a/lib/libcrypto/man/BN_mod_inverse.3 b/lib/libcrypto/man/BN_mod_inverse.3 index b0eb113e58fc..72bf56ff7a6f 100644 --- a/lib/libcrypto/man/BN_mod_inverse.3 +++ b/lib/libcrypto/man/BN_mod_inverse.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_mod_inverse.3,v 1.8 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BN_mod_inverse.3,v 1.9 2002/08/08 23:47:44 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:23 2002 +.\" Fri Aug 9 08:27:44 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_mod_inverse 3" -.TH BN_mod_inverse 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH BN_mod_inverse 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" BN_mod_inverse \- compute inverse modulo n diff --git a/lib/libcrypto/man/BN_mod_mul_montgomery.3 b/lib/libcrypto/man/BN_mod_mul_montgomery.3 index 5efcec92fc7d..b28e40d4c73d 100644 --- a/lib/libcrypto/man/BN_mod_mul_montgomery.3 +++ b/lib/libcrypto/man/BN_mod_mul_montgomery.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_mod_mul_montgomery.3,v 1.8 2002/07/31 01:45:23 itojun Exp $ +.\" $NetBSD: BN_mod_mul_montgomery.3,v 1.9 2002/08/08 23:47:45 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:24 2002 +.\" Fri Aug 9 08:27:45 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_mod_mul_montgomery 3" -.TH BN_mod_mul_montgomery 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BN_mod_mul_montgomery 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BN_mod_mul_montgomery, BN_MONT_CTX_new, BN_MONT_CTX_init, diff --git a/lib/libcrypto/man/BN_mod_mul_reciprocal.3 b/lib/libcrypto/man/BN_mod_mul_reciprocal.3 index dbe9640bbafc..a283714bc211 100644 --- a/lib/libcrypto/man/BN_mod_mul_reciprocal.3 +++ b/lib/libcrypto/man/BN_mod_mul_reciprocal.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_mod_mul_reciprocal.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: BN_mod_mul_reciprocal.3,v 1.9 2002/08/08 23:47:45 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:24 2002 +.\" Fri Aug 9 08:27:45 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_mod_mul_reciprocal 3" -.TH BN_mod_mul_reciprocal 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BN_mod_mul_reciprocal 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BN_mod_mul_reciprocal, BN_div_recp, BN_RECP_CTX_new, BN_RECP_CTX_init, diff --git a/lib/libcrypto/man/BN_new.3 b/lib/libcrypto/man/BN_new.3 index 455cc8189fd9..3e5468ad53a9 100644 --- a/lib/libcrypto/man/BN_new.3 +++ b/lib/libcrypto/man/BN_new.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_new.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: BN_new.3,v 1.9 2002/08/08 23:47:45 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:24 2002 +.\" Fri Aug 9 08:27:46 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_new 3" -.TH BN_new 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH BN_new 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" BN_new, BN_init, BN_clear, BN_free, BN_clear_free \- allocate and free BIGNUMs diff --git a/lib/libcrypto/man/BN_num_bytes.3 b/lib/libcrypto/man/BN_num_bytes.3 index 6a2366acddd4..b37f136d64bc 100644 --- a/lib/libcrypto/man/BN_num_bytes.3 +++ b/lib/libcrypto/man/BN_num_bytes.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_num_bytes.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: BN_num_bytes.3,v 1.9 2002/08/08 23:47:45 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:25 2002 +.\" Fri Aug 9 08:27:46 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_num_bytes 3" -.TH BN_num_bytes 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH BN_num_bytes 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" BN_num_bits, BN_num_bytes, BN_num_bits_word \- get \s-1BIGNUM\s0 size diff --git a/lib/libcrypto/man/BN_rand.3 b/lib/libcrypto/man/BN_rand.3 index a4c9be642c3c..e0343cf742b0 100644 --- a/lib/libcrypto/man/BN_rand.3 +++ b/lib/libcrypto/man/BN_rand.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_rand.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: BN_rand.3,v 1.9 2002/08/08 23:47:45 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:25 2002 +.\" Fri Aug 9 08:27:47 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_rand 3" -.TH BN_rand 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH BN_rand 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" BN_rand, BN_pseudo_rand \- generate pseudo-random number diff --git a/lib/libcrypto/man/BN_set_bit.3 b/lib/libcrypto/man/BN_set_bit.3 index 9f6db5044ff1..f09768d19b93 100644 --- a/lib/libcrypto/man/BN_set_bit.3 +++ b/lib/libcrypto/man/BN_set_bit.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_set_bit.3,v 1.9 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: BN_set_bit.3,v 1.10 2002/08/08 23:47:45 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:25 2002 +.\" Fri Aug 9 08:27:47 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_set_bit 3" -.TH BN_set_bit 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH BN_set_bit 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" BN_set_bit, BN_clear_bit, BN_is_bit_set, BN_mask_bits, BN_lshift, diff --git a/lib/libcrypto/man/BN_zero.3 b/lib/libcrypto/man/BN_zero.3 index a80f5411c48f..c43a2b62ccc0 100644 --- a/lib/libcrypto/man/BN_zero.3 +++ b/lib/libcrypto/man/BN_zero.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: BN_zero.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: BN_zero.3,v 1.9 2002/08/08 23:47:46 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:26 2002 +.\" Fri Aug 9 08:27:48 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "BN_zero 3" -.TH BN_zero 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH BN_zero 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BN_zero, BN_one, BN_value_one, BN_set_word, BN_get_word \- \s-1BIGNUM\s0 assignment diff --git a/lib/libcrypto/man/CRYPTO_set_ex_data.3 b/lib/libcrypto/man/CRYPTO_set_ex_data.3 index d1b98ba677e4..f4a8c44598e9 100644 --- a/lib/libcrypto/man/CRYPTO_set_ex_data.3 +++ b/lib/libcrypto/man/CRYPTO_set_ex_data.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: CRYPTO_set_ex_data.3,v 1.7 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: CRYPTO_set_ex_data.3,v 1.8 2002/08/08 23:47:46 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:26 2002 +.\" Fri Aug 9 08:27:48 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "CRYPTO_set_ex_data 3" -.TH CRYPTO_set_ex_data 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH CRYPTO_set_ex_data 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" CRYPTO_set_ex_data, CRYPTO_get_ex_data \- internal application specific data functions diff --git a/lib/libcrypto/man/DH_generate_key.3 b/lib/libcrypto/man/DH_generate_key.3 index 49acee94085a..31943293c71f 100644 --- a/lib/libcrypto/man/DH_generate_key.3 +++ b/lib/libcrypto/man/DH_generate_key.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DH_generate_key.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DH_generate_key.3,v 1.9 2002/08/08 23:47:46 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:26 2002 +.\" Fri Aug 9 08:27:49 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DH_generate_key 3" -.TH DH_generate_key 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH DH_generate_key 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" DH_generate_key, DH_compute_key \- perform Diffie-Hellman key exchange diff --git a/lib/libcrypto/man/DH_generate_parameters.3 b/lib/libcrypto/man/DH_generate_parameters.3 index 3b3f4024040d..e943450a5d92 100644 --- a/lib/libcrypto/man/DH_generate_parameters.3 +++ b/lib/libcrypto/man/DH_generate_parameters.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DH_generate_parameters.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DH_generate_parameters.3,v 1.9 2002/08/08 23:47:46 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:27 2002 +.\" Fri Aug 9 08:27:50 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DH_generate_parameters 3" -.TH DH_generate_parameters 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH DH_generate_parameters 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" DH_generate_parameters, DH_check \- generate and check Diffie-Hellman parameters diff --git a/lib/libcrypto/man/DH_get_ex_new_index.3 b/lib/libcrypto/man/DH_get_ex_new_index.3 index 4a78833fae6f..7a49ce08e37c 100644 --- a/lib/libcrypto/man/DH_get_ex_new_index.3 +++ b/lib/libcrypto/man/DH_get_ex_new_index.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DH_get_ex_new_index.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DH_get_ex_new_index.3,v 1.9 2002/08/08 23:47:46 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:27 2002 +.\" Fri Aug 9 08:27:51 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DH_get_ex_new_index 3" -.TH DH_get_ex_new_index 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH DH_get_ex_new_index 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" DH_get_ex_new_index, DH_set_ex_data, DH_get_ex_data \- add application specific data to \s-1DH\s0 structures diff --git a/lib/libcrypto/man/DH_new.3 b/lib/libcrypto/man/DH_new.3 index 12ed8e658a6d..e1a6e07d77a0 100644 --- a/lib/libcrypto/man/DH_new.3 +++ b/lib/libcrypto/man/DH_new.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DH_new.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DH_new.3,v 1.9 2002/08/08 23:47:46 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:27 2002 +.\" Fri Aug 9 08:27:51 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DH_new 3" -.TH DH_new 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH DH_new 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" DH_new, DH_free \- allocate and free \s-1DH\s0 objects diff --git a/lib/libcrypto/man/DH_set_method.3 b/lib/libcrypto/man/DH_set_method.3 index 01c54676644b..5eb83bcf7b28 100644 --- a/lib/libcrypto/man/DH_set_method.3 +++ b/lib/libcrypto/man/DH_set_method.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DH_set_method.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DH_set_method.3,v 1.9 2002/08/08 23:47:47 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:28 2002 +.\" Fri Aug 9 08:27:52 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DH_set_method 3" -.TH DH_set_method 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH DH_set_method 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" DH_set_default_method, DH_get_default_method, DH_set_method, diff --git a/lib/libcrypto/man/DH_size.3 b/lib/libcrypto/man/DH_size.3 index 451997a54da4..8f3fcbc17abc 100644 --- a/lib/libcrypto/man/DH_size.3 +++ b/lib/libcrypto/man/DH_size.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DH_size.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DH_size.3,v 1.9 2002/08/08 23:47:47 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:28 2002 +.\" Fri Aug 9 08:27:52 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DH_size 3" -.TH DH_size 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH DH_size 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" DH_size \- get Diffie-Hellman prime size diff --git a/lib/libcrypto/man/DSA_SIG_new.3 b/lib/libcrypto/man/DSA_SIG_new.3 index ae7bdb46ac59..14b727abd625 100644 --- a/lib/libcrypto/man/DSA_SIG_new.3 +++ b/lib/libcrypto/man/DSA_SIG_new.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DSA_SIG_new.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DSA_SIG_new.3,v 1.9 2002/08/08 23:47:47 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:28 2002 +.\" Fri Aug 9 08:27:53 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DSA_SIG_new 3" -.TH DSA_SIG_new 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH DSA_SIG_new 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" DSA_SIG_new, DSA_SIG_free \- allocate and free \s-1DSA\s0 signature objects diff --git a/lib/libcrypto/man/DSA_do_sign.3 b/lib/libcrypto/man/DSA_do_sign.3 index 986589a36f36..3b2c336b624c 100644 --- a/lib/libcrypto/man/DSA_do_sign.3 +++ b/lib/libcrypto/man/DSA_do_sign.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DSA_do_sign.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DSA_do_sign.3,v 1.9 2002/08/08 23:47:47 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:29 2002 +.\" Fri Aug 9 08:27:53 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DSA_do_sign 3" -.TH DSA_do_sign 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH DSA_do_sign 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" DSA_do_sign, DSA_do_verify \- raw \s-1DSA\s0 signature operations diff --git a/lib/libcrypto/man/DSA_dup_DH.3 b/lib/libcrypto/man/DSA_dup_DH.3 index 07a59aab4d2c..dd98be1c6a48 100644 --- a/lib/libcrypto/man/DSA_dup_DH.3 +++ b/lib/libcrypto/man/DSA_dup_DH.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DSA_dup_DH.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DSA_dup_DH.3,v 1.9 2002/08/08 23:47:47 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:29 2002 +.\" Fri Aug 9 08:27:54 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DSA_dup_DH 3" -.TH DSA_dup_DH 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH DSA_dup_DH 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" DSA_dup_DH \- create a \s-1DH\s0 structure out of \s-1DSA\s0 structure diff --git a/lib/libcrypto/man/DSA_generate_key.3 b/lib/libcrypto/man/DSA_generate_key.3 index dbd1fa973662..971a315dea99 100644 --- a/lib/libcrypto/man/DSA_generate_key.3 +++ b/lib/libcrypto/man/DSA_generate_key.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DSA_generate_key.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DSA_generate_key.3,v 1.9 2002/08/08 23:47:47 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:30 2002 +.\" Fri Aug 9 08:27:54 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DSA_generate_key 3" -.TH DSA_generate_key 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH DSA_generate_key 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" DSA_generate_key \- generate \s-1DSA\s0 key pair diff --git a/lib/libcrypto/man/DSA_generate_parameters.3 b/lib/libcrypto/man/DSA_generate_parameters.3 index cb5b165afc5f..69b94d4ed2fc 100644 --- a/lib/libcrypto/man/DSA_generate_parameters.3 +++ b/lib/libcrypto/man/DSA_generate_parameters.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DSA_generate_parameters.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DSA_generate_parameters.3,v 1.9 2002/08/08 23:47:48 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:30 2002 +.\" Fri Aug 9 08:27:55 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DSA_generate_parameters 3" -.TH DSA_generate_parameters 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH DSA_generate_parameters 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" DSA_generate_parameters \- generate \s-1DSA\s0 parameters diff --git a/lib/libcrypto/man/DSA_get_ex_new_index.3 b/lib/libcrypto/man/DSA_get_ex_new_index.3 index 16c9c5558db9..9946dae3e08e 100644 --- a/lib/libcrypto/man/DSA_get_ex_new_index.3 +++ b/lib/libcrypto/man/DSA_get_ex_new_index.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DSA_get_ex_new_index.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DSA_get_ex_new_index.3,v 1.9 2002/08/08 23:47:48 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:30 2002 +.\" Fri Aug 9 08:27:56 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DSA_get_ex_new_index 3" -.TH DSA_get_ex_new_index 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH DSA_get_ex_new_index 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" DSA_get_ex_new_index, DSA_set_ex_data, DSA_get_ex_data \- add application specific data to \s-1DSA\s0 structures diff --git a/lib/libcrypto/man/DSA_new.3 b/lib/libcrypto/man/DSA_new.3 index 6aef088a65c4..48d574e78779 100644 --- a/lib/libcrypto/man/DSA_new.3 +++ b/lib/libcrypto/man/DSA_new.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DSA_new.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DSA_new.3,v 1.9 2002/08/08 23:47:48 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:31 2002 +.\" Fri Aug 9 08:27:56 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DSA_new 3" -.TH DSA_new 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH DSA_new 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" DSA_new, DSA_free \- allocate and free \s-1DSA\s0 objects diff --git a/lib/libcrypto/man/DSA_set_method.3 b/lib/libcrypto/man/DSA_set_method.3 index f729cb1946d0..d297fff89302 100644 --- a/lib/libcrypto/man/DSA_set_method.3 +++ b/lib/libcrypto/man/DSA_set_method.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DSA_set_method.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DSA_set_method.3,v 1.9 2002/08/08 23:47:48 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:31 2002 +.\" Fri Aug 9 08:27:57 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DSA_set_method 3" -.TH DSA_set_method 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH DSA_set_method 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" DSA_set_default_method, DSA_get_default_method, DSA_set_method, diff --git a/lib/libcrypto/man/DSA_sign.3 b/lib/libcrypto/man/DSA_sign.3 index 62d95cd9e255..9bdabba9d7e6 100644 --- a/lib/libcrypto/man/DSA_sign.3 +++ b/lib/libcrypto/man/DSA_sign.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DSA_sign.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DSA_sign.3,v 1.9 2002/08/08 23:47:48 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:31 2002 +.\" Fri Aug 9 08:27:57 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DSA_sign 3" -.TH DSA_sign 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH DSA_sign 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" DSA_sign, DSA_sign_setup, DSA_verify \- \s-1DSA\s0 signatures diff --git a/lib/libcrypto/man/DSA_size.3 b/lib/libcrypto/man/DSA_size.3 index fcf510ef556e..d2f3ea272f20 100644 --- a/lib/libcrypto/man/DSA_size.3 +++ b/lib/libcrypto/man/DSA_size.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: DSA_size.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: DSA_size.3,v 1.9 2002/08/08 23:47:48 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:32 2002 +.\" Fri Aug 9 08:27:58 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DSA_size 3" -.TH DSA_size 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH DSA_size 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" DSA_size \- get \s-1DSA\s0 signature size diff --git a/lib/libcrypto/man/ERR_GET_LIB.3 b/lib/libcrypto/man/ERR_GET_LIB.3 index b6f8f12a3dc8..ccce6997cea5 100644 --- a/lib/libcrypto/man/ERR_GET_LIB.3 +++ b/lib/libcrypto/man/ERR_GET_LIB.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: ERR_GET_LIB.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: ERR_GET_LIB.3,v 1.9 2002/08/08 23:47:49 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:32 2002 +.\" Fri Aug 9 08:27:58 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "ERR_GET_LIB 3" -.TH ERR_GET_LIB 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH ERR_GET_LIB 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" \&\s-1ERR_GET_LIB\s0, \s-1ERR_GET_FUNC\s0, \s-1ERR_GET_REASON\s0 \- get library, function and diff --git a/lib/libcrypto/man/ERR_clear_error.3 b/lib/libcrypto/man/ERR_clear_error.3 index 198b895e706d..34e67349dae5 100644 --- a/lib/libcrypto/man/ERR_clear_error.3 +++ b/lib/libcrypto/man/ERR_clear_error.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: ERR_clear_error.3,v 1.8 2002/07/31 01:45:24 itojun Exp $ +.\" $NetBSD: ERR_clear_error.3,v 1.9 2002/08/08 23:47:49 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:33 2002 +.\" Fri Aug 9 08:27:59 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "ERR_clear_error 3" -.TH ERR_clear_error 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH ERR_clear_error 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" ERR_clear_error \- clear the error queue diff --git a/lib/libcrypto/man/ERR_error_string.3 b/lib/libcrypto/man/ERR_error_string.3 index e2852a8d4046..d8ed4b5a2754 100644 --- a/lib/libcrypto/man/ERR_error_string.3 +++ b/lib/libcrypto/man/ERR_error_string.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: ERR_error_string.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: ERR_error_string.3,v 1.9 2002/08/08 23:47:49 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:33 2002 +.\" Fri Aug 9 08:28:00 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "ERR_error_string 3" -.TH ERR_error_string 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH ERR_error_string 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" ERR_error_string, ERR_error_string_n, ERR_lib_error_string, diff --git a/lib/libcrypto/man/ERR_get_error.3 b/lib/libcrypto/man/ERR_get_error.3 index 6306522af41a..afac1faa065e 100644 --- a/lib/libcrypto/man/ERR_get_error.3 +++ b/lib/libcrypto/man/ERR_get_error.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: ERR_get_error.3,v 1.9 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: ERR_get_error.3,v 1.10 2002/08/08 23:47:49 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:33 2002 +.\" Fri Aug 9 08:28:01 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "ERR_get_error 3" -.TH ERR_get_error 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH ERR_get_error 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" ERR_get_error, ERR_peek_error, ERR_get_error_line, ERR_peek_error_line, diff --git a/lib/libcrypto/man/ERR_load_crypto_strings.3 b/lib/libcrypto/man/ERR_load_crypto_strings.3 index 989926daa863..79c9e952f378 100644 --- a/lib/libcrypto/man/ERR_load_crypto_strings.3 +++ b/lib/libcrypto/man/ERR_load_crypto_strings.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: ERR_load_crypto_strings.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: ERR_load_crypto_strings.3,v 1.9 2002/08/08 23:47:49 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:34 2002 +.\" Fri Aug 9 08:28:02 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "ERR_load_crypto_strings 3" -.TH ERR_load_crypto_strings 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH ERR_load_crypto_strings 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" ERR_load_crypto_strings, SSL_load_error_strings, ERR_free_strings \- diff --git a/lib/libcrypto/man/ERR_load_strings.3 b/lib/libcrypto/man/ERR_load_strings.3 index f2e43ca7689f..277ac336c706 100644 --- a/lib/libcrypto/man/ERR_load_strings.3 +++ b/lib/libcrypto/man/ERR_load_strings.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: ERR_load_strings.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: ERR_load_strings.3,v 1.9 2002/08/08 23:47:49 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:34 2002 +.\" Fri Aug 9 08:28:02 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "ERR_load_strings 3" -.TH ERR_load_strings 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH ERR_load_strings 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" ERR_load_strings, \s-1ERR_PACK\s0, ERR_get_next_error_library \- load diff --git a/lib/libcrypto/man/ERR_print_errors.3 b/lib/libcrypto/man/ERR_print_errors.3 index e0a413386de8..612506d3157b 100644 --- a/lib/libcrypto/man/ERR_print_errors.3 +++ b/lib/libcrypto/man/ERR_print_errors.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: ERR_print_errors.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: ERR_print_errors.3,v 1.9 2002/08/08 23:47:50 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:34 2002 +.\" Fri Aug 9 08:28:03 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "ERR_print_errors 3" -.TH ERR_print_errors 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH ERR_print_errors 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" ERR_print_errors, ERR_print_errors_fp \- print error messages diff --git a/lib/libcrypto/man/ERR_put_error.3 b/lib/libcrypto/man/ERR_put_error.3 index ad8748183efb..2683763ff59f 100644 --- a/lib/libcrypto/man/ERR_put_error.3 +++ b/lib/libcrypto/man/ERR_put_error.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: ERR_put_error.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: ERR_put_error.3,v 1.9 2002/08/08 23:47:50 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:35 2002 +.\" Fri Aug 9 08:28:03 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "ERR_put_error 3" -.TH ERR_put_error 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH ERR_put_error 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" ERR_put_error, ERR_add_error_data \- record an error diff --git a/lib/libcrypto/man/ERR_remove_state.3 b/lib/libcrypto/man/ERR_remove_state.3 index f8803d189af2..8813610452cd 100644 --- a/lib/libcrypto/man/ERR_remove_state.3 +++ b/lib/libcrypto/man/ERR_remove_state.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: ERR_remove_state.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: ERR_remove_state.3,v 1.9 2002/08/08 23:47:50 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:35 2002 +.\" Fri Aug 9 08:28:04 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "ERR_remove_state 3" -.TH ERR_remove_state 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH ERR_remove_state 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" ERR_remove_state \- free a thread's error queue diff --git a/lib/libcrypto/man/EVP_DigestInit.3 b/lib/libcrypto/man/EVP_DigestInit.3 index 268ed866fa67..ce3563424645 100644 --- a/lib/libcrypto/man/EVP_DigestInit.3 +++ b/lib/libcrypto/man/EVP_DigestInit.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: EVP_DigestInit.3,v 1.9 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: EVP_DigestInit.3,v 1.10 2002/08/08 23:47:51 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:35 2002 +.\" Fri Aug 9 08:28:04 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "EVP_DigestInit 3" -.TH EVP_DigestInit 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH EVP_DigestInit 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" EVP_DigestInit, EVP_DigestUpdate, EVP_DigestFinal, \s-1EVP_MAX_MD_SIZE\s0, diff --git a/lib/libcrypto/man/EVP_EncryptInit.3 b/lib/libcrypto/man/EVP_EncryptInit.3 index d31b04de41ed..e3a1116476e1 100644 --- a/lib/libcrypto/man/EVP_EncryptInit.3 +++ b/lib/libcrypto/man/EVP_EncryptInit.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: EVP_EncryptInit.3,v 1.9 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: EVP_EncryptInit.3,v 1.10 2002/08/08 23:47:51 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:36 2002 +.\" Fri Aug 9 08:28:05 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "EVP_EncryptInit 3" -.TH EVP_EncryptInit 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH EVP_EncryptInit 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" EVP_EncryptInit, EVP_EncryptUpdate, EVP_EncryptFinal, EVP_DecryptInit, diff --git a/lib/libcrypto/man/EVP_OpenInit.3 b/lib/libcrypto/man/EVP_OpenInit.3 index f5dc97010e53..0521e28ef433 100644 --- a/lib/libcrypto/man/EVP_OpenInit.3 +++ b/lib/libcrypto/man/EVP_OpenInit.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: EVP_OpenInit.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: EVP_OpenInit.3,v 1.9 2002/08/08 23:47:51 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:36 2002 +.\" Fri Aug 9 08:28:06 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "EVP_OpenInit 3" -.TH EVP_OpenInit 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH EVP_OpenInit 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" EVP_OpenInit, EVP_OpenUpdate, EVP_OpenFinal \- \s-1EVP\s0 envelope decryption diff --git a/lib/libcrypto/man/EVP_SealInit.3 b/lib/libcrypto/man/EVP_SealInit.3 index 5808be2dad6e..a71a5b1c3ccc 100644 --- a/lib/libcrypto/man/EVP_SealInit.3 +++ b/lib/libcrypto/man/EVP_SealInit.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: EVP_SealInit.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: EVP_SealInit.3,v 1.9 2002/08/08 23:47:51 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:36 2002 +.\" Fri Aug 9 08:28:07 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "EVP_SealInit 3" -.TH EVP_SealInit 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH EVP_SealInit 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" EVP_SealInit, EVP_SealUpdate, EVP_SealFinal \- \s-1EVP\s0 envelope encryption diff --git a/lib/libcrypto/man/EVP_SignInit.3 b/lib/libcrypto/man/EVP_SignInit.3 index b6a1b84e35d8..f052a1526bb7 100644 --- a/lib/libcrypto/man/EVP_SignInit.3 +++ b/lib/libcrypto/man/EVP_SignInit.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: EVP_SignInit.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: EVP_SignInit.3,v 1.9 2002/08/08 23:47:51 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:37 2002 +.\" Fri Aug 9 08:28:07 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "EVP_SignInit 3" -.TH EVP_SignInit 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH EVP_SignInit 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" EVP_SignInit, EVP_SignUpdate, EVP_SignFinal \- \s-1EVP\s0 signing functions diff --git a/lib/libcrypto/man/EVP_VerifyInit.3 b/lib/libcrypto/man/EVP_VerifyInit.3 index d72d1d191e6d..91f4b1ffc13c 100644 --- a/lib/libcrypto/man/EVP_VerifyInit.3 +++ b/lib/libcrypto/man/EVP_VerifyInit.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: EVP_VerifyInit.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: EVP_VerifyInit.3,v 1.9 2002/08/08 23:47:52 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:37 2002 +.\" Fri Aug 9 08:28:07 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "EVP_VerifyInit 3" -.TH EVP_VerifyInit 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH EVP_VerifyInit 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" EVP_VerifyInit, EVP_VerifyUpdate, EVP_VerifyFinal \- \s-1EVP\s0 signature verification functions diff --git a/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 b/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 index ebbb296aa9a9..da1613edf5b5 100644 --- a/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 +++ b/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: OPENSSL_VERSION_NUMBER.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: OPENSSL_VERSION_NUMBER.3,v 1.9 2002/08/08 23:47:52 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:38 2002 +.\" Fri Aug 9 08:28:08 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "OPENSSL_VERSION_NUMBER 3" -.TH OPENSSL_VERSION_NUMBER 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH OPENSSL_VERSION_NUMBER 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" \&\s-1OPENSSL_VERSION_NUMBER\s0, SSLeay, SSLeay_version \- get OpenSSL version number diff --git a/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 b/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 index 8649a01ab690..1b6a7408c59d 100644 --- a/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 +++ b/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: OpenSSL_add_all_algorithms.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: OpenSSL_add_all_algorithms.3,v 1.9 2002/08/08 23:47:52 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:38 2002 +.\" Fri Aug 9 08:28:09 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "OpenSSL_add_all_algorithms 3" -.TH OpenSSL_add_all_algorithms 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH OpenSSL_add_all_algorithms 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" OpenSSL_add_all_algorithms, OpenSSL_add_all_ciphers, OpenSSL_add_all_digests \- diff --git a/lib/libcrypto/man/RAND_add.3 b/lib/libcrypto/man/RAND_add.3 index fa5db78083d0..a5ace79c5786 100644 --- a/lib/libcrypto/man/RAND_add.3 +++ b/lib/libcrypto/man/RAND_add.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RAND_add.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: RAND_add.3,v 1.9 2002/08/08 23:47:52 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:38 2002 +.\" Fri Aug 9 08:28:10 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RAND_add 3" -.TH RAND_add 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH RAND_add 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" RAND_add, RAND_seed, RAND_status, RAND_event, RAND_screen \- add diff --git a/lib/libcrypto/man/RAND_bytes.3 b/lib/libcrypto/man/RAND_bytes.3 index f80fd6cf698a..c6873bc0e2f4 100644 --- a/lib/libcrypto/man/RAND_bytes.3 +++ b/lib/libcrypto/man/RAND_bytes.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RAND_bytes.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: RAND_bytes.3,v 1.9 2002/08/08 23:47:52 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:39 2002 +.\" Fri Aug 9 08:28:10 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RAND_bytes 3" -.TH RAND_bytes 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH RAND_bytes 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" RAND_bytes, RAND_pseudo_bytes \- generate random data diff --git a/lib/libcrypto/man/RAND_cleanup.3 b/lib/libcrypto/man/RAND_cleanup.3 index 487bd0c4b5ed..ac1ee224367c 100644 --- a/lib/libcrypto/man/RAND_cleanup.3 +++ b/lib/libcrypto/man/RAND_cleanup.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RAND_cleanup.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: RAND_cleanup.3,v 1.9 2002/08/08 23:47:52 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:39 2002 +.\" Fri Aug 9 08:28:11 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RAND_cleanup 3" -.TH RAND_cleanup 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH RAND_cleanup 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" RAND_cleanup \- erase the \s-1PRNG\s0 state diff --git a/lib/libcrypto/man/RAND_egd.3 b/lib/libcrypto/man/RAND_egd.3 index b89d59517b1a..4bae3c15a5e9 100644 --- a/lib/libcrypto/man/RAND_egd.3 +++ b/lib/libcrypto/man/RAND_egd.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RAND_egd.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: RAND_egd.3,v 1.9 2002/08/08 23:47:53 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:40 2002 +.\" Fri Aug 9 08:28:12 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RAND_egd 3" -.TH RAND_egd 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH RAND_egd 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" RAND_egd \- query entropy gathering daemon diff --git a/lib/libcrypto/man/RAND_load_file.3 b/lib/libcrypto/man/RAND_load_file.3 index b1898782d90a..1fece2cf8f30 100644 --- a/lib/libcrypto/man/RAND_load_file.3 +++ b/lib/libcrypto/man/RAND_load_file.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RAND_load_file.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: RAND_load_file.3,v 1.9 2002/08/08 23:47:53 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:40 2002 +.\" Fri Aug 9 08:28:12 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RAND_load_file 3" -.TH RAND_load_file 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH RAND_load_file 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" RAND_load_file, RAND_write_file, RAND_file_name \- \s-1PRNG\s0 seed file diff --git a/lib/libcrypto/man/RAND_set_rand_method.3 b/lib/libcrypto/man/RAND_set_rand_method.3 index d5d42fc921dd..0691d0535ef6 100644 --- a/lib/libcrypto/man/RAND_set_rand_method.3 +++ b/lib/libcrypto/man/RAND_set_rand_method.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RAND_set_rand_method.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: RAND_set_rand_method.3,v 1.9 2002/08/08 23:47:53 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:40 2002 +.\" Fri Aug 9 08:28:13 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RAND_set_rand_method 3" -.TH RAND_set_rand_method 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH RAND_set_rand_method 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" RAND_set_rand_method, RAND_get_rand_method, RAND_SSLeay \- select \s-1RAND\s0 method diff --git a/lib/libcrypto/man/RSA_blinding_on.3 b/lib/libcrypto/man/RSA_blinding_on.3 index 89f62f850ef4..e5706e65942a 100644 --- a/lib/libcrypto/man/RSA_blinding_on.3 +++ b/lib/libcrypto/man/RSA_blinding_on.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RSA_blinding_on.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: RSA_blinding_on.3,v 1.9 2002/08/08 23:47:53 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:40 2002 +.\" Fri Aug 9 08:28:13 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RSA_blinding_on 3" -.TH RSA_blinding_on 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH RSA_blinding_on 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" RSA_blinding_on, RSA_blinding_off \- protect the \s-1RSA\s0 operation from timing attacks diff --git a/lib/libcrypto/man/RSA_check_key.3 b/lib/libcrypto/man/RSA_check_key.3 index 1944d02156ec..03f0425cc607 100644 --- a/lib/libcrypto/man/RSA_check_key.3 +++ b/lib/libcrypto/man/RSA_check_key.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RSA_check_key.3,v 1.8 2002/07/31 01:45:25 itojun Exp $ +.\" $NetBSD: RSA_check_key.3,v 1.9 2002/08/08 23:47:53 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:41 2002 +.\" Fri Aug 9 08:28:14 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RSA_check_key 3" -.TH RSA_check_key 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH RSA_check_key 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" RSA_check_key \- validate private \s-1RSA\s0 keys diff --git a/lib/libcrypto/man/RSA_generate_key.3 b/lib/libcrypto/man/RSA_generate_key.3 index db0cf05c70cc..c9b780d0b4db 100644 --- a/lib/libcrypto/man/RSA_generate_key.3 +++ b/lib/libcrypto/man/RSA_generate_key.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RSA_generate_key.3,v 1.8 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: RSA_generate_key.3,v 1.9 2002/08/08 23:47:53 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:41 2002 +.\" Fri Aug 9 08:28:14 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RSA_generate_key 3" -.TH RSA_generate_key 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH RSA_generate_key 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" RSA_generate_key \- generate \s-1RSA\s0 key pair diff --git a/lib/libcrypto/man/RSA_get_ex_new_index.3 b/lib/libcrypto/man/RSA_get_ex_new_index.3 index e449ea281a76..8e9d0c6510d9 100644 --- a/lib/libcrypto/man/RSA_get_ex_new_index.3 +++ b/lib/libcrypto/man/RSA_get_ex_new_index.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RSA_get_ex_new_index.3,v 1.8 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: RSA_get_ex_new_index.3,v 1.9 2002/08/08 23:47:54 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:41 2002 +.\" Fri Aug 9 08:28:15 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RSA_get_ex_new_index 3" -.TH RSA_get_ex_new_index 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH RSA_get_ex_new_index 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" RSA_get_ex_new_index, RSA_set_ex_data, RSA_get_ex_data \- add application specific data to \s-1RSA\s0 structures diff --git a/lib/libcrypto/man/RSA_new.3 b/lib/libcrypto/man/RSA_new.3 index 581e2aaad648..df29a4594fc9 100644 --- a/lib/libcrypto/man/RSA_new.3 +++ b/lib/libcrypto/man/RSA_new.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RSA_new.3,v 1.8 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: RSA_new.3,v 1.9 2002/08/08 23:47:54 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:42 2002 +.\" Fri Aug 9 08:28:16 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RSA_new 3" -.TH RSA_new 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH RSA_new 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" RSA_new, RSA_free \- allocate and free \s-1RSA\s0 objects diff --git a/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 b/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 index fee86a9a9e5c..bc543ecc5430 100644 --- a/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 +++ b/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RSA_padding_add_PKCS1_type_1.3,v 1.8 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: RSA_padding_add_PKCS1_type_1.3,v 1.9 2002/08/08 23:47:54 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:42 2002 +.\" Fri Aug 9 08:28:16 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RSA_padding_add_PKCS1_type_1 3" -.TH RSA_padding_add_PKCS1_type_1 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH RSA_padding_add_PKCS1_type_1 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" RSA_padding_add_PKCS1_type_1, RSA_padding_check_PKCS1_type_1, diff --git a/lib/libcrypto/man/RSA_print.3 b/lib/libcrypto/man/RSA_print.3 index 9f69fe389465..ba389c913682 100644 --- a/lib/libcrypto/man/RSA_print.3 +++ b/lib/libcrypto/man/RSA_print.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RSA_print.3,v 1.8 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: RSA_print.3,v 1.9 2002/08/08 23:47:54 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:42 2002 +.\" Fri Aug 9 08:28:17 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RSA_print 3" -.TH RSA_print 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH RSA_print 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" RSA_print, RSA_print_fp, DHparams_print, DHparams_print_fp, DSA_print, diff --git a/lib/libcrypto/man/RSA_private_encrypt.3 b/lib/libcrypto/man/RSA_private_encrypt.3 index 5505be940a5d..a769dfa7e934 100644 --- a/lib/libcrypto/man/RSA_private_encrypt.3 +++ b/lib/libcrypto/man/RSA_private_encrypt.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RSA_private_encrypt.3,v 1.8 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: RSA_private_encrypt.3,v 1.9 2002/08/08 23:47:54 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:43 2002 +.\" Fri Aug 9 08:28:18 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RSA_private_encrypt 3" -.TH RSA_private_encrypt 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH RSA_private_encrypt 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" RSA_private_encrypt, RSA_public_decrypt \- low level signature operations diff --git a/lib/libcrypto/man/RSA_public_encrypt.3 b/lib/libcrypto/man/RSA_public_encrypt.3 index e861d681277e..cb97ff52b591 100644 --- a/lib/libcrypto/man/RSA_public_encrypt.3 +++ b/lib/libcrypto/man/RSA_public_encrypt.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RSA_public_encrypt.3,v 1.8 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: RSA_public_encrypt.3,v 1.9 2002/08/08 23:47:54 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:43 2002 +.\" Fri Aug 9 08:28:19 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RSA_public_encrypt 3" -.TH RSA_public_encrypt 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH RSA_public_encrypt 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" RSA_public_encrypt, RSA_private_decrypt \- \s-1RSA\s0 public key cryptography diff --git a/lib/libcrypto/man/RSA_set_method.3 b/lib/libcrypto/man/RSA_set_method.3 index 932d29dff1e0..97187b4e8286 100644 --- a/lib/libcrypto/man/RSA_set_method.3 +++ b/lib/libcrypto/man/RSA_set_method.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RSA_set_method.3,v 1.9 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: RSA_set_method.3,v 1.10 2002/08/08 23:47:54 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:43 2002 +.\" Fri Aug 9 08:28:20 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RSA_set_method 3" -.TH RSA_set_method 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH RSA_set_method 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" RSA_set_default_method, RSA_get_default_method, RSA_set_method, diff --git a/lib/libcrypto/man/RSA_sign.3 b/lib/libcrypto/man/RSA_sign.3 index 19b3bc4bdd94..2f96c1d188cd 100644 --- a/lib/libcrypto/man/RSA_sign.3 +++ b/lib/libcrypto/man/RSA_sign.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RSA_sign.3,v 1.8 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: RSA_sign.3,v 1.9 2002/08/08 23:47:55 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:44 2002 +.\" Fri Aug 9 08:28:20 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RSA_sign 3" -.TH RSA_sign 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH RSA_sign 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" RSA_sign, RSA_verify \- \s-1RSA\s0 signatures diff --git a/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 b/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 index 09aa8e39dfd1..738f0d969d64 100644 --- a/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 +++ b/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RSA_sign_ASN1_OCTET_STRING.3,v 1.8 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: RSA_sign_ASN1_OCTET_STRING.3,v 1.9 2002/08/08 23:47:55 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:44 2002 +.\" Fri Aug 9 08:28:21 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RSA_sign_ASN1_OCTET_STRING 3" -.TH RSA_sign_ASN1_OCTET_STRING 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH RSA_sign_ASN1_OCTET_STRING 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" RSA_sign_ASN1_OCTET_STRING, RSA_verify_ASN1_OCTET_STRING \- \s-1RSA\s0 signatures diff --git a/lib/libcrypto/man/RSA_size.3 b/lib/libcrypto/man/RSA_size.3 index 5bfcbbd5b4d4..524beb332f9b 100644 --- a/lib/libcrypto/man/RSA_size.3 +++ b/lib/libcrypto/man/RSA_size.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: RSA_size.3,v 1.8 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: RSA_size.3,v 1.9 2002/08/08 23:47:55 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:44 2002 +.\" Fri Aug 9 08:28:21 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RSA_size 3" -.TH RSA_size 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH RSA_size 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" RSA_size \- get \s-1RSA\s0 modulus size diff --git a/lib/libcrypto/man/SSL_CIPHER_get_name.3 b/lib/libcrypto/man/SSL_CIPHER_get_name.3 index 2f71fddad1db..51a13653ae86 100644 --- a/lib/libcrypto/man/SSL_CIPHER_get_name.3 +++ b/lib/libcrypto/man/SSL_CIPHER_get_name.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CIPHER_get_name.3,v 1.4 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: SSL_CIPHER_get_name.3,v 1.5 2002/08/08 23:47:55 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:54 2002 +.\" Fri Aug 9 08:28:39 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CIPHER_get_name 3" -.TH SSL_CIPHER_get_name 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_CIPHER_get_name 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_CIPHER_get_name, SSL_CIPHER_get_bits, SSL_CIPHER_get_version, SSL_CIPHER_description \- get \s-1SSL_CIPHER\s0 properties diff --git a/lib/libcrypto/man/SSL_COMP_add_compression_method.3 b/lib/libcrypto/man/SSL_COMP_add_compression_method.3 index 32a307048adb..95a393b13b48 100644 --- a/lib/libcrypto/man/SSL_COMP_add_compression_method.3 +++ b/lib/libcrypto/man/SSL_COMP_add_compression_method.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_COMP_add_compression_method.3,v 1.2 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: SSL_COMP_add_compression_method.3,v 1.3 2002/08/08 23:47:55 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:54 2002 +.\" Fri Aug 9 08:28:40 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_COMP_add_compression_method 3" -.TH SSL_COMP_add_compression_method 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_COMP_add_compression_method 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_COMP_add_compression_method \- handle \s-1SSL/TLS\s0 integrated compression methods diff --git a/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3 b/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3 index ab28c7769086..69a79c134ce2 100644 --- a/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3 +++ b/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_add_extra_chain_cert.3,v 1.4 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: SSL_CTX_add_extra_chain_cert.3,v 1.5 2002/08/08 23:47:55 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:55 2002 +.\" Fri Aug 9 08:28:41 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_add_extra_chain_cert 3" -.TH SSL_CTX_add_extra_chain_cert 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_add_extra_chain_cert 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_CTX_add_extra_chain_cert \- add certificate to chain diff --git a/lib/libcrypto/man/SSL_CTX_add_session.3 b/lib/libcrypto/man/SSL_CTX_add_session.3 index 4b09ebc5a204..f64cefeb9b0a 100644 --- a/lib/libcrypto/man/SSL_CTX_add_session.3 +++ b/lib/libcrypto/man/SSL_CTX_add_session.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_add_session.3,v 1.4 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: SSL_CTX_add_session.3,v 1.5 2002/08/08 23:47:55 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:55 2002 +.\" Fri Aug 9 08:28:42 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_add_session 3" -.TH SSL_CTX_add_session 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_CTX_add_session 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_CTX_add_session, SSL_add_session, SSL_CTX_remove_session, SSL_remove_session \- manipulate session cache diff --git a/lib/libcrypto/man/SSL_CTX_ctrl.3 b/lib/libcrypto/man/SSL_CTX_ctrl.3 index 3ffc95763b53..33e9e7a09bf9 100644 --- a/lib/libcrypto/man/SSL_CTX_ctrl.3 +++ b/lib/libcrypto/man/SSL_CTX_ctrl.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_ctrl.3,v 1.2 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: SSL_CTX_ctrl.3,v 1.3 2002/08/08 23:47:56 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:55 2002 +.\" Fri Aug 9 08:28:42 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_ctrl 3" -.TH SSL_CTX_ctrl 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_ctrl 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_CTX_ctrl, SSL_CTX_callback_ctrl, SSL_ctrl, SSL_callback_ctrl \- internal handling functions for \s-1SSL_CTX\s0 and \s-1SSL\s0 objects diff --git a/lib/libcrypto/man/SSL_CTX_flush_sessions.3 b/lib/libcrypto/man/SSL_CTX_flush_sessions.3 index 83acbfb6d56d..ec072fb02320 100644 --- a/lib/libcrypto/man/SSL_CTX_flush_sessions.3 +++ b/lib/libcrypto/man/SSL_CTX_flush_sessions.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_flush_sessions.3,v 1.4 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: SSL_CTX_flush_sessions.3,v 1.5 2002/08/08 23:47:56 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:56 2002 +.\" Fri Aug 9 08:28:43 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_flush_sessions 3" -.TH SSL_CTX_flush_sessions 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_CTX_flush_sessions 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_CTX_flush_sessions, SSL_flush_sessions \- remove expired sessions diff --git a/lib/libcrypto/man/SSL_CTX_free.3 b/lib/libcrypto/man/SSL_CTX_free.3 index 8ec724c3d9b8..c5bb36f1d224 100644 --- a/lib/libcrypto/man/SSL_CTX_free.3 +++ b/lib/libcrypto/man/SSL_CTX_free.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_free.3,v 1.4 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: SSL_CTX_free.3,v 1.5 2002/08/08 23:47:56 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:56 2002 +.\" Fri Aug 9 08:28:43 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_free 3" -.TH SSL_CTX_free 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_free 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_CTX_free \- free an allocated \s-1SSL_CTX\s0 object diff --git a/lib/libcrypto/man/SSL_CTX_get_ex_new_index.3 b/lib/libcrypto/man/SSL_CTX_get_ex_new_index.3 index 69fd9b373051..514acf27c510 100644 --- a/lib/libcrypto/man/SSL_CTX_get_ex_new_index.3 +++ b/lib/libcrypto/man/SSL_CTX_get_ex_new_index.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_get_ex_new_index.3,v 1.4 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: SSL_CTX_get_ex_new_index.3,v 1.5 2002/08/08 23:47:56 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:56 2002 +.\" Fri Aug 9 08:28:44 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_get_ex_new_index 3" -.TH SSL_CTX_get_ex_new_index 3 "0.9.6e" "2001-07-11" "OpenSSL" +.TH SSL_CTX_get_ex_new_index 3 "0.9.6f" "2001-07-11" "OpenSSL" .UC .SH "NAME" SSL_CTX_get_ex_new_index, SSL_CTX_set_ex_data, SSL_CTX_get_ex_data \- internal application specific data functions diff --git a/lib/libcrypto/man/SSL_CTX_get_verify_mode.3 b/lib/libcrypto/man/SSL_CTX_get_verify_mode.3 index 3e4742e720d0..9ff868fbdbd5 100644 --- a/lib/libcrypto/man/SSL_CTX_get_verify_mode.3 +++ b/lib/libcrypto/man/SSL_CTX_get_verify_mode.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_get_verify_mode.3,v 1.4 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: SSL_CTX_get_verify_mode.3,v 1.5 2002/08/08 23:47:56 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:57 2002 +.\" Fri Aug 9 08:28:45 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_get_verify_mode 3" -.TH SSL_CTX_get_verify_mode 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_CTX_get_verify_mode 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_CTX_get_verify_mode, SSL_get_verify_mode, SSL_CTX_get_verify_depth, SSL_get_verify_depth, SSL_get_verify_callback, SSL_CTX_get_verify_callback \- get currently set verification parameters diff --git a/lib/libcrypto/man/SSL_CTX_load_verify_locations.3 b/lib/libcrypto/man/SSL_CTX_load_verify_locations.3 index 3958086ea8f0..7dac73064afc 100644 --- a/lib/libcrypto/man/SSL_CTX_load_verify_locations.3 +++ b/lib/libcrypto/man/SSL_CTX_load_verify_locations.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_load_verify_locations.3,v 1.4 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: SSL_CTX_load_verify_locations.3,v 1.5 2002/08/08 23:47:56 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:57 2002 +.\" Fri Aug 9 08:28:45 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_load_verify_locations 3" -.TH SSL_CTX_load_verify_locations 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_load_verify_locations 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_CTX_load_verify_locations \- set default locations for trusted \s-1CA\s0 diff --git a/lib/libcrypto/man/SSL_CTX_new.3 b/lib/libcrypto/man/SSL_CTX_new.3 index 2d168551b5b0..55cbc5526b8f 100644 --- a/lib/libcrypto/man/SSL_CTX_new.3 +++ b/lib/libcrypto/man/SSL_CTX_new.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_new.3,v 1.4 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: SSL_CTX_new.3,v 1.5 2002/08/08 23:47:57 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:57 2002 +.\" Fri Aug 9 08:28:46 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_new 3" -.TH SSL_CTX_new 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_new 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_CTX_new \- create a new \s-1SSL_CTX\s0 object as framework for \s-1TLS/SSL\s0 enabled functions diff --git a/lib/libcrypto/man/SSL_CTX_sess_number.3 b/lib/libcrypto/man/SSL_CTX_sess_number.3 index 3cfec1e3e9d4..f0495fdb4adf 100644 --- a/lib/libcrypto/man/SSL_CTX_sess_number.3 +++ b/lib/libcrypto/man/SSL_CTX_sess_number.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_sess_number.3,v 1.4 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: SSL_CTX_sess_number.3,v 1.5 2002/08/08 23:47:57 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:58 2002 +.\" Fri Aug 9 08:28:46 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_sess_number 3" -.TH SSL_CTX_sess_number 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_CTX_sess_number 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_CTX_sess_number, SSL_CTX_sess_connect, SSL_CTX_sess_connect_good, SSL_CTX_sess_connect_renegotiate, SSL_CTX_sess_accept, SSL_CTX_sess_accept_good, SSL_CTX_sess_accept_renegotiate, SSL_CTX_sess_hits, SSL_CTX_sess_cb_hits, SSL_CTX_sess_misses, SSL_CTX_sess_timeouts, SSL_CTX_sess_cache_full \- obtain session cache statistics diff --git a/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3 b/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3 index caa6c7d275ad..22c8c8270531 100644 --- a/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3 +++ b/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_sess_set_cache_size.3,v 1.4 2002/07/31 01:45:26 itojun Exp $ +.\" $NetBSD: SSL_CTX_sess_set_cache_size.3,v 1.5 2002/08/08 23:47:57 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:58 2002 +.\" Fri Aug 9 08:28:47 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_sess_set_cache_size 3" -.TH SSL_CTX_sess_set_cache_size 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH SSL_CTX_sess_set_cache_size 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" SSL_CTX_sess_set_cache_size, SSL_CTX_sess_get_cache_size \- manipulate session cache size diff --git a/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 b/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 index 5d4db30b6c8d..b969ba5bc1a7 100644 --- a/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 +++ b/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_sess_set_get_cb.3,v 1.4 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_sess_set_get_cb.3,v 1.5 2002/08/08 23:47:57 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:58 2002 +.\" Fri Aug 9 08:28:48 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_sess_set_get_cb 3" -.TH SSL_CTX_sess_set_get_cb 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH SSL_CTX_sess_set_get_cb 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" SSL_CTX_sess_set_new_cb, SSL_CTX_sess_set_remove_cb, SSL_CTX_sess_set_get_cb, SSL_CTX_sess_get_new_cb, SSL_CTX_sess_get_remove_cb, SSL_CTX_sess_get_get_cb \- provide callback functions for server side external session caching diff --git a/lib/libcrypto/man/SSL_CTX_sessions.3 b/lib/libcrypto/man/SSL_CTX_sessions.3 index 411a536b1699..82c61ad0e3cd 100644 --- a/lib/libcrypto/man/SSL_CTX_sessions.3 +++ b/lib/libcrypto/man/SSL_CTX_sessions.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_sessions.3,v 1.4 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_sessions.3,v 1.5 2002/08/08 23:47:57 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:59 2002 +.\" Fri Aug 9 08:28:48 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_sessions 3" -.TH SSL_CTX_sessions 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_CTX_sessions 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_CTX_sessions \- access internal session cache diff --git a/lib/libcrypto/man/SSL_CTX_set_cert_store.3 b/lib/libcrypto/man/SSL_CTX_set_cert_store.3 index 6c5336eeddaa..314d111c149f 100644 --- a/lib/libcrypto/man/SSL_CTX_set_cert_store.3 +++ b/lib/libcrypto/man/SSL_CTX_set_cert_store.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_cert_store.3,v 1.2 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_cert_store.3,v 1.3 2002/08/08 23:47:57 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:59 2002 +.\" Fri Aug 9 08:28:49 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_cert_store 3" -.TH SSL_CTX_set_cert_store 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH SSL_CTX_set_cert_store 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_cert_store, SSL_CTX_get_cert_store \- manipulate X509 certificate verification storage @@ -158,7 +158,7 @@ libcrypto, -lcrypto .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fISSL_CTX_set_cert_store()\fR sets/replaces the certificate verification storage -of \fBctx\fR to/with \fBstore\fR. If another X509_STORE object is currently +of \fBctx\fR to/with \fBstore\fR. If another X505_STORE object is currently set in \fBctx\fR, it will be \fIX509_STORE_free()\fRed. .PP \&\fISSL_CTX_get_cert_store()\fR returns a pointer to the current certificate diff --git a/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3 b/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3 index c7db824f5d99..982ba3071a98 100644 --- a/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3 +++ b/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_cert_verify_callback.3,v 1.2 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_cert_verify_callback.3,v 1.3 2002/08/08 23:47:58 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:59 2002 +.\" Fri Aug 9 08:28:50 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_cert_verify_callback 3" -.TH SSL_CTX_set_cert_verify_callback 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_set_cert_verify_callback 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_cert_verify_callback \- set peer certificate verification procedure diff --git a/lib/libcrypto/man/SSL_CTX_set_cipher_list.3 b/lib/libcrypto/man/SSL_CTX_set_cipher_list.3 index 91ff526fa157..659a9adadc05 100644 --- a/lib/libcrypto/man/SSL_CTX_set_cipher_list.3 +++ b/lib/libcrypto/man/SSL_CTX_set_cipher_list.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_cipher_list.3,v 1.4 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_cipher_list.3,v 1.5 2002/08/08 23:47:58 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:00 2002 +.\" Fri Aug 9 08:28:51 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_cipher_list 3" -.TH SSL_CTX_set_cipher_list 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_set_cipher_list 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_cipher_list, SSL_set_cipher_list \- choose list of available SSL_CIPHERs diff --git a/lib/libcrypto/man/SSL_CTX_set_client_CA_list.3 b/lib/libcrypto/man/SSL_CTX_set_client_CA_list.3 index f84e38402fdc..7adb9d1c3d4e 100644 --- a/lib/libcrypto/man/SSL_CTX_set_client_CA_list.3 +++ b/lib/libcrypto/man/SSL_CTX_set_client_CA_list.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_client_CA_list.3,v 1.4 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_client_CA_list.3,v 1.5 2002/08/08 23:47:58 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:00 2002 +.\" Fri Aug 9 08:28:51 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_client_CA_list 3" -.TH SSL_CTX_set_client_CA_list 3 "0.9.6e" "2001-07-11" "OpenSSL" +.TH SSL_CTX_set_client_CA_list 3 "0.9.6f" "2001-07-11" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_client_CA_list, SSL_set_client_CA_list, SSL_CTX_add_client_CA, diff --git a/lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3 b/lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3 index 36c4f0b0bf20..bc6423d9825b 100644 --- a/lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3 +++ b/lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_client_cert_cb.3,v 1.2 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_client_cert_cb.3,v 1.3 2002/08/08 23:47:58 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:00 2002 +.\" Fri Aug 9 08:28:52 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_client_cert_cb 3" -.TH SSL_CTX_set_client_cert_cb 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH SSL_CTX_set_client_cert_cb 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_client_cert_cb, SSL_CTX_get_client_cert_cb \- handle client certificate callback function @@ -159,10 +159,8 @@ libcrypto, -lcrypto .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fISSL_CTX_set_client_cert_cb()\fR sets the \fB\f(BIclient_cert_cb()\fB\fR callback, that is -called when a client certificate is requested by a server and no certificate -was yet set for the \s-1SSL\s0 object. -.PP -When \fB\f(BIclient_cert_cb()\fB\fR is \s-1NULL\s0, no callback function is used. +called when a client certificate is requested by a server. +When \fB\f(BIclient_cert_cb()\fB\fR is \s-1NULL\s0, not callback function is used. .PP \&\fISSL_CTX_get_client_cert_cb()\fR returns a pointer to the currently set callback function. @@ -171,37 +169,35 @@ function. set a certificate, a certificate/private key combination must be set using the \fBx509\fR and \fBpkey\fR arguments and \*(L"1\*(R" must be returned. The certificate will be installed into \fBssl\fR, see the \s-1NOTES\s0 and \s-1BUGS\s0 sections. -If no certificate should be set, \*(L"0\*(R" has to be returned and no certificate -will be sent. A negative return value will suspend the handshake and the -handshake function will return immediatly. SSL_get_error(3) -will return \s-1SSL_ERROR_WANT_X509_LOOKUP\s0 to indicate, that the handshake was -suspended. The next call to the handshake function will again lead to the call -of \fIclient_cert_cb()\fR. It is the job of the \fIclient_cert_cb()\fR to store information -about the state of the last call, if required to continue. +If no certificate should be set, \*(L"0\*(R" has to be returned and the default +certificate will be sent. A fatal error can be indicated by returning +a negative value, in which case the handshake will be canceled. .SH "NOTES" .IX Header "NOTES" During a handshake (or renegotiation) a server may request a certificate from the client. A client certificate must only be sent, when the server did send the request. .PP -When a certificate was set using the -SSL_CTX_use_certificate(3) family of functions, -it will be sent to the server. The \s-1TLS\s0 standard requires that only a -certificate is sent, if it matches the list of acceptable CAs sent by the -server. This constraint is violated by the default behavior of the OpenSSL -library. Using the callback function it is possible to implement a proper -selection routine or to allow a user interaction to choose the certificate to -be sent. +When no callback function is set, an OpenSSL client will send the certificate +that was set using the +SSL_CTX_use_certificate(3) family of functions. +The \s-1TLS\s0 standard requires that only a certificate is sent, if it matches +the list of acceptable CAs sent by the server. This constraint is +violated by the default behavior of the OpenSSL library. Using the +callback function it is possible to implement a proper selection routine +or to allow a user interaction to choose the certificate to be sent. +The callback function can obtain the list of acceptable CAs using the +SSL_get_client_CA_list(3) function. .PP -If a callback function is defined and no certificate was yet defined for the -\&\s-1SSL\s0 object, the callback function will be called. +If a callback function is defined, the callback function will be called. If the callback function returns a certificate, the OpenSSL library will try to load the private key and certificate data into the \s-1SSL\s0 -object using the \fISSL_use_certificate()\fR and \fISSL_use_private_key()\fR functions. -Thus it will permanently install the certificate and key for this \s-1SSL\s0 -object. It will not be reset by calling SSL_clear(3). -If the callback returns no certificate, the OpenSSL library will not send -a certificate. +object using \fISSL_use_certificate()\fR and \fISSL_use_private_key()\fR functions. +Thus it will permanently override the certificate and key previously +installed and will not be reset by calling SSL_clear(3). +If the callback returns no certificate, the OpenSSL library will send +the certificate previously installed for the \s-1SSL_CTX\s0 object or the specific +certificate of the \s-1SSL\s0 object, if available. .SH "BUGS" .IX Header "BUGS" The \fIclient_cert_cb()\fR cannot return a complete certificate chain, it can diff --git a/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3 b/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3 index 6b9bc87327c7..f70543ef11cb 100644 --- a/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3 +++ b/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_default_passwd_cb.3,v 1.4 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_default_passwd_cb.3,v 1.5 2002/08/08 23:47:58 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:01 2002 +.\" Fri Aug 9 08:28:53 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_default_passwd_cb 3" -.TH SSL_CTX_set_default_passwd_cb 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_set_default_passwd_cb 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_default_passwd_cb, SSL_CTX_set_default_passwd_cb_userdata \- set passwd callback for encrypted \s-1PEM\s0 file handling diff --git a/lib/libcrypto/man/SSL_CTX_set_info_callback.3 b/lib/libcrypto/man/SSL_CTX_set_info_callback.3 index ee63ae12c102..b86aae71a82b 100644 --- a/lib/libcrypto/man/SSL_CTX_set_info_callback.3 +++ b/lib/libcrypto/man/SSL_CTX_set_info_callback.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_info_callback.3,v 1.2 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_info_callback.3,v 1.3 2002/08/08 23:47:59 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:01 2002 +.\" Fri Aug 9 08:28:53 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_info_callback 3" -.TH SSL_CTX_set_info_callback 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_set_info_callback 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_info_callback, SSL_CTX_get_info_callback, SSL_set_info_callback, SSL_get_info_callback \- handle information callback for \s-1SSL\s0 connections diff --git a/lib/libcrypto/man/SSL_CTX_set_mode.3 b/lib/libcrypto/man/SSL_CTX_set_mode.3 index 317ade84083a..46d39f8068c5 100644 --- a/lib/libcrypto/man/SSL_CTX_set_mode.3 +++ b/lib/libcrypto/man/SSL_CTX_set_mode.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_mode.3,v 1.4 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_mode.3,v 1.5 2002/08/08 23:47:59 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:01 2002 +.\" Fri Aug 9 08:28:54 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_mode 3" -.TH SSL_CTX_set_mode 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_set_mode 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_mode, SSL_set_mode, SSL_CTX_get_mode, SSL_get_mode \- manipulate \s-1SSL\s0 engine mode diff --git a/lib/libcrypto/man/SSL_CTX_set_options.3 b/lib/libcrypto/man/SSL_CTX_set_options.3 index b8dd77c97f13..c99c2e23c4bd 100644 --- a/lib/libcrypto/man/SSL_CTX_set_options.3 +++ b/lib/libcrypto/man/SSL_CTX_set_options.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_options.3,v 1.4 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_options.3,v 1.5 2002/08/08 23:47:59 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:02 2002 +.\" Fri Aug 9 08:28:55 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_options 3" -.TH SSL_CTX_set_options 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH SSL_CTX_set_options 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_options, SSL_set_options, SSL_CTX_get_options, SSL_get_options \- manipulate \s-1SSL\s0 engine options diff --git a/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3 b/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3 index ad8cdaa90e95..8fefc57b830a 100644 --- a/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3 +++ b/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_quiet_shutdown.3,v 1.2 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_quiet_shutdown.3,v 1.3 2002/08/08 23:47:59 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:02 2002 +.\" Fri Aug 9 08:28:56 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_quiet_shutdown 3" -.TH SSL_CTX_set_quiet_shutdown 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_set_quiet_shutdown 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_quiet_shutdown, SSL_CTX_get_quiet_shutdown, SSL_set_quiet_shutdown, SSL_get_quiet_shutdown \- manipulate shutdown behaviour diff --git a/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3 b/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3 index 586056dfbfad..0375a3bd7b3d 100644 --- a/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3 +++ b/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_session_cache_mode.3,v 1.4 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_session_cache_mode.3,v 1.5 2002/08/08 23:47:59 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:03 2002 +.\" Fri Aug 9 08:28:57 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_session_cache_mode 3" -.TH SSL_CTX_set_session_cache_mode 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_set_session_cache_mode 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_session_cache_mode, SSL_CTX_get_session_cache_mode \- enable/disable session caching diff --git a/lib/libcrypto/man/SSL_CTX_set_session_id_context.3 b/lib/libcrypto/man/SSL_CTX_set_session_id_context.3 index dabec44c7420..1f374b7cbfdf 100644 --- a/lib/libcrypto/man/SSL_CTX_set_session_id_context.3 +++ b/lib/libcrypto/man/SSL_CTX_set_session_id_context.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_session_id_context.3,v 1.4 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_session_id_context.3,v 1.5 2002/08/08 23:47:59 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:03 2002 +.\" Fri Aug 9 08:28:58 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_session_id_context 3" -.TH SSL_CTX_set_session_id_context 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_CTX_set_session_id_context 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_session_id_context, SSL_set_session_id_context \- set context within which session can be reused (server side only) diff --git a/lib/libcrypto/man/SSL_CTX_set_ssl_version.3 b/lib/libcrypto/man/SSL_CTX_set_ssl_version.3 index 6400ef93049e..623f4e9122f0 100644 --- a/lib/libcrypto/man/SSL_CTX_set_ssl_version.3 +++ b/lib/libcrypto/man/SSL_CTX_set_ssl_version.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_ssl_version.3,v 1.4 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_ssl_version.3,v 1.5 2002/08/08 23:47:59 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:03 2002 +.\" Fri Aug 9 08:28:58 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_ssl_version 3" -.TH SSL_CTX_set_ssl_version 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_CTX_set_ssl_version 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_ssl_version, SSL_set_ssl_method, SSL_get_ssl_method diff --git a/lib/libcrypto/man/SSL_CTX_set_timeout.3 b/lib/libcrypto/man/SSL_CTX_set_timeout.3 index 78020d7406a3..bd311a8d8759 100644 --- a/lib/libcrypto/man/SSL_CTX_set_timeout.3 +++ b/lib/libcrypto/man/SSL_CTX_set_timeout.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_timeout.3,v 1.4 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_timeout.3,v 1.5 2002/08/08 23:48:00 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:04 2002 +.\" Fri Aug 9 08:28:59 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_timeout 3" -.TH SSL_CTX_set_timeout 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_set_timeout 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_timeout, SSL_CTX_get_timeout \- manipulate timeout values for session caching diff --git a/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3 b/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3 index 7f6c66f3339b..6be5f799ebbe 100644 --- a/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3 +++ b/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_tmp_dh_callback.3,v 1.2 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_tmp_dh_callback.3,v 1.3 2002/08/08 23:48:00 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:04 2002 +.\" Fri Aug 9 08:29:00 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_tmp_dh_callback 3" -.TH SSL_CTX_set_tmp_dh_callback 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_set_tmp_dh_callback 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_tmp_dh_callback, SSL_CTX_set_tmp_dh, SSL_set_tmp_dh_callback, SSL_set_tmp_dh \- handle \s-1DH\s0 keys for ephemeral key exchange diff --git a/lib/libcrypto/man/SSL_CTX_set_tmp_rsa_callback.3 b/lib/libcrypto/man/SSL_CTX_set_tmp_rsa_callback.3 index 997cf48f3f24..dff635ef039b 100644 --- a/lib/libcrypto/man/SSL_CTX_set_tmp_rsa_callback.3 +++ b/lib/libcrypto/man/SSL_CTX_set_tmp_rsa_callback.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_tmp_rsa_callback.3,v 1.2 2002/07/31 01:45:27 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_tmp_rsa_callback.3,v 1.3 2002/08/08 23:48:00 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:04 2002 +.\" Fri Aug 9 08:29:00 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_tmp_rsa_callback 3" -.TH SSL_CTX_set_tmp_rsa_callback 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_set_tmp_rsa_callback 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_tmp_rsa_callback, SSL_CTX_set_tmp_rsa, SSL_CTX_need_tmp_rsa, SSL_set_tmp_rsa_callback, SSL_set_tmp_rsa, SSL_need_tmp_rsa \- handle \s-1RSA\s0 keys for ephemeral key exchange diff --git a/lib/libcrypto/man/SSL_CTX_set_verify.3 b/lib/libcrypto/man/SSL_CTX_set_verify.3 index f08a131416a2..7968e1cc0c69 100644 --- a/lib/libcrypto/man/SSL_CTX_set_verify.3 +++ b/lib/libcrypto/man/SSL_CTX_set_verify.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_set_verify.3,v 1.5 2002/07/31 01:45:28 itojun Exp $ +.\" $NetBSD: SSL_CTX_set_verify.3,v 1.6 2002/08/08 23:48:00 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:05 2002 +.\" Fri Aug 9 08:29:02 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_set_verify 3" -.TH SSL_CTX_set_verify 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_set_verify 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_CTX_set_verify, SSL_set_verify, SSL_CTX_set_verify_depth, SSL_set_verify_depth \- set peer certificate verification parameters diff --git a/lib/libcrypto/man/SSL_CTX_use_certificate.3 b/lib/libcrypto/man/SSL_CTX_use_certificate.3 index 9a270095aa4c..861b5ea3e0cd 100644 --- a/lib/libcrypto/man/SSL_CTX_use_certificate.3 +++ b/lib/libcrypto/man/SSL_CTX_use_certificate.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_CTX_use_certificate.3,v 1.4 2002/07/31 01:45:28 itojun Exp $ +.\" $NetBSD: SSL_CTX_use_certificate.3,v 1.5 2002/08/08 23:48:00 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:05 2002 +.\" Fri Aug 9 08:29:03 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_CTX_use_certificate 3" -.TH SSL_CTX_use_certificate 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_CTX_use_certificate 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_CTX_use_certificate, SSL_CTX_use_certificate_ASN1, SSL_CTX_use_certificate_file, SSL_use_certificate, SSL_use_certificate_ASN1, SSL_use_certificate_file, SSL_CTX_use_certificate_chain_file, SSL_CTX_use_PrivateKey, SSL_CTX_use_PrivateKey_ASN1, SSL_CTX_use_PrivateKey_file, SSL_CTX_use_RSAPrivateKey, SSL_CTX_use_RSAPrivateKey_ASN1, SSL_CTX_use_RSAPrivateKey_file, SSL_use_PrivateKey_file, SSL_use_PrivateKey_ASN1, SSL_use_PrivateKey, SSL_use_RSAPrivateKey, SSL_use_RSAPrivateKey_ASN1, SSL_use_RSAPrivateKey_file, SSL_CTX_check_private_key, SSL_check_private_key \- load certificate and key data diff --git a/lib/libcrypto/man/SSL_SESSION_free.3 b/lib/libcrypto/man/SSL_SESSION_free.3 index 390e536ac0cd..ca32078e607c 100644 --- a/lib/libcrypto/man/SSL_SESSION_free.3 +++ b/lib/libcrypto/man/SSL_SESSION_free.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_SESSION_free.3,v 1.4 2002/07/31 01:45:28 itojun Exp $ +.\" $NetBSD: SSL_SESSION_free.3,v 1.5 2002/08/08 23:48:01 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:06 2002 +.\" Fri Aug 9 08:29:04 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_SESSION_free 3" -.TH SSL_SESSION_free 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_SESSION_free 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_SESSION_free \- free an allocated \s-1SSL_SESSION\s0 structure diff --git a/lib/libcrypto/man/SSL_SESSION_get_ex_new_index.3 b/lib/libcrypto/man/SSL_SESSION_get_ex_new_index.3 index 1f80927fc5be..4c6ffdb8898d 100644 --- a/lib/libcrypto/man/SSL_SESSION_get_ex_new_index.3 +++ b/lib/libcrypto/man/SSL_SESSION_get_ex_new_index.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_SESSION_get_ex_new_index.3,v 1.4 2002/07/31 01:45:28 itojun Exp $ +.\" $NetBSD: SSL_SESSION_get_ex_new_index.3,v 1.5 2002/08/08 23:48:01 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:06 2002 +.\" Fri Aug 9 08:29:04 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_SESSION_get_ex_new_index 3" -.TH SSL_SESSION_get_ex_new_index 3 "0.9.6e" "2001-07-11" "OpenSSL" +.TH SSL_SESSION_get_ex_new_index 3 "0.9.6f" "2001-07-11" "OpenSSL" .UC .SH "NAME" SSL_SESSION_get_ex_new_index, SSL_SESSION_set_ex_data, SSL_SESSION_get_ex_data \- internal application specific data functions diff --git a/lib/libcrypto/man/SSL_SESSION_get_time.3 b/lib/libcrypto/man/SSL_SESSION_get_time.3 index 549a33ef97bd..cde561967593 100644 --- a/lib/libcrypto/man/SSL_SESSION_get_time.3 +++ b/lib/libcrypto/man/SSL_SESSION_get_time.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_SESSION_get_time.3,v 1.4 2002/07/31 01:45:28 itojun Exp $ +.\" $NetBSD: SSL_SESSION_get_time.3,v 1.5 2002/08/08 23:48:01 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:06 2002 +.\" Fri Aug 9 08:29:05 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_SESSION_get_time 3" -.TH SSL_SESSION_get_time 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_SESSION_get_time 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_SESSION_get_time, SSL_SESSION_set_time, SSL_SESSION_get_timeout, SSL_SESSION_get_timeout \- retrieve and manipulate session time and timeout settings diff --git a/lib/libcrypto/man/SSL_accept.3 b/lib/libcrypto/man/SSL_accept.3 index 3ab5a3fad2cc..7a6020ecea1f 100644 --- a/lib/libcrypto/man/SSL_accept.3 +++ b/lib/libcrypto/man/SSL_accept.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_accept.3,v 1.4 2002/07/31 01:45:28 itojun Exp $ +.\" $NetBSD: SSL_accept.3,v 1.5 2002/08/08 23:48:01 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:07 2002 +.\" Fri Aug 9 08:29:06 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_accept 3" -.TH SSL_accept 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH SSL_accept 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" SSL_accept \- wait for a \s-1TLS/SSL\s0 client to initiate a \s-1TLS/SSL\s0 handshake diff --git a/lib/libcrypto/man/SSL_alert_type_string.3 b/lib/libcrypto/man/SSL_alert_type_string.3 index 0ec45ef10a30..8af744c651b9 100644 --- a/lib/libcrypto/man/SSL_alert_type_string.3 +++ b/lib/libcrypto/man/SSL_alert_type_string.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_alert_type_string.3,v 1.2 2002/07/31 01:45:28 itojun Exp $ +.\" $NetBSD: SSL_alert_type_string.3,v 1.3 2002/08/08 23:48:01 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:07 2002 +.\" Fri Aug 9 08:29:07 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_alert_type_string 3" -.TH SSL_alert_type_string 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_alert_type_string 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_alert_type_string, SSL_alert_type_string_long, SSL_alert_desc_string, SSL_alert_desc_string_long \- get textual description of alert information diff --git a/lib/libcrypto/man/SSL_clear.3 b/lib/libcrypto/man/SSL_clear.3 index 249871516553..26363528752b 100644 --- a/lib/libcrypto/man/SSL_clear.3 +++ b/lib/libcrypto/man/SSL_clear.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_clear.3,v 1.4 2002/07/31 01:45:28 itojun Exp $ +.\" $NetBSD: SSL_clear.3,v 1.5 2002/08/08 23:48:02 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:07 2002 +.\" Fri Aug 9 08:29:08 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_clear 3" -.TH SSL_clear 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_clear 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_clear \- reset \s-1SSL\s0 object to allow another connection diff --git a/lib/libcrypto/man/SSL_connect.3 b/lib/libcrypto/man/SSL_connect.3 index 37a7e22b8c73..7849d9ce1c83 100644 --- a/lib/libcrypto/man/SSL_connect.3 +++ b/lib/libcrypto/man/SSL_connect.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_connect.3,v 1.4 2002/07/31 01:45:28 itojun Exp $ +.\" $NetBSD: SSL_connect.3,v 1.5 2002/08/08 23:48:02 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:08 2002 +.\" Fri Aug 9 08:29:09 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_connect 3" -.TH SSL_connect 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH SSL_connect 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" SSL_connect \- initiate the \s-1TLS/SSL\s0 handshake with an \s-1TLS/SSL\s0 server diff --git a/lib/libcrypto/man/SSL_do_handshake.3 b/lib/libcrypto/man/SSL_do_handshake.3 index f8987bb0de22..122b59da5d8f 100644 --- a/lib/libcrypto/man/SSL_do_handshake.3 +++ b/lib/libcrypto/man/SSL_do_handshake.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_do_handshake.3,v 1.1 2002/07/31 01:45:28 itojun Exp $ +.\" $NetBSD: SSL_do_handshake.3,v 1.2 2002/08/08 23:48:02 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:08 2002 +.\" Fri Aug 9 08:29:09 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_do_handshake 3" -.TH SSL_do_handshake 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH SSL_do_handshake 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_do_handshake \- perform a \s-1TLS/SSL\s0 handshake diff --git a/lib/libcrypto/man/SSL_free.3 b/lib/libcrypto/man/SSL_free.3 index 75402c84525e..c16316d24697 100644 --- a/lib/libcrypto/man/SSL_free.3 +++ b/lib/libcrypto/man/SSL_free.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_free.3,v 1.4 2002/07/31 01:45:28 itojun Exp $ +.\" $NetBSD: SSL_free.3,v 1.5 2002/08/08 23:48:02 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:08 2002 +.\" Fri Aug 9 08:29:09 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_free 3" -.TH SSL_free 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_free 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_free \- free an allocated \s-1SSL\s0 structure diff --git a/lib/libcrypto/man/SSL_get_SSL_CTX.3 b/lib/libcrypto/man/SSL_get_SSL_CTX.3 index 29a2eaa6a5af..d7a3fface584 100644 --- a/lib/libcrypto/man/SSL_get_SSL_CTX.3 +++ b/lib/libcrypto/man/SSL_get_SSL_CTX.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_get_SSL_CTX.3,v 1.2 2002/07/31 01:45:28 itojun Exp $ +.\" $NetBSD: SSL_get_SSL_CTX.3,v 1.3 2002/08/08 23:48:02 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:09 2002 +.\" Fri Aug 9 08:29:09 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_get_SSL_CTX 3" -.TH SSL_get_SSL_CTX 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_get_SSL_CTX 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_get_SSL_CTX \- get the \s-1SSL_CTX\s0 from which an \s-1SSL\s0 is created diff --git a/lib/libcrypto/man/SSL_get_ciphers.3 b/lib/libcrypto/man/SSL_get_ciphers.3 index 350b9d05d459..51fdd23762a5 100644 --- a/lib/libcrypto/man/SSL_get_ciphers.3 +++ b/lib/libcrypto/man/SSL_get_ciphers.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_get_ciphers.3,v 1.4 2002/07/31 01:45:28 itojun Exp $ +.\" $NetBSD: SSL_get_ciphers.3,v 1.5 2002/08/08 23:48:02 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:09 2002 +.\" Fri Aug 9 08:29:10 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_get_ciphers 3" -.TH SSL_get_ciphers 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_get_ciphers 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_get_ciphers, SSL_get_cipher_list \- get list of available SSL_CIPHERs diff --git a/lib/libcrypto/man/SSL_get_client_CA_list.3 b/lib/libcrypto/man/SSL_get_client_CA_list.3 index 535a6a6b94fe..970066e17d89 100644 --- a/lib/libcrypto/man/SSL_get_client_CA_list.3 +++ b/lib/libcrypto/man/SSL_get_client_CA_list.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_get_client_CA_list.3,v 1.4 2002/07/31 01:45:28 itojun Exp $ +.\" $NetBSD: SSL_get_client_CA_list.3,v 1.5 2002/08/08 23:48:02 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:09 2002 +.\" Fri Aug 9 08:29:10 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_get_client_CA_list 3" -.TH SSL_get_client_CA_list 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_get_client_CA_list 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_get_client_CA_list, SSL_CTX_get_client_CA_list \- get list of client CAs diff --git a/lib/libcrypto/man/SSL_get_current_cipher.3 b/lib/libcrypto/man/SSL_get_current_cipher.3 index 15d377a7d2a5..b815f0dcd70e 100644 --- a/lib/libcrypto/man/SSL_get_current_cipher.3 +++ b/lib/libcrypto/man/SSL_get_current_cipher.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_get_current_cipher.3,v 1.4 2002/07/31 01:45:28 itojun Exp $ +.\" $NetBSD: SSL_get_current_cipher.3,v 1.5 2002/08/08 23:48:03 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:10 2002 +.\" Fri Aug 9 08:29:11 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_get_current_cipher 3" -.TH SSL_get_current_cipher 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_get_current_cipher 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_get_current_cipher, SSL_get_cipher, SSL_get_cipher_name, diff --git a/lib/libcrypto/man/SSL_get_default_timeout.3 b/lib/libcrypto/man/SSL_get_default_timeout.3 index 5c8c0e4ee66d..819e08f67d1b 100644 --- a/lib/libcrypto/man/SSL_get_default_timeout.3 +++ b/lib/libcrypto/man/SSL_get_default_timeout.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_get_default_timeout.3,v 1.2 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_get_default_timeout.3,v 1.3 2002/08/08 23:48:03 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:10 2002 +.\" Fri Aug 9 08:29:11 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_get_default_timeout 3" -.TH SSL_get_default_timeout 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_get_default_timeout 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_get_default_timeout \- get default session timeout value diff --git a/lib/libcrypto/man/SSL_get_error.3 b/lib/libcrypto/man/SSL_get_error.3 index aba17aeb2784..1c47b8598eb9 100644 --- a/lib/libcrypto/man/SSL_get_error.3 +++ b/lib/libcrypto/man/SSL_get_error.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_get_error.3,v 1.8 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_get_error.3,v 1.9 2002/08/08 23:48:03 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:10 2002 +.\" Fri Aug 9 08:29:12 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_get_error 3" -.TH SSL_get_error 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH SSL_get_error 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" SSL_get_error \- obtain result code for \s-1TLS/SSL\s0 I/O operation diff --git a/lib/libcrypto/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 b/lib/libcrypto/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 index 738fad9a1e03..365afe8f9af4 100644 --- a/lib/libcrypto/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 +++ b/lib/libcrypto/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_get_ex_data_X509_STORE_CTX_idx.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_get_ex_data_X509_STORE_CTX_idx.3,v 1.5 2002/08/08 23:48:03 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:11 2002 +.\" Fri Aug 9 08:29:13 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_get_ex_data_X509_STORE_CTX_idx 3" -.TH SSL_get_ex_data_X509_STORE_CTX_idx 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_get_ex_data_X509_STORE_CTX_idx 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_get_ex_data_X509_STORE_CTX_idx \- get ex_data index to access \s-1SSL\s0 structure diff --git a/lib/libcrypto/man/SSL_get_ex_new_index.3 b/lib/libcrypto/man/SSL_get_ex_new_index.3 index 42a4666386bc..81d2220b8448 100644 --- a/lib/libcrypto/man/SSL_get_ex_new_index.3 +++ b/lib/libcrypto/man/SSL_get_ex_new_index.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_get_ex_new_index.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_get_ex_new_index.3,v 1.5 2002/08/08 23:48:03 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:11 2002 +.\" Fri Aug 9 08:29:13 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_get_ex_new_index 3" -.TH SSL_get_ex_new_index 3 "0.9.6e" "2001-07-11" "OpenSSL" +.TH SSL_get_ex_new_index 3 "0.9.6f" "2001-07-11" "OpenSSL" .UC .SH "NAME" SSL_get_ex_new_index, SSL_set_ex_data, SSL_get_ex_data \- internal application specific data functions diff --git a/lib/libcrypto/man/SSL_get_fd.3 b/lib/libcrypto/man/SSL_get_fd.3 index d78afb675999..a121f51093b6 100644 --- a/lib/libcrypto/man/SSL_get_fd.3 +++ b/lib/libcrypto/man/SSL_get_fd.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_get_fd.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_get_fd.3,v 1.5 2002/08/08 23:48:03 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:12 2002 +.\" Fri Aug 9 08:29:14 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_get_fd 3" -.TH SSL_get_fd 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_get_fd 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_get_fd \- get file descriptor linked to an \s-1SSL\s0 object diff --git a/lib/libcrypto/man/SSL_get_peer_cert_chain.3 b/lib/libcrypto/man/SSL_get_peer_cert_chain.3 index 41271c570697..4d7e08c5c9f0 100644 --- a/lib/libcrypto/man/SSL_get_peer_cert_chain.3 +++ b/lib/libcrypto/man/SSL_get_peer_cert_chain.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_get_peer_cert_chain.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_get_peer_cert_chain.3,v 1.5 2002/08/08 23:48:03 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:12 2002 +.\" Fri Aug 9 08:29:14 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_get_peer_cert_chain 3" -.TH SSL_get_peer_cert_chain 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_get_peer_cert_chain 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_get_peer_cert_chain \- get the X509 certificate chain of the peer diff --git a/lib/libcrypto/man/SSL_get_peer_certificate.3 b/lib/libcrypto/man/SSL_get_peer_certificate.3 index a3c13d7ee584..0c478b685035 100644 --- a/lib/libcrypto/man/SSL_get_peer_certificate.3 +++ b/lib/libcrypto/man/SSL_get_peer_certificate.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_get_peer_certificate.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_get_peer_certificate.3,v 1.5 2002/08/08 23:48:03 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:12 2002 +.\" Fri Aug 9 08:29:15 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_get_peer_certificate 3" -.TH SSL_get_peer_certificate 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_get_peer_certificate 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_get_peer_certificate \- get the X509 certificate of the peer diff --git a/lib/libcrypto/man/SSL_get_rbio.3 b/lib/libcrypto/man/SSL_get_rbio.3 index 3a3c773f372c..cd604adf82cc 100644 --- a/lib/libcrypto/man/SSL_get_rbio.3 +++ b/lib/libcrypto/man/SSL_get_rbio.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_get_rbio.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_get_rbio.3,v 1.5 2002/08/08 23:48:04 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:13 2002 +.\" Fri Aug 9 08:29:16 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_get_rbio 3" -.TH SSL_get_rbio 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_get_rbio 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_get_rbio \- get \s-1BIO\s0 linked to an \s-1SSL\s0 object diff --git a/lib/libcrypto/man/SSL_get_session.3 b/lib/libcrypto/man/SSL_get_session.3 index c33f6316d511..a255a6313efb 100644 --- a/lib/libcrypto/man/SSL_get_session.3 +++ b/lib/libcrypto/man/SSL_get_session.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_get_session.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_get_session.3,v 1.5 2002/08/08 23:48:04 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:13 2002 +.\" Fri Aug 9 08:29:16 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_get_session 3" -.TH SSL_get_session 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_get_session 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_get_session \- retrieve \s-1TLS/SSL\s0 session data diff --git a/lib/libcrypto/man/SSL_get_verify_result.3 b/lib/libcrypto/man/SSL_get_verify_result.3 index a9ae996124b9..9bb91179c6ba 100644 --- a/lib/libcrypto/man/SSL_get_verify_result.3 +++ b/lib/libcrypto/man/SSL_get_verify_result.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_get_verify_result.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_get_verify_result.3,v 1.5 2002/08/08 23:48:04 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:13 2002 +.\" Fri Aug 9 08:29:17 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_get_verify_result 3" -.TH SSL_get_verify_result 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_get_verify_result 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_get_verify_result \- get result of peer certificate verification diff --git a/lib/libcrypto/man/SSL_get_version.3 b/lib/libcrypto/man/SSL_get_version.3 index afc876c0a48c..8a93534852d4 100644 --- a/lib/libcrypto/man/SSL_get_version.3 +++ b/lib/libcrypto/man/SSL_get_version.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_get_version.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_get_version.3,v 1.5 2002/08/08 23:48:04 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:13 2002 +.\" Fri Aug 9 08:29:18 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_get_version 3" -.TH SSL_get_version 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_get_version 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_get_version \- get the protocol version of a connection. diff --git a/lib/libcrypto/man/SSL_library_init.3 b/lib/libcrypto/man/SSL_library_init.3 index 1b9f1d2f0daa..af66e6555ed0 100644 --- a/lib/libcrypto/man/SSL_library_init.3 +++ b/lib/libcrypto/man/SSL_library_init.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_library_init.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_library_init.3,v 1.5 2002/08/08 23:48:04 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:14 2002 +.\" Fri Aug 9 08:29:19 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_library_init 3" -.TH SSL_library_init 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_library_init 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_library_init, OpenSSL_add_ssl_algorithms, SSLeay_add_ssl_algorithms diff --git a/lib/libcrypto/man/SSL_load_client_CA_file.3 b/lib/libcrypto/man/SSL_load_client_CA_file.3 index f2dee9e60b1c..b04cce087d14 100644 --- a/lib/libcrypto/man/SSL_load_client_CA_file.3 +++ b/lib/libcrypto/man/SSL_load_client_CA_file.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_load_client_CA_file.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_load_client_CA_file.3,v 1.5 2002/08/08 23:48:05 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:14 2002 +.\" Fri Aug 9 08:29:19 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_load_client_CA_file 3" -.TH SSL_load_client_CA_file 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_load_client_CA_file 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_load_client_CA_file \- load certificate names from file diff --git a/lib/libcrypto/man/SSL_new.3 b/lib/libcrypto/man/SSL_new.3 index 707ef2e0cbb1..022e7d19fcea 100644 --- a/lib/libcrypto/man/SSL_new.3 +++ b/lib/libcrypto/man/SSL_new.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_new.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_new.3,v 1.5 2002/08/08 23:48:05 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:15 2002 +.\" Fri Aug 9 08:29:20 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_new 3" -.TH SSL_new 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_new 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_new \- create a new \s-1SSL\s0 structure for a connection diff --git a/lib/libcrypto/man/SSL_pending.3 b/lib/libcrypto/man/SSL_pending.3 index b1f83af4b27b..0600d34f7da2 100644 --- a/lib/libcrypto/man/SSL_pending.3 +++ b/lib/libcrypto/man/SSL_pending.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_pending.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_pending.3,v 1.5 2002/08/08 23:48:05 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:15 2002 +.\" Fri Aug 9 08:29:21 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_pending 3" -.TH SSL_pending 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_pending 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_pending \- obtain number of readable bytes buffered in an \s-1SSL\s0 object diff --git a/lib/libcrypto/man/SSL_read.3 b/lib/libcrypto/man/SSL_read.3 index 80317c910912..a48f7b6fa86d 100644 --- a/lib/libcrypto/man/SSL_read.3 +++ b/lib/libcrypto/man/SSL_read.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_read.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_read.3,v 1.5 2002/08/08 23:48:05 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:15 2002 +.\" Fri Aug 9 08:29:21 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_read 3" -.TH SSL_read 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_read 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_read \- read bytes from a \s-1TLS/SSL\s0 connection. diff --git a/lib/libcrypto/man/SSL_rstate_string.3 b/lib/libcrypto/man/SSL_rstate_string.3 index 518c4e501234..47a0eed70848 100644 --- a/lib/libcrypto/man/SSL_rstate_string.3 +++ b/lib/libcrypto/man/SSL_rstate_string.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_rstate_string.3,v 1.2 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_rstate_string.3,v 1.3 2002/08/08 23:48:05 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:15 2002 +.\" Fri Aug 9 08:29:22 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_rstate_string 3" -.TH SSL_rstate_string 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_rstate_string 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_rstate_string, SSL_rstate_string_long \- get textual description of state of an \s-1SSL\s0 object during read operation diff --git a/lib/libcrypto/man/SSL_session_reused.3 b/lib/libcrypto/man/SSL_session_reused.3 index 9bd80abe4ba7..457ccf3472a5 100644 --- a/lib/libcrypto/man/SSL_session_reused.3 +++ b/lib/libcrypto/man/SSL_session_reused.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_session_reused.3,v 1.2 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_session_reused.3,v 1.3 2002/08/08 23:48:06 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:16 2002 +.\" Fri Aug 9 08:29:22 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_session_reused 3" -.TH SSL_session_reused 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_session_reused 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_session_reused \- query whether a reused session was negotiated during handshake diff --git a/lib/libcrypto/man/SSL_set_bio.3 b/lib/libcrypto/man/SSL_set_bio.3 index cc7a32f6689d..d3deb8178bf7 100644 --- a/lib/libcrypto/man/SSL_set_bio.3 +++ b/lib/libcrypto/man/SSL_set_bio.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_set_bio.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_set_bio.3,v 1.5 2002/08/08 23:48:06 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:16 2002 +.\" Fri Aug 9 08:29:23 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_set_bio 3" -.TH SSL_set_bio 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_set_bio 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_set_bio \- connect the \s-1SSL\s0 object with a \s-1BIO\s0 diff --git a/lib/libcrypto/man/SSL_set_connect_state.3 b/lib/libcrypto/man/SSL_set_connect_state.3 index 9242d0b81ca0..bf746f365848 100644 --- a/lib/libcrypto/man/SSL_set_connect_state.3 +++ b/lib/libcrypto/man/SSL_set_connect_state.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_set_connect_state.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_set_connect_state.3,v 1.5 2002/08/08 23:48:06 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:16 2002 +.\" Fri Aug 9 08:29:23 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_set_connect_state 3" -.TH SSL_set_connect_state 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH SSL_set_connect_state 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" SSL_set_connect_state, SSL_get_accept_state \- prepare \s-1SSL\s0 object to work in client or server mode diff --git a/lib/libcrypto/man/SSL_set_fd.3 b/lib/libcrypto/man/SSL_set_fd.3 index 7b72361e828b..6c3c7a9581f8 100644 --- a/lib/libcrypto/man/SSL_set_fd.3 +++ b/lib/libcrypto/man/SSL_set_fd.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_set_fd.3,v 1.4 2002/07/31 01:45:29 itojun Exp $ +.\" $NetBSD: SSL_set_fd.3,v 1.5 2002/08/08 23:48:06 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:17 2002 +.\" Fri Aug 9 08:29:24 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_set_fd 3" -.TH SSL_set_fd 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_set_fd 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_set_fd \- connect the \s-1SSL\s0 object with a file descriptor diff --git a/lib/libcrypto/man/SSL_set_session.3 b/lib/libcrypto/man/SSL_set_session.3 index 0330f06a4eee..0374dced9937 100644 --- a/lib/libcrypto/man/SSL_set_session.3 +++ b/lib/libcrypto/man/SSL_set_session.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_set_session.3,v 1.4 2002/07/31 01:45:30 itojun Exp $ +.\" $NetBSD: SSL_set_session.3,v 1.5 2002/08/08 23:48:06 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:17 2002 +.\" Fri Aug 9 08:29:24 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_set_session 3" -.TH SSL_set_session 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_set_session 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_set_session \- set a \s-1TLS/SSL\s0 session to be used during \s-1TLS/SSL\s0 connect diff --git a/lib/libcrypto/man/SSL_set_shutdown.3 b/lib/libcrypto/man/SSL_set_shutdown.3 index da16d527916d..cf5a1f1195bd 100644 --- a/lib/libcrypto/man/SSL_set_shutdown.3 +++ b/lib/libcrypto/man/SSL_set_shutdown.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_set_shutdown.3,v 1.4 2002/07/31 01:45:30 itojun Exp $ +.\" $NetBSD: SSL_set_shutdown.3,v 1.5 2002/08/08 23:48:07 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:17 2002 +.\" Fri Aug 9 08:29:25 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_set_shutdown 3" -.TH SSL_set_shutdown 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_set_shutdown 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_set_shutdown, SSL_get_shutdown \- manipulate shutdown state of an \s-1SSL\s0 connection diff --git a/lib/libcrypto/man/SSL_set_verify_result.3 b/lib/libcrypto/man/SSL_set_verify_result.3 index 9b57a498e31b..97da952898ba 100644 --- a/lib/libcrypto/man/SSL_set_verify_result.3 +++ b/lib/libcrypto/man/SSL_set_verify_result.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_set_verify_result.3,v 1.4 2002/07/31 01:45:30 itojun Exp $ +.\" $NetBSD: SSL_set_verify_result.3,v 1.5 2002/08/08 23:48:07 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:18 2002 +.\" Fri Aug 9 08:29:25 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_set_verify_result 3" -.TH SSL_set_verify_result 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SSL_set_verify_result 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" SSL_set_verify_result \- override result of peer certificate verification diff --git a/lib/libcrypto/man/SSL_shutdown.3 b/lib/libcrypto/man/SSL_shutdown.3 index 11f540b9bdef..4aa37b9f9f33 100644 --- a/lib/libcrypto/man/SSL_shutdown.3 +++ b/lib/libcrypto/man/SSL_shutdown.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_shutdown.3,v 1.4 2002/07/31 01:45:30 itojun Exp $ +.\" $NetBSD: SSL_shutdown.3,v 1.5 2002/08/08 23:48:07 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:18 2002 +.\" Fri Aug 9 08:29:26 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_shutdown 3" -.TH SSL_shutdown 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_shutdown 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" SSL_shutdown \- shut down a \s-1TLS/SSL\s0 connection diff --git a/lib/libcrypto/man/SSL_state_string.3 b/lib/libcrypto/man/SSL_state_string.3 index e0e3495a9e2f..f09ff50d2258 100644 --- a/lib/libcrypto/man/SSL_state_string.3 +++ b/lib/libcrypto/man/SSL_state_string.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_state_string.3,v 1.2 2002/07/31 01:45:30 itojun Exp $ +.\" $NetBSD: SSL_state_string.3,v 1.3 2002/08/08 23:48:07 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:18 2002 +.\" Fri Aug 9 08:29:27 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_state_string 3" -.TH SSL_state_string 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_state_string 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_state_string, SSL_state_string_long \- get textual description of state of an \s-1SSL\s0 object diff --git a/lib/libcrypto/man/SSL_want.3 b/lib/libcrypto/man/SSL_want.3 index ba5e8ec28610..5f6c75e398fb 100644 --- a/lib/libcrypto/man/SSL_want.3 +++ b/lib/libcrypto/man/SSL_want.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_want.3,v 1.2 2002/07/31 01:45:30 itojun Exp $ +.\" $NetBSD: SSL_want.3,v 1.3 2002/08/08 23:48:07 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:18 2002 +.\" Fri Aug 9 08:29:28 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_want 3" -.TH SSL_want 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH SSL_want 3 "0.9.6f" "2002-08-05" "OpenSSL" .UC .SH "NAME" SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write, SSL_want_x509_lookup \- obtain state information \s-1TLS/SSL\s0 I/O operation diff --git a/lib/libcrypto/man/SSL_write.3 b/lib/libcrypto/man/SSL_write.3 index 2d13239b5dd1..fdc800ed04fe 100644 --- a/lib/libcrypto/man/SSL_write.3 +++ b/lib/libcrypto/man/SSL_write.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: SSL_write.3,v 1.4 2002/07/31 01:45:30 itojun Exp $ +.\" $NetBSD: SSL_write.3,v 1.5 2002/08/08 23:48:07 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:19 2002 +.\" Fri Aug 9 08:29:29 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SSL_write 3" -.TH SSL_write 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH SSL_write 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" SSL_write \- write bytes to a \s-1TLS/SSL\s0 connection. diff --git a/lib/libcrypto/man/crypto.3 b/lib/libcrypto/man/crypto.3 index 39ef81e9f7d4..518e5084db24 100644 --- a/lib/libcrypto/man/crypto.3 +++ b/lib/libcrypto/man/crypto.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: crypto.3,v 1.8 2002/07/31 01:45:30 itojun Exp $ +.\" $NetBSD: crypto.3,v 1.9 2002/08/08 23:48:08 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:47 2002 +.\" Fri Aug 9 08:28:26 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "crypto 3" -.TH crypto 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH crypto 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" crypto \- OpenSSL cryptographic library diff --git a/lib/libcrypto/man/d2i_DHparams.3 b/lib/libcrypto/man/d2i_DHparams.3 index 8a03d590b109..a29045265c1f 100644 --- a/lib/libcrypto/man/d2i_DHparams.3 +++ b/lib/libcrypto/man/d2i_DHparams.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: d2i_DHparams.3,v 1.8 2002/07/31 01:45:30 itojun Exp $ +.\" $NetBSD: d2i_DHparams.3,v 1.9 2002/08/08 23:48:08 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:47 2002 +.\" Fri Aug 9 08:28:26 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "d2i_DHparams 3" -.TH d2i_DHparams 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH d2i_DHparams 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" d2i_DHparams, i2d_DHparams \- ... diff --git a/lib/libcrypto/man/d2i_RSAPublicKey.3 b/lib/libcrypto/man/d2i_RSAPublicKey.3 index 0810c4abc307..96a195592580 100644 --- a/lib/libcrypto/man/d2i_RSAPublicKey.3 +++ b/lib/libcrypto/man/d2i_RSAPublicKey.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: d2i_RSAPublicKey.3,v 1.8 2002/07/31 01:45:30 itojun Exp $ +.\" $NetBSD: d2i_RSAPublicKey.3,v 1.9 2002/08/08 23:48:08 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:47 2002 +.\" Fri Aug 9 08:28:27 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "d2i_RSAPublicKey 3" -.TH d2i_RSAPublicKey 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH d2i_RSAPublicKey 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" d2i_RSAPublicKey, i2d_RSAPublicKey, d2i_RSAPrivateKey, i2d_RSAPrivateKey, i2d_Netscape_RSA, d2i_Netscape_RSA \- ... diff --git a/lib/libcrypto/man/d2i_SSL_SESSION.3 b/lib/libcrypto/man/d2i_SSL_SESSION.3 index 0ba223bfdbdc..fbe4820dc2fb 100644 --- a/lib/libcrypto/man/d2i_SSL_SESSION.3 +++ b/lib/libcrypto/man/d2i_SSL_SESSION.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: d2i_SSL_SESSION.3,v 1.4 2002/07/31 01:45:30 itojun Exp $ +.\" $NetBSD: d2i_SSL_SESSION.3,v 1.5 2002/08/08 23:48:08 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:19 2002 +.\" Fri Aug 9 08:29:30 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "d2i_SSL_SESSION 3" -.TH d2i_SSL_SESSION 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH d2i_SSL_SESSION 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" d2i_SSL_SESSION, i2d_SSL_SESSION \- convert \s-1SSL_SESSION\s0 object from/to \s-1ASN1\s0 representation diff --git a/lib/libcrypto/man/des_modes.7 b/lib/libcrypto/man/des_modes.7 index 4d7492d6fe5a..be9f91948710 100644 --- a/lib/libcrypto/man/des_modes.7 +++ b/lib/libcrypto/man/des_modes.7 @@ -1,5 +1,5 @@ .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:48 2002 +.\" Fri Aug 9 08:28:29 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -138,7 +138,7 @@ .\" ====================================================================== .\" .IX Title "des_modes 7" -.TH des_modes 7 "0.9.6e" "2002-06-10" "OpenSSL" +.TH des_modes 7 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" Modes of \s-1DES\s0 \- the variants of \s-1DES\s0 and other crypto algorithms of OpenSSL diff --git a/lib/libcrypto/man/lh_stats.3 b/lib/libcrypto/man/lh_stats.3 index 63aeeed67832..797a246d2f98 100644 --- a/lib/libcrypto/man/lh_stats.3 +++ b/lib/libcrypto/man/lh_stats.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: lh_stats.3,v 1.8 2002/07/31 01:45:30 itojun Exp $ +.\" $NetBSD: lh_stats.3,v 1.9 2002/08/08 23:48:09 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:51 2002 +.\" Fri Aug 9 08:28:33 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "lh_stats 3" -.TH lh_stats 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH lh_stats 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" lh_stats, lh_node_stats, lh_node_usage_stats, lh_stats_bio, diff --git a/lib/libcrypto/man/openssl.1 b/lib/libcrypto/man/openssl.1 index 0fb27a173e42..daeea1744d68 100644 --- a/lib/libcrypto/man/openssl.1 +++ b/lib/libcrypto/man/openssl.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl.1,v 1.7 2002/07/31 01:45:30 itojun Exp $ +.\" $NetBSD: openssl.1,v 1.8 2002/08/08 23:48:09 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:05 2002 +.\" Fri Aug 9 08:27:11 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "OPENSSL 1" -.TH OPENSSL 1 "0.9.6e" "2002-06-10" "OpenSSL" +.TH OPENSSL 1 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" openssl \- OpenSSL command line tool diff --git a/lib/libcrypto/man/openssl.cnf.5 b/lib/libcrypto/man/openssl.cnf.5 index 4dfa6089c1e2..6dbba9b7e12f 100644 --- a/lib/libcrypto/man/openssl.cnf.5 +++ b/lib/libcrypto/man/openssl.cnf.5 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl.cnf.5,v 1.9 2002/07/31 01:45:30 itojun Exp $ +.\" $NetBSD: openssl.cnf.5,v 1.10 2002/08/08 23:48:09 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:00 2002 +.\" Fri Aug 9 08:27:03 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "config 5" -.TH config 5 "0.9.6e" "2000-07-22" "OpenSSL" +.TH config 5 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" config \- OpenSSL \s-1CONF\s0 library configuration files diff --git a/lib/libcrypto/man/openssl_CA.pl.1 b/lib/libcrypto/man/openssl_CA.pl.1 index dc03d14b8258..94055c3809c7 100644 --- a/lib/libcrypto/man/openssl_CA.pl.1 +++ b/lib/libcrypto/man/openssl_CA.pl.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_CA.pl.1,v 1.6 2002/07/31 01:45:30 itojun Exp $ +.\" $NetBSD: openssl_CA.pl.1,v 1.7 2002/08/08 23:48:09 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:36:59 2002 +.\" Fri Aug 9 08:27:00 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "CA.PL 1" -.TH CA.PL 1 "0.9.6e" "2001-04-12" "OpenSSL" +.TH CA.PL 1 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" \&\s-1CA\s0.pl \- friendlier interface for OpenSSL certificate programs diff --git a/lib/libcrypto/man/openssl_asn1parse.1 b/lib/libcrypto/man/openssl_asn1parse.1 index 8b0fe530178c..1ff93ccb58d7 100644 --- a/lib/libcrypto/man/openssl_asn1parse.1 +++ b/lib/libcrypto/man/openssl_asn1parse.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_asn1parse.1,v 1.6 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_asn1parse.1,v 1.7 2002/08/08 23:48:09 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:36:59 2002 +.\" Fri Aug 9 08:27:00 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "ASN1PARSE 1" -.TH ASN1PARSE 1 "0.9.6e" "2000-07-22" "OpenSSL" +.TH ASN1PARSE 1 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" asn1parse \- \s-1ASN\s0.1 parsing tool diff --git a/lib/libcrypto/man/openssl_bio.3 b/lib/libcrypto/man/openssl_bio.3 index da5e63a460af..c683fa376f1a 100644 --- a/lib/libcrypto/man/openssl_bio.3 +++ b/lib/libcrypto/man/openssl_bio.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_bio.3,v 1.4 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_bio.3,v 1.5 2002/08/08 23:48:10 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:45 2002 +.\" Fri Aug 9 08:28:22 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "bio 3" -.TH bio 3 "0.9.6e" "2001-07-11" "OpenSSL" +.TH bio 3 "0.9.6f" "2001-07-11" "OpenSSL" .UC .SH "NAME" bio \- I/O abstraction diff --git a/lib/libcrypto/man/openssl_blowfish.3 b/lib/libcrypto/man/openssl_blowfish.3 index 20a556bf6f54..b94d28c60cb3 100644 --- a/lib/libcrypto/man/openssl_blowfish.3 +++ b/lib/libcrypto/man/openssl_blowfish.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_blowfish.3,v 1.4 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_blowfish.3,v 1.5 2002/08/08 23:48:10 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:45 2002 +.\" Fri Aug 9 08:28:23 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "blowfish 3" -.TH blowfish 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH blowfish 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" blowfish, BF_set_key, BF_encrypt, BF_decrypt, BF_ecb_encrypt, BF_cbc_encrypt, diff --git a/lib/libcrypto/man/openssl_bn.3 b/lib/libcrypto/man/openssl_bn.3 index 5896f0f78d8f..db7431d10b25 100644 --- a/lib/libcrypto/man/openssl_bn.3 +++ b/lib/libcrypto/man/openssl_bn.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_bn.3,v 1.4 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_bn.3,v 1.5 2002/08/08 23:48:10 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:45 2002 +.\" Fri Aug 9 08:28:23 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "bn 3" -.TH bn 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH bn 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" bn \- multiprecision integer arithmetics diff --git a/lib/libcrypto/man/openssl_bn_internal.3 b/lib/libcrypto/man/openssl_bn_internal.3 index 1afbb97d6fec..b82f2c26ee82 100644 --- a/lib/libcrypto/man/openssl_bn_internal.3 +++ b/lib/libcrypto/man/openssl_bn_internal.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_bn_internal.3,v 1.5 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_bn_internal.3,v 1.6 2002/08/08 23:48:10 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:46 2002 +.\" Fri Aug 9 08:28:24 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "bn_internal 3" -.TH bn_internal 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH bn_internal 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" bn_mul_words, bn_mul_add_words, bn_sqr_words, bn_div_words, diff --git a/lib/libcrypto/man/openssl_buffer.3 b/lib/libcrypto/man/openssl_buffer.3 index 5406967b635a..1333429e84c4 100644 --- a/lib/libcrypto/man/openssl_buffer.3 +++ b/lib/libcrypto/man/openssl_buffer.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_buffer.3,v 1.4 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_buffer.3,v 1.5 2002/08/08 23:48:10 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:46 2002 +.\" Fri Aug 9 08:28:25 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "buffer 3" -.TH buffer 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH buffer 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" BUF_MEM_new, BUF_MEM_free, BUF_MEM_grow, BUF_strdup \- simple diff --git a/lib/libcrypto/man/openssl_ca.1 b/lib/libcrypto/man/openssl_ca.1 index 100c056cbc89..7d022c52d1a9 100644 --- a/lib/libcrypto/man/openssl_ca.1 +++ b/lib/libcrypto/man/openssl_ca.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_ca.1,v 1.6 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_ca.1,v 1.7 2002/08/08 23:48:10 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:36:59 2002 +.\" Fri Aug 9 08:27:01 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "CA 1" -.TH CA 1 "0.9.6e" "2002-06-10" "OpenSSL" +.TH CA 1 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" ca \- sample minimal \s-1CA\s0 application diff --git a/lib/libcrypto/man/openssl_ciphers.1 b/lib/libcrypto/man/openssl_ciphers.1 index 28a199e65e67..68702448b354 100644 --- a/lib/libcrypto/man/openssl_ciphers.1 +++ b/lib/libcrypto/man/openssl_ciphers.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_ciphers.1,v 1.6 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_ciphers.1,v 1.7 2002/08/08 23:48:10 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:00 2002 +.\" Fri Aug 9 08:27:02 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "CIPHERS 1" -.TH CIPHERS 1 "0.9.6e" "2001-04-12" "OpenSSL" +.TH CIPHERS 1 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" ciphers \- \s-1SSL\s0 cipher display and cipher list tool. diff --git a/lib/libcrypto/man/openssl_crl.1 b/lib/libcrypto/man/openssl_crl.1 index f823c1e31a10..a8943e12b662 100644 --- a/lib/libcrypto/man/openssl_crl.1 +++ b/lib/libcrypto/man/openssl_crl.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_crl.1,v 1.6 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_crl.1,v 1.7 2002/08/08 23:48:11 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:01 2002 +.\" Fri Aug 9 08:27:04 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "CRL 1" -.TH CRL 1 "0.9.6e" "2000-07-22" "OpenSSL" +.TH CRL 1 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" crl \- \s-1CRL\s0 utility diff --git a/lib/libcrypto/man/openssl_crl2pkcs7.1 b/lib/libcrypto/man/openssl_crl2pkcs7.1 index 4dd2beb455e7..65bb68be8c0a 100644 --- a/lib/libcrypto/man/openssl_crl2pkcs7.1 +++ b/lib/libcrypto/man/openssl_crl2pkcs7.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_crl2pkcs7.1,v 1.6 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_crl2pkcs7.1,v 1.7 2002/08/08 23:48:11 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:01 2002 +.\" Fri Aug 9 08:27:05 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "CRL2PKCS7 1" -.TH CRL2PKCS7 1 "0.9.6e" "2002-07-31" "OpenSSL" +.TH CRL2PKCS7 1 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" crl2pkcs7 \- Create a PKCS#7 structure from a \s-1CRL\s0 and certificates. diff --git a/lib/libcrypto/man/openssl_des.3 b/lib/libcrypto/man/openssl_des.3 index d16faedc96de..45e4fb608ff0 100644 --- a/lib/libcrypto/man/openssl_des.3 +++ b/lib/libcrypto/man/openssl_des.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_des.3,v 1.4 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_des.3,v 1.5 2002/08/08 23:48:11 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:48 2002 +.\" Fri Aug 9 08:28:27 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "des 3" -.TH des 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH des 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" des_random_key, des_set_key, des_key_sched, des_set_key_checked, diff --git a/lib/libcrypto/man/openssl_dgst.1 b/lib/libcrypto/man/openssl_dgst.1 index b0bc75c6703b..ee55513f249a 100644 --- a/lib/libcrypto/man/openssl_dgst.1 +++ b/lib/libcrypto/man/openssl_dgst.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_dgst.1,v 1.6 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_dgst.1,v 1.7 2002/08/08 23:48:11 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:01 2002 +.\" Fri Aug 9 08:27:05 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DGST 1" -.TH DGST 1 "0.9.6e" "2001-04-12" "OpenSSL" +.TH DGST 1 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" dgst, md5, md4, md2, sha1, sha, mdc2, ripemd160 \- message digests diff --git a/lib/libcrypto/man/openssl_dh.3 b/lib/libcrypto/man/openssl_dh.3 index 1954e45f60fe..c5375ed36f3b 100644 --- a/lib/libcrypto/man/openssl_dh.3 +++ b/lib/libcrypto/man/openssl_dh.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_dh.3,v 1.4 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_dh.3,v 1.5 2002/08/08 23:48:11 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:49 2002 +.\" Fri Aug 9 08:28:30 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "dh 3" -.TH dh 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH dh 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" dh \- Diffie-Hellman key agreement diff --git a/lib/libcrypto/man/openssl_dhparam.1 b/lib/libcrypto/man/openssl_dhparam.1 index 224eb884169d..af60d4fc724a 100644 --- a/lib/libcrypto/man/openssl_dhparam.1 +++ b/lib/libcrypto/man/openssl_dhparam.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_dhparam.1,v 1.6 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_dhparam.1,v 1.7 2002/08/08 23:48:11 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:02 2002 +.\" Fri Aug 9 08:27:06 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DHPARAM 1" -.TH DHPARAM 1 "0.9.6e" "2001-04-12" "OpenSSL" +.TH DHPARAM 1 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" dhparam \- \s-1DH\s0 parameter manipulation and generation diff --git a/lib/libcrypto/man/openssl_dsa.1 b/lib/libcrypto/man/openssl_dsa.1 index e796485ce9b6..5b6d241bb922 100644 --- a/lib/libcrypto/man/openssl_dsa.1 +++ b/lib/libcrypto/man/openssl_dsa.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_dsa.1,v 1.6 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_dsa.1,v 1.7 2002/08/08 23:48:12 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:02 2002 +.\" Fri Aug 9 08:27:06 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DSA 1" -.TH DSA 1 "0.9.6e" "2000-07-22" "OpenSSL" +.TH DSA 1 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" dsa \- \s-1DSA\s0 key processing diff --git a/lib/libcrypto/man/openssl_dsa.3 b/lib/libcrypto/man/openssl_dsa.3 index b19247b1ec04..203a639cb5bb 100644 --- a/lib/libcrypto/man/openssl_dsa.3 +++ b/lib/libcrypto/man/openssl_dsa.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_dsa.3,v 1.4 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_dsa.3,v 1.5 2002/08/08 23:48:12 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:49 2002 +.\" Fri Aug 9 08:28:31 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "dsa 3" -.TH dsa 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH dsa 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" dsa \- Digital Signature Algorithm diff --git a/lib/libcrypto/man/openssl_dsaparam.1 b/lib/libcrypto/man/openssl_dsaparam.1 index 84e068ded845..3b9705f53870 100644 --- a/lib/libcrypto/man/openssl_dsaparam.1 +++ b/lib/libcrypto/man/openssl_dsaparam.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_dsaparam.1,v 1.6 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_dsaparam.1,v 1.7 2002/08/08 23:48:12 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:03 2002 +.\" Fri Aug 9 08:27:07 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "DSAPARAM 1" -.TH DSAPARAM 1 "0.9.6e" "2001-04-12" "OpenSSL" +.TH DSAPARAM 1 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" dsaparam \- \s-1DSA\s0 parameter manipulation and generation diff --git a/lib/libcrypto/man/openssl_enc.1 b/lib/libcrypto/man/openssl_enc.1 index 71a21f56efa7..56dc734512a4 100644 --- a/lib/libcrypto/man/openssl_enc.1 +++ b/lib/libcrypto/man/openssl_enc.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_enc.1,v 1.6 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_enc.1,v 1.7 2002/08/08 23:48:12 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:03 2002 +.\" Fri Aug 9 08:27:08 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "ENC 1" -.TH ENC 1 "0.9.6e" "2001-07-11" "OpenSSL" +.TH ENC 1 "0.9.6f" "2001-07-11" "OpenSSL" .UC .SH "NAME" enc \- symmetric cipher routines diff --git a/lib/libcrypto/man/openssl_err.3 b/lib/libcrypto/man/openssl_err.3 index ab9f2d25c8a6..ef6dec3c083a 100644 --- a/lib/libcrypto/man/openssl_err.3 +++ b/lib/libcrypto/man/openssl_err.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_err.3,v 1.7 2002/07/31 01:45:31 itojun Exp $ +.\" $NetBSD: openssl_err.3,v 1.8 2002/08/08 23:48:12 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:49 2002 +.\" Fri Aug 9 08:28:31 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "err 3" -.TH err 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH err 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" err \- error codes diff --git a/lib/libcrypto/man/openssl_evp.3 b/lib/libcrypto/man/openssl_evp.3 index cb9c5e6a9ccd..b0048afd1dc7 100644 --- a/lib/libcrypto/man/openssl_evp.3 +++ b/lib/libcrypto/man/openssl_evp.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_evp.3,v 1.4 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_evp.3,v 1.5 2002/08/08 23:48:13 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:50 2002 +.\" Fri Aug 9 08:28:32 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "evp 3" -.TH evp 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH evp 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" evp \- high-level cryptographic functions diff --git a/lib/libcrypto/man/openssl_gendsa.1 b/lib/libcrypto/man/openssl_gendsa.1 index e5493b5bb972..424e3ecd0159 100644 --- a/lib/libcrypto/man/openssl_gendsa.1 +++ b/lib/libcrypto/man/openssl_gendsa.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_gendsa.1,v 1.6 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_gendsa.1,v 1.7 2002/08/08 23:48:13 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:03 2002 +.\" Fri Aug 9 08:27:09 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "GENDSA 1" -.TH GENDSA 1 "0.9.6e" "2001-04-12" "OpenSSL" +.TH GENDSA 1 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" gendsa \- generate a \s-1DSA\s0 private key from a set of parameters diff --git a/lib/libcrypto/man/openssl_genrsa.1 b/lib/libcrypto/man/openssl_genrsa.1 index c29acc10d05a..d7c951df1d86 100644 --- a/lib/libcrypto/man/openssl_genrsa.1 +++ b/lib/libcrypto/man/openssl_genrsa.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_genrsa.1,v 1.6 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_genrsa.1,v 1.7 2002/08/08 23:48:13 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:04 2002 +.\" Fri Aug 9 08:27:09 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "GENRSA 1" -.TH GENRSA 1 "0.9.6e" "2001-04-12" "OpenSSL" +.TH GENRSA 1 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" genrsa \- generate an \s-1RSA\s0 private key diff --git a/lib/libcrypto/man/openssl_hmac.3 b/lib/libcrypto/man/openssl_hmac.3 index e7d26d5c5c97..f60a390f3b07 100644 --- a/lib/libcrypto/man/openssl_hmac.3 +++ b/lib/libcrypto/man/openssl_hmac.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_hmac.3,v 1.4 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_hmac.3,v 1.5 2002/08/08 23:48:13 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:50 2002 +.\" Fri Aug 9 08:28:33 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "hmac 3" -.TH hmac 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH hmac 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" \&\s-1HMAC\s0, HMAC_Init, HMAC_Update, HMAC_Final, HMAC_cleanup \- \s-1HMAC\s0 message diff --git a/lib/libcrypto/man/openssl_lhash.3 b/lib/libcrypto/man/openssl_lhash.3 index 5eec8381c006..55e0bb2a0d49 100644 --- a/lib/libcrypto/man/openssl_lhash.3 +++ b/lib/libcrypto/man/openssl_lhash.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_lhash.3,v 1.4 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_lhash.3,v 1.5 2002/08/08 23:48:13 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:51 2002 +.\" Fri Aug 9 08:28:34 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "lhash 3" -.TH lhash 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH lhash 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" lh_new, lh_free, lh_insert, lh_delete, lh_retrieve, lh_doall, diff --git a/lib/libcrypto/man/openssl_md5.3 b/lib/libcrypto/man/openssl_md5.3 index a3b51d80a1f3..0fd328626b2b 100644 --- a/lib/libcrypto/man/openssl_md5.3 +++ b/lib/libcrypto/man/openssl_md5.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_md5.3,v 1.4 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_md5.3,v 1.5 2002/08/08 23:48:13 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:51 2002 +.\" Fri Aug 9 08:28:35 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "md5 3" -.TH md5 3 "0.9.6e" "2001-04-12" "OpenSSL" +.TH md5 3 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" \&\s-1MD2\s0, \s-1MD4\s0, \s-1MD5\s0, MD2_Init, MD2_Update, MD2_Final, MD4_Init, MD4_Update, diff --git a/lib/libcrypto/man/openssl_mdc2.3 b/lib/libcrypto/man/openssl_mdc2.3 index 0050077b60b4..27d96e8c8b37 100644 --- a/lib/libcrypto/man/openssl_mdc2.3 +++ b/lib/libcrypto/man/openssl_mdc2.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_mdc2.3,v 1.4 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_mdc2.3,v 1.5 2002/08/08 23:48:13 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:51 2002 +.\" Fri Aug 9 08:28:35 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "mdc2 3" -.TH mdc2 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH mdc2 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" \&\s-1MDC2\s0, MDC2_Init, MDC2_Update, MDC2_Final \- \s-1MDC2\s0 hash function diff --git a/lib/libcrypto/man/openssl_nseq.1 b/lib/libcrypto/man/openssl_nseq.1 index c942fe4efd25..53d4b30299f8 100644 --- a/lib/libcrypto/man/openssl_nseq.1 +++ b/lib/libcrypto/man/openssl_nseq.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_nseq.1,v 1.6 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_nseq.1,v 1.7 2002/08/08 23:48:14 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:04 2002 +.\" Fri Aug 9 08:27:10 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "NSEQ 1" -.TH NSEQ 1 "0.9.6e" "2000-07-22" "OpenSSL" +.TH NSEQ 1 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" nseq \- create or examine a netscape certificate sequence diff --git a/lib/libcrypto/man/openssl_passwd.1 b/lib/libcrypto/man/openssl_passwd.1 index 282b8cf36d5e..a49a735e2038 100644 --- a/lib/libcrypto/man/openssl_passwd.1 +++ b/lib/libcrypto/man/openssl_passwd.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_passwd.1,v 1.6 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_passwd.1,v 1.7 2002/08/08 23:48:14 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:05 2002 +.\" Fri Aug 9 08:27:12 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "PASSWD 1" -.TH PASSWD 1 "0.9.6e" "2001-04-12" "OpenSSL" +.TH PASSWD 1 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" passwd \- compute password hashes diff --git a/lib/libcrypto/man/openssl_pkcs12.1 b/lib/libcrypto/man/openssl_pkcs12.1 index 192fc750feef..764989061941 100644 --- a/lib/libcrypto/man/openssl_pkcs12.1 +++ b/lib/libcrypto/man/openssl_pkcs12.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_pkcs12.1,v 1.6 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_pkcs12.1,v 1.7 2002/08/08 23:48:14 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:06 2002 +.\" Fri Aug 9 08:27:13 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "PKCS12 1" -.TH PKCS12 1 "0.9.6e" "2001-04-12" "OpenSSL" +.TH PKCS12 1 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" pkcs12 \- PKCS#12 file utility diff --git a/lib/libcrypto/man/openssl_pkcs7.1 b/lib/libcrypto/man/openssl_pkcs7.1 index 3c75ad7fe2c2..8d88b85f20c1 100644 --- a/lib/libcrypto/man/openssl_pkcs7.1 +++ b/lib/libcrypto/man/openssl_pkcs7.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_pkcs7.1,v 1.7 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_pkcs7.1,v 1.8 2002/08/08 23:48:14 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:06 2002 +.\" Fri Aug 9 08:27:13 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "PKCS7 1" -.TH PKCS7 1 "0.9.6e" "2000-07-22" "OpenSSL" +.TH PKCS7 1 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" pkcs7 \- PKCS#7 utility diff --git a/lib/libcrypto/man/openssl_pkcs8.1 b/lib/libcrypto/man/openssl_pkcs8.1 index d1b922f83cf3..b49af0077aa1 100644 --- a/lib/libcrypto/man/openssl_pkcs8.1 +++ b/lib/libcrypto/man/openssl_pkcs8.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_pkcs8.1,v 1.6 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_pkcs8.1,v 1.7 2002/08/08 23:48:15 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:06 2002 +.\" Fri Aug 9 08:27:14 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "PKCS8 1" -.TH PKCS8 1 "0.9.6e" "2000-07-22" "OpenSSL" +.TH PKCS8 1 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" pkcs8 \- PKCS#8 format private key conversion tool diff --git a/lib/libcrypto/man/openssl_rand.1 b/lib/libcrypto/man/openssl_rand.1 index 3e79cb891e83..2e548ebda566 100644 --- a/lib/libcrypto/man/openssl_rand.1 +++ b/lib/libcrypto/man/openssl_rand.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_rand.1,v 1.6 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_rand.1,v 1.7 2002/08/08 23:48:15 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:07 2002 +.\" Fri Aug 9 08:27:15 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RAND 1" -.TH RAND 1 "0.9.6e" "2001-04-12" "OpenSSL" +.TH RAND 1 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" rand \- generate pseudo-random bytes diff --git a/lib/libcrypto/man/openssl_rand.3 b/lib/libcrypto/man/openssl_rand.3 index d0d3b6cce9de..79b695369744 100644 --- a/lib/libcrypto/man/openssl_rand.3 +++ b/lib/libcrypto/man/openssl_rand.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_rand.3,v 1.4 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_rand.3,v 1.5 2002/08/08 23:48:15 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:52 2002 +.\" Fri Aug 9 08:28:36 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "rand 3" -.TH rand 3 "0.9.6e" "2001-07-11" "OpenSSL" +.TH rand 3 "0.9.6f" "2001-07-11" "OpenSSL" .UC .SH "NAME" rand \- pseudo-random number generator diff --git a/lib/libcrypto/man/openssl_rc4.3 b/lib/libcrypto/man/openssl_rc4.3 index 1cc206d3ab77..8aa2c4a4ee53 100644 --- a/lib/libcrypto/man/openssl_rc4.3 +++ b/lib/libcrypto/man/openssl_rc4.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_rc4.3,v 1.4 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_rc4.3,v 1.5 2002/08/08 23:48:15 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:52 2002 +.\" Fri Aug 9 08:28:37 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "rc4 3" -.TH rc4 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH rc4 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" RC4_set_key, \s-1RC4\s0 \- \s-1RC4\s0 encryption diff --git a/lib/libcrypto/man/openssl_req.1 b/lib/libcrypto/man/openssl_req.1 index 51808d018031..caabf82d38ce 100644 --- a/lib/libcrypto/man/openssl_req.1 +++ b/lib/libcrypto/man/openssl_req.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_req.1,v 1.6 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_req.1,v 1.7 2002/08/08 23:48:16 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:07 2002 +.\" Fri Aug 9 08:27:15 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "REQ 1" -.TH REQ 1 "0.9.6e" "2001-04-12" "OpenSSL" +.TH REQ 1 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" req \- PKCS#10 certificate and certificate generating utility. diff --git a/lib/libcrypto/man/openssl_ripemd.3 b/lib/libcrypto/man/openssl_ripemd.3 index 7bb08f1ed6d9..ec3a2dcf9365 100644 --- a/lib/libcrypto/man/openssl_ripemd.3 +++ b/lib/libcrypto/man/openssl_ripemd.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_ripemd.3,v 1.4 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_ripemd.3,v 1.5 2002/08/08 23:48:16 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:52 2002 +.\" Fri Aug 9 08:28:38 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "ripemd 3" -.TH ripemd 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH ripemd 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" \&\s-1RIPEMD160\s0, RIPEMD160_Init, RIPEMD160_Update, RIPEMD160_Final \- diff --git a/lib/libcrypto/man/openssl_rsa.1 b/lib/libcrypto/man/openssl_rsa.1 index 24efa0a991b7..dc70b24f300d 100644 --- a/lib/libcrypto/man/openssl_rsa.1 +++ b/lib/libcrypto/man/openssl_rsa.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_rsa.1,v 1.6 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_rsa.1,v 1.7 2002/08/08 23:48:16 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:08 2002 +.\" Fri Aug 9 08:27:17 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RSA 1" -.TH RSA 1 "0.9.6e" "2001-04-12" "OpenSSL" +.TH RSA 1 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" rsa \- \s-1RSA\s0 key processing tool diff --git a/lib/libcrypto/man/openssl_rsa.3 b/lib/libcrypto/man/openssl_rsa.3 index e5e65e8ca583..da357e6eec67 100644 --- a/lib/libcrypto/man/openssl_rsa.3 +++ b/lib/libcrypto/man/openssl_rsa.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_rsa.3,v 1.4 2002/07/31 01:45:32 itojun Exp $ +.\" $NetBSD: openssl_rsa.3,v 1.5 2002/08/08 23:48:16 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:53 2002 +.\" Fri Aug 9 08:28:38 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "rsa 3" -.TH rsa 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH rsa 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" rsa \- \s-1RSA\s0 public key cryptosystem diff --git a/lib/libcrypto/man/openssl_rsautl.1 b/lib/libcrypto/man/openssl_rsautl.1 index edaa481b2138..cc3ca24d3724 100644 --- a/lib/libcrypto/man/openssl_rsautl.1 +++ b/lib/libcrypto/man/openssl_rsautl.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_rsautl.1,v 1.4 2002/07/31 01:45:33 itojun Exp $ +.\" $NetBSD: openssl_rsautl.1,v 1.5 2002/08/08 23:48:16 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:08 2002 +.\" Fri Aug 9 08:27:17 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "RSAUTL 1" -.TH RSAUTL 1 "0.9.6e" "2001-07-11" "OpenSSL" +.TH RSAUTL 1 "0.9.6f" "2001-07-11" "OpenSSL" .UC .SH "NAME" rsautl \- \s-1RSA\s0 utility diff --git a/lib/libcrypto/man/openssl_s_client.1 b/lib/libcrypto/man/openssl_s_client.1 index 54c939070760..9bd32ce34c68 100644 --- a/lib/libcrypto/man/openssl_s_client.1 +++ b/lib/libcrypto/man/openssl_s_client.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_s_client.1,v 1.7 2002/07/31 01:45:33 itojun Exp $ +.\" $NetBSD: openssl_s_client.1,v 1.8 2002/08/08 23:48:16 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:09 2002 +.\" Fri Aug 9 08:27:18 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "S_CLIENT 1" -.TH S_CLIENT 1 "0.9.6e" "2001-04-12" "OpenSSL" +.TH S_CLIENT 1 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" s_client \- \s-1SSL/TLS\s0 client program diff --git a/lib/libcrypto/man/openssl_s_server.1 b/lib/libcrypto/man/openssl_s_server.1 index b7d069fbed52..b05cb58ba8a8 100644 --- a/lib/libcrypto/man/openssl_s_server.1 +++ b/lib/libcrypto/man/openssl_s_server.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_s_server.1,v 1.6 2002/07/31 01:45:33 itojun Exp $ +.\" $NetBSD: openssl_s_server.1,v 1.7 2002/08/08 23:48:17 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:09 2002 +.\" Fri Aug 9 08:27:19 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "S_SERVER 1" -.TH S_SERVER 1 "0.9.6e" "2001-07-11" "OpenSSL" +.TH S_SERVER 1 "0.9.6f" "2001-07-11" "OpenSSL" .UC .SH "NAME" s_server \- \s-1SSL/TLS\s0 server program diff --git a/lib/libcrypto/man/openssl_sess_id.1 b/lib/libcrypto/man/openssl_sess_id.1 index 0df966f52e6f..da325ae6a0c9 100644 --- a/lib/libcrypto/man/openssl_sess_id.1 +++ b/lib/libcrypto/man/openssl_sess_id.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_sess_id.1,v 1.6 2002/07/31 01:45:33 itojun Exp $ +.\" $NetBSD: openssl_sess_id.1,v 1.7 2002/08/08 23:48:17 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:09 2002 +.\" Fri Aug 9 08:27:20 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SESS_ID 1" -.TH SESS_ID 1 "0.9.6e" "2000-07-22" "OpenSSL" +.TH SESS_ID 1 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" sess_id \- \s-1SSL/TLS\s0 session handling utility diff --git a/lib/libcrypto/man/openssl_sha.3 b/lib/libcrypto/man/openssl_sha.3 index cae18da62741..c36710c68c1a 100644 --- a/lib/libcrypto/man/openssl_sha.3 +++ b/lib/libcrypto/man/openssl_sha.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_sha.3,v 1.4 2002/07/31 01:45:33 itojun Exp $ +.\" $NetBSD: openssl_sha.3,v 1.5 2002/08/08 23:48:17 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:53 2002 +.\" Fri Aug 9 08:28:39 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "sha 3" -.TH sha 3 "0.9.6e" "2000-07-22" "OpenSSL" +.TH sha 3 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" \&\s-1SHA1\s0, SHA1_Init, SHA1_Update, SHA1_Final \- Secure Hash Algorithm diff --git a/lib/libcrypto/man/openssl_smime.1 b/lib/libcrypto/man/openssl_smime.1 index 098113bb0555..b9fee897845e 100644 --- a/lib/libcrypto/man/openssl_smime.1 +++ b/lib/libcrypto/man/openssl_smime.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_smime.1,v 1.6 2002/07/31 01:45:33 itojun Exp $ +.\" $NetBSD: openssl_smime.1,v 1.7 2002/08/08 23:48:17 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:10 2002 +.\" Fri Aug 9 08:27:21 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SMIME 1" -.TH SMIME 1 "0.9.6e" "2002-07-31" "OpenSSL" +.TH SMIME 1 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" smime \- S/MIME utility diff --git a/lib/libcrypto/man/openssl_speed.1 b/lib/libcrypto/man/openssl_speed.1 index 21d665b4ec3e..14c5f540b115 100644 --- a/lib/libcrypto/man/openssl_speed.1 +++ b/lib/libcrypto/man/openssl_speed.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_speed.1,v 1.6 2002/07/31 01:45:33 itojun Exp $ +.\" $NetBSD: openssl_speed.1,v 1.7 2002/08/08 23:48:17 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:10 2002 +.\" Fri Aug 9 08:27:22 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SPEED 1" -.TH SPEED 1 "0.9.6e" "2001-04-12" "OpenSSL" +.TH SPEED 1 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" speed \- test library performance diff --git a/lib/libcrypto/man/openssl_spkac.1 b/lib/libcrypto/man/openssl_spkac.1 index 895f25e47475..b024e84bee4e 100644 --- a/lib/libcrypto/man/openssl_spkac.1 +++ b/lib/libcrypto/man/openssl_spkac.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_spkac.1,v 1.6 2002/07/31 01:45:33 itojun Exp $ +.\" $NetBSD: openssl_spkac.1,v 1.7 2002/08/08 23:48:17 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:10 2002 +.\" Fri Aug 9 08:27:23 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "SPKAC 1" -.TH SPKAC 1 "0.9.6e" "2000-07-22" "OpenSSL" +.TH SPKAC 1 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" spkac \- \s-1SPKAC\s0 printing and generating utility diff --git a/lib/libcrypto/man/openssl_threads.3 b/lib/libcrypto/man/openssl_threads.3 index ad8604066525..1855dea1d75d 100644 --- a/lib/libcrypto/man/openssl_threads.3 +++ b/lib/libcrypto/man/openssl_threads.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_threads.3,v 1.5 2002/07/31 01:45:33 itojun Exp $ +.\" $NetBSD: openssl_threads.3,v 1.6 2002/08/08 23:48:17 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:53 2002 +.\" Fri Aug 9 08:28:39 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "threads 3" -.TH threads 3 "0.9.6e" "2002-06-10" "OpenSSL" +.TH threads 3 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" CRYPTO_set_locking_callback, CRYPTO_set_id_callback, CRYPTO_num_locks, diff --git a/lib/libcrypto/man/openssl_verify.1 b/lib/libcrypto/man/openssl_verify.1 index 1400d5518f5c..20e460f8df0f 100644 --- a/lib/libcrypto/man/openssl_verify.1 +++ b/lib/libcrypto/man/openssl_verify.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_verify.1,v 1.6 2002/07/31 01:45:33 itojun Exp $ +.\" $NetBSD: openssl_verify.1,v 1.7 2002/08/08 23:48:18 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:11 2002 +.\" Fri Aug 9 08:27:24 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "VERIFY 1" -.TH VERIFY 1 "0.9.6e" "2002-06-10" "OpenSSL" +.TH VERIFY 1 "0.9.6f" "2002-06-10" "OpenSSL" .UC .SH "NAME" verify \- Utility to verify certificates. diff --git a/lib/libcrypto/man/openssl_version.1 b/lib/libcrypto/man/openssl_version.1 index 7ffab39fb831..b7a36a930de3 100644 --- a/lib/libcrypto/man/openssl_version.1 +++ b/lib/libcrypto/man/openssl_version.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_version.1,v 1.6 2002/07/31 01:45:33 itojun Exp $ +.\" $NetBSD: openssl_version.1,v 1.7 2002/08/08 23:48:18 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:11 2002 +.\" Fri Aug 9 08:27:24 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "VERSION 1" -.TH VERSION 1 "0.9.6e" "2000-07-22" "OpenSSL" +.TH VERSION 1 "0.9.6f" "2000-07-22" "OpenSSL" .UC .SH "NAME" version \- print OpenSSL version information diff --git a/lib/libcrypto/man/openssl_x509.1 b/lib/libcrypto/man/openssl_x509.1 index 6775f6587624..acc69da0440f 100644 --- a/lib/libcrypto/man/openssl_x509.1 +++ b/lib/libcrypto/man/openssl_x509.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: openssl_x509.1,v 1.7 2002/07/31 01:45:33 itojun Exp $ +.\" $NetBSD: openssl_x509.1,v 1.8 2002/08/08 23:48:18 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:37:11 2002 +.\" Fri Aug 9 08:27:25 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "X509 1" -.TH X509 1 "0.9.6e" "2001-04-12" "OpenSSL" +.TH X509 1 "0.9.6f" "2001-04-12" "OpenSSL" .UC .SH "NAME" x509 \- Certificate display and signing utility diff --git a/lib/libcrypto/man/ssl.3 b/lib/libcrypto/man/ssl.3 index 192f3a9b2b6f..0d6e03ee3375 100644 --- a/lib/libcrypto/man/ssl.3 +++ b/lib/libcrypto/man/ssl.3 @@ -1,7 +1,7 @@ -.\" $NetBSD: ssl.3,v 1.8 2002/07/31 01:45:33 itojun Exp $ +.\" $NetBSD: ssl.3,v 1.9 2002/08/08 23:48:18 itojun Exp $ .\" .\" Automatically generated by Pod::Man version 1.02 -.\" Wed Jul 31 10:38:19 2002 +.\" Fri Aug 9 08:29:30 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -140,7 +140,7 @@ .\" ====================================================================== .\" .IX Title "ssl 3" -.TH ssl 3 "0.9.6e" "2002-07-31" "OpenSSL" +.TH ssl 3 "0.9.6f" "2002-07-31" "OpenSSL" .UC .SH "NAME" \&\s-1SSL\s0 \- OpenSSL \s-1SSL/TLS\s0 library