cvs commit: src/secure/lib/libcrypto Makefile Makefile.asm
Makefile.inc Makefile.man src/secure/lib/libcrypto/man
ASN1_OBJECT_new.3 ASN1_STRING_length.3 ASN1_STRING_new.3...
Jacques Vidrine
nectar at FreeBSD.org
Fri Feb 25 06:04:14 GMT 2005
nectar 2005-02-25 06:04:13 UTC
FreeBSD src repository
Modified files:
secure/lib/libcrypto Makefile Makefile.asm Makefile.inc
Makefile.man
secure/lib/libcrypto/man ASN1_OBJECT_new.3
ASN1_STRING_length.3
ASN1_STRING_new.3
ASN1_STRING_print_ex.3 BIO_ctrl.3
BIO_f_base64.3 BIO_f_buffer.3
BIO_f_cipher.3 BIO_f_md.3
BIO_f_null.3 BIO_f_ssl.3
BIO_find_type.3 BIO_new.3 BIO_push.3
BIO_read.3 BIO_s_accept.3 BIO_s_bio.3
BIO_s_connect.3 BIO_s_fd.3
BIO_s_file.3 BIO_s_mem.3 BIO_s_null.3
BIO_s_socket.3 BIO_set_callback.3
BIO_should_retry.3 BN_CTX_new.3
BN_CTX_start.3 BN_add.3 BN_add_word.3
BN_bn2bin.3 BN_cmp.3 BN_copy.3
BN_generate_prime.3 BN_mod_inverse.3
BN_mod_mul_montgomery.3
BN_mod_mul_reciprocal.3 BN_new.3
BN_num_bytes.3 BN_rand.3 BN_set_bit.3
BN_swap.3 BN_zero.3
CONF_modules_free.3
CONF_modules_load_file.3
CRYPTO_set_ex_data.3
DH_generate_key.3
DH_generate_parameters.3
DH_get_ex_new_index.3 DH_new.3
DH_set_method.3 DH_size.3
DSA_SIG_new.3 DSA_do_sign.3
DSA_dup_DH.3 DSA_generate_key.3
DSA_generate_parameters.3
DSA_get_ex_new_index.3 DSA_new.3
DSA_set_method.3 DSA_sign.3
DSA_size.3 ERR_GET_LIB.3
ERR_clear_error.3 ERR_error_string.3
ERR_get_error.3
ERR_load_crypto_strings.3
ERR_load_strings.3 ERR_print_errors.3
ERR_put_error.3 ERR_remove_state.3
EVP_BytesToKey.3 EVP_DigestInit.3
EVP_EncryptInit.3 EVP_OpenInit.3
EVP_PKEY_new.3 EVP_PKEY_set1_RSA.3
EVP_SealInit.3 EVP_SignInit.3
EVP_VerifyInit.3 OBJ_nid2obj.3
OPENSSL_VERSION_NUMBER.3
OPENSSL_config.3
OPENSSL_load_builtin_modules.3
OpenSSL_add_all_algorithms.3
PKCS12_create.3 PKCS12_parse.3
PKCS7_decrypt.3 PKCS7_encrypt.3
PKCS7_sign.3 PKCS7_verify.3
RAND_add.3 RAND_bytes.3
RAND_cleanup.3 RAND_egd.3
RAND_load_file.3
RAND_set_rand_method.3
RSA_blinding_on.3 RSA_check_key.3
RSA_generate_key.3
RSA_get_ex_new_index.3 RSA_new.3
RSA_padding_add_PKCS1_type_1.3
RSA_print.3 RSA_private_encrypt.3
RSA_public_encrypt.3 RSA_set_method.3
RSA_sign.3
RSA_sign_ASN1_OCTET_STRING.3
RSA_size.3 SMIME_read_PKCS7.3
SMIME_write_PKCS7.3
X509_NAME_ENTRY_get_object.3
X509_NAME_add_entry_by_txt.3
X509_NAME_get_index_by_NID.3
X509_NAME_print_ex.3 X509_new.3 bio.3
blowfish.3 bn.3 bn_internal.3
buffer.3 crypto.3 d2i_ASN1_OBJECT.3
d2i_DHparams.3 d2i_DSAPublicKey.3
d2i_PKCS8PrivateKey.3
d2i_RSAPublicKey.3 d2i_X509.3
d2i_X509_ALGOR.3 d2i_X509_CRL.3
d2i_X509_NAME.3 d2i_X509_REQ.3
d2i_X509_SIG.3 des.3 dh.3 dsa.3
engine.3 err.3 evp.3 hmac.3
lh_stats.3 lhash.3 md5.3 mdc2.3 pem.3
rand.3 rc4.3 ripemd.3 rsa.3 sha.3
threads.3 ui.3 ui_compat.3
secure/usr.bin/openssl Makefile Makefile.man
secure/usr.bin/openssl/man CA.pl.1 asn1parse.1 ca.1 ciphers.1
crl.1 crl2pkcs7.1 dgst.1 dhparam.1
dsa.1 dsaparam.1 enc.1 gendsa.1
genrsa.1 nseq.1 ocsp.1 openssl.1
passwd.1 pkcs12.1 pkcs7.1 pkcs8.1
rand.1 req.1 rsa.1 rsautl.1
s_client.1 s_server.1 sess_id.1
smime.1 speed.1 spkac.1 verify.1
version.1 x509.1
Added files:
secure/usr.bin/openssl/man s_time.1
Log:
Update OpenSSL 0.9.7d -> 0.9.7e.
Revision Changes Path
1.73 +13 -2 src/secure/lib/libcrypto/Makefile
1.5 +2 -2 src/secure/lib/libcrypto/Makefile.asm
1.40 +1 -1 src/secure/lib/libcrypto/Makefile.inc
1.3 +0 -0 src/secure/lib/libcrypto/Makefile.man
1.5 +15 -25 src/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
1.5 +20 -25 src/secure/lib/libcrypto/man/ASN1_STRING_length.3
1.5 +15 -25 src/secure/lib/libcrypto/man/ASN1_STRING_new.3
1.5 +17 -26 src/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
1.6 +18 -24 src/secure/lib/libcrypto/man/BIO_ctrl.3
1.6 +20 -24 src/secure/lib/libcrypto/man/BIO_f_base64.3
1.6 +16 -24 src/secure/lib/libcrypto/man/BIO_f_buffer.3
1.6 +15 -24 src/secure/lib/libcrypto/man/BIO_f_cipher.3
1.6 +18 -24 src/secure/lib/libcrypto/man/BIO_f_md.3
1.6 +14 -23 src/secure/lib/libcrypto/man/BIO_f_null.3
1.6 +62 -25 src/secure/lib/libcrypto/man/BIO_f_ssl.3
1.6 +21 -24 src/secure/lib/libcrypto/man/BIO_find_type.3
1.6 +15 -24 src/secure/lib/libcrypto/man/BIO_new.3
1.6 +17 -23 src/secure/lib/libcrypto/man/BIO_push.3
1.6 +18 -27 src/secure/lib/libcrypto/man/BIO_read.3
1.6 +28 -27 src/secure/lib/libcrypto/man/BIO_s_accept.3
1.6 +28 -27 src/secure/lib/libcrypto/man/BIO_s_bio.3
1.6 +19 -24 src/secure/lib/libcrypto/man/BIO_s_connect.3
1.6 +23 -30 src/secure/lib/libcrypto/man/BIO_s_fd.3
1.6 +26 -30 src/secure/lib/libcrypto/man/BIO_s_file.3
1.6 +21 -26 src/secure/lib/libcrypto/man/BIO_s_mem.3
1.6 +14 -23 src/secure/lib/libcrypto/man/BIO_s_null.3
1.6 +17 -24 src/secure/lib/libcrypto/man/BIO_s_socket.3
1.6 +24 -31 src/secure/lib/libcrypto/man/BIO_set_callback.3
1.6 +17 -24 src/secure/lib/libcrypto/man/BIO_should_retry.3
1.6 +22 -29 src/secure/lib/libcrypto/man/BN_CTX_new.3
1.6 +20 -27 src/secure/lib/libcrypto/man/BN_CTX_start.3
1.6 +34 -30 src/secure/lib/libcrypto/man/BN_add.3
1.6 +20 -25 src/secure/lib/libcrypto/man/BN_add_word.3
1.6 +21 -27 src/secure/lib/libcrypto/man/BN_bn2bin.3
1.6 +17 -25 src/secure/lib/libcrypto/man/BN_cmp.3
1.6 +17 -25 src/secure/lib/libcrypto/man/BN_copy.3
1.6 +24 -31 src/secure/lib/libcrypto/man/BN_generate_prime.3
1.6 +16 -25 src/secure/lib/libcrypto/man/BN_mod_inverse.3
1.6 +23 -27 src/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
1.6 +22 -27 src/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
1.6 +20 -25 src/secure/lib/libcrypto/man/BN_new.3
1.6 +39 -27 src/secure/lib/libcrypto/man/BN_num_bytes.3
1.6 +21 -27 src/secure/lib/libcrypto/man/BN_rand.3
1.6 +20 -25 src/secure/lib/libcrypto/man/BN_set_bit.3
1.5 +15 -24 src/secure/lib/libcrypto/man/BN_swap.3
1.6 +18 -25 src/secure/lib/libcrypto/man/BN_zero.3
1.2 +16 -25 src/secure/lib/libcrypto/man/CONF_modules_free.3
1.2 +16 -25 src/secure/lib/libcrypto/man/CONF_modules_load_file.3
1.6 +18 -27 src/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
1.6 +21 -29 src/secure/lib/libcrypto/man/DH_generate_key.3
1.6 +21 -29 src/secure/lib/libcrypto/man/DH_generate_parameters.3
1.6 +18 -25 src/secure/lib/libcrypto/man/DH_get_ex_new_index.3
1.6 +20 -28 src/secure/lib/libcrypto/man/DH_new.3
1.6 +29 -26 src/secure/lib/libcrypto/man/DH_set_method.3
1.6 +17 -26 src/secure/lib/libcrypto/man/DH_size.3
1.6 +19 -27 src/secure/lib/libcrypto/man/DSA_SIG_new.3
1.6 +22 -30 src/secure/lib/libcrypto/man/DSA_do_sign.3
1.6 +17 -26 src/secure/lib/libcrypto/man/DSA_dup_DH.3
1.6 +19 -28 src/secure/lib/libcrypto/man/DSA_generate_key.3
1.6 +25 -34 src/secure/lib/libcrypto/man/DSA_generate_parameters.3
1.6 +18 -25 src/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
1.6 +20 -28 src/secure/lib/libcrypto/man/DSA_new.3
1.6 +30 -26 src/secure/lib/libcrypto/man/DSA_set_method.3
1.6 +22 -29 src/secure/lib/libcrypto/man/DSA_sign.3
1.6 +17 -26 src/secure/lib/libcrypto/man/DSA_size.3
1.6 +23 -30 src/secure/lib/libcrypto/man/ERR_GET_LIB.3
1.6 +15 -24 src/secure/lib/libcrypto/man/ERR_clear_error.3
1.6 +24 -31 src/secure/lib/libcrypto/man/ERR_error_string.3
1.6 +20 -27 src/secure/lib/libcrypto/man/ERR_get_error.3
1.6 +17 -24 src/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
1.6 +23 -29 src/secure/lib/libcrypto/man/ERR_load_strings.3
1.6 +19 -27 src/secure/lib/libcrypto/man/ERR_print_errors.3
1.6 +17 -25 src/secure/lib/libcrypto/man/ERR_put_error.3
1.6 +15 -24 src/secure/lib/libcrypto/man/ERR_remove_state.3
1.5 +19 -27 src/secure/lib/libcrypto/man/EVP_BytesToKey.3
1.6 +37 -29 src/secure/lib/libcrypto/man/EVP_DigestInit.3
1.6 +49 -38 src/secure/lib/libcrypto/man/EVP_EncryptInit.3
1.6 +19 -28 src/secure/lib/libcrypto/man/EVP_OpenInit.3
1.5 +16 -25 src/secure/lib/libcrypto/man/EVP_PKEY_new.3
1.5 +20 -26 src/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
1.6 +19 -28 src/secure/lib/libcrypto/man/EVP_SealInit.3
1.6 +24 -31 src/secure/lib/libcrypto/man/EVP_SignInit.3
1.6 +24 -32 src/secure/lib/libcrypto/man/EVP_VerifyInit.3
1.5 +25 -25 src/secure/lib/libcrypto/man/OBJ_nid2obj.3
1.6 +25 -30 src/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
1.2 +17 -26 src/secure/lib/libcrypto/man/OPENSSL_config.3
1.2 +15 -24 src/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
1.6 +17 -25 src/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
1.5 +15 -24 src/secure/lib/libcrypto/man/PKCS12_create.3
1.5 +16 -25 src/secure/lib/libcrypto/man/PKCS12_parse.3
1.5 +14 -24 src/secure/lib/libcrypto/man/PKCS7_decrypt.3
1.5 +15 -25 src/secure/lib/libcrypto/man/PKCS7_encrypt.3
1.5 +15 -25 src/secure/lib/libcrypto/man/PKCS7_sign.3
1.5 +17 -27 src/secure/lib/libcrypto/man/PKCS7_verify.3
1.6 +22 -28 src/secure/lib/libcrypto/man/RAND_add.3
1.6 +18 -26 src/secure/lib/libcrypto/man/RAND_bytes.3
1.6 +16 -25 src/secure/lib/libcrypto/man/RAND_cleanup.3
1.6 +23 -31 src/secure/lib/libcrypto/man/RAND_egd.3
1.6 +19 -26 src/secure/lib/libcrypto/man/RAND_load_file.3
1.6 +19 -25 src/secure/lib/libcrypto/man/RAND_set_rand_method.3
1.6 +17 -25 src/secure/lib/libcrypto/man/RSA_blinding_on.3
1.6 +18 -27 src/secure/lib/libcrypto/man/RSA_check_key.3
1.6 +24 -33 src/secure/lib/libcrypto/man/RSA_generate_key.3
1.6 +20 -26 src/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
1.6 +20 -28 src/secure/lib/libcrypto/man/RSA_new.3
1.6 +36 -36 src/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
1.6 +19 -24 src/secure/lib/libcrypto/man/RSA_print.3
1.6 +21 -29 src/secure/lib/libcrypto/man/RSA_private_encrypt.3
1.6 +28 -35 src/secure/lib/libcrypto/man/RSA_public_encrypt.3
1.6 +37 -26 src/secure/lib/libcrypto/man/RSA_set_method.3
1.6 +21 -29 src/secure/lib/libcrypto/man/RSA_sign.3
1.6 +20 -28 src/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
1.6 +17 -26 src/secure/lib/libcrypto/man/RSA_size.3
1.5 +18 -27 src/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
1.5 +16 -26 src/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
1.5 +15 -25 src/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
1.5 +14 -24 src/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
1.5 +17 -24 src/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
1.5 +16 -25 src/secure/lib/libcrypto/man/X509_NAME_print_ex.3
1.5 +16 -26 src/secure/lib/libcrypto/man/X509_new.3
1.6 +27 -36 src/secure/lib/libcrypto/man/bio.3
1.6 +19 -26 src/secure/lib/libcrypto/man/blowfish.3
1.6 +47 -41 src/secure/lib/libcrypto/man/bn.3
1.6 +26 -28 src/secure/lib/libcrypto/man/bn_internal.3
1.6 +19 -24 src/secure/lib/libcrypto/man/buffer.3
1.6 +36 -45 src/secure/lib/libcrypto/man/crypto.3
1.5 +17 -26 src/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
1.6 +17 -26 src/secure/lib/libcrypto/man/d2i_DHparams.3
1.5 +26 -26 src/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
1.5 +22 -27 src/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
1.6 +24 -26 src/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
1.5 +52 -27 src/secure/lib/libcrypto/man/d2i_X509.3
1.5 +16 -25 src/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
1.5 +18 -25 src/secure/lib/libcrypto/man/d2i_X509_CRL.3
1.5 +16 -25 src/secure/lib/libcrypto/man/d2i_X509_NAME.3
1.5 +18 -25 src/secure/lib/libcrypto/man/d2i_X509_REQ.3
1.5 +16 -25 src/secure/lib/libcrypto/man/d2i_X509_SIG.3
1.6 +34 -33 src/secure/lib/libcrypto/man/des.3
1.6 +31 -32 src/secure/lib/libcrypto/man/dh.3
1.6 +39 -36 src/secure/lib/libcrypto/man/dsa.3
1.5 +50 -32 src/secure/lib/libcrypto/man/engine.3
1.6 +48 -41 src/secure/lib/libcrypto/man/err.3
1.6 +22 -32 src/secure/lib/libcrypto/man/evp.3
1.6 +22 -28 src/secure/lib/libcrypto/man/hmac.3
1.6 +17 -25 src/secure/lib/libcrypto/man/lh_stats.3
1.6 +35 -32 src/secure/lib/libcrypto/man/lhash.3
1.6 +30 -32 src/secure/lib/libcrypto/man/md5.3
1.6 +21 -29 src/secure/lib/libcrypto/man/mdc2.3
1.5 +93 -25 src/secure/lib/libcrypto/man/pem.3
1.6 +40 -42 src/secure/lib/libcrypto/man/rand.3
1.6 +22 -30 src/secure/lib/libcrypto/man/rc4.3
1.6 +23 -31 src/secure/lib/libcrypto/man/ripemd.3
1.6 +38 -36 src/secure/lib/libcrypto/man/rsa.3
1.6 +24 -32 src/secure/lib/libcrypto/man/sha.3
1.6 +27 -27 src/secure/lib/libcrypto/man/threads.3
1.5 +26 -25 src/secure/lib/libcrypto/man/ui.3
1.5 +15 -24 src/secure/lib/libcrypto/man/ui_compat.3
1.24 +1 -1 src/secure/usr.bin/openssl/Makefile
1.2 +1 -0 src/secure/usr.bin/openssl/Makefile.man
1.4 +35 -39 src/secure/usr.bin/openssl/man/CA.pl.1
1.4 +25 -33 src/secure/usr.bin/openssl/man/asn1parse.1
1.4 +94 -90 src/secure/usr.bin/openssl/man/ca.1
1.4 +66 -64 src/secure/usr.bin/openssl/man/ciphers.1
1.4 +28 -37 src/secure/usr.bin/openssl/man/crl.1
1.4 +23 -32 src/secure/usr.bin/openssl/man/crl2pkcs7.1
1.4 +27 -37 src/secure/usr.bin/openssl/man/dgst.1
1.4 +33 -42 src/secure/usr.bin/openssl/man/dhparam.1
1.4 +36 -41 src/secure/usr.bin/openssl/man/dsa.1
1.4 +32 -41 src/secure/usr.bin/openssl/man/dsaparam.1
1.4 +50 -44 src/secure/usr.bin/openssl/man/enc.1
1.4 +24 -34 src/secure/usr.bin/openssl/man/gendsa.1
1.4 +27 -37 src/secure/usr.bin/openssl/man/genrsa.1
1.4 +18 -26 src/secure/usr.bin/openssl/man/nseq.1
1.4 +80 -67 src/secure/usr.bin/openssl/man/ocsp.1
1.4 +89 -98 src/secure/usr.bin/openssl/man/openssl.1
1.4 +22 -32 src/secure/usr.bin/openssl/man/passwd.1
1.4 +60 -65 src/secure/usr.bin/openssl/man/pkcs12.1
1.4 +24 -32 src/secure/usr.bin/openssl/man/pkcs7.1
1.4 +41 -45 src/secure/usr.bin/openssl/man/pkcs8.1
1.4 +22 -32 src/secure/usr.bin/openssl/man/rand.1
1.4 +99 -82 src/secure/usr.bin/openssl/man/req.1
1.4 +40 -44 src/secure/usr.bin/openssl/man/rsa.1
1.4 +40 -38 src/secure/usr.bin/openssl/man/rsautl.1
1.4 +52 -55 src/secure/usr.bin/openssl/man/s_client.1
1.4 +61 -63 src/secure/usr.bin/openssl/man/s_server.1
1.1 +278 -0 src/secure/usr.bin/openssl/man/s_time.1 (new)
1.4 +34 -42 src/secure/usr.bin/openssl/man/sess_id.1
1.4 +71 -68 src/secure/usr.bin/openssl/man/smime.1
1.4 +16 -26 src/secure/usr.bin/openssl/man/speed.1
1.4 +30 -37 src/secure/usr.bin/openssl/man/spkac.1
1.4 +59 -68 src/secure/usr.bin/openssl/man/verify.1
1.4 +20 -30 src/secure/usr.bin/openssl/man/version.1
1.4 +120 -116 src/secure/usr.bin/openssl/man/x509.1
More information about the cvs-src
mailing list