DragonFly commits List (threaded) for 2010-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Update build for OpenSSL-1.0.0a.
commit 0118528260d190c273d4e793f523e81db6dd8587
Author: Peter Avalos <pavalos@dragonflybsd.org>
Date: Sun Sep 26 12:38:45 2010 -1000
Update build for OpenSSL-1.0.0a.
-Add Camellia, CMS, GOST, MDC-2, modes, SEED, ts, and Whirlpool. mdc2
is freely available since its patent expired in 2002.
-Remove md2 for CVE-2009-2409.
-See CHANGES for the enitire changeset.
Summary of changes:
Makefile_upgrade.inc | 9 +
crypto/openssl/crypto/cms/cms_env.c | 2 +-
crypto/openssl/crypto/cms/cms_sd.c | 2 +-
crypto/openssl/crypto/dh/dh_ameth.c | 2 +-
crypto/openssl/crypto/dh/dh_pmeth.c | 2 +-
crypto/openssl/crypto/dsa/dsa_ameth.c | 2 +-
crypto/openssl/crypto/dsa/dsa_pmeth.c | 2 +-
crypto/openssl/crypto/ec/ec_ameth.c | 2 +-
crypto/openssl/crypto/ec/ec_pmeth.c | 2 +-
crypto/openssl/crypto/engine/tb_asnmth.c | 2 +-
crypto/openssl/crypto/evp/evp_pkey.c | 2 +-
crypto/openssl/crypto/evp/p_lib.c | 2 +-
crypto/openssl/crypto/evp/pmeth_lib.c | 2 +-
crypto/openssl/crypto/hmac/hm_ameth.c | 2 +-
crypto/openssl/crypto/hmac/hm_pmeth.c | 2 +-
crypto/openssl/crypto/pem/pem_lib.c | 2 +-
crypto/openssl/crypto/pem/pem_pkey.c | 2 +-
crypto/openssl/crypto/pkcs7/pk7_lib.c | 2 +-
crypto/openssl/crypto/rsa/rsa_ameth.c | 2 +-
crypto/openssl/crypto/rsa/rsa_pmeth.c | 2 +-
lib/libfetch/common.h | 2 +-
libexec/dma/crypto.c | 2 +-
secure/lib/libcrypto/Makefile | 147 +++--
secure/lib/libcrypto/Makefile.inc | 4 +-
secure/lib/libcrypto/Makefile.man | 197 ++++++-
secure/lib/libcrypto/man/ASN1_OBJECT_new.3 | 18 +-
secure/lib/libcrypto/man/ASN1_STRING_length.3 | 18 +-
secure/lib/libcrypto/man/ASN1_STRING_new.3 | 18 +-
secure/lib/libcrypto/man/ASN1_STRING_print_ex.3 | 14 +-
secure/lib/libcrypto/man/ASN1_generate_nconf.3 | 28 +-
secure/lib/libcrypto/man/BIO_ctrl.3 | 14 +-
secure/lib/libcrypto/man/BIO_f_base64.3 | 14 +-
secure/lib/libcrypto/man/BIO_f_buffer.3 | 23 +-
secure/lib/libcrypto/man/BIO_f_cipher.3 | 14 +-
secure/lib/libcrypto/man/BIO_f_md.3 | 20 +-
secure/lib/libcrypto/man/BIO_f_null.3 | 14 +-
secure/lib/libcrypto/man/BIO_f_ssl.3 | 22 +-
secure/lib/libcrypto/man/BIO_find_type.3 | 14 +-
secure/lib/libcrypto/man/BIO_new.3 | 14 +-
secure/lib/libcrypto/man/BIO_new_CMS.3 | 189 ++++++
secure/lib/libcrypto/man/BIO_push.3 | 14 +-
secure/lib/libcrypto/man/BIO_read.3 | 14 +-
secure/lib/libcrypto/man/BIO_s_accept.3 | 14 +-
secure/lib/libcrypto/man/BIO_s_bio.3 | 14 +-
secure/lib/libcrypto/man/BIO_s_connect.3 | 14 +-
secure/lib/libcrypto/man/BIO_s_fd.3 | 14 +-
secure/lib/libcrypto/man/BIO_s_file.3 | 18 +-
secure/lib/libcrypto/man/BIO_s_mem.3 | 16 +-
secure/lib/libcrypto/man/BIO_s_null.3 | 14 +-
secure/lib/libcrypto/man/BIO_s_socket.3 | 14 +-
secure/lib/libcrypto/man/BIO_set_callback.3 | 14 +-
secure/lib/libcrypto/man/BIO_should_retry.3 | 16 +-
secure/lib/libcrypto/man/BN_BLINDING_new.3 | 34 +-
secure/lib/libcrypto/man/BN_CTX_new.3 | 14 +-
secure/lib/libcrypto/man/BN_CTX_start.3 | 14 +-
secure/lib/libcrypto/man/BN_add.3 | 14 +-
secure/lib/libcrypto/man/BN_add_word.3 | 14 +-
secure/lib/libcrypto/man/BN_bn2bin.3 | 14 +-
secure/lib/libcrypto/man/BN_cmp.3 | 14 +-
secure/lib/libcrypto/man/BN_copy.3 | 14 +-
secure/lib/libcrypto/man/BN_generate_prime.3 | 14 +-
secure/lib/libcrypto/man/BN_mod_inverse.3 | 14 +-
secure/lib/libcrypto/man/BN_mod_mul_montgomery.3 | 14 +-
secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3 | 14 +-
secure/lib/libcrypto/man/BN_new.3 | 14 +-
secure/lib/libcrypto/man/BN_num_bytes.3 | 14 +-
secure/lib/libcrypto/man/BN_rand.3 | 14 +-
secure/lib/libcrypto/man/BN_set_bit.3 | 14 +-
secure/lib/libcrypto/man/BN_swap.3 | 14 +-
secure/lib/libcrypto/man/BN_zero.3 | 14 +-
secure/lib/libcrypto/man/CMS_add0_cert.3 | 189 ++++++
secure/lib/libcrypto/man/CMS_add1_recipient_cert.3 | 186 ++++++
secure/lib/libcrypto/man/CMS_compress.3 | 194 ++++++
secure/lib/libcrypto/man/CMS_decrypt.3 | 188 ++++++
secure/lib/libcrypto/man/CMS_encrypt.3 | 219 +++++++
secure/lib/libcrypto/man/CMS_final.3 | 165 +++++
secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3 | 230 +++++++
secure/lib/libcrypto/man/CMS_get0_SignerInfos.3 | 199 ++++++
secure/lib/libcrypto/man/CMS_get0_type.3 | 188 ++++++
secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 | 193 ++++++
secure/lib/libcrypto/man/CMS_sign.3 | 244 +++++++
secure/lib/libcrypto/man/CMS_sign_add1_signer.3 | 224 +++++++
secure/lib/libcrypto/man/CMS_sign_receipt.3 | 169 +++++
secure/lib/libcrypto/man/CMS_uncompress.3 | 177 +++++
secure/lib/libcrypto/man/CMS_verify.3 | 248 +++++++
secure/lib/libcrypto/man/CMS_verify_receipt.3 | 171 +++++
secure/lib/libcrypto/man/CONF_modules_free.3 | 14 +-
secure/lib/libcrypto/man/CONF_modules_load_file.3 | 14 +-
secure/lib/libcrypto/man/CRYPTO_set_ex_data.3 | 16 +-
secure/lib/libcrypto/man/DH_generate_key.3 | 14 +-
secure/lib/libcrypto/man/DH_generate_parameters.3 | 14 +-
secure/lib/libcrypto/man/DH_get_ex_new_index.3 | 14 +-
secure/lib/libcrypto/man/DH_new.3 | 14 +-
secure/lib/libcrypto/man/DH_set_method.3 | 14 +-
secure/lib/libcrypto/man/DH_size.3 | 14 +-
secure/lib/libcrypto/man/DSA_SIG_new.3 | 14 +-
secure/lib/libcrypto/man/DSA_do_sign.3 | 14 +-
secure/lib/libcrypto/man/DSA_dup_DH.3 | 14 +-
secure/lib/libcrypto/man/DSA_generate_key.3 | 14 +-
secure/lib/libcrypto/man/DSA_generate_parameters.3 | 14 +-
secure/lib/libcrypto/man/DSA_get_ex_new_index.3 | 16 +-
secure/lib/libcrypto/man/DSA_new.3 | 14 +-
secure/lib/libcrypto/man/DSA_set_method.3 | 14 +-
secure/lib/libcrypto/man/DSA_sign.3 | 14 +-
secure/lib/libcrypto/man/DSA_size.3 | 14 +-
secure/lib/libcrypto/man/ERR_GET_LIB.3 | 14 +-
secure/lib/libcrypto/man/ERR_clear_error.3 | 14 +-
secure/lib/libcrypto/man/ERR_error_string.3 | 14 +-
secure/lib/libcrypto/man/ERR_get_error.3 | 14 +-
secure/lib/libcrypto/man/ERR_load_crypto_strings.3 | 14 +-
secure/lib/libcrypto/man/ERR_load_strings.3 | 14 +-
secure/lib/libcrypto/man/ERR_print_errors.3 | 14 +-
secure/lib/libcrypto/man/ERR_put_error.3 | 14 +-
secure/lib/libcrypto/man/ERR_remove_state.3 | 14 +-
secure/lib/libcrypto/man/ERR_set_mark.3 | 14 +-
secure/lib/libcrypto/man/EVP_BytesToKey.3 | 14 +-
secure/lib/libcrypto/man/EVP_DigestInit.3 | 36 +-
secure/lib/libcrypto/man/EVP_DigestSignInit.3 | 209 ++++++
secure/lib/libcrypto/man/EVP_DigestVerifyInit.3 | 204 ++++++
secure/lib/libcrypto/man/EVP_EncryptInit.3 | 14 +-
secure/lib/libcrypto/man/EVP_OpenInit.3 | 14 +-
secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 | 251 ++++++++
secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3 | 174 +++++
secure/lib/libcrypto/man/EVP_PKEY_cmp.3 | 184 ++++++
secure/lib/libcrypto/man/EVP_PKEY_decrypt.3 | 216 +++++++
secure/lib/libcrypto/man/EVP_PKEY_derive.3 | 216 +++++++
secure/lib/libcrypto/man/EVP_PKEY_encrypt.3 | 216 +++++++
.../libcrypto/man/EVP_PKEY_get_default_digest.3 | 163 +++++
secure/lib/libcrypto/man/EVP_PKEY_keygen.3 | 288 +++++++++
secure/lib/libcrypto/man/EVP_PKEY_new.3 | 14 +-
secure/lib/libcrypto/man/EVP_PKEY_print_private.3 | 175 +++++
secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | 14 +-
secure/lib/libcrypto/man/EVP_PKEY_sign.3 | 218 +++++++
secure/lib/libcrypto/man/EVP_PKEY_verify.3 | 214 ++++++
secure/lib/libcrypto/man/EVP_PKEY_verifyrecover.3 | 226 +++++++
secure/lib/libcrypto/man/EVP_SealInit.3 | 14 +-
secure/lib/libcrypto/man/EVP_SignInit.3 | 23 +-
secure/lib/libcrypto/man/EVP_VerifyInit.3 | 23 +-
secure/lib/libcrypto/man/OBJ_nid2obj.3 | 18 +-
secure/lib/libcrypto/man/OPENSSL_Applink.3 | 14 +-
secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 | 14 +-
secure/lib/libcrypto/man/OPENSSL_config.3 | 14 +-
secure/lib/libcrypto/man/OPENSSL_ia32cap.3 | 14 +-
.../libcrypto/man/OPENSSL_load_builtin_modules.3 | 14 +-
.../lib/libcrypto/man/OpenSSL_add_all_algorithms.3 | 14 +-
.../lib/libcrypto/man/PEM_write_bio_CMS_stream.3 | 165 +++++
.../lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 | 163 +++++
secure/lib/libcrypto/man/PKCS12_create.3 | 14 +-
secure/lib/libcrypto/man/PKCS12_parse.3 | 44 +-
secure/lib/libcrypto/man/PKCS7_decrypt.3 | 20 +-
secure/lib/libcrypto/man/PKCS7_encrypt.3 | 75 ++-
secure/lib/libcrypto/man/PKCS7_sign.3 | 133 ++--
secure/lib/libcrypto/man/PKCS7_sign_add_signer.3 | 206 ++++++
secure/lib/libcrypto/man/PKCS7_verify.3 | 24 +-
secure/lib/libcrypto/man/RAND_add.3 | 14 +-
secure/lib/libcrypto/man/RAND_bytes.3 | 14 +-
secure/lib/libcrypto/man/RAND_cleanup.3 | 14 +-
secure/lib/libcrypto/man/RAND_egd.3 | 14 +-
secure/lib/libcrypto/man/RAND_load_file.3 | 14 +-
secure/lib/libcrypto/man/RAND_set_rand_method.3 | 14 +-
secure/lib/libcrypto/man/RSA_blinding_on.3 | 14 +-
secure/lib/libcrypto/man/RSA_check_key.3 | 14 +-
secure/lib/libcrypto/man/RSA_generate_key.3 | 14 +-
secure/lib/libcrypto/man/RSA_get_ex_new_index.3 | 14 +-
secure/lib/libcrypto/man/RSA_new.3 | 14 +-
.../libcrypto/man/RSA_padding_add_PKCS1_type_1.3 | 14 +-
secure/lib/libcrypto/man/RSA_print.3 | 14 +-
secure/lib/libcrypto/man/RSA_private_encrypt.3 | 14 +-
secure/lib/libcrypto/man/RSA_public_encrypt.3 | 14 +-
secure/lib/libcrypto/man/RSA_set_method.3 | 14 +-
secure/lib/libcrypto/man/RSA_sign.3 | 14 +-
.../lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 | 14 +-
secure/lib/libcrypto/man/RSA_size.3 | 14 +-
secure/lib/libcrypto/man/SMIME_read_CMS.3 | 195 ++++++
secure/lib/libcrypto/man/SMIME_read_PKCS7.3 | 20 +-
secure/lib/libcrypto/man/SMIME_write_CMS.3 | 187 ++++++
secure/lib/libcrypto/man/SMIME_write_PKCS7.3 | 40 +-
.../lib/libcrypto/man/X509_NAME_ENTRY_get_object.3 | 36 +-
.../lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 | 36 +-
.../lib/libcrypto/man/X509_NAME_get_index_by_NID.3 | 34 +-
secure/lib/libcrypto/man/X509_NAME_print_ex.3 | 14 +-
.../lib/libcrypto/man/X509_STORE_CTX_get_error.3 | 385 +++++++++++
.../man/X509_STORE_CTX_get_ex_new_index.3 | 164 +++++
secure/lib/libcrypto/man/X509_STORE_CTX_new.3 | 247 +++++++
.../libcrypto/man/X509_STORE_CTX_set_verify_cb.3 | 289 +++++++++
.../libcrypto/man/X509_STORE_set_verify_cb_func.3 | 175 +++++
.../libcrypto/man/X509_VERIFY_PARAM_set_flags.3 | 292 +++++++++
secure/lib/libcrypto/man/X509_new.3 | 18 +-
secure/lib/libcrypto/man/X509_verify_cert.3 | 174 +++++
secure/lib/libcrypto/man/bio.3 | 14 +-
secure/lib/libcrypto/man/blowfish.3 | 14 +-
secure/lib/libcrypto/man/bn.3 | 14 +-
secure/lib/libcrypto/man/bn_internal.3 | 55 +-
secure/lib/libcrypto/man/buffer.3 | 14 +-
secure/lib/libcrypto/man/crypto.3 | 14 +-
secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3 | 14 +-
secure/lib/libcrypto/man/d2i_DHparams.3 | 14 +-
secure/lib/libcrypto/man/d2i_DSAPublicKey.3 | 14 +-
secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3 | 14 +-
secure/lib/libcrypto/man/d2i_RSAPublicKey.3 | 22 +-
secure/lib/libcrypto/man/d2i_X509.3 | 26 +-
secure/lib/libcrypto/man/d2i_X509_ALGOR.3 | 14 +-
secure/lib/libcrypto/man/d2i_X509_CRL.3 | 18 +-
secure/lib/libcrypto/man/d2i_X509_NAME.3 | 14 +-
secure/lib/libcrypto/man/d2i_X509_REQ.3 | 18 +-
secure/lib/libcrypto/man/d2i_X509_SIG.3 | 14 +-
secure/lib/libcrypto/man/des.3 | 14 +-
secure/lib/libcrypto/man/des_modes.7 | 26 +-
secure/lib/libcrypto/man/dh.3 | 14 +-
secure/lib/libcrypto/man/dsa.3 | 14 +-
secure/lib/libcrypto/man/ecdsa.3 | 14 +-
secure/lib/libcrypto/man/engine.3 | 24 +-
secure/lib/libcrypto/man/err.3 | 18 +-
secure/lib/libcrypto/man/evp.3 | 36 +-
secure/lib/libcrypto/man/hmac.3 | 36 +-
secure/lib/libcrypto/man/i2d_CMS_bio_stream.3 | 167 +++++
secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 | 165 +++++
secure/lib/libcrypto/man/lh_stats.3 | 14 +-
secure/lib/libcrypto/man/lhash.3 | 258 ++++----
secure/lib/libcrypto/man/md5.3 | 14 +-
secure/lib/libcrypto/man/mdc2.3 | 14 +-
secure/lib/libcrypto/man/pem.3 | 16 +-
secure/lib/libcrypto/man/rand.3 | 14 +-
secure/lib/libcrypto/man/rc4.3 | 14 +-
secure/lib/libcrypto/man/ripemd.3 | 14 +-
secure/lib/libcrypto/man/rsa.3 | 14 +-
secure/lib/libcrypto/man/sha.3 | 14 +-
secure/lib/libcrypto/man/threads.3 | 97 ++--
secure/lib/libcrypto/man/ui.3 | 14 +-
secure/lib/libcrypto/man/ui_compat.3 | 18 +-
secure/lib/libcrypto/man/x509.3 | 14 +-
secure/lib/libcrypto/opensslconf-i386.h | 56 +--
secure/lib/libcrypto/opensslconf-x86_64.h | 56 +--
secure/lib/libssl/Makefile.man | 11 +
secure/lib/libssl/man/SSL_CIPHER_get_name.3 | 16 +-
.../libssl/man/SSL_COMP_add_compression_method.3 | 14 +-
.../lib/libssl/man/SSL_CTX_add_extra_chain_cert.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_add_session.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_ctrl.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_flush_sessions.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_free.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_get_verify_mode.3 | 14 +-
.../lib/libssl/man/SSL_CTX_load_verify_locations.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_new.3 | 16 +-
secure/lib/libssl/man/SSL_CTX_sess_number.3 | 14 +-
.../lib/libssl/man/SSL_CTX_sess_set_cache_size.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_sessions.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_set_cert_store.3 | 14 +-
.../libssl/man/SSL_CTX_set_cert_verify_callback.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_set_cipher_list.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3 | 14 +-
.../lib/libssl/man/SSL_CTX_set_default_passwd_cb.3 | 14 +-
.../libssl/man/SSL_CTX_set_generate_session_id.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_set_info_callback.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_set_mode.3 | 23 +-
secure/lib/libssl/man/SSL_CTX_set_msg_callback.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_set_options.3 | 131 ++++-
.../libssl/man/SSL_CTX_set_psk_client_callback.3 | 175 +++++
secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 | 14 +-
.../libssl/man/SSL_CTX_set_session_cache_mode.3 | 14 +-
.../libssl/man/SSL_CTX_set_session_id_context.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_set_ssl_version.3 | 20 +-
secure/lib/libssl/man/SSL_CTX_set_timeout.3 | 14 +-
.../lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 | 14 +-
.../lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_set_verify.3 | 14 +-
secure/lib/libssl/man/SSL_CTX_use_certificate.3 | 14 +-
.../lib/libssl/man/SSL_CTX_use_psk_identity_hint.3 | 198 ++++++
secure/lib/libssl/man/SSL_SESSION_free.3 | 14 +-
.../lib/libssl/man/SSL_SESSION_get_ex_new_index.3 | 14 +-
secure/lib/libssl/man/SSL_SESSION_get_time.3 | 14 +-
secure/lib/libssl/man/SSL_accept.3 | 14 +-
secure/lib/libssl/man/SSL_alert_type_string.3 | 14 +-
secure/lib/libssl/man/SSL_clear.3 | 14 +-
secure/lib/libssl/man/SSL_connect.3 | 14 +-
secure/lib/libssl/man/SSL_do_handshake.3 | 14 +-
secure/lib/libssl/man/SSL_free.3 | 14 +-
secure/lib/libssl/man/SSL_get_SSL_CTX.3 | 14 +-
secure/lib/libssl/man/SSL_get_ciphers.3 | 14 +-
secure/lib/libssl/man/SSL_get_client_CA_list.3 | 14 +-
secure/lib/libssl/man/SSL_get_current_cipher.3 | 14 +-
secure/lib/libssl/man/SSL_get_default_timeout.3 | 14 +-
secure/lib/libssl/man/SSL_get_error.3 | 14 +-
.../man/SSL_get_ex_data_X509_STORE_CTX_idx.3 | 14 +-
secure/lib/libssl/man/SSL_get_ex_new_index.3 | 14 +-
secure/lib/libssl/man/SSL_get_fd.3 | 14 +-
secure/lib/libssl/man/SSL_get_peer_cert_chain.3 | 14 +-
secure/lib/libssl/man/SSL_get_peer_certificate.3 | 14 +-
secure/lib/libssl/man/SSL_get_psk_identity.3 | 156 +++++
secure/lib/libssl/man/SSL_get_rbio.3 | 14 +-
secure/lib/libssl/man/SSL_get_session.3 | 14 +-
secure/lib/libssl/man/SSL_get_verify_result.3 | 14 +-
secure/lib/libssl/man/SSL_get_version.3 | 14 +-
secure/lib/libssl/man/SSL_library_init.3 | 32 +-
secure/lib/libssl/man/SSL_load_client_CA_file.3 | 14 +-
secure/lib/libssl/man/SSL_new.3 | 14 +-
secure/lib/libssl/man/SSL_pending.3 | 14 +-
secure/lib/libssl/man/SSL_read.3 | 14 +-
secure/lib/libssl/man/SSL_rstate_string.3 | 14 +-
secure/lib/libssl/man/SSL_session_reused.3 | 14 +-
secure/lib/libssl/man/SSL_set_bio.3 | 14 +-
secure/lib/libssl/man/SSL_set_connect_state.3 | 14 +-
secure/lib/libssl/man/SSL_set_fd.3 | 14 +-
secure/lib/libssl/man/SSL_set_session.3 | 14 +-
secure/lib/libssl/man/SSL_set_shutdown.3 | 14 +-
secure/lib/libssl/man/SSL_set_verify_result.3 | 14 +-
secure/lib/libssl/man/SSL_shutdown.3 | 14 +-
secure/lib/libssl/man/SSL_state_string.3 | 14 +-
secure/lib/libssl/man/SSL_want.3 | 14 +-
secure/lib/libssl/man/SSL_write.3 | 14 +-
secure/lib/libssl/man/d2i_SSL_SESSION.3 | 14 +-
secure/lib/libssl/man/ssl.3 | 97 ++--
secure/usr.bin/openssl/Makefile | 10 +-
secure/usr.bin/openssl/Makefile.man | 7 +
secure/usr.bin/openssl/man/CA.pl.1 | 14 +-
secure/usr.bin/openssl/man/asn1parse.1 | 29 +-
secure/usr.bin/openssl/man/ca.1 | 26 +-
secure/usr.bin/openssl/man/ciphers.1 | 79 ++-
secure/usr.bin/openssl/man/cms.1 | 677 ++++++++++++++++++++
secure/usr.bin/openssl/man/config.5 | 18 +-
secure/usr.bin/openssl/man/crl.1 | 14 +-
secure/usr.bin/openssl/man/crl2pkcs7.1 | 14 +-
secure/usr.bin/openssl/man/dgst.1 | 53 ++-
secure/usr.bin/openssl/man/dhparam.1 | 16 +-
secure/usr.bin/openssl/man/dsa.1 | 16 +-
secure/usr.bin/openssl/man/dsaparam.1 | 16 +-
secure/usr.bin/openssl/man/ec.1 | 16 +-
secure/usr.bin/openssl/man/ecparam.1 | 16 +-
secure/usr.bin/openssl/man/enc.1 | 78 ++-
secure/usr.bin/openssl/man/errstr.1 | 14 +-
secure/usr.bin/openssl/man/gendsa.1 | 16 +-
secure/usr.bin/openssl/man/genpkey.1 | 312 +++++++++
secure/usr.bin/openssl/man/genrsa.1 | 16 +-
secure/usr.bin/openssl/man/nseq.1 | 14 +-
secure/usr.bin/openssl/man/ocsp.1 | 19 +-
secure/usr.bin/openssl/man/openssl.1 | 115 +++-
secure/usr.bin/openssl/man/passwd.1 | 14 +-
secure/usr.bin/openssl/man/pkcs12.1 | 92 ++--
secure/usr.bin/openssl/man/pkcs7.1 | 16 +-
secure/usr.bin/openssl/man/pkcs8.1 | 16 +-
secure/usr.bin/openssl/man/pkey.1 | 251 ++++++++
secure/usr.bin/openssl/man/pkeyparam.1 | 182 ++++++
secure/usr.bin/openssl/man/pkeyutl.1 | 320 +++++++++
secure/usr.bin/openssl/man/rand.1 | 14 +-
secure/usr.bin/openssl/man/req.1 | 99 +++-
secure/usr.bin/openssl/man/rsa.1 | 16 +-
secure/usr.bin/openssl/man/rsautl.1 | 14 +-
secure/usr.bin/openssl/man/s_client.1 | 38 +-
secure/usr.bin/openssl/man/s_server.1 | 27 +-
secure/usr.bin/openssl/man/s_time.1 | 14 +-
secure/usr.bin/openssl/man/sess_id.1 | 14 +-
secure/usr.bin/openssl/man/smime.1 | 131 +++--
secure/usr.bin/openssl/man/speed.1 | 16 +-
secure/usr.bin/openssl/man/spkac.1 | 16 +-
secure/usr.bin/openssl/man/ts.1 | 649 +++++++++++++++++++
secure/usr.bin/openssl/man/tsget.1 | 311 +++++++++
secure/usr.bin/openssl/man/verify.1 | 101 +++-
secure/usr.bin/openssl/man/version.1 | 14 +-
secure/usr.bin/openssl/man/x509.1 | 53 +-
secure/usr.bin/openssl/man/x509v3_config.5 | 142 +++--
usr.sbin/sendmail/Makefile | 2 +-
365 files changed, 15175 insertions(+), 3864 deletions(-)
create mode 100644 secure/lib/libcrypto/man/BIO_new_CMS.3
create mode 100644 secure/lib/libcrypto/man/CMS_add0_cert.3
create mode 100644 secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
create mode 100644 secure/lib/libcrypto/man/CMS_compress.3
create mode 100644 secure/lib/libcrypto/man/CMS_decrypt.3
create mode 100644 secure/lib/libcrypto/man/CMS_encrypt.3
create mode 100644 secure/lib/libcrypto/man/CMS_final.3
create mode 100644 secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
create mode 100644 secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
create mode 100644 secure/lib/libcrypto/man/CMS_get0_type.3
create mode 100644 secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
create mode 100644 secure/lib/libcrypto/man/CMS_sign.3
create mode 100644 secure/lib/libcrypto/man/CMS_sign_add1_signer.3
create mode 100644 secure/lib/libcrypto/man/CMS_sign_receipt.3
create mode 100644 secure/lib/libcrypto/man/CMS_uncompress.3
create mode 100644 secure/lib/libcrypto/man/CMS_verify.3
create mode 100644 secure/lib/libcrypto/man/CMS_verify_receipt.3
create mode 100644 secure/lib/libcrypto/man/EVP_DigestSignInit.3
create mode 100644 secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
create mode 100644 secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
create mode 100644 secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
create mode 100644 secure/lib/libcrypto/man/EVP_PKEY_cmp.3
create mode 100644 secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
create mode 100644 secure/lib/libcrypto/man/EVP_PKEY_derive.3
create mode 100644 secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
create mode 100644 secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
create mode 100644 secure/lib/libcrypto/man/EVP_PKEY_keygen.3
create mode 100644 secure/lib/libcrypto/man/EVP_PKEY_print_private.3
create mode 100644 secure/lib/libcrypto/man/EVP_PKEY_sign.3
create mode 100644 secure/lib/libcrypto/man/EVP_PKEY_verify.3
create mode 100644 secure/lib/libcrypto/man/EVP_PKEY_verifyrecover.3
create mode 100644 secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
create mode 100644 secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
create mode 100644 secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
create mode 100644 secure/lib/libcrypto/man/SMIME_read_CMS.3
create mode 100644 secure/lib/libcrypto/man/SMIME_write_CMS.3
create mode 100644 secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
create mode 100644 secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
create mode 100644 secure/lib/libcrypto/man/X509_STORE_CTX_new.3
create mode 100644 secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
create mode 100644 secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
create mode 100644 secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
create mode 100644 secure/lib/libcrypto/man/X509_verify_cert.3
create mode 100644 secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
create mode 100644 secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
create mode 100644 secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
create mode 100644 secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
create mode 100644 secure/lib/libssl/man/SSL_get_psk_identity.3
create mode 100644 secure/usr.bin/openssl/man/cms.1
create mode 100644 secure/usr.bin/openssl/man/genpkey.1
create mode 100644 secure/usr.bin/openssl/man/pkey.1
create mode 100644 secure/usr.bin/openssl/man/pkeyparam.1
create mode 100644 secure/usr.bin/openssl/man/pkeyutl.1
create mode 100644 secure/usr.bin/openssl/man/ts.1
create mode 100644 secure/usr.bin/openssl/man/tsget.1
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0118528260d190c273d4e793f523e81db6dd8587
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]