History log of /freebsd-10-stable/crypto/openssl/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
328557 29-Jan-2018 jkim

Revert a local change and sync. with head. No functional change.

Note this is a direct commit because head has OpenSSL 1.0.2.

326721 09-Dec-2017 gordon

Fix error state handling.

Security: CVE-2017-3737
Security: FreeBSD-SA-17:12.openssl

326357 29-Nov-2017 delphij

Avoid out-of-bounds read.

Security: CVE-2017-3735
Security: FreeBSD-SA-17:11.openssl
Obtained from: OpenSSL https://github.com/openssl/openssl/pull/4276

312863 27-Jan-2017 delphij

Backport OpenSSL commit 56336b6c7a75ed28067cadedd8ac46572348bc2f:

crypto/evp: harden RC4_MD5 cipher.

Originally a crash in 32-bit build was reported CHACHA20-POLY1305
cipher. The crash is triggered by truncated packet and is result
of excessive hashing to the edge of accessible memory (or bogus
MAC value is produced if x86 MD5 assembly module is involved). Since
hash operation is read-only it is not considered to be exploitable
beyond a DoS condition.

Thanks to Robert Święcki for report.

This is a direct commit to stable/10.

Security: CVE-2017-3731

308200 02-Nov-2016 delphij

Backport OpenSSL commit af58be768ebb690f78530f796e92b8ae5c9a4401:

Don't allow too many consecutive warning alerts

Certain warning alerts are ignored if they are received. This can mean that
no progress will be made if one peer continually sends those warning alerts.
Implement a count so that we abort the connection if we receive too many.

Issue reported by Shi Lei.

This is a direct commit to stable/10 and stable/9.

Security: CVE-2016-8610

306196 22-Sep-2016 jkim

Merge OpenSSL 1.0.1u.


CHANGES
CONTRIBUTING
Configure
Makefile
NEWS
README
apps/apps.c
apps/enc.c
apps/passwd.c
apps/s_server.c
apps/x509.c
crypto/asn1/a_bytes.c
crypto/asn1/a_object.c
crypto/asn1/a_set.c
crypto/asn1/asn1_lib.c
crypto/asn1/asn_mime.c
crypto/asn1/d2i_pr.c
crypto/asn1/f_enum.c
crypto/asn1/f_int.c
crypto/asn1/f_string.c
crypto/asn1/p5_pbe.c
crypto/asn1/p5_pbev2.c
crypto/asn1/tasn_enc.c
crypto/asn1/tasn_prn.c
crypto/asn1/x_name.c
crypto/bio/bf_nbio.c
crypto/bn/bn_lib.c
crypto/bn/bn_print.c
crypto/bn/bn_rand.c
crypto/cms/cms_enc.c
crypto/cms/cms_ess.c
crypto/cms/cms_pwri.c
crypto/des/des.c
crypto/des/enc_writ.c
crypto/dsa/dsa_gen.c
crypto/dsa/dsa_ossl.c
crypto/evp/bio_ok.c
crypto/evp/digest.c
crypto/evp/e_seed.c
crypto/md2/md2_dgst.c
crypto/md32_common.h
crypto/mdc2/mdc2dgst.c
crypto/ocsp/ocsp_ext.c
crypto/opensslv.h
crypto/pem/pem.h
crypto/pem/pem_err.c
crypto/pem/pem_lib.c
crypto/pem/pvkfmt.c
crypto/pkcs12/p12_mutl.c
crypto/pkcs12/p12_npas.c
crypto/pkcs12/p12_utl.c
crypto/pkcs12/pkcs12.h
crypto/pkcs7/pk7_doit.c
crypto/rand/rand_unix.c
crypto/srp/srp_lib.c
crypto/srp/srp_vfy.c
crypto/ts/ts_lib.c
crypto/whrlpool/wp_dgst.c
crypto/x509/x509.h
crypto/x509/x509_err.c
crypto/x509/x509_txt.c
crypto/x509/x509_vfy.c
crypto/x509/x509_vfy.h
crypto/x509v3/v3_addr.c
doc/apps/cms.pod
doc/apps/smime.pod
doc/apps/verify.pod
doc/crypto/X509_verify_cert.pod
doc/crypto/d2i_PrivateKey.pod
ssl/d1_both.c
ssl/d1_clnt.c
ssl/d1_lib.c
ssl/d1_pkt.c
ssl/d1_srvr.c
ssl/s23_clnt.c
ssl/s2_clnt.c
ssl/s2_srvr.c
ssl/s3_both.c
ssl/s3_clnt.c
ssl/s3_lib.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_sess.c
ssl/t1_lib.c
/freebsd-10-stable/secure/lib/libcrypto/Makefile.inc
/freebsd-10-stable/secure/lib/libcrypto/Makefile.man
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_length.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_generate_nconf.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_base64.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_cipher.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_md.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_ssl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_find_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_push.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_read.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_accept.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_connect.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_fd.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_mem.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_socket.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_set_callback.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_should_retry.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_BLINDING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_start.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add_word.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_bn2bin.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_copy.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_generate_prime.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_inverse.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_num_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_set_bit.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_swap.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_zero.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add0_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_compress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_final.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_uncompress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_free.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_SIG_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_do_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_dup_DH.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_GET_LIB.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_clear_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_error_string.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_print_errors.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_put_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_remove_state.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_set_mark.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_BytesToKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestSignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncodeInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncryptInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_OpenInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_derive.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SealInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_VerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/OBJ_nid2obj.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_Applink.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_config.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
/freebsd-10-stable/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_create.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_parse.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_cleanup.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_egd.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_set_rand_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_blinding_on.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_check_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_print.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_private_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_public_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_verify_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/blowfish.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn_internal.3
/freebsd-10-stable/secure/lib/libcrypto/man/buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/crypto.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_CMS_ContentInfo.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DHparams.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ECPrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_CRL.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_NAME.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_REQ.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_SIG.3
/freebsd-10-stable/secure/lib/libcrypto/man/des.3
/freebsd-10-stable/secure/lib/libcrypto/man/dh.3
/freebsd-10-stable/secure/lib/libcrypto/man/dsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/ecdsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/engine.3
/freebsd-10-stable/secure/lib/libcrypto/man/err.3
/freebsd-10-stable/secure/lib/libcrypto/man/evp.3
/freebsd-10-stable/secure/lib/libcrypto/man/hmac.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/lh_stats.3
/freebsd-10-stable/secure/lib/libcrypto/man/lhash.3
/freebsd-10-stable/secure/lib/libcrypto/man/md5.3
/freebsd-10-stable/secure/lib/libcrypto/man/mdc2.3
/freebsd-10-stable/secure/lib/libcrypto/man/pem.3
/freebsd-10-stable/secure/lib/libcrypto/man/rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/rc4.3
/freebsd-10-stable/secure/lib/libcrypto/man/ripemd.3
/freebsd-10-stable/secure/lib/libcrypto/man/rsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/sha.3
/freebsd-10-stable/secure/lib/libcrypto/man/threads.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui_compat.3
/freebsd-10-stable/secure/lib/libcrypto/man/x509.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CIPHER_get_name.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_number.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_options.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_verify.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_time.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_accept.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_alert_type_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_clear.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_connect.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_do_handshake.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_SSL_CTX.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ciphers.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_current_cipher.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_default_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_error.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_psk_identity.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_rbio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_library_init.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_load_client_CA_file.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_pending.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_read.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_rstate_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_session_reused.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_bio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_connect_state.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_state_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_want.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_write.3
/freebsd-10-stable/secure/lib/libssl/man/d2i_SSL_SESSION.3
/freebsd-10-stable/secure/lib/libssl/man/ssl.3
/freebsd-10-stable/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-10-stable/secure/usr.bin/openssl/man/c_rehash.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ca.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ciphers.1
/freebsd-10-stable/secure/usr.bin/openssl/man/cms.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dgst.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dhparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ec.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ecparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/enc.1
/freebsd-10-stable/secure/usr.bin/openssl/man/errstr.1
/freebsd-10-stable/secure/usr.bin/openssl/man/gendsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genpkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genrsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/nseq.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ocsp.1
/freebsd-10-stable/secure/usr.bin/openssl/man/openssl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/passwd.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rand.1
/freebsd-10-stable/secure/usr.bin/openssl/man/req.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsautl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_client.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_server.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_time.1
/freebsd-10-stable/secure/usr.bin/openssl/man/sess_id.1
/freebsd-10-stable/secure/usr.bin/openssl/man/smime.1
/freebsd-10-stable/secure/usr.bin/openssl/man/speed.1
/freebsd-10-stable/secure/usr.bin/openssl/man/spkac.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ts.1
/freebsd-10-stable/secure/usr.bin/openssl/man/tsget.1
/freebsd-10-stable/secure/usr.bin/openssl/man/verify.1
/freebsd-10-stable/secure/usr.bin/openssl/man/version.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509v3_config.1
299983 16-May-2016 jkim

Hide OPENSSL_cpuid_setup and OPENSSL_ia32cap_P symbols from libcrypto.so.
Note this is a direct commit because it is merged from OpenSSL upstream and
head (OpenSSL 1.0.2 branch) already has the same change:

https://github.com/openssl/openssl/commit/6206682

299964 16-May-2016 jkim

Detect Clang to support AVX instructions on x86 platforms.
Note head (OpenSSL 1.0.2 branch) has similar changes.

298999 03-May-2016 jkim

Merge OpenSSL 1.0.1t.

Relnotes: yes


CHANGES
Makefile
NEWS
README
apps/pkcs7.c
crypto/asn1/a_bytes.c
crypto/asn1/a_d2i_fp.c
crypto/asn1/a_type.c
crypto/asn1/asn1_lib.c
crypto/asn1/asn1_par.c
crypto/asn1/t_x509.c
crypto/asn1/tasn_dec.c
crypto/asn1/tasn_enc.c
crypto/asn1/x_name.c
crypto/asn1/x_x509.c
crypto/bn/asm/x86-mont.pl
crypto/bn/asm/x86_64-mont.pl
crypto/bn/asm/x86_64-mont5.pl
crypto/comp/comp.h
crypto/evp/Makefile
crypto/evp/digest.c
crypto/evp/e_aes_cbc_hmac_sha1.c
crypto/evp/encode.c
crypto/evp/evp_enc.c
crypto/opensslv.h
crypto/pem/pem_lib.c
crypto/pem/pvkfmt.c
crypto/x509/x509.h
crypto/x509/x509_err.c
crypto/x509/x509_obj.c
doc/apps/ciphers.pod
doc/crypto/EVP_EncodeInit.pod
doc/crypto/evp.pod
ssl/d1_both.c
ssl/s2_lib.c
ssl/s2_meth.c
ssl/s3_clnt.c
ssl/s3_lib.c
ssl/ssl.h
ssl/ssl_ciph.c
ssl/ssl_locl.h
ssl/t1_lib.c
util/libeay.num
util/mk1mf.pl
util/mkdef.pl
util/ssleay.num
/freebsd-10-stable/secure/lib/libcrypto/Makefile.inc
/freebsd-10-stable/secure/lib/libcrypto/Makefile.man
/freebsd-10-stable/secure/lib/libcrypto/amd64/x86_64-mont.S
/freebsd-10-stable/secure/lib/libcrypto/amd64/x86_64-mont5.S
/freebsd-10-stable/secure/lib/libcrypto/i386/x86-mont.s
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_length.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_generate_nconf.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_base64.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_cipher.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_md.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_ssl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_find_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_push.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_read.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_accept.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_connect.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_fd.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_mem.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_socket.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_set_callback.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_should_retry.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_BLINDING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_start.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add_word.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_bn2bin.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_copy.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_generate_prime.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_inverse.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_num_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_set_bit.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_swap.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_zero.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add0_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_compress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_final.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_uncompress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_free.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_SIG_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_do_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_dup_DH.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_GET_LIB.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_clear_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_error_string.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_print_errors.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_put_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_remove_state.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_set_mark.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_BytesToKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestSignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncodeInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncryptInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_OpenInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_derive.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SealInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_VerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/OBJ_nid2obj.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_Applink.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_config.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
/freebsd-10-stable/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_create.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_parse.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_cleanup.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_egd.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_set_rand_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_blinding_on.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_check_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_print.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_private_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_public_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_verify_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/blowfish.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn_internal.3
/freebsd-10-stable/secure/lib/libcrypto/man/buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/crypto.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_CMS_ContentInfo.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DHparams.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ECPrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_CRL.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_NAME.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_REQ.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_SIG.3
/freebsd-10-stable/secure/lib/libcrypto/man/des.3
/freebsd-10-stable/secure/lib/libcrypto/man/dh.3
/freebsd-10-stable/secure/lib/libcrypto/man/dsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/ecdsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/engine.3
/freebsd-10-stable/secure/lib/libcrypto/man/err.3
/freebsd-10-stable/secure/lib/libcrypto/man/evp.3
/freebsd-10-stable/secure/lib/libcrypto/man/hmac.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/lh_stats.3
/freebsd-10-stable/secure/lib/libcrypto/man/lhash.3
/freebsd-10-stable/secure/lib/libcrypto/man/md5.3
/freebsd-10-stable/secure/lib/libcrypto/man/mdc2.3
/freebsd-10-stable/secure/lib/libcrypto/man/pem.3
/freebsd-10-stable/secure/lib/libcrypto/man/rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/rc4.3
/freebsd-10-stable/secure/lib/libcrypto/man/ripemd.3
/freebsd-10-stable/secure/lib/libcrypto/man/rsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/sha.3
/freebsd-10-stable/secure/lib/libcrypto/man/threads.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui_compat.3
/freebsd-10-stable/secure/lib/libcrypto/man/x509.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CIPHER_get_name.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_number.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_options.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_verify.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_time.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_accept.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_alert_type_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_clear.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_connect.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_do_handshake.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_SSL_CTX.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ciphers.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_current_cipher.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_default_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_error.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_psk_identity.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_rbio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_library_init.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_load_client_CA_file.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_pending.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_read.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_rstate_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_session_reused.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_bio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_connect_state.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_state_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_want.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_write.3
/freebsd-10-stable/secure/lib/libssl/man/d2i_SSL_SESSION.3
/freebsd-10-stable/secure/lib/libssl/man/ssl.3
/freebsd-10-stable/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-10-stable/secure/usr.bin/openssl/man/c_rehash.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ca.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ciphers.1
/freebsd-10-stable/secure/usr.bin/openssl/man/cms.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dgst.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dhparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ec.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ecparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/enc.1
/freebsd-10-stable/secure/usr.bin/openssl/man/errstr.1
/freebsd-10-stable/secure/usr.bin/openssl/man/gendsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genpkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genrsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/nseq.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ocsp.1
/freebsd-10-stable/secure/usr.bin/openssl/man/openssl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/passwd.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rand.1
/freebsd-10-stable/secure/usr.bin/openssl/man/req.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsautl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_client.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_server.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_time.1
/freebsd-10-stable/secure/usr.bin/openssl/man/sess_id.1
/freebsd-10-stable/secure/usr.bin/openssl/man/smime.1
/freebsd-10-stable/secure/usr.bin/openssl/man/speed.1
/freebsd-10-stable/secure/usr.bin/openssl/man/spkac.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ts.1
/freebsd-10-stable/secure/usr.bin/openssl/man/tsget.1
/freebsd-10-stable/secure/usr.bin/openssl/man/verify.1
/freebsd-10-stable/secure/usr.bin/openssl/man/version.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509v3_config.1
296317 02-Mar-2016 delphij

Merge OpenSSL 1.0.1s. This is a security update.

Relnotes: yes
Approved by: re (so@ implicit)


CHANGES
Configure
Makefile
NEWS
README
apps/s_server.c
crypto/bio/b_print.c
crypto/bio/bio.h
crypto/bn/Makefile
crypto/bn/asm/x86_64-mont5.pl
crypto/bn/bn.h
crypto/bn/bn_exp.c
crypto/bn/bn_print.c
crypto/bn/bn_recp.c
crypto/dsa/dsa_ameth.c
crypto/modes/ctr128.c
crypto/opensslconf.h
crypto/opensslv.h
crypto/perlasm/x86_64-xlate.pl
crypto/rsa/rsa_sign.c
crypto/srp/srp.h
crypto/srp/srp_vfy.c
doc/apps/ciphers.pod
doc/apps/s_client.pod
doc/apps/s_server.pod
doc/ssl/SSL_CTX_new.pod
doc/ssl/SSL_CTX_set_options.pod
doc/ssl/ssl.pod
ssl/Makefile
ssl/s2_lib.c
ssl/s3_lib.c
ssl/ssl_lib.c
util/libeay.num
util/mk1mf.pl
util/pl/BC-32.pl
util/pl/Mingw32.pl
util/pl/OS2-EMX.pl
util/pl/VC-32.pl
util/pl/linux.pl
util/pl/netware.pl
util/pl/ultrix.pl
util/pl/unix.pl
/freebsd-10-stable/secure/lib/libcrypto/Makefile.inc
/freebsd-10-stable/secure/lib/libcrypto/amd64/x86_64-mont5.S
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_length.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_generate_nconf.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_base64.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_cipher.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_md.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_ssl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_find_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_push.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_read.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_accept.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_connect.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_fd.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_mem.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_socket.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_set_callback.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_should_retry.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_BLINDING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_start.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add_word.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_bn2bin.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_copy.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_generate_prime.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_inverse.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_num_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_set_bit.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_swap.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_zero.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add0_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_compress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_final.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_uncompress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_free.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_SIG_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_do_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_dup_DH.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_GET_LIB.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_clear_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_error_string.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_print_errors.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_put_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_remove_state.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_set_mark.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_BytesToKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestSignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncryptInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_OpenInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_derive.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SealInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_VerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/OBJ_nid2obj.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_Applink.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_config.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
/freebsd-10-stable/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_create.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_parse.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_cleanup.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_egd.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_set_rand_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_blinding_on.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_check_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_print.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_private_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_public_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_verify_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/blowfish.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn_internal.3
/freebsd-10-stable/secure/lib/libcrypto/man/buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/crypto.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_CMS_ContentInfo.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DHparams.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ECPrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_CRL.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_NAME.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_REQ.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_SIG.3
/freebsd-10-stable/secure/lib/libcrypto/man/des.3
/freebsd-10-stable/secure/lib/libcrypto/man/dh.3
/freebsd-10-stable/secure/lib/libcrypto/man/dsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/ecdsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/engine.3
/freebsd-10-stable/secure/lib/libcrypto/man/err.3
/freebsd-10-stable/secure/lib/libcrypto/man/evp.3
/freebsd-10-stable/secure/lib/libcrypto/man/hmac.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/lh_stats.3
/freebsd-10-stable/secure/lib/libcrypto/man/lhash.3
/freebsd-10-stable/secure/lib/libcrypto/man/md5.3
/freebsd-10-stable/secure/lib/libcrypto/man/mdc2.3
/freebsd-10-stable/secure/lib/libcrypto/man/pem.3
/freebsd-10-stable/secure/lib/libcrypto/man/rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/rc4.3
/freebsd-10-stable/secure/lib/libcrypto/man/ripemd.3
/freebsd-10-stable/secure/lib/libcrypto/man/rsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/sha.3
/freebsd-10-stable/secure/lib/libcrypto/man/threads.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui_compat.3
/freebsd-10-stable/secure/lib/libcrypto/man/x509.3
/freebsd-10-stable/secure/lib/libcrypto/opensslconf-arm.h
/freebsd-10-stable/secure/lib/libcrypto/opensslconf-ia64.h
/freebsd-10-stable/secure/lib/libcrypto/opensslconf-mips.h
/freebsd-10-stable/secure/lib/libcrypto/opensslconf-powerpc.h
/freebsd-10-stable/secure/lib/libcrypto/opensslconf-sparc64.h
/freebsd-10-stable/secure/lib/libcrypto/opensslconf-x86.h
/freebsd-10-stable/secure/lib/libssl/Makefile.man
/freebsd-10-stable/secure/lib/libssl/man/SSL_CIPHER_get_name.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_number.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_options.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_verify.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_time.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_accept.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_alert_type_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_clear.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_connect.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_do_handshake.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_SSL_CTX.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ciphers.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_current_cipher.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_default_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_error.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_psk_identity.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_rbio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_library_init.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_load_client_CA_file.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_pending.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_read.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_rstate_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_session_reused.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_bio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_connect_state.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_state_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_want.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_write.3
/freebsd-10-stable/secure/lib/libssl/man/d2i_SSL_SESSION.3
/freebsd-10-stable/secure/lib/libssl/man/ssl.3
/freebsd-10-stable/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-10-stable/secure/usr.bin/openssl/man/c_rehash.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ca.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ciphers.1
/freebsd-10-stable/secure/usr.bin/openssl/man/cms.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dgst.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dhparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ec.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ecparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/enc.1
/freebsd-10-stable/secure/usr.bin/openssl/man/errstr.1
/freebsd-10-stable/secure/usr.bin/openssl/man/gendsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genpkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genrsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/nseq.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ocsp.1
/freebsd-10-stable/secure/usr.bin/openssl/man/openssl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/passwd.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rand.1
/freebsd-10-stable/secure/usr.bin/openssl/man/req.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsautl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_client.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_server.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_time.1
/freebsd-10-stable/secure/usr.bin/openssl/man/sess_id.1
/freebsd-10-stable/secure/usr.bin/openssl/man/smime.1
/freebsd-10-stable/secure/usr.bin/openssl/man/speed.1
/freebsd-10-stable/secure/usr.bin/openssl/man/spkac.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ts.1
/freebsd-10-stable/secure/usr.bin/openssl/man/tsget.1
/freebsd-10-stable/secure/usr.bin/openssl/man/verify.1
/freebsd-10-stable/secure/usr.bin/openssl/man/version.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509v3_config.1
295016 28-Jan-2016 jkim

Merge OpenSSL 1.0.1r.

Relnotes: yes


ACKNOWLEDGMENTS
CHANGES
Configure
INSTALL
LICENSE
Makefile
Makefile.org
NEWS
README
apps/engine.c
apps/ocsp.c
apps/pkcs12.c
apps/speed.c
apps/x509.c
crypto/aes/aes.h
crypto/aes/aes_cbc.c
crypto/aes/aes_cfb.c
crypto/aes/aes_core.c
crypto/aes/aes_ctr.c
crypto/aes/aes_ecb.c
crypto/aes/aes_ige.c
crypto/aes/aes_locl.h
crypto/aes/aes_misc.c
crypto/aes/aes_ofb.c
crypto/aes/aes_x86core.c
crypto/bio/bio.h
crypto/bio/bss_bio.c
crypto/bio/bss_conn.c
crypto/bio/bss_dgram.c
crypto/bn/bn_exp.c
crypto/bn/exptest.c
crypto/camellia/camellia.c
crypto/camellia/camellia.h
crypto/camellia/cmll_cbc.c
crypto/camellia/cmll_cfb.c
crypto/camellia/cmll_ctr.c
crypto/camellia/cmll_ecb.c
crypto/camellia/cmll_locl.h
crypto/camellia/cmll_misc.c
crypto/camellia/cmll_ofb.c
crypto/camellia/cmll_utl.c
crypto/des/des_old.c
crypto/des/des_old.h
crypto/des/des_old2.c
crypto/dsa/dsa_ossl.c
crypto/dso/dso.h
crypto/dso/dso_dl.c
crypto/dso/dso_dlfcn.c
crypto/dso/dso_lib.c
crypto/ec/ectest.c
crypto/engine/eng_all.c
crypto/evp/e_camellia.c
crypto/evp/e_old.c
crypto/evp/e_seed.c
crypto/mem_clr.c
crypto/o_dir.c
crypto/o_dir.h
crypto/o_dir_test.c
crypto/o_str.c
crypto/o_str.h
crypto/o_time.c
crypto/o_time.h
crypto/opensslv.h
crypto/rc4/rc4_utl.c
crypto/rsa/rsa_chk.c
crypto/rsa/rsa_sign.c
crypto/seed/seed_cbc.c
crypto/seed/seed_cfb.c
crypto/seed/seed_ecb.c
crypto/seed/seed_ofb.c
crypto/sha/sha1test.c
crypto/store/store.h
crypto/store/str_lib.c
crypto/store/str_locl.h
crypto/store/str_mem.c
crypto/store/str_meth.c
crypto/ts/ts_rsp_verify.c
crypto/ui/ui.h
crypto/ui/ui_compat.c
crypto/ui/ui_compat.h
crypto/ui/ui_lib.c
crypto/ui/ui_locl.h
crypto/ui/ui_openssl.c
crypto/ui/ui_util.c
crypto/x509/x509_vfy.c
crypto/x509/x509_vfy.h
crypto/x509v3/v3_pci.c
crypto/x509v3/v3_pcia.c
doc/apps/s_time.pod
doc/crypto/BIO_s_connect.pod
doc/ssl/SSL_CTX_set_tlsext_status_cb.pod
doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
engines/e_chil.c
ssl/d1_both.c
ssl/kssl.c
ssl/kssl.h
ssl/kssl_lcl.h
ssl/s2_srvr.c
ssl/s3_clnt.c
ssl/s3_lib.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_sess.c
ssl/t1_enc.c
ssl/t1_lib.c
util/pl/VC-32.pl
util/pod2mantest
/freebsd-10-stable/secure/lib/libcrypto/Makefile.inc
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_length.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_generate_nconf.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_base64.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_cipher.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_md.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_ssl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_find_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_push.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_read.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_accept.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_connect.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_fd.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_mem.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_socket.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_set_callback.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_should_retry.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_BLINDING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_start.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add_word.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_bn2bin.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_copy.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_generate_prime.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_inverse.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_num_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_set_bit.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_swap.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_zero.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add0_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_compress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_final.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_uncompress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_free.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_SIG_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_do_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_dup_DH.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_GET_LIB.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_clear_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_error_string.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_print_errors.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_put_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_remove_state.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_set_mark.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_BytesToKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestSignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncryptInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_OpenInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_derive.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SealInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_VerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/OBJ_nid2obj.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_Applink.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_config.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
/freebsd-10-stable/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_create.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_parse.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_cleanup.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_egd.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_set_rand_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_blinding_on.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_check_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_print.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_private_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_public_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_verify_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/blowfish.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn_internal.3
/freebsd-10-stable/secure/lib/libcrypto/man/buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/crypto.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_CMS_ContentInfo.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DHparams.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ECPrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_CRL.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_NAME.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_REQ.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_SIG.3
/freebsd-10-stable/secure/lib/libcrypto/man/des.3
/freebsd-10-stable/secure/lib/libcrypto/man/dh.3
/freebsd-10-stable/secure/lib/libcrypto/man/dsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/ecdsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/engine.3
/freebsd-10-stable/secure/lib/libcrypto/man/err.3
/freebsd-10-stable/secure/lib/libcrypto/man/evp.3
/freebsd-10-stable/secure/lib/libcrypto/man/hmac.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/lh_stats.3
/freebsd-10-stable/secure/lib/libcrypto/man/lhash.3
/freebsd-10-stable/secure/lib/libcrypto/man/md5.3
/freebsd-10-stable/secure/lib/libcrypto/man/mdc2.3
/freebsd-10-stable/secure/lib/libcrypto/man/pem.3
/freebsd-10-stable/secure/lib/libcrypto/man/rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/rc4.3
/freebsd-10-stable/secure/lib/libcrypto/man/ripemd.3
/freebsd-10-stable/secure/lib/libcrypto/man/rsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/sha.3
/freebsd-10-stable/secure/lib/libcrypto/man/threads.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui_compat.3
/freebsd-10-stable/secure/lib/libcrypto/man/x509.3
/freebsd-10-stable/secure/lib/libssl/Makefile.man
/freebsd-10-stable/secure/lib/libssl/man/SSL_CIPHER_get_name.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_number.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_options.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_verify.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_time.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_accept.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_alert_type_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_clear.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_connect.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_do_handshake.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_SSL_CTX.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ciphers.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_current_cipher.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_default_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_error.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_psk_identity.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_rbio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_library_init.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_load_client_CA_file.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_pending.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_read.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_rstate_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_session_reused.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_bio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_connect_state.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_state_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_want.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_write.3
/freebsd-10-stable/secure/lib/libssl/man/d2i_SSL_SESSION.3
/freebsd-10-stable/secure/lib/libssl/man/ssl.3
/freebsd-10-stable/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-10-stable/secure/usr.bin/openssl/man/c_rehash.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ca.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ciphers.1
/freebsd-10-stable/secure/usr.bin/openssl/man/cms.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dgst.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dhparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ec.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ecparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/enc.1
/freebsd-10-stable/secure/usr.bin/openssl/man/errstr.1
/freebsd-10-stable/secure/usr.bin/openssl/man/gendsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genpkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genrsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/nseq.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ocsp.1
/freebsd-10-stable/secure/usr.bin/openssl/man/openssl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/passwd.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rand.1
/freebsd-10-stable/secure/usr.bin/openssl/man/req.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsautl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_client.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_server.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_time.1
/freebsd-10-stable/secure/usr.bin/openssl/man/sess_id.1
/freebsd-10-stable/secure/usr.bin/openssl/man/smime.1
/freebsd-10-stable/secure/usr.bin/openssl/man/speed.1
/freebsd-10-stable/secure/usr.bin/openssl/man/spkac.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ts.1
/freebsd-10-stable/secure/usr.bin/openssl/man/tsget.1
/freebsd-10-stable/secure/usr.bin/openssl/man/verify.1
/freebsd-10-stable/secure/usr.bin/openssl/man/version.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509v3_config.1
291721 03-Dec-2015 jkim

Merge OpenSSL 1.0.1q.


CHANGES
CONTRIBUTING
Configure
FAQ
Makefile
Makefile.org
NEWS
README
apps/Makefile
apps/apps.c
apps/asn1pars.c
apps/ca.c
apps/ecparam.c
apps/engine.c
apps/ocsp.c
apps/pkcs12.c
apps/s_client.c
apps/s_server.c
appveyor.yml
crypto/aes/asm/aes-586.pl
crypto/aes/asm/aesni-x86.pl
crypto/asn1/asn1_par.c
crypto/asn1/d2i_pr.c
crypto/asn1/tasn_dec.c
crypto/asn1/x_bignum.c
crypto/asn1/x_pubkey.c
crypto/asn1/x_x509.c
crypto/bio/b_dump.c
crypto/bio/bss_file.c
crypto/bn/asm/armv4-gf2m.pl
crypto/bn/asm/ia64.S
crypto/bn/asm/s390x-gf2m.pl
crypto/bn/asm/x86-gf2m.pl
crypto/bn/asm/x86_64-gcc.c
crypto/bn/asm/x86_64-gf2m.pl
crypto/bn/bn_exp.c
crypto/bn/bn_gcd.c
crypto/bn/bn_gf2m.c
crypto/bn/bn_mont.c
crypto/bn/bn_recp.c
crypto/bn/bn_x931p.c
crypto/bn/bntest.c
crypto/buffer/buf_str.c
crypto/buffer/buffer.h
crypto/cms/cms_enc.c
crypto/cms/cms_pwri.c
crypto/cms/cms_smime.c
crypto/comp/c_zlib.c
crypto/conf/conf_def.c
crypto/conf/conf_sap.c
crypto/cryptlib.c
crypto/dsa/dsa_ameth.c
crypto/dsa/dsa_gen.c
crypto/ec/ec.h
crypto/ec/ec_asn1.c
crypto/ec/ec_key.c
crypto/engine/eng_cryptodev.c
crypto/engine/eng_list.c
crypto/evp/e_des3.c
crypto/evp/encode.c
crypto/evp/evp_key.c
crypto/evp/evp_lib.c
crypto/evp/evp_pbe.c
crypto/evp/p_lib.c
crypto/evp/pmeth_gn.c
crypto/hmac/hm_ameth.c
crypto/jpake/jpake.c
crypto/mem_clr.c
crypto/modes/asm/ghash-armv4.pl
crypto/modes/asm/ghash-x86.pl
crypto/ocsp/ocsp_lib.c
crypto/ocsp/ocsp_prn.c
crypto/opensslconf.h
crypto/opensslconf.h.in
crypto/opensslv.h
crypto/pem/pem_info.c
crypto/pem/pvkfmt.c
crypto/pkcs12/p12_add.c
crypto/pkcs12/p12_crpt.c
crypto/pkcs12/p12_mutl.c
crypto/pkcs7/pk7_doit.c
crypto/rc4/asm/rc4-x86_64.pl
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_gen.c
crypto/rsa/rsa_sign.c
crypto/rsa/rsa_test.c
crypto/sha/asm/sha1-586.pl
crypto/sha/asm/sha256-586.pl
crypto/sha/asm/sha512-586.pl
crypto/sha/asm/sha512-parisc.pl
crypto/sparccpuid.S
crypto/srp/srp_vfy.c
crypto/ts/ts_rsp_verify.c
crypto/whrlpool/asm/wp-mmx.pl
crypto/x509/x509_cmp.c
crypto/x509/x509_lu.c
crypto/x509v3/v3_cpols.c
crypto/x509v3/v3_ncons.c
crypto/x509v3/v3_pci.c
crypto/x509v3/v3_pcia.c
doc/apps/ciphers.pod
doc/apps/dgst.pod
doc/apps/genrsa.pod
doc/apps/req.pod
doc/apps/x509.pod
doc/crypto/BIO_read.pod
doc/crypto/BN_rand.pod
doc/crypto/DSA_generate_parameters.pod
doc/crypto/EVP_DigestVerifyInit.pod
doc/crypto/EVP_SignInit.pod
doc/crypto/buffer.pod
doc/crypto/d2i_X509_NAME.pod
doc/dir-locals.example.el
doc/openssl-c-indent.el
doc/ssl/SSL_CTX_add_extra_chain_cert.pod
e_os.h
engines/e_chil.c
ssl/Makefile
ssl/bio_ssl.c
ssl/clienthellotest.c
ssl/d1_both.c
ssl/d1_clnt.c
ssl/d1_srvr.c
ssl/s23_clnt.c
ssl/s3_cbc.c
ssl/s3_clnt.c
ssl/s3_enc.c
ssl/s3_lib.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl3.h
ssl/ssl_asn1.c
ssl/ssl_cert.c
ssl/ssl_ciph.c
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_rsa.c
ssl/ssl_sess.c
ssl/ssltest.c
ssl/t1_enc.c
ssl/t1_lib.c
ssl/tls1.h
util/indent.pro
util/mk1mf.pl
util/mkrc.pl
util/mkstack.pl
util/pl/VC-32.pl
util/pod2mantest
util/selftest.pl
util/toutf8.sh
/freebsd-10-stable/secure/lib/libcrypto/Makefile.inc
/freebsd-10-stable/secure/lib/libcrypto/Makefile.man
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_length.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_generate_nconf.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_base64.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_cipher.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_md.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_ssl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_find_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_push.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_read.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_accept.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_connect.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_fd.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_mem.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_socket.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_set_callback.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_should_retry.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_BLINDING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_start.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add_word.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_bn2bin.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_copy.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_generate_prime.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_inverse.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_num_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_set_bit.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_swap.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_zero.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add0_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_compress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_final.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_uncompress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_free.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_SIG_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_do_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_dup_DH.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_GET_LIB.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_clear_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_error_string.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_print_errors.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_put_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_remove_state.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_set_mark.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_BytesToKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestSignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncryptInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_OpenInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_derive.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SealInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_VerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/OBJ_nid2obj.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_Applink.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_config.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
/freebsd-10-stable/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_create.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_parse.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_cleanup.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_egd.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_set_rand_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_blinding_on.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_check_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_print.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_private_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_public_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_verify_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/blowfish.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn_internal.3
/freebsd-10-stable/secure/lib/libcrypto/man/buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/crypto.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_CMS_ContentInfo.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DHparams.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ECPrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_CRL.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_NAME.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_REQ.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_SIG.3
/freebsd-10-stable/secure/lib/libcrypto/man/des.3
/freebsd-10-stable/secure/lib/libcrypto/man/dh.3
/freebsd-10-stable/secure/lib/libcrypto/man/dsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/ecdsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/engine.3
/freebsd-10-stable/secure/lib/libcrypto/man/err.3
/freebsd-10-stable/secure/lib/libcrypto/man/evp.3
/freebsd-10-stable/secure/lib/libcrypto/man/hmac.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/lh_stats.3
/freebsd-10-stable/secure/lib/libcrypto/man/lhash.3
/freebsd-10-stable/secure/lib/libcrypto/man/md5.3
/freebsd-10-stable/secure/lib/libcrypto/man/mdc2.3
/freebsd-10-stable/secure/lib/libcrypto/man/pem.3
/freebsd-10-stable/secure/lib/libcrypto/man/rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/rc4.3
/freebsd-10-stable/secure/lib/libcrypto/man/ripemd.3
/freebsd-10-stable/secure/lib/libcrypto/man/rsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/sha.3
/freebsd-10-stable/secure/lib/libcrypto/man/threads.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui_compat.3
/freebsd-10-stable/secure/lib/libcrypto/man/x509.3
/freebsd-10-stable/secure/lib/libssl/Makefile.man
/freebsd-10-stable/secure/lib/libssl/man/SSL_CIPHER_get_name.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_number.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_options.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_verify.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_time.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_accept.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_alert_type_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_clear.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_connect.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_do_handshake.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_SSL_CTX.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ciphers.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_current_cipher.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_default_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_error.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_psk_identity.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_rbio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_library_init.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_load_client_CA_file.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_pending.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_read.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_rstate_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_session_reused.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_bio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_connect_state.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_state_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_want.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_write.3
/freebsd-10-stable/secure/lib/libssl/man/d2i_SSL_SESSION.3
/freebsd-10-stable/secure/lib/libssl/man/ssl.3
/freebsd-10-stable/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-10-stable/secure/usr.bin/openssl/man/c_rehash.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ca.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ciphers.1
/freebsd-10-stable/secure/usr.bin/openssl/man/cms.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dgst.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dhparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ec.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ecparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/enc.1
/freebsd-10-stable/secure/usr.bin/openssl/man/errstr.1
/freebsd-10-stable/secure/usr.bin/openssl/man/gendsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genpkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genrsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/nseq.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ocsp.1
/freebsd-10-stable/secure/usr.bin/openssl/man/openssl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/passwd.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rand.1
/freebsd-10-stable/secure/usr.bin/openssl/man/req.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsautl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_client.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_server.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_time.1
/freebsd-10-stable/secure/usr.bin/openssl/man/sess_id.1
/freebsd-10-stable/secure/usr.bin/openssl/man/smime.1
/freebsd-10-stable/secure/usr.bin/openssl/man/speed.1
/freebsd-10-stable/secure/usr.bin/openssl/man/spkac.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ts.1
/freebsd-10-stable/secure/usr.bin/openssl/man/tsget.1
/freebsd-10-stable/secure/usr.bin/openssl/man/verify.1
/freebsd-10-stable/secure/usr.bin/openssl/man/version.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509v3_config.1
285330 09-Jul-2015 jkim

MFC: r285329

Merge OpenSSL 1.0.1p.

Approved by: re (gjb)
Relnotes: yes


CHANGES
Makefile
Makefile.org
NEWS
README
crypto/bio/bio.h
crypto/evp/e_aes.c
crypto/opensslconf.h
crypto/opensslconf.h.in
crypto/opensslv.h
crypto/pkcs12/p12_kiss.c
crypto/threads/mttest.c
crypto/threads/pthread2.sh
crypto/x509/Makefile
crypto/x509/verify_extra_test.c
crypto/x509/x509_vfy.c
doc/crypto/X509_NAME_get_index_by_NID.pod
doc/crypto/X509_STORE_CTX_new.pod
doc/crypto/X509_verify_cert.pod
ssl/s3_clnt.c
ssl/s3_srvr.c
/freebsd-10-stable/secure/lib/libcrypto/Makefile.inc
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_length.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_generate_nconf.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_base64.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_cipher.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_md.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_ssl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_find_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_push.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_read.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_accept.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_connect.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_fd.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_mem.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_socket.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_set_callback.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_should_retry.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_BLINDING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_start.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add_word.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_bn2bin.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_copy.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_generate_prime.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_inverse.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_num_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_set_bit.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_swap.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_zero.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add0_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_compress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_final.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_uncompress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_free.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_SIG_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_do_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_dup_DH.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_GET_LIB.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_clear_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_error_string.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_print_errors.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_put_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_remove_state.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_set_mark.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_BytesToKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestSignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncryptInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_OpenInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_derive.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SealInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_VerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/OBJ_nid2obj.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_Applink.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_config.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
/freebsd-10-stable/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_create.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_parse.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_cleanup.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_egd.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_set_rand_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_blinding_on.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_check_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_print.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_private_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_public_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_verify_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/blowfish.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn_internal.3
/freebsd-10-stable/secure/lib/libcrypto/man/buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/crypto.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_CMS_ContentInfo.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DHparams.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ECPrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_CRL.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_NAME.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_REQ.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_SIG.3
/freebsd-10-stable/secure/lib/libcrypto/man/des.3
/freebsd-10-stable/secure/lib/libcrypto/man/dh.3
/freebsd-10-stable/secure/lib/libcrypto/man/dsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/ecdsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/engine.3
/freebsd-10-stable/secure/lib/libcrypto/man/err.3
/freebsd-10-stable/secure/lib/libcrypto/man/evp.3
/freebsd-10-stable/secure/lib/libcrypto/man/hmac.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/lh_stats.3
/freebsd-10-stable/secure/lib/libcrypto/man/lhash.3
/freebsd-10-stable/secure/lib/libcrypto/man/md5.3
/freebsd-10-stable/secure/lib/libcrypto/man/mdc2.3
/freebsd-10-stable/secure/lib/libcrypto/man/pem.3
/freebsd-10-stable/secure/lib/libcrypto/man/rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/rc4.3
/freebsd-10-stable/secure/lib/libcrypto/man/ripemd.3
/freebsd-10-stable/secure/lib/libcrypto/man/rsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/sha.3
/freebsd-10-stable/secure/lib/libcrypto/man/threads.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui_compat.3
/freebsd-10-stable/secure/lib/libcrypto/man/x509.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CIPHER_get_name.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_number.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_options.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_verify.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_time.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_accept.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_alert_type_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_clear.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_connect.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_do_handshake.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_SSL_CTX.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ciphers.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_current_cipher.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_default_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_error.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_psk_identity.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_rbio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_library_init.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_load_client_CA_file.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_pending.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_read.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_rstate_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_session_reused.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_bio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_connect_state.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_state_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_want.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_write.3
/freebsd-10-stable/secure/lib/libssl/man/d2i_SSL_SESSION.3
/freebsd-10-stable/secure/lib/libssl/man/ssl.3
/freebsd-10-stable/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-10-stable/secure/usr.bin/openssl/man/c_rehash.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ca.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ciphers.1
/freebsd-10-stable/secure/usr.bin/openssl/man/cms.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dgst.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dhparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ec.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ecparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/enc.1
/freebsd-10-stable/secure/usr.bin/openssl/man/errstr.1
/freebsd-10-stable/secure/usr.bin/openssl/man/gendsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genpkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genrsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/nseq.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ocsp.1
/freebsd-10-stable/secure/usr.bin/openssl/man/openssl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/passwd.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rand.1
/freebsd-10-stable/secure/usr.bin/openssl/man/req.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsautl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_client.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_server.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_time.1
/freebsd-10-stable/secure/usr.bin/openssl/man/sess_id.1
/freebsd-10-stable/secure/usr.bin/openssl/man/smime.1
/freebsd-10-stable/secure/usr.bin/openssl/man/speed.1
/freebsd-10-stable/secure/usr.bin/openssl/man/spkac.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ts.1
/freebsd-10-stable/secure/usr.bin/openssl/man/tsget.1
/freebsd-10-stable/secure/usr.bin/openssl/man/verify.1
/freebsd-10-stable/secure/usr.bin/openssl/man/version.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509v3_config.1
284330 12-Jun-2015 jkim

MFC: r284329

Merge OpenSSL 1.0.1o.

Note it is instantly merged because it restores ABI compatibility broken by
the previous OpenSSL 1.0.1n.

Relnotes: yes


CHANGES
Makefile
NEWS
README
crypto/hmac/hmac.c
crypto/hmac/hmac.h
crypto/hmac/hmactest.c
crypto/opensslv.h
ssl/t1_lib.c
/freebsd-10-stable/secure/lib/libcrypto/Makefile.inc
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_length.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_generate_nconf.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_base64.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_cipher.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_md.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_ssl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_find_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_push.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_read.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_accept.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_connect.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_fd.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_mem.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_socket.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_set_callback.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_should_retry.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_BLINDING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_start.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add_word.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_bn2bin.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_copy.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_generate_prime.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_inverse.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_num_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_set_bit.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_swap.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_zero.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add0_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_compress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_final.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_uncompress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_free.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_SIG_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_do_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_dup_DH.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_GET_LIB.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_clear_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_error_string.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_print_errors.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_put_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_remove_state.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_set_mark.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_BytesToKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestSignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncryptInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_OpenInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_derive.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SealInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_VerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/OBJ_nid2obj.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_Applink.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_config.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
/freebsd-10-stable/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_create.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_parse.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_cleanup.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_egd.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_set_rand_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_blinding_on.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_check_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_print.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_private_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_public_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_verify_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/blowfish.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn_internal.3
/freebsd-10-stable/secure/lib/libcrypto/man/buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/crypto.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_CMS_ContentInfo.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DHparams.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ECPrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_CRL.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_NAME.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_REQ.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_SIG.3
/freebsd-10-stable/secure/lib/libcrypto/man/des.3
/freebsd-10-stable/secure/lib/libcrypto/man/dh.3
/freebsd-10-stable/secure/lib/libcrypto/man/dsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/ecdsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/engine.3
/freebsd-10-stable/secure/lib/libcrypto/man/err.3
/freebsd-10-stable/secure/lib/libcrypto/man/evp.3
/freebsd-10-stable/secure/lib/libcrypto/man/hmac.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/lh_stats.3
/freebsd-10-stable/secure/lib/libcrypto/man/lhash.3
/freebsd-10-stable/secure/lib/libcrypto/man/md5.3
/freebsd-10-stable/secure/lib/libcrypto/man/mdc2.3
/freebsd-10-stable/secure/lib/libcrypto/man/pem.3
/freebsd-10-stable/secure/lib/libcrypto/man/rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/rc4.3
/freebsd-10-stable/secure/lib/libcrypto/man/ripemd.3
/freebsd-10-stable/secure/lib/libcrypto/man/rsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/sha.3
/freebsd-10-stable/secure/lib/libcrypto/man/threads.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui_compat.3
/freebsd-10-stable/secure/lib/libcrypto/man/x509.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CIPHER_get_name.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_number.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_options.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_verify.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_time.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_accept.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_alert_type_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_clear.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_connect.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_do_handshake.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_SSL_CTX.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ciphers.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_current_cipher.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_default_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_error.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_psk_identity.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_rbio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_library_init.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_load_client_CA_file.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_pending.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_read.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_rstate_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_session_reused.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_bio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_connect_state.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_state_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_want.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_write.3
/freebsd-10-stable/secure/lib/libssl/man/d2i_SSL_SESSION.3
/freebsd-10-stable/secure/lib/libssl/man/ssl.3
/freebsd-10-stable/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-10-stable/secure/usr.bin/openssl/man/c_rehash.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ca.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ciphers.1
/freebsd-10-stable/secure/usr.bin/openssl/man/cms.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dgst.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dhparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ec.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ecparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/enc.1
/freebsd-10-stable/secure/usr.bin/openssl/man/errstr.1
/freebsd-10-stable/secure/usr.bin/openssl/man/gendsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genpkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genrsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/nseq.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ocsp.1
/freebsd-10-stable/secure/usr.bin/openssl/man/openssl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/passwd.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rand.1
/freebsd-10-stable/secure/usr.bin/openssl/man/req.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsautl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_client.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_server.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_time.1
/freebsd-10-stable/secure/usr.bin/openssl/man/sess_id.1
/freebsd-10-stable/secure/usr.bin/openssl/man/smime.1
/freebsd-10-stable/secure/usr.bin/openssl/man/speed.1
/freebsd-10-stable/secure/usr.bin/openssl/man/spkac.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ts.1
/freebsd-10-stable/secure/usr.bin/openssl/man/tsget.1
/freebsd-10-stable/secure/usr.bin/openssl/man/verify.1
/freebsd-10-stable/secure/usr.bin/openssl/man/version.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509v3_config.1
284285 11-Jun-2015 jkim

MFC: r284283

Merge OpenSSL 1.0.1n.


CHANGES
Configure
Makefile
Makefile.org
NEWS
README
apps/Makefile
apps/apps.c
apps/asn1pars.c
apps/ca.c
apps/cms.c
apps/dhparam.c
apps/enc.c
apps/gendh.c
apps/ocsp.c
apps/s_cb.c
apps/s_client.c
apps/s_server.c
apps/s_time.c
apps/smime.c
apps/srp.c
apps/verify.c
crypto/Makefile
crypto/aes/Makefile
crypto/asn1/Makefile
crypto/asn1/a_int.c
crypto/asn1/asn1_gen.c
crypto/asn1/asn_mime.c
crypto/asn1/bio_ndef.c
crypto/asn1/tasn_new.c
crypto/asn1/tasn_prn.c
crypto/asn1/x_x509.c
crypto/bf/Makefile
crypto/bio/Makefile
crypto/bio/b_print.c
crypto/bio/bf_nbio.c
crypto/bio/bio_lib.c
crypto/bio/bss_dgram.c
crypto/bn/Makefile
crypto/bn/bn.h
crypto/bn/bn_err.c
crypto/bn/bn_gf2m.c
crypto/bn/bn_lcl.h
crypto/bn/bn_print.c
crypto/bn/bn_rand.c
crypto/bn/bn_shift.c
crypto/buffer/Makefile
crypto/buffer/buffer.c
crypto/camellia/Makefile
crypto/cast/Makefile
crypto/cmac/Makefile
crypto/cmac/cmac.c
crypto/cms/Makefile
crypto/cms/cms_pwri.c
crypto/cms/cms_smime.c
crypto/comp/Makefile
crypto/conf/Makefile
crypto/cryptlib.c
crypto/des/Makefile
crypto/des/des.c
crypto/des/enc_writ.c
crypto/dh/Makefile
crypto/dh/dh_ameth.c
crypto/dsa/Makefile
crypto/dsa/dsa_gen.c
crypto/dsa/dsa_ossl.c
crypto/dso/Makefile
crypto/dso/dso_lib.c
crypto/ec/Makefile
crypto/ec/ec2_oct.c
crypto/ec/ec_asn1.c
crypto/ec/ec_check.c
crypto/ec/ec_key.c
crypto/ec/ec_lcl.h
crypto/ec/ec_lib.c
crypto/ec/eck_prn.c
crypto/ec/ecp_oct.c
crypto/ec/ectest.c
crypto/ecdh/Makefile
crypto/ecdsa/Makefile
crypto/ecdsa/ecdsatest.c
crypto/engine/Makefile
crypto/engine/eng_table.c
crypto/err/Makefile
crypto/evp/Makefile
crypto/evp/bio_ok.c
crypto/evp/e_aes.c
crypto/evp/e_aes_cbc_hmac_sha1.c
crypto/evp/e_rc4_hmac_md5.c
crypto/evp/encode.c
crypto/evp/evp.h
crypto/evp/p_seal.c
crypto/hmac/Makefile
crypto/hmac/hmac.c
crypto/hmac/hmac.h
crypto/hmac/hmactest.c
crypto/idea/Makefile
crypto/jpake/Makefile
crypto/krb5/Makefile
crypto/lhash/Makefile
crypto/md2/Makefile
crypto/md32_common.h
crypto/md4/Makefile
crypto/md5/Makefile
crypto/mdc2/Makefile
crypto/mem.c
crypto/modes/Makefile
crypto/modes/gcm128.c
crypto/objects/Makefile
crypto/objects/o_names.c
crypto/objects/obj_dat.c
crypto/objects/objects.README
crypto/objects/objects.pl
crypto/ocsp/Makefile
crypto/ocsp/ocsp_ext.c
crypto/ocsp/ocsp_vfy.c
crypto/opensslv.h
crypto/pem/Makefile
crypto/pem/pem_lib.c
crypto/pem/pem_pk8.c
crypto/pkcs12/Makefile
crypto/pkcs12/p12_mutl.c
crypto/pkcs7/Makefile
crypto/pkcs7/pk7_doit.c
crypto/pqueue/Makefile
crypto/rand/Makefile
crypto/rc2/Makefile
crypto/rc4/Makefile
crypto/rc5/Makefile
crypto/ripemd/Makefile
crypto/rsa/Makefile
crypto/rsa/rsa_pmeth.c
crypto/seed/Makefile
crypto/sha/Makefile
crypto/srp/Makefile
crypto/srp/srp_vfy.c
crypto/stack/Makefile
crypto/store/Makefile
crypto/threads/th-lock.c
crypto/ts/Makefile
crypto/txt_db/Makefile
crypto/ui/Makefile
crypto/whrlpool/Makefile
crypto/x509/Makefile
crypto/x509/x509_lu.c
crypto/x509/x509_vfy.c
crypto/x509/x509_vfy.h
crypto/x509/x509_vpm.c
crypto/x509/x509type.c
crypto/x509v3/Makefile
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_cpols.c
crypto/x509v3/v3_utl.c
doc/apps/cms.pod
doc/apps/config.pod
doc/apps/dhparam.pod
doc/apps/ocsp.pod
doc/apps/s_client.pod
doc/apps/s_server.pod
doc/apps/smime.pod
doc/apps/verify.pod
doc/crypto/BN_rand.pod
doc/crypto/BN_set_bit.pod
doc/crypto/X509_VERIFY_PARAM_set_flags.pod
doc/crypto/pem.pod
doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
e_os2.h
engines/Makefile
engines/ccgost/Makefile
engines/ccgost/e_gost_err.c
engines/ccgost/e_gost_err.h
engines/ccgost/gost2001.c
engines/ccgost/gost94_keyx.c
engines/ccgost/gost_ameth.c
engines/ccgost/gost_pmeth.c
engines/ccgost/gost_sign.c
engines/e_sureware.c
ssl/Makefile
ssl/d1_both.c
ssl/d1_clnt.c
ssl/d1_lib.c
ssl/d1_pkt.c
ssl/d1_srvr.c
ssl/s2_pkt.c
ssl/s2_srvr.c
ssl/s3_both.c
ssl/s3_cbc.c
ssl/s3_clnt.c
ssl/s3_pkt.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_sess.c
ssl/ssl_stat.c
ssl/ssltest.c
ssl/t1_enc.c
ssl/t1_lib.c
ssl/tls_srp.c
util/mk1mf.pl
util/mkerr.pl
util/pl/BC-32.pl
util/pl/VC-32.pl
/freebsd-10-stable/secure/lib/libcrypto/Makefile.inc
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_length.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_generate_nconf.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_base64.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_cipher.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_md.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_ssl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_find_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_push.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_read.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_accept.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_connect.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_fd.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_mem.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_socket.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_set_callback.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_should_retry.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_BLINDING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_start.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add_word.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_bn2bin.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_copy.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_generate_prime.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_inverse.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_num_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_set_bit.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_swap.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_zero.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add0_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_compress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_final.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_uncompress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_free.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_SIG_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_do_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_dup_DH.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_GET_LIB.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_clear_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_error_string.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_print_errors.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_put_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_remove_state.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_set_mark.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_BytesToKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestSignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncryptInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_OpenInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_derive.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SealInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_VerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/OBJ_nid2obj.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_Applink.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_config.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
/freebsd-10-stable/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_create.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_parse.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_cleanup.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_egd.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_set_rand_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_blinding_on.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_check_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_print.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_private_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_public_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_verify_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/blowfish.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn_internal.3
/freebsd-10-stable/secure/lib/libcrypto/man/buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/crypto.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_CMS_ContentInfo.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DHparams.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ECPrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_CRL.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_NAME.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_REQ.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_SIG.3
/freebsd-10-stable/secure/lib/libcrypto/man/des.3
/freebsd-10-stable/secure/lib/libcrypto/man/dh.3
/freebsd-10-stable/secure/lib/libcrypto/man/dsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/ecdsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/engine.3
/freebsd-10-stable/secure/lib/libcrypto/man/err.3
/freebsd-10-stable/secure/lib/libcrypto/man/evp.3
/freebsd-10-stable/secure/lib/libcrypto/man/hmac.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/lh_stats.3
/freebsd-10-stable/secure/lib/libcrypto/man/lhash.3
/freebsd-10-stable/secure/lib/libcrypto/man/md5.3
/freebsd-10-stable/secure/lib/libcrypto/man/mdc2.3
/freebsd-10-stable/secure/lib/libcrypto/man/pem.3
/freebsd-10-stable/secure/lib/libcrypto/man/rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/rc4.3
/freebsd-10-stable/secure/lib/libcrypto/man/ripemd.3
/freebsd-10-stable/secure/lib/libcrypto/man/rsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/sha.3
/freebsd-10-stable/secure/lib/libcrypto/man/threads.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui_compat.3
/freebsd-10-stable/secure/lib/libcrypto/man/x509.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CIPHER_get_name.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_number.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_options.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_verify.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_time.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_accept.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_alert_type_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_clear.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_connect.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_do_handshake.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_SSL_CTX.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ciphers.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_current_cipher.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_default_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_error.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_psk_identity.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_rbio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_library_init.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_load_client_CA_file.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_pending.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_read.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_rstate_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_session_reused.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_bio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_connect_state.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_state_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_want.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_write.3
/freebsd-10-stable/secure/lib/libssl/man/d2i_SSL_SESSION.3
/freebsd-10-stable/secure/lib/libssl/man/ssl.3
/freebsd-10-stable/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-10-stable/secure/usr.bin/openssl/man/c_rehash.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ca.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ciphers.1
/freebsd-10-stable/secure/usr.bin/openssl/man/cms.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dgst.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dhparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ec.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ecparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/enc.1
/freebsd-10-stable/secure/usr.bin/openssl/man/errstr.1
/freebsd-10-stable/secure/usr.bin/openssl/man/gendsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genpkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genrsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/nseq.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ocsp.1
/freebsd-10-stable/secure/usr.bin/openssl/man/openssl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/passwd.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rand.1
/freebsd-10-stable/secure/usr.bin/openssl/man/req.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsautl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_client.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_server.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_time.1
/freebsd-10-stable/secure/usr.bin/openssl/man/sess_id.1
/freebsd-10-stable/secure/usr.bin/openssl/man/smime.1
/freebsd-10-stable/secure/usr.bin/openssl/man/speed.1
/freebsd-10-stable/secure/usr.bin/openssl/man/spkac.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ts.1
/freebsd-10-stable/secure/usr.bin/openssl/man/tsget.1
/freebsd-10-stable/secure/usr.bin/openssl/man/verify.1
/freebsd-10-stable/secure/usr.bin/openssl/man/version.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509v3_config.1
280304 20-Mar-2015 jkim

MFC: r280297

Merge OpenSSL 1.0.1m.

Relnotes: yes


CHANGES
Configure
Makefile
NEWS
README
apps/app_rand.c
apps/apps.c
apps/apps.h
apps/asn1pars.c
apps/ca.c
apps/ciphers.c
apps/cms.c
apps/crl.c
apps/crl2p7.c
apps/dgst.c
apps/dh.c
apps/dhparam.c
apps/dsa.c
apps/dsaparam.c
apps/ec.c
apps/ecparam.c
apps/enc.c
apps/engine.c
apps/errstr.c
apps/gendh.c
apps/gendsa.c
apps/genpkey.c
apps/genrsa.c
apps/nseq.c
apps/ocsp.c
apps/openssl.c
apps/passwd.c
apps/pkcs12.c
apps/pkcs7.c
apps/pkcs8.c
apps/pkey.c
apps/pkeyparam.c
apps/pkeyutl.c
apps/prime.c
apps/progs.h
apps/rand.c
apps/req.c
apps/rsa.c
apps/rsautl.c
apps/s_apps.h
apps/s_cb.c
apps/s_client.c
apps/s_server.c
apps/s_socket.c
apps/s_time.c
apps/sess_id.c
apps/smime.c
apps/speed.c
apps/spkac.c
apps/srp.c
apps/testdsa.h
apps/testrsa.h
apps/timeouts.h
apps/ts.c
apps/verify.c
apps/version.c
apps/x509.c
crypto/LPdir_unix.c
crypto/aes/aes.h
crypto/aes/aes_cbc.c
crypto/aes/aes_cfb.c
crypto/aes/aes_core.c
crypto/aes/aes_ctr.c
crypto/aes/aes_ecb.c
crypto/aes/aes_ige.c
crypto/aes/aes_locl.h
crypto/aes/aes_misc.c
crypto/aes/aes_ofb.c
crypto/aes/aes_wrap.c
crypto/aes/aes_x86core.c
crypto/arm_arch.h
crypto/armcap.c
crypto/asn1/a_bitstr.c
crypto/asn1/a_bool.c
crypto/asn1/a_bytes.c
crypto/asn1/a_d2i_fp.c
crypto/asn1/a_digest.c
crypto/asn1/a_dup.c
crypto/asn1/a_enum.c
crypto/asn1/a_gentm.c
crypto/asn1/a_i2d_fp.c
crypto/asn1/a_int.c
crypto/asn1/a_mbstr.c
crypto/asn1/a_object.c
crypto/asn1/a_octet.c
crypto/asn1/a_print.c
crypto/asn1/a_set.c
crypto/asn1/a_sign.c
crypto/asn1/a_strex.c
crypto/asn1/a_strnid.c
crypto/asn1/a_time.c
crypto/asn1/a_type.c
crypto/asn1/a_utctm.c
crypto/asn1/a_utf8.c
crypto/asn1/a_verify.c
crypto/asn1/ameth_lib.c
crypto/asn1/asn1.h
crypto/asn1/asn1_err.c
crypto/asn1/asn1_gen.c
crypto/asn1/asn1_lib.c
crypto/asn1/asn1_locl.h
crypto/asn1/asn1_mac.h
crypto/asn1/asn1_par.c
crypto/asn1/asn1t.h
crypto/asn1/asn_mime.c
crypto/asn1/asn_moid.c
crypto/asn1/asn_pack.c
crypto/asn1/bio_asn1.c
crypto/asn1/bio_ndef.c
crypto/asn1/charmap.h
crypto/asn1/d2i_pr.c
crypto/asn1/d2i_pu.c
crypto/asn1/evp_asn1.c
crypto/asn1/f_enum.c
crypto/asn1/f_int.c
crypto/asn1/f_string.c
crypto/asn1/i2d_pr.c
crypto/asn1/i2d_pu.c
crypto/asn1/n_pkey.c
crypto/asn1/nsseq.c
crypto/asn1/p5_pbe.c
crypto/asn1/p5_pbev2.c
crypto/asn1/p8_pkey.c
crypto/asn1/t_bitst.c
crypto/asn1/t_crl.c
crypto/asn1/t_pkey.c
crypto/asn1/t_req.c
crypto/asn1/t_spki.c
crypto/asn1/t_x509.c
crypto/asn1/t_x509a.c
crypto/asn1/tasn_dec.c
crypto/asn1/tasn_enc.c
crypto/asn1/tasn_fre.c
crypto/asn1/tasn_new.c
crypto/asn1/tasn_prn.c
crypto/asn1/tasn_typ.c
crypto/asn1/tasn_utl.c
crypto/asn1/x_algor.c
crypto/asn1/x_attrib.c
crypto/asn1/x_bignum.c
crypto/asn1/x_crl.c
crypto/asn1/x_exten.c
crypto/asn1/x_info.c
crypto/asn1/x_long.c
crypto/asn1/x_name.c
crypto/asn1/x_nx509.c
crypto/asn1/x_pkey.c
crypto/asn1/x_pubkey.c
crypto/asn1/x_req.c
crypto/asn1/x_sig.c
crypto/asn1/x_spki.c
crypto/asn1/x_val.c
crypto/asn1/x_x509.c
crypto/asn1/x_x509a.c
crypto/bf/bf_cbc.c
crypto/bf/bf_cfb64.c
crypto/bf/bf_ecb.c
crypto/bf/bf_enc.c
crypto/bf/bf_locl.h
crypto/bf/bf_ofb64.c
crypto/bf/bf_opts.c
crypto/bf/bf_pi.h
crypto/bf/bf_skey.c
crypto/bf/bfspeed.c
crypto/bf/bftest.c
crypto/bf/blowfish.h
crypto/bio/b_dump.c
crypto/bio/b_print.c
crypto/bio/b_sock.c
crypto/bio/bf_buff.c
crypto/bio/bf_lbuf.c
crypto/bio/bf_nbio.c
crypto/bio/bf_null.c
crypto/bio/bio.h
crypto/bio/bio_cb.c
crypto/bio/bio_err.c
crypto/bio/bio_lcl.h
crypto/bio/bio_lib.c
crypto/bio/bss_acpt.c
crypto/bio/bss_bio.c
crypto/bio/bss_conn.c
crypto/bio/bss_dgram.c
crypto/bio/bss_fd.c
crypto/bio/bss_file.c
crypto/bio/bss_log.c
crypto/bio/bss_mem.c
crypto/bio/bss_null.c
crypto/bio/bss_rtcp.c
crypto/bio/bss_sock.c
crypto/bn/asm/x86_64-gcc.c
crypto/bn/bn.h
crypto/bn/bn_add.c
crypto/bn/bn_asm.c
crypto/bn/bn_blind.c
crypto/bn/bn_const.c
crypto/bn/bn_ctx.c
crypto/bn/bn_depr.c
crypto/bn/bn_div.c
crypto/bn/bn_err.c
crypto/bn/bn_exp.c
crypto/bn/bn_exp2.c
crypto/bn/bn_gcd.c
crypto/bn/bn_gf2m.c
crypto/bn/bn_kron.c
crypto/bn/bn_lcl.h
crypto/bn/bn_lib.c
crypto/bn/bn_mod.c
crypto/bn/bn_mont.c
crypto/bn/bn_mpi.c
crypto/bn/bn_mul.c
crypto/bn/bn_nist.c
crypto/bn/bn_prime.c
crypto/bn/bn_prime.h
crypto/bn/bn_print.c
crypto/bn/bn_rand.c
crypto/bn/bn_recp.c
crypto/bn/bn_shift.c
crypto/bn/bn_sqr.c
crypto/bn/bn_sqrt.c
crypto/bn/bn_word.c
crypto/bn/bn_x931p.c
crypto/bn/bnspeed.c
crypto/bn/bntest.c
crypto/bn/divtest.c
crypto/bn/exp.c
crypto/bn/expspeed.c
crypto/bn/exptest.c
crypto/buffer/buf_err.c
crypto/buffer/buf_str.c
crypto/buffer/buffer.c
crypto/buffer/buffer.h
crypto/camellia/camellia.c
crypto/camellia/camellia.h
crypto/camellia/cmll_cbc.c
crypto/camellia/cmll_cfb.c
crypto/camellia/cmll_ctr.c
crypto/camellia/cmll_ecb.c
crypto/camellia/cmll_locl.h
crypto/camellia/cmll_misc.c
crypto/camellia/cmll_ofb.c
crypto/camellia/cmll_utl.c
crypto/cast/c_cfb64.c
crypto/cast/c_ecb.c
crypto/cast/c_enc.c
crypto/cast/c_ofb64.c
crypto/cast/c_skey.c
crypto/cast/cast.h
crypto/cast/cast_lcl.h
crypto/cast/cast_s.h
crypto/cast/cast_spd.c
crypto/cast/castopts.c
crypto/cast/casttest.c
crypto/cmac/cm_ameth.c
crypto/cmac/cm_pmeth.c
crypto/cmac/cmac.c
crypto/cmac/cmac.h
crypto/cms/cms.h
crypto/cms/cms_asn1.c
crypto/cms/cms_att.c
crypto/cms/cms_cd.c
crypto/cms/cms_dd.c
crypto/cms/cms_enc.c
crypto/cms/cms_env.c
crypto/cms/cms_err.c
crypto/cms/cms_ess.c
crypto/cms/cms_io.c
crypto/cms/cms_lcl.h
crypto/cms/cms_lib.c
crypto/cms/cms_pwri.c
crypto/cms/cms_sd.c
crypto/cms/cms_smime.c
crypto/comp/c_rle.c
crypto/comp/c_zlib.c
crypto/comp/comp.h
crypto/comp/comp_err.c
crypto/comp/comp_lib.c
crypto/conf/cnf_save.c
crypto/conf/conf.h
crypto/conf/conf_api.c
crypto/conf/conf_api.h
crypto/conf/conf_def.c
crypto/conf/conf_def.h
crypto/conf/conf_err.c
crypto/conf/conf_lib.c
crypto/conf/conf_mall.c
crypto/conf/conf_mod.c
crypto/conf/conf_sap.c
crypto/conf/test.c
crypto/constant_time_locl.h
crypto/constant_time_test.c
crypto/cpt_err.c
crypto/cryptlib.c
crypto/cryptlib.h
crypto/crypto.h
crypto/cversion.c
crypto/des/cbc3_enc.c
crypto/des/cbc_cksm.c
crypto/des/cbc_enc.c
crypto/des/cfb64ede.c
crypto/des/cfb64enc.c
crypto/des/cfb_enc.c
crypto/des/des.c
crypto/des/des.h
crypto/des/des_enc.c
crypto/des/des_locl.h
crypto/des/des_old.c
crypto/des/des_old.h
crypto/des/des_old2.c
crypto/des/des_opts.c
crypto/des/des_ver.h
crypto/des/destest.c
crypto/des/ecb3_enc.c
crypto/des/ecb_enc.c
crypto/des/ede_cbcm_enc.c
crypto/des/enc_read.c
crypto/des/enc_writ.c
crypto/des/fcrypt.c
crypto/des/fcrypt_b.c
crypto/des/ncbc_enc.c
crypto/des/ofb64ede.c
crypto/des/ofb64enc.c
crypto/des/ofb_enc.c
crypto/des/pcbc_enc.c
crypto/des/qud_cksm.c
crypto/des/rand_key.c
crypto/des/read2pwd.c
crypto/des/read_pwd.c
crypto/des/rpc_des.h
crypto/des/rpc_enc.c
crypto/des/rpw.c
crypto/des/set_key.c
crypto/des/speed.c
crypto/des/spr.h
crypto/des/str2key.c
crypto/des/xcbc_enc.c
crypto/dh/dh.h
crypto/dh/dh_ameth.c
crypto/dh/dh_asn1.c
crypto/dh/dh_check.c
crypto/dh/dh_depr.c
crypto/dh/dh_err.c
crypto/dh/dh_gen.c
crypto/dh/dh_key.c
crypto/dh/dh_lib.c
crypto/dh/dh_pmeth.c
crypto/dh/dh_prn.c
crypto/dh/dhtest.c
crypto/dh/p1024.c
crypto/dh/p192.c
crypto/dh/p512.c
crypto/dsa/dsa.h
crypto/dsa/dsa_ameth.c
crypto/dsa/dsa_asn1.c
crypto/dsa/dsa_depr.c
crypto/dsa/dsa_err.c
crypto/dsa/dsa_gen.c
crypto/dsa/dsa_key.c
crypto/dsa/dsa_lib.c
crypto/dsa/dsa_locl.h
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_pmeth.c
crypto/dsa/dsa_prn.c
crypto/dsa/dsa_sign.c
crypto/dsa/dsa_vrf.c
crypto/dsa/dsagen.c
crypto/dsa/dsatest.c
crypto/dso/dso.h
crypto/dso/dso_beos.c
crypto/dso/dso_dl.c
crypto/dso/dso_dlfcn.c
crypto/dso/dso_err.c
crypto/dso/dso_lib.c
crypto/dso/dso_null.c
crypto/dso/dso_openssl.c
crypto/ebcdic.c
crypto/ebcdic.h
crypto/ec/ec.h
crypto/ec/ec2_mult.c
crypto/ec/ec2_oct.c
crypto/ec/ec2_smpl.c
crypto/ec/ec_ameth.c
crypto/ec/ec_asn1.c
crypto/ec/ec_check.c
crypto/ec/ec_curve.c
crypto/ec/ec_cvt.c
crypto/ec/ec_err.c
crypto/ec/ec_key.c
crypto/ec/ec_lcl.h
crypto/ec/ec_lib.c
crypto/ec/ec_mult.c
crypto/ec/ec_oct.c
crypto/ec/ec_pmeth.c
crypto/ec/ec_print.c
crypto/ec/eck_prn.c
crypto/ec/ecp_mont.c
crypto/ec/ecp_nist.c
crypto/ec/ecp_nistp224.c
crypto/ec/ecp_nistp256.c
crypto/ec/ecp_nistp521.c
crypto/ec/ecp_nistputil.c
crypto/ec/ecp_oct.c
crypto/ec/ecp_smpl.c
crypto/ec/ectest.c
crypto/ecdh/ecdh.h
crypto/ecdh/ecdhtest.c
crypto/ecdh/ech_err.c
crypto/ecdh/ech_key.c
crypto/ecdh/ech_lib.c
crypto/ecdh/ech_locl.h
crypto/ecdh/ech_ossl.c
crypto/ecdsa/ecdsa.h
crypto/ecdsa/ecdsatest.c
crypto/ecdsa/ecs_asn1.c
crypto/ecdsa/ecs_err.c
crypto/ecdsa/ecs_lib.c
crypto/ecdsa/ecs_locl.h
crypto/ecdsa/ecs_ossl.c
crypto/ecdsa/ecs_sign.c
crypto/ecdsa/ecs_vrf.c
crypto/engine/eng_all.c
crypto/engine/eng_cnf.c
crypto/engine/eng_cryptodev.c
crypto/engine/eng_ctrl.c
crypto/engine/eng_dyn.c
crypto/engine/eng_err.c
crypto/engine/eng_fat.c
crypto/engine/eng_init.c
crypto/engine/eng_int.h
crypto/engine/eng_lib.c
crypto/engine/eng_list.c
crypto/engine/eng_openssl.c
crypto/engine/eng_pkey.c
crypto/engine/eng_rdrand.c
crypto/engine/eng_rsax.c
crypto/engine/eng_table.c
crypto/engine/engine.h
crypto/engine/enginetest.c
crypto/engine/tb_asnmth.c
crypto/engine/tb_cipher.c
crypto/engine/tb_dh.c
crypto/engine/tb_digest.c
crypto/engine/tb_dsa.c
crypto/engine/tb_ecdh.c
crypto/engine/tb_ecdsa.c
crypto/engine/tb_pkmeth.c
crypto/engine/tb_rand.c
crypto/engine/tb_rsa.c
crypto/engine/tb_store.c
crypto/err/err.c
crypto/err/err.h
crypto/err/err_all.c
crypto/err/err_prn.c
crypto/evp/Makefile
crypto/evp/bio_b64.c
crypto/evp/bio_enc.c
crypto/evp/bio_md.c
crypto/evp/bio_ok.c
crypto/evp/c_all.c
crypto/evp/c_allc.c
crypto/evp/c_alld.c
crypto/evp/digest.c
crypto/evp/e_aes.c
crypto/evp/e_aes_cbc_hmac_sha1.c
crypto/evp/e_bf.c
crypto/evp/e_camellia.c
crypto/evp/e_cast.c
crypto/evp/e_des.c
crypto/evp/e_des3.c
crypto/evp/e_dsa.c
crypto/evp/e_idea.c
crypto/evp/e_null.c
crypto/evp/e_old.c
crypto/evp/e_rc2.c
crypto/evp/e_rc4.c
crypto/evp/e_rc4_hmac_md5.c
crypto/evp/e_rc5.c
crypto/evp/e_seed.c
crypto/evp/e_xcbc_d.c
crypto/evp/encode.c
crypto/evp/evp.h
crypto/evp/evp_acnf.c
crypto/evp/evp_cnf.c
crypto/evp/evp_enc.c
crypto/evp/evp_err.c
crypto/evp/evp_extra_test.c
crypto/evp/evp_fips.c
crypto/evp/evp_key.c
crypto/evp/evp_lib.c
crypto/evp/evp_locl.h
crypto/evp/evp_pbe.c
crypto/evp/evp_pkey.c
crypto/evp/evp_test.c
crypto/evp/m_dss.c
crypto/evp/m_dss1.c
crypto/evp/m_ecdsa.c
crypto/evp/m_md2.c
crypto/evp/m_md4.c
crypto/evp/m_md5.c
crypto/evp/m_mdc2.c
crypto/evp/m_null.c
crypto/evp/m_ripemd.c
crypto/evp/m_sha.c
crypto/evp/m_sha1.c
crypto/evp/m_sigver.c
crypto/evp/m_wp.c
crypto/evp/names.c
crypto/evp/openbsd_hw.c
crypto/evp/p5_crpt.c
crypto/evp/p5_crpt2.c
crypto/evp/p_dec.c
crypto/evp/p_enc.c
crypto/evp/p_lib.c
crypto/evp/p_open.c
crypto/evp/p_seal.c
crypto/evp/p_sign.c
crypto/evp/p_verify.c
crypto/evp/pmeth_fn.c
crypto/evp/pmeth_gn.c
crypto/evp/pmeth_lib.c
crypto/ex_data.c
crypto/fips_err.h
crypto/fips_ers.c
crypto/hmac/hm_ameth.c
crypto/hmac/hm_pmeth.c
crypto/hmac/hmac.c
crypto/hmac/hmac.h
crypto/hmac/hmactest.c
crypto/idea/i_cbc.c
crypto/idea/i_cfb64.c
crypto/idea/i_ecb.c
crypto/idea/i_ofb64.c
crypto/idea/i_skey.c
crypto/idea/idea.h
crypto/idea/idea_lcl.h
crypto/idea/idea_spd.c
crypto/idea/ideatest.c
crypto/jpake/jpake.c
crypto/jpake/jpake.h
crypto/jpake/jpake_err.c
crypto/jpake/jpaketest.c
crypto/krb5/krb5_asn.c
crypto/krb5/krb5_asn.h
crypto/lhash/lh_stats.c
crypto/lhash/lh_test.c
crypto/lhash/lhash.c
crypto/lhash/lhash.h
crypto/md2/md2.c
crypto/md2/md2.h
crypto/md2/md2_dgst.c
crypto/md2/md2_one.c
crypto/md2/md2test.c
crypto/md32_common.h
crypto/md4/md4.c
crypto/md4/md4.h
crypto/md4/md4_dgst.c
crypto/md4/md4_locl.h
crypto/md4/md4_one.c
crypto/md4/md4test.c
crypto/md5/md5.c
crypto/md5/md5.h
crypto/md5/md5_dgst.c
crypto/md5/md5_locl.h
crypto/md5/md5_one.c
crypto/md5/md5test.c
crypto/mdc2/mdc2.h
crypto/mdc2/mdc2_one.c
crypto/mdc2/mdc2dgst.c
crypto/mdc2/mdc2test.c
crypto/mem.c
crypto/mem_clr.c
crypto/mem_dbg.c
crypto/modes/cbc128.c
crypto/modes/ccm128.c
crypto/modes/cfb128.c
crypto/modes/ctr128.c
crypto/modes/cts128.c
crypto/modes/gcm128.c
crypto/modes/modes.h
crypto/modes/modes_lcl.h
crypto/modes/ofb128.c
crypto/modes/xts128.c
crypto/o_dir.c
crypto/o_dir.h
crypto/o_dir_test.c
crypto/o_fips.c
crypto/o_init.c
crypto/o_str.c
crypto/o_str.h
crypto/o_time.c
crypto/o_time.h
crypto/objects/o_names.c
crypto/objects/obj_dat.c
crypto/objects/obj_err.c
crypto/objects/obj_lib.c
crypto/objects/obj_mac.h
crypto/objects/obj_xref.c
crypto/objects/obj_xref.h
crypto/objects/objects.h
crypto/objects/objects.pl
crypto/objects/objxref.pl
crypto/ocsp/ocsp.h
crypto/ocsp/ocsp_asn.c
crypto/ocsp/ocsp_cl.c
crypto/ocsp/ocsp_err.c
crypto/ocsp/ocsp_ext.c
crypto/ocsp/ocsp_ht.c
crypto/ocsp/ocsp_lib.c
crypto/ocsp/ocsp_prn.c
crypto/ocsp/ocsp_srv.c
crypto/ocsp/ocsp_vfy.c
crypto/opensslv.h
crypto/ossl_typ.h
crypto/pem/pem.h
crypto/pem/pem2.h
crypto/pem/pem_all.c
crypto/pem/pem_err.c
crypto/pem/pem_info.c
crypto/pem/pem_lib.c
crypto/pem/pem_oth.c
crypto/pem/pem_pk8.c
crypto/pem/pem_pkey.c
crypto/pem/pem_seal.c
crypto/pem/pem_sign.c
crypto/pem/pem_x509.c
crypto/pem/pem_xaux.c
crypto/pem/pvkfmt.c
crypto/pkcs12/p12_add.c
crypto/pkcs12/p12_asn.c
crypto/pkcs12/p12_attr.c
crypto/pkcs12/p12_crpt.c
crypto/pkcs12/p12_crt.c
crypto/pkcs12/p12_decr.c
crypto/pkcs12/p12_init.c
crypto/pkcs12/p12_key.c
crypto/pkcs12/p12_kiss.c
crypto/pkcs12/p12_mutl.c
crypto/pkcs12/p12_npas.c
crypto/pkcs12/p12_p8d.c
crypto/pkcs12/p12_p8e.c
crypto/pkcs12/p12_utl.c
crypto/pkcs12/pk12err.c
crypto/pkcs12/pkcs12.h
crypto/pkcs7/bio_pk7.c
crypto/pkcs7/pk7_asn1.c
crypto/pkcs7/pk7_attr.c
crypto/pkcs7/pk7_dgst.c
crypto/pkcs7/pk7_doit.c
crypto/pkcs7/pk7_enc.c
crypto/pkcs7/pk7_lib.c
crypto/pkcs7/pk7_mime.c
crypto/pkcs7/pk7_smime.c
crypto/pkcs7/pkcs7.h
crypto/pkcs7/pkcs7err.c
crypto/ppccap.c
crypto/pqueue/pq_test.c
crypto/pqueue/pqueue.c
crypto/pqueue/pqueue.h
crypto/rand/md_rand.c
crypto/rand/rand.h
crypto/rand/rand_egd.c
crypto/rand/rand_err.c
crypto/rand/rand_lcl.h
crypto/rand/rand_lib.c
crypto/rand/rand_unix.c
crypto/rand/randfile.c
crypto/rand/randtest.c
crypto/rc2/rc2.h
crypto/rc2/rc2_cbc.c
crypto/rc2/rc2_ecb.c
crypto/rc2/rc2_locl.h
crypto/rc2/rc2_skey.c
crypto/rc2/rc2cfb64.c
crypto/rc2/rc2ofb64.c
crypto/rc2/rc2speed.c
crypto/rc2/rc2test.c
crypto/rc2/tab.c
crypto/rc4/rc4.c
crypto/rc4/rc4.h
crypto/rc4/rc4_enc.c
crypto/rc4/rc4_locl.h
crypto/rc4/rc4_skey.c
crypto/rc4/rc4_utl.c
crypto/rc4/rc4speed.c
crypto/rc4/rc4test.c
crypto/rc5/rc5.h
crypto/rc5/rc5_ecb.c
crypto/rc5/rc5_enc.c
crypto/rc5/rc5_locl.h
crypto/rc5/rc5_skey.c
crypto/rc5/rc5cfb64.c
crypto/rc5/rc5ofb64.c
crypto/rc5/rc5speed.c
crypto/rc5/rc5test.c
crypto/ripemd/ripemd.h
crypto/ripemd/rmd160.c
crypto/ripemd/rmd_dgst.c
crypto/ripemd/rmd_locl.h
crypto/ripemd/rmd_one.c
crypto/ripemd/rmdconst.h
crypto/ripemd/rmdtest.c
crypto/rsa/rsa.h
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_asn1.c
crypto/rsa/rsa_chk.c
crypto/rsa/rsa_crpt.c
crypto/rsa/rsa_depr.c
crypto/rsa/rsa_eay.c
crypto/rsa/rsa_err.c
crypto/rsa/rsa_gen.c
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_locl.h
crypto/rsa/rsa_none.c
crypto/rsa/rsa_null.c
crypto/rsa/rsa_oaep.c
crypto/rsa/rsa_pk1.c
crypto/rsa/rsa_pmeth.c
crypto/rsa/rsa_prn.c
crypto/rsa/rsa_pss.c
crypto/rsa/rsa_saos.c
crypto/rsa/rsa_sign.c
crypto/rsa/rsa_ssl.c
crypto/rsa/rsa_test.c
crypto/rsa/rsa_x931.c
crypto/s390xcap.c
crypto/seed/seed.c
crypto/seed/seed.h
crypto/seed/seed_cbc.c
crypto/seed/seed_cfb.c
crypto/seed/seed_ecb.c
crypto/seed/seed_locl.h
crypto/seed/seed_ofb.c
crypto/sha/sha.c
crypto/sha/sha.h
crypto/sha/sha1.c
crypto/sha/sha1_one.c
crypto/sha/sha1dgst.c
crypto/sha/sha1test.c
crypto/sha/sha256.c
crypto/sha/sha256t.c
crypto/sha/sha512.c
crypto/sha/sha512t.c
crypto/sha/sha_dgst.c
crypto/sha/sha_locl.h
crypto/sha/sha_one.c
crypto/sha/shatest.c
crypto/sparcv9cap.c
crypto/srp/srp.h
crypto/srp/srp_grps.h
crypto/srp/srp_lcl.h
crypto/srp/srp_lib.c
crypto/srp/srp_vfy.c
crypto/srp/srptest.c
crypto/stack/safestack.h
crypto/stack/stack.c
crypto/stack/stack.h
crypto/store/store.h
crypto/store/str_err.c
crypto/store/str_lib.c
crypto/store/str_locl.h
crypto/store/str_mem.c
crypto/store/str_meth.c
crypto/symhacks.h
crypto/threads/mttest.c
crypto/threads/th-lock.c
crypto/ts/ts.h
crypto/ts/ts_asn1.c
crypto/ts/ts_conf.c
crypto/ts/ts_err.c
crypto/ts/ts_lib.c
crypto/ts/ts_req_print.c
crypto/ts/ts_req_utils.c
crypto/ts/ts_rsp_print.c
crypto/ts/ts_rsp_sign.c
crypto/ts/ts_rsp_utils.c
crypto/ts/ts_rsp_verify.c
crypto/ts/ts_verify_ctx.c
crypto/txt_db/txt_db.c
crypto/txt_db/txt_db.h
crypto/ui/ui.h
crypto/ui/ui_compat.c
crypto/ui/ui_compat.h
crypto/ui/ui_err.c
crypto/ui/ui_lib.c
crypto/ui/ui_locl.h
crypto/ui/ui_openssl.c
crypto/ui/ui_util.c
crypto/uid.c
crypto/vms_rms.h
crypto/whrlpool/whrlpool.h
crypto/whrlpool/wp_block.c
crypto/whrlpool/wp_dgst.c
crypto/whrlpool/wp_locl.h
crypto/whrlpool/wp_test.c
crypto/x509/by_dir.c
crypto/x509/by_file.c
crypto/x509/x509.h
crypto/x509/x509_att.c
crypto/x509/x509_cmp.c
crypto/x509/x509_d2.c
crypto/x509/x509_def.c
crypto/x509/x509_err.c
crypto/x509/x509_ext.c
crypto/x509/x509_lu.c
crypto/x509/x509_obj.c
crypto/x509/x509_r2x.c
crypto/x509/x509_req.c
crypto/x509/x509_set.c
crypto/x509/x509_trs.c
crypto/x509/x509_txt.c
crypto/x509/x509_v3.c
crypto/x509/x509_vfy.c
crypto/x509/x509_vfy.h
crypto/x509/x509_vpm.c
crypto/x509/x509cset.c
crypto/x509/x509name.c
crypto/x509/x509rset.c
crypto/x509/x509spki.c
crypto/x509/x509type.c
crypto/x509/x_all.c
crypto/x509v3/ext_dat.h
crypto/x509v3/pcy_cache.c
crypto/x509v3/pcy_data.c
crypto/x509v3/pcy_int.h
crypto/x509v3/pcy_lib.c
crypto/x509v3/pcy_map.c
crypto/x509v3/pcy_node.c
crypto/x509v3/pcy_tree.c
crypto/x509v3/tabtest.c
crypto/x509v3/v3_addr.c
crypto/x509v3/v3_akey.c
crypto/x509v3/v3_akeya.c
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_asid.c
crypto/x509v3/v3_bcons.c
crypto/x509v3/v3_bitst.c
crypto/x509v3/v3_conf.c
crypto/x509v3/v3_cpols.c
crypto/x509v3/v3_crld.c
crypto/x509v3/v3_enum.c
crypto/x509v3/v3_extku.c
crypto/x509v3/v3_genn.c
crypto/x509v3/v3_ia5.c
crypto/x509v3/v3_info.c
crypto/x509v3/v3_int.c
crypto/x509v3/v3_lib.c
crypto/x509v3/v3_ncons.c
crypto/x509v3/v3_ocsp.c
crypto/x509v3/v3_pci.c
crypto/x509v3/v3_pcia.c
crypto/x509v3/v3_pcons.c
crypto/x509v3/v3_pku.c
crypto/x509v3/v3_pmaps.c
crypto/x509v3/v3_prn.c
crypto/x509v3/v3_purp.c
crypto/x509v3/v3_skey.c
crypto/x509v3/v3_sxnet.c
crypto/x509v3/v3_utl.c
crypto/x509v3/v3conf.c
crypto/x509v3/v3err.c
crypto/x509v3/v3prin.c
crypto/x509v3/x509v3.h
doc/apps/ciphers.pod
doc/apps/config.pod
doc/apps/ocsp.pod
doc/crypto/CMS_get0_type.pod
doc/crypto/CONF_modules_load_file.pod
doc/crypto/OPENSSL_config.pod
doc/crypto/d2i_CMS_ContentInfo.pod
doc/crypto/d2i_ECPrivateKey.pod
doc/crypto/d2i_X509.pod
doc/ssl/SSL_CTX_set_read_ahead.pod
doc/ssl/SSL_pending.pod
doc/ssl/ssl.pod
e_os.h
e_os2.h
engines/ccgost/e_gost_err.c
engines/ccgost/e_gost_err.h
engines/ccgost/gost2001.c
engines/ccgost/gost2001_keyx.c
engines/ccgost/gost2001_keyx.h
engines/ccgost/gost89.c
engines/ccgost/gost89.h
engines/ccgost/gost94_keyx.c
engines/ccgost/gost_ameth.c
engines/ccgost/gost_asn1.c
engines/ccgost/gost_crypt.c
engines/ccgost/gost_ctl.c
engines/ccgost/gost_eng.c
engines/ccgost/gost_keywrap.c
engines/ccgost/gost_keywrap.h
engines/ccgost/gost_lcl.h
engines/ccgost/gost_md.c
engines/ccgost/gost_params.c
engines/ccgost/gost_params.h
engines/ccgost/gost_pmeth.c
engines/ccgost/gost_sign.c
engines/ccgost/gosthash.c
engines/ccgost/gosthash.h
engines/ccgost/gostsum.c
engines/e_4758cca.c
engines/e_4758cca_err.c
engines/e_4758cca_err.h
engines/e_aep.c
engines/e_aep_err.c
engines/e_aep_err.h
engines/e_atalla.c
engines/e_atalla_err.c
engines/e_atalla_err.h
engines/e_capi.c
engines/e_capi_err.c
engines/e_capi_err.h
engines/e_chil.c
engines/e_chil_err.c
engines/e_chil_err.h
engines/e_cswift.c
engines/e_cswift_err.c
engines/e_cswift_err.h
engines/e_gmp.c
engines/e_gmp_err.c
engines/e_gmp_err.h
engines/e_nuron.c
engines/e_nuron_err.c
engines/e_nuron_err.h
engines/e_padlock.c
engines/e_sureware.c
engines/e_sureware_err.c
engines/e_sureware_err.h
engines/e_ubsec.c
engines/e_ubsec_err.c
engines/e_ubsec_err.h
engines/vendor_defns/aep.h
engines/vendor_defns/atalla.h
engines/vendor_defns/cswift.h
engines/vendor_defns/hw_4758_cca.h
engines/vendor_defns/hw_ubsec.h
engines/vendor_defns/hwcryptohook.h
engines/vendor_defns/sureware.h
ssl/bio_ssl.c
ssl/d1_both.c
ssl/d1_clnt.c
ssl/d1_enc.c
ssl/d1_lib.c
ssl/d1_meth.c
ssl/d1_pkt.c
ssl/d1_srtp.c
ssl/d1_srvr.c
ssl/dtls1.h
ssl/heartbeat_test.c
ssl/kssl.c
ssl/kssl.h
ssl/kssl_lcl.h
ssl/s23_clnt.c
ssl/s23_lib.c
ssl/s23_meth.c
ssl/s23_pkt.c
ssl/s23_srvr.c
ssl/s2_clnt.c
ssl/s2_enc.c
ssl/s2_lib.c
ssl/s2_meth.c
ssl/s2_pkt.c
ssl/s2_srvr.c
ssl/s3_both.c
ssl/s3_cbc.c
ssl/s3_clnt.c
ssl/s3_enc.c
ssl/s3_lib.c
ssl/s3_meth.c
ssl/s3_pkt.c
ssl/s3_srvr.c
ssl/srtp.h
ssl/ssl.h
ssl/ssl2.h
ssl/ssl23.h
ssl/ssl3.h
ssl/ssl_algs.c
ssl/ssl_asn1.c
ssl/ssl_cert.c
ssl/ssl_ciph.c
ssl/ssl_err.c
ssl/ssl_err2.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_rsa.c
ssl/ssl_sess.c
ssl/ssl_stat.c
ssl/ssl_task.c
ssl/ssl_txt.c
ssl/ssl_utst.c
ssl/ssltest.c
ssl/t1_clnt.c
ssl/t1_enc.c
ssl/t1_lib.c
ssl/t1_meth.c
ssl/t1_reneg.c
ssl/t1_srvr.c
ssl/tls1.h
ssl/tls_srp.c
util/ck_errf.pl
util/indent.pro
util/libeay.num
util/mkerr.pl
util/openssl-format-source
util/su-filter.pl
/freebsd-10-stable/secure/lib/libcrypto/Makefile.inc
/freebsd-10-stable/secure/lib/libcrypto/Makefile.man
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_length.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_generate_nconf.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_base64.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_cipher.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_md.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_ssl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_find_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_push.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_read.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_accept.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_connect.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_fd.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_mem.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_socket.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_set_callback.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_should_retry.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_BLINDING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_start.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add_word.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_bn2bin.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_copy.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_generate_prime.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_inverse.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_num_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_set_bit.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_swap.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_zero.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add0_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_compress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_final.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_uncompress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_free.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_SIG_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_do_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_dup_DH.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_GET_LIB.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_clear_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_error_string.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_print_errors.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_put_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_remove_state.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_set_mark.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_BytesToKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestSignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncryptInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_OpenInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_derive.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SealInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_VerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/OBJ_nid2obj.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_Applink.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_config.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
/freebsd-10-stable/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_create.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_parse.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_cleanup.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_egd.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_set_rand_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_blinding_on.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_check_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_print.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_private_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_public_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_verify_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/blowfish.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn_internal.3
/freebsd-10-stable/secure/lib/libcrypto/man/buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/crypto.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_CMS_ContentInfo.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DHparams.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ECPrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_CRL.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_NAME.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_REQ.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_SIG.3
/freebsd-10-stable/secure/lib/libcrypto/man/des.3
/freebsd-10-stable/secure/lib/libcrypto/man/dh.3
/freebsd-10-stable/secure/lib/libcrypto/man/dsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/ecdsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/engine.3
/freebsd-10-stable/secure/lib/libcrypto/man/err.3
/freebsd-10-stable/secure/lib/libcrypto/man/evp.3
/freebsd-10-stable/secure/lib/libcrypto/man/hmac.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/lh_stats.3
/freebsd-10-stable/secure/lib/libcrypto/man/lhash.3
/freebsd-10-stable/secure/lib/libcrypto/man/md5.3
/freebsd-10-stable/secure/lib/libcrypto/man/mdc2.3
/freebsd-10-stable/secure/lib/libcrypto/man/pem.3
/freebsd-10-stable/secure/lib/libcrypto/man/rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/rc4.3
/freebsd-10-stable/secure/lib/libcrypto/man/ripemd.3
/freebsd-10-stable/secure/lib/libcrypto/man/rsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/sha.3
/freebsd-10-stable/secure/lib/libcrypto/man/threads.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui_compat.3
/freebsd-10-stable/secure/lib/libcrypto/man/x509.3
/freebsd-10-stable/secure/lib/libcrypto/opensslconf-arm.h
/freebsd-10-stable/secure/lib/libcrypto/opensslconf-mips.h
/freebsd-10-stable/secure/lib/libcrypto/opensslconf-powerpc.h
/freebsd-10-stable/secure/lib/libcrypto/opensslconf-sparc64.h
/freebsd-10-stable/secure/lib/libcrypto/opensslconf-x86.h
/freebsd-10-stable/secure/lib/libssl/Makefile.man
/freebsd-10-stable/secure/lib/libssl/man/SSL_CIPHER_get_name.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_number.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_options.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_verify.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_time.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_accept.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_alert_type_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_clear.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_connect.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_do_handshake.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_SSL_CTX.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ciphers.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_current_cipher.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_default_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_error.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_psk_identity.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_rbio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_library_init.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_load_client_CA_file.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_pending.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_read.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_rstate_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_session_reused.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_bio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_connect_state.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_state_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_want.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_write.3
/freebsd-10-stable/secure/lib/libssl/man/d2i_SSL_SESSION.3
/freebsd-10-stable/secure/lib/libssl/man/ssl.3
/freebsd-10-stable/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-10-stable/secure/usr.bin/openssl/man/c_rehash.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ca.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ciphers.1
/freebsd-10-stable/secure/usr.bin/openssl/man/cms.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dgst.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dhparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ec.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ecparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/enc.1
/freebsd-10-stable/secure/usr.bin/openssl/man/errstr.1
/freebsd-10-stable/secure/usr.bin/openssl/man/gendsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genpkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genrsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/nseq.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ocsp.1
/freebsd-10-stable/secure/usr.bin/openssl/man/openssl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/passwd.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rand.1
/freebsd-10-stable/secure/usr.bin/openssl/man/req.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsautl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_client.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_server.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_time.1
/freebsd-10-stable/secure/usr.bin/openssl/man/sess_id.1
/freebsd-10-stable/secure/usr.bin/openssl/man/smime.1
/freebsd-10-stable/secure/usr.bin/openssl/man/speed.1
/freebsd-10-stable/secure/usr.bin/openssl/man/spkac.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ts.1
/freebsd-10-stable/secure/usr.bin/openssl/man/tsget.1
/freebsd-10-stable/secure/usr.bin/openssl/man/verify.1
/freebsd-10-stable/secure/usr.bin/openssl/man/version.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509v3_config.1
280274 20-Mar-2015 delphij

Fix issues with original SA-15:06.openssl commit:

- Revert a portion of ASN1 change per suggested by OpenBSD
and OpenSSL developers. The change was removed from the
formal OpenSSL release and does not solve security issue.
- Properly fix CVE-2015-0209 and CVE-2015-0288.

Pointy hat to: delphij

280266 19-Mar-2015 delphij

Fix multiple OpenSSL vulnerabilities.

Security: FreeBSD-SA-15:06.openssl
Security: CVE-2015-0209
Security: CVE-2015-0286
Security: CVE-2015-0287
Security: CVE-2015-0288
Security: CVE-2015-0289
Security: CVE-2015-0293

277597 23-Jan-2015 jkim

MFC: r277270

Merge OpenSSL 1.0.1l.

Relnotes: yes


CHANGES
Makefile
NEWS
README
crypto/Makefile
crypto/ecdsa/Makefile
crypto/ecdsa/ecs_vrf.c
crypto/opensslv.h
crypto/x509v3/v3_ncons.c
e_os.h
util/mk1mf.pl
/freebsd-10-stable/secure/lib/libcrypto/Makefile.inc
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_length.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_generate_nconf.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_base64.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_cipher.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_md.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_ssl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_find_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_push.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_read.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_accept.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_connect.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_fd.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_mem.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_socket.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_set_callback.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_should_retry.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_BLINDING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_start.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add_word.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_bn2bin.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_copy.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_generate_prime.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_inverse.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_num_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_set_bit.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_swap.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_zero.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add0_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_compress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_final.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_uncompress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_free.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_SIG_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_do_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_dup_DH.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_GET_LIB.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_clear_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_error_string.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_print_errors.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_put_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_remove_state.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_set_mark.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_BytesToKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestSignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncryptInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_OpenInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_derive.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SealInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_VerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/OBJ_nid2obj.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_Applink.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_config.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
/freebsd-10-stable/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_create.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_parse.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_cleanup.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_egd.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_set_rand_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_blinding_on.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_check_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_print.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_private_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_public_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_verify_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/blowfish.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn_internal.3
/freebsd-10-stable/secure/lib/libcrypto/man/buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/crypto.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DHparams.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_CRL.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_NAME.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_REQ.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_SIG.3
/freebsd-10-stable/secure/lib/libcrypto/man/des.3
/freebsd-10-stable/secure/lib/libcrypto/man/dh.3
/freebsd-10-stable/secure/lib/libcrypto/man/dsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/ecdsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/engine.3
/freebsd-10-stable/secure/lib/libcrypto/man/err.3
/freebsd-10-stable/secure/lib/libcrypto/man/evp.3
/freebsd-10-stable/secure/lib/libcrypto/man/hmac.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/lh_stats.3
/freebsd-10-stable/secure/lib/libcrypto/man/lhash.3
/freebsd-10-stable/secure/lib/libcrypto/man/md5.3
/freebsd-10-stable/secure/lib/libcrypto/man/mdc2.3
/freebsd-10-stable/secure/lib/libcrypto/man/pem.3
/freebsd-10-stable/secure/lib/libcrypto/man/rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/rc4.3
/freebsd-10-stable/secure/lib/libcrypto/man/ripemd.3
/freebsd-10-stable/secure/lib/libcrypto/man/rsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/sha.3
/freebsd-10-stable/secure/lib/libcrypto/man/threads.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui_compat.3
/freebsd-10-stable/secure/lib/libcrypto/man/x509.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CIPHER_get_name.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_number.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_options.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_verify.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_time.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_accept.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_alert_type_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_clear.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_connect.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_do_handshake.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_SSL_CTX.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ciphers.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_current_cipher.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_default_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_error.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_psk_identity.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_rbio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_library_init.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_load_client_CA_file.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_pending.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_read.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_rstate_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_session_reused.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_bio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_connect_state.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_state_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_want.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_write.3
/freebsd-10-stable/secure/lib/libssl/man/d2i_SSL_SESSION.3
/freebsd-10-stable/secure/lib/libssl/man/ssl.3
/freebsd-10-stable/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-10-stable/secure/usr.bin/openssl/man/c_rehash.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ca.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ciphers.1
/freebsd-10-stable/secure/usr.bin/openssl/man/cms.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dgst.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dhparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ec.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ecparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/enc.1
/freebsd-10-stable/secure/usr.bin/openssl/man/errstr.1
/freebsd-10-stable/secure/usr.bin/openssl/man/gendsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genpkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genrsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/nseq.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ocsp.1
/freebsd-10-stable/secure/usr.bin/openssl/man/openssl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/passwd.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rand.1
/freebsd-10-stable/secure/usr.bin/openssl/man/req.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsautl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_client.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_server.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_time.1
/freebsd-10-stable/secure/usr.bin/openssl/man/sess_id.1
/freebsd-10-stable/secure/usr.bin/openssl/man/smime.1
/freebsd-10-stable/secure/usr.bin/openssl/man/speed.1
/freebsd-10-stable/secure/usr.bin/openssl/man/spkac.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ts.1
/freebsd-10-stable/secure/usr.bin/openssl/man/tsget.1
/freebsd-10-stable/secure/usr.bin/openssl/man/verify.1
/freebsd-10-stable/secure/usr.bin/openssl/man/version.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509v3_config.1
276864 09-Jan-2015 jkim

MFC: r276861, r276863

Merge OpenSSL 1.0.1k.


CHANGES
Configure
Makefile
NEWS
README
apps/ca.c
apps/dgst.c
apps/ocsp.c
apps/openssl.c
apps/s_client.c
apps/s_server.c
apps/s_time.c
apps/speed.c
crypto/Makefile
crypto/aes/asm/aes-mips.pl
crypto/asn1/a_bitstr.c
crypto/asn1/a_type.c
crypto/asn1/a_verify.c
crypto/asn1/asn1.h
crypto/asn1/asn1_err.c
crypto/asn1/tasn_dec.c
crypto/asn1/x_algor.c
crypto/asn1/x_name.c
crypto/bio/bio.h
crypto/bio/bss_dgram.c
crypto/bn/asm/mips.pl
crypto/bn/asm/mips3.s
crypto/bn/asm/x86_64-gcc.c
crypto/bn/bn.h
crypto/bn/bn_asm.c
crypto/bn/bn_ctx.c
crypto/bn/bn_div.c
crypto/bn/bntest.c
crypto/constant_time_locl.h
crypto/cversion.c
crypto/dsa/dsa_asn1.c
crypto/dso/dso_dlfcn.c
crypto/ec/ec_lib.c
crypto/ec/ec_mult.c
crypto/ec/ec_pmeth.c
crypto/ec/ecp_nistp256.c
crypto/ec/ectest.c
crypto/ecdsa/Makefile
crypto/ecdsa/ecs_vrf.c
crypto/engine/eng_dyn.c
crypto/evp/Makefile
crypto/evp/e_des3.c
crypto/evp/evp_enc.c
crypto/md32_common.h
crypto/mem.c
crypto/objects/obj_xref.h
crypto/objects/objxref.pl
crypto/opensslv.h
crypto/sha/asm/sha1-mips.pl
crypto/sha/asm/sha512-mips.pl
crypto/ts/ts_rsp_sign.c
crypto/x509/x509.h
crypto/x509/x509_vpm.c
crypto/x509/x_all.c
doc/HOWTO/certificates.txt
doc/HOWTO/proxy_certificates.txt
doc/apps/dgst.pod
doc/apps/ocsp.pod
doc/crypto/EVP_EncryptInit.pod
doc/crypto/EVP_PKEY_encrypt.pod
doc/crypto/X509_NAME_add_entry_by_txt.pod
doc/crypto/X509_NAME_get_index_by_NID.pod
doc/ssl/SSL_CTX_set_mode.pod
doc/ssl/SSL_CTX_set_options.pod
doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod
e_os.h
engines/e_padlock.c
ssl/d1_both.c
ssl/d1_clnt.c
ssl/d1_enc.c
ssl/d1_lib.c
ssl/d1_pkt.c
ssl/d1_srvr.c
ssl/dtls1.h
ssl/kssl.c
ssl/s23_srvr.c
ssl/s2_enc.c
ssl/s2_pkt.c
ssl/s2_srvr.c
ssl/s3_both.c
ssl/s3_clnt.c
ssl/s3_enc.c
ssl/s3_lib.c
ssl/s3_meth.c
ssl/s3_pkt.c
ssl/s3_srvr.c
ssl/srtp.h
ssl/ssl.h
ssl/ssl3.h
ssl/ssl_cert.c
ssl/ssl_ciph.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_sess.c
ssl/ssltest.c
ssl/t1_enc.c
ssl/t1_lib.c
util/libeay.num
util/mk1mf.pl
util/mkbuildinf.pl
util/mkdef.pl
util/pl/netware.pl
util/ssleay.num
/freebsd-10-stable/secure/lib/libcrypto/Makefile.inc
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_length.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_generate_nconf.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_base64.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_cipher.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_md.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_ssl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_find_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_push.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_read.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_accept.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_connect.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_fd.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_mem.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_socket.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_set_callback.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_should_retry.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_BLINDING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_start.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add_word.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_bn2bin.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_copy.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_generate_prime.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_inverse.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_num_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_set_bit.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_swap.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_zero.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add0_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_compress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_final.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_uncompress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_free.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_SIG_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_do_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_dup_DH.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_GET_LIB.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_clear_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_error_string.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_print_errors.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_put_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_remove_state.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_set_mark.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_BytesToKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestSignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncryptInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_OpenInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_derive.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SealInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_VerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/OBJ_nid2obj.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_Applink.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_config.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
/freebsd-10-stable/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_create.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_parse.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_cleanup.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_egd.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_set_rand_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_blinding_on.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_check_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_print.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_private_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_public_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_verify_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/blowfish.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn_internal.3
/freebsd-10-stable/secure/lib/libcrypto/man/buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/crypto.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DHparams.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_CRL.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_NAME.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_REQ.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_SIG.3
/freebsd-10-stable/secure/lib/libcrypto/man/des.3
/freebsd-10-stable/secure/lib/libcrypto/man/dh.3
/freebsd-10-stable/secure/lib/libcrypto/man/dsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/ecdsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/engine.3
/freebsd-10-stable/secure/lib/libcrypto/man/err.3
/freebsd-10-stable/secure/lib/libcrypto/man/evp.3
/freebsd-10-stable/secure/lib/libcrypto/man/hmac.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/lh_stats.3
/freebsd-10-stable/secure/lib/libcrypto/man/lhash.3
/freebsd-10-stable/secure/lib/libcrypto/man/md5.3
/freebsd-10-stable/secure/lib/libcrypto/man/mdc2.3
/freebsd-10-stable/secure/lib/libcrypto/man/pem.3
/freebsd-10-stable/secure/lib/libcrypto/man/rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/rc4.3
/freebsd-10-stable/secure/lib/libcrypto/man/ripemd.3
/freebsd-10-stable/secure/lib/libcrypto/man/rsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/sha.3
/freebsd-10-stable/secure/lib/libcrypto/man/threads.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui_compat.3
/freebsd-10-stable/secure/lib/libcrypto/man/x509.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CIPHER_get_name.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_number.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_options.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_verify.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_time.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_accept.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_alert_type_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_clear.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_connect.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_do_handshake.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_SSL_CTX.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ciphers.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_current_cipher.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_default_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_error.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_psk_identity.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_rbio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_library_init.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_load_client_CA_file.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_pending.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_read.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_rstate_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_session_reused.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_bio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_connect_state.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_state_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_want.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_write.3
/freebsd-10-stable/secure/lib/libssl/man/d2i_SSL_SESSION.3
/freebsd-10-stable/secure/lib/libssl/man/ssl.3
/freebsd-10-stable/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-10-stable/secure/usr.bin/openssl/man/c_rehash.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ca.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ciphers.1
/freebsd-10-stable/secure/usr.bin/openssl/man/cms.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dgst.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dhparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ec.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ecparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/enc.1
/freebsd-10-stable/secure/usr.bin/openssl/man/errstr.1
/freebsd-10-stable/secure/usr.bin/openssl/man/gendsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genpkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genrsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/nseq.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ocsp.1
/freebsd-10-stable/secure/usr.bin/openssl/man/openssl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/passwd.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rand.1
/freebsd-10-stable/secure/usr.bin/openssl/man/req.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsautl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_client.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_server.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_time.1
/freebsd-10-stable/secure/usr.bin/openssl/man/sess_id.1
/freebsd-10-stable/secure/usr.bin/openssl/man/smime.1
/freebsd-10-stable/secure/usr.bin/openssl/man/speed.1
/freebsd-10-stable/secure/usr.bin/openssl/man/spkac.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ts.1
/freebsd-10-stable/secure/usr.bin/openssl/man/tsget.1
/freebsd-10-stable/secure/usr.bin/openssl/man/verify.1
/freebsd-10-stable/secure/usr.bin/openssl/man/version.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509v3_config.1
273149 15-Oct-2014 jkim

MFC: r273144, r273146

Merge OpenSSL 1.0.1j.

Relnotes: yes


/freebsd-10-stable/ObsoleteFiles.inc
CHANGES
Configure
Makefile
NEWS
README
apps/s_client.c
crypto/Makefile
crypto/aes/asm/aesni-x86_64.pl
crypto/asn1/a_strex.c
crypto/bn/asm/x86_64-gcc.c
crypto/bn/bn_exp.c
crypto/bn/bn_nist.c
crypto/bn/exptest.c
crypto/constant_time_locl.h
crypto/constant_time_test.c
crypto/dsa/dsa_ameth.c
crypto/ebcdic.h
crypto/ec/ec.h
crypto/ec/ec2_smpl.c
crypto/ec/ec_ameth.c
crypto/ec/ec_asn1.c
crypto/ec/ecp_mont.c
crypto/ec/ecp_nist.c
crypto/ec/ecp_smpl.c
crypto/ec/ectest.c
crypto/evp/Makefile
crypto/evp/e_aes.c
crypto/evp/evp_enc.c
crypto/md5/asm/md5-x86_64.pl
crypto/modes/modes.h
crypto/ocsp/ocsp_vfy.c
crypto/opensslconf.h
crypto/opensslv.h
crypto/ossl_typ.h
crypto/pkcs7/pkcs7.h
crypto/pqueue/pqueue.h
crypto/rsa/Makefile
crypto/rsa/rsa.h
crypto/rsa/rsa_err.c
crypto/rsa/rsa_oaep.c
crypto/rsa/rsa_pk1.c
crypto/rsa/rsa_sign.c
crypto/stack/safestack.h
doc/apps/c_rehash.pod
doc/apps/dgst.pod
doc/crypto/BIO_s_accept.pod
doc/crypto/CMS_add1_signer.pod
doc/crypto/CMS_sign_add1_signer.pod
doc/crypto/EVP_DigestInit.pod
doc/crypto/EVP_DigestVerifyInit.pod
doc/crypto/EVP_EncryptInit.pod
doc/crypto/EVP_PKEY_set1_RSA.pod
doc/crypto/EVP_PKEY_sign.pod
doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
e_os.h
ssl/Makefile
ssl/d1_both.c
ssl/d1_lib.c
ssl/d1_srtp.c
ssl/dtls1.h
ssl/s23_clnt.c
ssl/s23_srvr.c
ssl/s2_lib.c
ssl/s3_cbc.c
ssl/s3_clnt.c
ssl/s3_enc.c
ssl/s3_lib.c
ssl/s3_pkt.c
ssl/s3_srvr.c
ssl/srtp.h
ssl/ssl.h
ssl/ssl3.h
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/t1_enc.c
ssl/t1_lib.c
ssl/tls1.h
util/mk1mf.pl
util/mkdef.pl
util/ssleay.num
/freebsd-10-stable/secure/lib/libcrypto/Makefile.inc
/freebsd-10-stable/secure/lib/libcrypto/Makefile.man
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_length.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_generate_nconf.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_base64.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_cipher.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_md.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_ssl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_find_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_push.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_read.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_accept.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_connect.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_fd.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_mem.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_socket.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_set_callback.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_should_retry.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_BLINDING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_start.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add_word.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_bn2bin.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_copy.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_generate_prime.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_inverse.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_num_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_set_bit.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_swap.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_zero.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add0_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_compress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_final.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_uncompress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_free.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_SIG_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_do_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_dup_DH.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_GET_LIB.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_clear_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_error_string.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_print_errors.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_put_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_remove_state.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_set_mark.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_BytesToKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestSignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncryptInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_OpenInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_derive.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SealInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_VerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/OBJ_nid2obj.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_Applink.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_config.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
/freebsd-10-stable/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_create.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_parse.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_cleanup.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_egd.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_set_rand_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_blinding_on.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_check_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_print.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_private_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_public_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_verify_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/blowfish.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn_internal.3
/freebsd-10-stable/secure/lib/libcrypto/man/buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/crypto.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DHparams.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_CRL.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_NAME.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_REQ.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_SIG.3
/freebsd-10-stable/secure/lib/libcrypto/man/des.3
/freebsd-10-stable/secure/lib/libcrypto/man/dh.3
/freebsd-10-stable/secure/lib/libcrypto/man/dsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/ecdsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/engine.3
/freebsd-10-stable/secure/lib/libcrypto/man/err.3
/freebsd-10-stable/secure/lib/libcrypto/man/evp.3
/freebsd-10-stable/secure/lib/libcrypto/man/hmac.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/lh_stats.3
/freebsd-10-stable/secure/lib/libcrypto/man/lhash.3
/freebsd-10-stable/secure/lib/libcrypto/man/md5.3
/freebsd-10-stable/secure/lib/libcrypto/man/mdc2.3
/freebsd-10-stable/secure/lib/libcrypto/man/pem.3
/freebsd-10-stable/secure/lib/libcrypto/man/rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/rc4.3
/freebsd-10-stable/secure/lib/libcrypto/man/ripemd.3
/freebsd-10-stable/secure/lib/libcrypto/man/rsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/sha.3
/freebsd-10-stable/secure/lib/libcrypto/man/threads.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui_compat.3
/freebsd-10-stable/secure/lib/libcrypto/man/x509.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CIPHER_get_name.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_number.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_options.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_verify.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_time.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_accept.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_alert_type_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_clear.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_connect.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_do_handshake.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_SSL_CTX.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ciphers.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_current_cipher.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_default_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_error.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_psk_identity.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_rbio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_library_init.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_load_client_CA_file.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_pending.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_read.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_rstate_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_session_reused.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_bio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_connect_state.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_state_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_want.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_write.3
/freebsd-10-stable/secure/lib/libssl/man/d2i_SSL_SESSION.3
/freebsd-10-stable/secure/lib/libssl/man/ssl.3
/freebsd-10-stable/secure/usr.bin/openssl/Makefile.man
/freebsd-10-stable/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-10-stable/secure/usr.bin/openssl/man/c_rehash.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ca.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ciphers.1
/freebsd-10-stable/secure/usr.bin/openssl/man/cms.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dgst.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dhparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ec.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ecparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/enc.1
/freebsd-10-stable/secure/usr.bin/openssl/man/errstr.1
/freebsd-10-stable/secure/usr.bin/openssl/man/gendsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genpkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genrsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/nseq.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ocsp.1
/freebsd-10-stable/secure/usr.bin/openssl/man/openssl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/passwd.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rand.1
/freebsd-10-stable/secure/usr.bin/openssl/man/req.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsautl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_client.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_server.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_time.1
/freebsd-10-stable/secure/usr.bin/openssl/man/sess_id.1
/freebsd-10-stable/secure/usr.bin/openssl/man/smime.1
/freebsd-10-stable/secure/usr.bin/openssl/man/speed.1
/freebsd-10-stable/secure/usr.bin/openssl/man/spkac.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ts.1
/freebsd-10-stable/secure/usr.bin/openssl/man/tsget.1
/freebsd-10-stable/secure/usr.bin/openssl/man/verify.1
/freebsd-10-stable/secure/usr.bin/openssl/man/version.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509v3_config.1
269686 07-Aug-2014 jkim

MFC: r269682

Merge OpenSSL 1.0.1i.


CHANGES
Configure
FAQ
Makefile
NEWS
README
apps/apps.c
apps/ca.c
apps/ciphers.c
apps/crl2p7.c
apps/enc.c
apps/ocsp.c
apps/progs.h
apps/progs.pl
apps/s_client.c
apps/s_server.c
crypto/asn1/a_object.c
crypto/asn1/a_utctm.c
crypto/asn1/ameth_lib.c
crypto/asn1/asn1_lib.c
crypto/asn1/asn_mime.c
crypto/asn1/asn_pack.c
crypto/asn1/bio_asn1.c
crypto/asn1/charmap.pl
crypto/asn1/evp_asn1.c
crypto/asn1/t_x509.c
crypto/asn1/tasn_enc.c
crypto/asn1/x_crl.c
crypto/bio/bio_lib.c
crypto/bn/bn_exp.c
crypto/bn/bn_lib.c
crypto/bn/bn_sqr.c
crypto/cms/cms_pwri.c
crypto/conf/conf_def.c
crypto/ec/ec_lib.c
crypto/ec/ecp_smpl.c
crypto/ec/ectest.c
crypto/evp/e_aes.c
crypto/evp/evp_pbe.c
crypto/idea/ideatest.c
crypto/objects/obj_dat.c
crypto/objects/obj_dat.h
crypto/objects/obj_dat.pl
crypto/ocsp/ocsp_ht.c
crypto/ocsp/ocsp_lib.c
crypto/opensslconf.h
crypto/opensslv.h
crypto/pem/pvkfmt.c
crypto/pkcs7/Makefile
crypto/pkcs7/bio_ber.c
crypto/pkcs7/dec.c
crypto/pkcs7/des.pem
crypto/pkcs7/doc
crypto/pkcs7/enc.c
crypto/pkcs7/es1.pem
crypto/pkcs7/example.c
crypto/pkcs7/example.h
crypto/pkcs7/info.pem
crypto/pkcs7/infokey.pem
crypto/pkcs7/p7
crypto/pkcs7/server.pem
crypto/pkcs7/sign.c
crypto/pkcs7/t
crypto/pkcs7/verify.c
crypto/rand/md_rand.c
crypto/rand/rand_lcl.h
crypto/rand/rand_lib.c
crypto/rand/randfile.c
crypto/rsa/rsa_eay.c
crypto/srp/srp_lib.c
crypto/ui/ui_lib.c
doc/apps/asn1parse.pod
doc/apps/ca.pod
doc/apps/ciphers.pod
doc/apps/cms.pod
doc/apps/crl.pod
doc/apps/dhparam.pod
doc/apps/dsa.pod
doc/apps/ecparam.pod
doc/apps/gendsa.pod
doc/apps/genrsa.pod
doc/apps/rsa.pod
doc/apps/s_client.pod
doc/apps/s_server.pod
doc/apps/verify.pod
doc/apps/x509.pod
doc/apps/x509v3_config.pod
doc/crypto/ASN1_generate_nconf.pod
doc/crypto/BIO_f_base64.pod
doc/crypto/BIO_push.pod
doc/crypto/ERR_get_error.pod
doc/crypto/EVP_DigestInit.pod
doc/crypto/EVP_EncryptInit.pod
doc/crypto/EVP_SignInit.pod
doc/crypto/RSA_set_method.pod
doc/crypto/RSA_sign.pod
doc/crypto/des.pod
doc/crypto/err.pod
doc/crypto/pem.pod
doc/crypto/ui.pod
doc/fingerprints.txt
doc/ssl/SSL_CIPHER_get_name.pod
doc/ssl/SSL_CTX_add_extra_chain_cert.pod
doc/ssl/SSL_CTX_add_session.pod
doc/ssl/SSL_CTX_new.pod
doc/ssl/SSL_CTX_set_cipher_list.pod
doc/ssl/SSL_CTX_set_client_CA_list.pod
doc/ssl/SSL_CTX_set_client_cert_cb.pod
doc/ssl/SSL_CTX_set_options.pod
doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod
doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
doc/ssl/SSL_CTX_set_verify.pod
doc/ssl/SSL_get_version.pod
doc/ssl/d2i_SSL_SESSION.pod
ssl/Makefile
ssl/d1_both.c
ssl/d1_clnt.c
ssl/d1_srvr.c
ssl/heartbeat_test.c
ssl/s23_lib.c
ssl/s23_srvr.c
ssl/s2_lib.c
ssl/s3_clnt.c
ssl/s3_enc.c
ssl/s3_lib.c
ssl/s3_pkt.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_ciph.c
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_stat.c
ssl/ssl_utst.c
ssl/t1_enc.c
ssl/t1_lib.c
ssl/tls_srp.c
util/mk1mf.pl
util/mkdef.pl
util/mkerr.pl
util/ssleay.num
/freebsd-10-stable/secure/lib/libcrypto/Makefile.inc
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_length.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_generate_nconf.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_base64.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_cipher.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_md.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_ssl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_find_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_push.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_read.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_accept.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_connect.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_fd.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_mem.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_socket.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_set_callback.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_should_retry.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_BLINDING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_start.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add_word.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_bn2bin.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_copy.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_generate_prime.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_inverse.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_num_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_set_bit.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_swap.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_zero.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add0_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_compress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_final.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_uncompress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_free.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_SIG_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_do_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_dup_DH.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_GET_LIB.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_clear_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_error_string.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_print_errors.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_put_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_remove_state.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_set_mark.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_BytesToKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestSignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncryptInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_OpenInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_derive.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SealInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_VerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/OBJ_nid2obj.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_Applink.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_config.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
/freebsd-10-stable/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_create.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_parse.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_cleanup.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_egd.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_set_rand_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_blinding_on.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_check_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_print.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_private_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_public_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_verify_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/blowfish.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn_internal.3
/freebsd-10-stable/secure/lib/libcrypto/man/buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/crypto.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DHparams.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_CRL.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_NAME.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_REQ.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_SIG.3
/freebsd-10-stable/secure/lib/libcrypto/man/des.3
/freebsd-10-stable/secure/lib/libcrypto/man/dh.3
/freebsd-10-stable/secure/lib/libcrypto/man/dsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/ecdsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/engine.3
/freebsd-10-stable/secure/lib/libcrypto/man/err.3
/freebsd-10-stable/secure/lib/libcrypto/man/evp.3
/freebsd-10-stable/secure/lib/libcrypto/man/hmac.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/lh_stats.3
/freebsd-10-stable/secure/lib/libcrypto/man/lhash.3
/freebsd-10-stable/secure/lib/libcrypto/man/md5.3
/freebsd-10-stable/secure/lib/libcrypto/man/mdc2.3
/freebsd-10-stable/secure/lib/libcrypto/man/pem.3
/freebsd-10-stable/secure/lib/libcrypto/man/rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/rc4.3
/freebsd-10-stable/secure/lib/libcrypto/man/ripemd.3
/freebsd-10-stable/secure/lib/libcrypto/man/rsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/sha.3
/freebsd-10-stable/secure/lib/libcrypto/man/threads.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui_compat.3
/freebsd-10-stable/secure/lib/libcrypto/man/x509.3
/freebsd-10-stable/secure/lib/libssl/Makefile.man
/freebsd-10-stable/secure/lib/libssl/man/SSL_CIPHER_get_name.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_number.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_options.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_verify.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_time.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_accept.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_alert_type_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_clear.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_connect.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_do_handshake.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_SSL_CTX.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ciphers.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_current_cipher.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_default_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_error.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_psk_identity.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_rbio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_library_init.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_load_client_CA_file.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_pending.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_read.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_rstate_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_session_reused.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_bio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_connect_state.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_state_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_want.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_write.3
/freebsd-10-stable/secure/lib/libssl/man/d2i_SSL_SESSION.3
/freebsd-10-stable/secure/lib/libssl/man/ssl.3
/freebsd-10-stable/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ca.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ciphers.1
/freebsd-10-stable/secure/usr.bin/openssl/man/cms.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dgst.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dhparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ec.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ecparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/enc.1
/freebsd-10-stable/secure/usr.bin/openssl/man/errstr.1
/freebsd-10-stable/secure/usr.bin/openssl/man/gendsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genpkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genrsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/nseq.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ocsp.1
/freebsd-10-stable/secure/usr.bin/openssl/man/openssl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/passwd.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rand.1
/freebsd-10-stable/secure/usr.bin/openssl/man/req.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsautl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_client.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_server.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_time.1
/freebsd-10-stable/secure/usr.bin/openssl/man/sess_id.1
/freebsd-10-stable/secure/usr.bin/openssl/man/smime.1
/freebsd-10-stable/secure/usr.bin/openssl/man/speed.1
/freebsd-10-stable/secure/usr.bin/openssl/man/spkac.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ts.1
/freebsd-10-stable/secure/usr.bin/openssl/man/tsget.1
/freebsd-10-stable/secure/usr.bin/openssl/man/verify.1
/freebsd-10-stable/secure/usr.bin/openssl/man/version.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509v3_config.1
267258 09-Jun-2014 jkim

MFC: r267256

Merge OpenSSL 1.0.1h.

Approved by: so (delphij)


ACKNOWLEDGMENTS
CHANGES
Makefile
NEWS
README
apps/enc.c
apps/ocsp.c
apps/req.c
apps/s_cb.c
apps/s_socket.c
apps/smime.c
crypto/asn1/a_strnid.c
crypto/bio/bss_dgram.c
crypto/bn/bn_mont.c
crypto/cms/cms_env.c
crypto/cms/cms_sd.c
crypto/cms/cms_smime.c
crypto/dso/dso_dlfcn.c
crypto/ec/ec_ameth.c
crypto/ec/ec_asn1.c
crypto/ec/ec_lcl.h
crypto/evp/bio_b64.c
crypto/evp/encode.c
crypto/opensslv.h
crypto/pkcs12/p12_crt.c
crypto/pkcs12/p12_kiss.c
crypto/pkcs7/pk7_doit.c
crypto/pkcs7/pkcs7.h
crypto/pkcs7/pkcs7err.c
crypto/rsa/rsa_ameth.c
crypto/srp/srp_vfy.c
crypto/ts/ts_rsp_verify.c
crypto/x509v3/v3_purp.c
doc/apps/cms.pod
doc/apps/enc.pod
doc/apps/s_server.pod
doc/apps/smime.pod
doc/apps/verify.pod
doc/apps/version.pod
doc/apps/x509v3_config.pod
doc/crypto/CMS_decrypt.pod
doc/crypto/CONF_modules_free.pod
doc/crypto/CONF_modules_load_file.pod
doc/crypto/OPENSSL_config.pod
doc/crypto/X509_NAME_ENTRY_get_object.pod
doc/crypto/X509_STORE_CTX_get_ex_new_index.pod
doc/fingerprints.txt
doc/ssl/SSL_CTX_set_msg_callback.pod
doc/ssl/SSL_CTX_set_options.pod
doc/ssl/SSL_get_peer_cert_chain.pod
engines/ccgost/gost_ameth.c
ssl/Makefile
ssl/d1_both.c
ssl/d1_lib.c
ssl/d1_pkt.c
ssl/d1_srvr.c
ssl/heartbeat_test.c
ssl/s3_pkt.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl3.h
ssl/ssl_asn1.c
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/t1_enc.c
ssl/t1_lib.c
/freebsd-10-stable/secure/lib/libcrypto/Makefile.inc
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_length.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_generate_nconf.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_base64.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_cipher.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_md.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_ssl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_find_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_push.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_read.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_accept.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_connect.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_fd.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_mem.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_socket.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_set_callback.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_should_retry.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_BLINDING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_start.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add_word.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_bn2bin.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_copy.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_generate_prime.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_inverse.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_num_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_set_bit.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_swap.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_zero.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add0_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_compress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_final.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_uncompress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_free.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_SIG_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_do_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_dup_DH.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_GET_LIB.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_clear_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_error_string.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_print_errors.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_put_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_remove_state.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_set_mark.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_BytesToKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestSignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncryptInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_OpenInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_derive.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SealInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_VerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/OBJ_nid2obj.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_Applink.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_config.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
/freebsd-10-stable/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_create.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_parse.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_cleanup.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_egd.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_set_rand_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_blinding_on.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_check_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_print.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_private_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_public_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_verify_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/blowfish.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn_internal.3
/freebsd-10-stable/secure/lib/libcrypto/man/buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/crypto.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DHparams.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_CRL.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_NAME.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_REQ.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_SIG.3
/freebsd-10-stable/secure/lib/libcrypto/man/des.3
/freebsd-10-stable/secure/lib/libcrypto/man/dh.3
/freebsd-10-stable/secure/lib/libcrypto/man/dsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/ecdsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/engine.3
/freebsd-10-stable/secure/lib/libcrypto/man/err.3
/freebsd-10-stable/secure/lib/libcrypto/man/evp.3
/freebsd-10-stable/secure/lib/libcrypto/man/hmac.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/lh_stats.3
/freebsd-10-stable/secure/lib/libcrypto/man/lhash.3
/freebsd-10-stable/secure/lib/libcrypto/man/md5.3
/freebsd-10-stable/secure/lib/libcrypto/man/mdc2.3
/freebsd-10-stable/secure/lib/libcrypto/man/pem.3
/freebsd-10-stable/secure/lib/libcrypto/man/rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/rc4.3
/freebsd-10-stable/secure/lib/libcrypto/man/ripemd.3
/freebsd-10-stable/secure/lib/libcrypto/man/rsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/sha.3
/freebsd-10-stable/secure/lib/libcrypto/man/threads.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui_compat.3
/freebsd-10-stable/secure/lib/libcrypto/man/x509.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CIPHER_get_name.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_number.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_options.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_verify.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_time.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_accept.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_alert_type_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_clear.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_connect.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_do_handshake.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_SSL_CTX.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ciphers.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_current_cipher.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_default_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_error.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_psk_identity.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_rbio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_library_init.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_load_client_CA_file.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_pending.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_read.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_rstate_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_session_reused.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_bio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_connect_state.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_state_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_want.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_write.3
/freebsd-10-stable/secure/lib/libssl/man/d2i_SSL_SESSION.3
/freebsd-10-stable/secure/lib/libssl/man/ssl.3
/freebsd-10-stable/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ca.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ciphers.1
/freebsd-10-stable/secure/usr.bin/openssl/man/cms.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dgst.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dhparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ec.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ecparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/enc.1
/freebsd-10-stable/secure/usr.bin/openssl/man/errstr.1
/freebsd-10-stable/secure/usr.bin/openssl/man/gendsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genpkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genrsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/nseq.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ocsp.1
/freebsd-10-stable/secure/usr.bin/openssl/man/openssl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/passwd.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rand.1
/freebsd-10-stable/secure/usr.bin/openssl/man/req.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsautl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_client.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_server.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_time.1
/freebsd-10-stable/secure/usr.bin/openssl/man/sess_id.1
/freebsd-10-stable/secure/usr.bin/openssl/man/smime.1
/freebsd-10-stable/secure/usr.bin/openssl/man/speed.1
/freebsd-10-stable/secure/usr.bin/openssl/man/spkac.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ts.1
/freebsd-10-stable/secure/usr.bin/openssl/man/tsget.1
/freebsd-10-stable/secure/usr.bin/openssl/man/verify.1
/freebsd-10-stable/secure/usr.bin/openssl/man/version.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509v3_config.1
267103 05-Jun-2014 delphij

Fix OpenSSL multiple vulnerabilities.

Security: CVE-2014-0195, CVE-2014-0221, CVE-2014-0224,
CVE-2014-3470
Security: SA-14:14.openssl

265986 13-May-2014 delphij

Fix OpenSSL NULL pointer deference vulnerability.

Obtained from: OpenBSD
Security: FreeBSD-SA-14:09.openssl
Security: CVE-2014-0198

265122 30-Apr-2014 delphij

Fix devfs rules not applied by default for jails.

Fix OpenSSL use-after-free vulnerability.

Fix TCP reassembly vulnerability.

Security: FreeBSD-SA-14:07.devfs
Security: CVE-2014-3001
Security: FreeBSD-SA-14:08.tcp
Security: CVE-2014-3000
Security: FreeBSD-SA-14:09.openssl
Security: CVE-2010-5298

264331 10-Apr-2014 jkim

MFC: r261037, r264278

Merge OpenSSL 1.0.1f and 1.0.1g.


CHANGES
Configure
FAQ
Makefile
Makefile.org
NEWS
README
apps/Makefile
apps/apps.c
apps/apps.h
apps/crl.c
apps/dgst.c
apps/ecparam.c
apps/openssl.c
apps/pkcs12.c
apps/req.c
config
crypto/Makefile
crypto/aes/asm/aes-parisc.pl
crypto/aes/asm/bsaes-x86_64.pl
crypto/aes/asm/vpaes-x86_64.pl
crypto/armcap.c
crypto/asn1/a_int.c
crypto/asn1/asn1_err.c
crypto/bio/bss_dgram.c
crypto/bio/bss_log.c
crypto/bn/Makefile
crypto/bn/asm/mips-mont.pl
crypto/bn/asm/mips.pl
crypto/bn/asm/parisc-mont.pl
crypto/bn/asm/x86_64-gf2m.pl
crypto/bn/asm/x86_64-mont5.pl
crypto/bn/bn_nist.c
crypto/buffer/buffer.c
crypto/buffer/buffer.h
crypto/cms/cms_lib.c
crypto/cryptlib.c
crypto/ec/ec_ameth.c
crypto/ec/ec_asn1.c
crypto/ec/ec_lib.c
crypto/engine/eng_list.c
crypto/engine/eng_rdrand.c
crypto/evp/Makefile
crypto/evp/bio_b64.c
crypto/evp/digest.c
crypto/evp/e_aes.c
crypto/evp/e_aes_cbc_hmac_sha1.c
crypto/evp/e_des3.c
crypto/evp/p5_crpt2.c
crypto/modes/Makefile
crypto/modes/asm/ghash-parisc.pl
crypto/modes/cbc128.c
crypto/modes/ccm128.c
crypto/modes/cts128.c
crypto/modes/gcm128.c
crypto/modes/modes_lcl.h
crypto/opensslv.h
crypto/pariscid.pl
crypto/pem/pem_info.c
crypto/pkcs12/p12_crt.c
crypto/rand/md_rand.c
crypto/rand/rand.h
crypto/rand/rand_err.c
crypto/rand/rand_lib.c
crypto/rc4/asm/rc4-parisc.pl
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_chk.c
crypto/rsa/rsa_pmeth.c
crypto/sha/Makefile
crypto/sha/asm/sha1-parisc.pl
crypto/sha/asm/sha1-x86_64.pl
crypto/sha/asm/sha512-mips.pl
crypto/sha/asm/sha512-parisc.pl
crypto/sha/sha512.c
crypto/srp/srp_grps.h
crypto/srp/srp_lib.c
crypto/symhacks.h
crypto/x509/by_dir.c
crypto/x509/x509_vfy.c
crypto/x509/x_all.c
crypto/x86cpuid.pl
doc/apps/cms.pod
doc/apps/config.pod
doc/apps/crl.pod
doc/apps/ec.pod
doc/apps/pkcs12.pod
doc/apps/req.pod
doc/apps/rsa.pod
doc/apps/s_client.pod
doc/apps/s_server.pod
doc/apps/smime.pod
doc/apps/ts.pod
doc/apps/tsget.pod
doc/crypto/BN_BLINDING_new.pod
doc/crypto/ERR_get_error.pod
doc/crypto/EVP_BytesToKey.pod
doc/crypto/EVP_EncryptInit.pod
doc/crypto/X509_STORE_CTX_get_error.pod
doc/crypto/X509_VERIFY_PARAM_set_flags.pod
doc/crypto/ecdsa.pod
doc/crypto/pem.pod
doc/ssl/SSL_COMP_add_compression_method.pod
doc/ssl/SSL_CTX_add_session.pod
doc/ssl/SSL_CTX_load_verify_locations.pod
doc/ssl/SSL_CTX_set_client_CA_list.pod
doc/ssl/SSL_CTX_set_options.pod
doc/ssl/SSL_CTX_set_session_id_context.pod
doc/ssl/SSL_CTX_set_ssl_version.pod
doc/ssl/SSL_CTX_set_verify.pod
doc/ssl/SSL_CTX_use_psk_identity_hint.pod
doc/ssl/SSL_accept.pod
doc/ssl/SSL_clear.pod
doc/ssl/SSL_connect.pod
doc/ssl/SSL_do_handshake.pod
doc/ssl/SSL_read.pod
doc/ssl/SSL_session_reused.pod
doc/ssl/SSL_set_fd.pod
doc/ssl/SSL_set_session.pod
doc/ssl/SSL_set_shutdown.pod
doc/ssl/SSL_shutdown.pod
doc/ssl/SSL_write.pod
e_os.h
engines/ccgost/gost89.h
engines/ccgost/gosthash.c
ssl/d1_both.c
ssl/d1_clnt.c
ssl/d1_lib.c
ssl/d1_pkt.c
ssl/d1_srvr.c
ssl/kssl.h
ssl/s23_clnt.c
ssl/s3_both.c
ssl/s3_clnt.c
ssl/s3_lib.c
ssl/s3_pkt.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl3.h
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssltest.c
ssl/t1_enc.c
ssl/t1_lib.c
ssl/tls1.h
util/libeay.num
util/pl/BC-32.pl
util/pl/VC-32.pl
util/shlib_wrap.sh
/freebsd-10-stable/secure/lib/libcrypto/Makefile.inc
/freebsd-10-stable/secure/lib/libcrypto/amd64/bsaes-x86_64.S
/freebsd-10-stable/secure/lib/libcrypto/amd64/vpaes-x86_64.S
/freebsd-10-stable/secure/lib/libcrypto/i386/x86cpuid.s
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_length.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/ASN1_generate_nconf.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_base64.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_cipher.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_md.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_f_ssl.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_find_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_new_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_push.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_read.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_accept.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_connect.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_fd.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_mem.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_null.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_s_socket.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_set_callback.3
/freebsd-10-stable/secure/lib/libcrypto/man/BIO_should_retry.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_BLINDING_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_CTX_start.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_add_word.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_bn2bin.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_copy.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_generate_prime.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_inverse.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_num_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_set_bit.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_swap.3
/freebsd-10-stable/secure/lib/libcrypto/man/BN_zero.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add0_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_add1_recipient_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_compress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_final.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_SignerInfos.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get0_type.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_add1_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_sign_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_uncompress.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/CMS_verify_receipt.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_free.3
/freebsd-10-stable/secure/lib/libcrypto/man/CONF_modules_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DH_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_SIG_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_do_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_dup_DH.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_generate_parameters.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/DSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_GET_LIB.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_clear_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_error_string.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_crypto_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_load_strings.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_print_errors.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_put_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_remove_state.3
/freebsd-10-stable/secure/lib/libcrypto/man/ERR_set_mark.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_BytesToKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestSignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_DigestVerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_EncryptInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_OpenInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_cmp.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_derive.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_keygen.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_print_private.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_PKEY_verify_recover.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SealInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_SignInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/EVP_VerifyInit.3
/freebsd-10-stable/secure/lib/libcrypto/man/OBJ_nid2obj.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_Applink.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_config.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_ia32cap.3
/freebsd-10-stable/secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3
/freebsd-10-stable/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_create.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS12_parse.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_decrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_sign_add_signer.3
/freebsd-10-stable/secure/lib/libcrypto/man/PKCS7_verify.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_add.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_bytes.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_cleanup.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_egd.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_load_file.3
/freebsd-10-stable/secure/lib/libcrypto/man/RAND_set_rand_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_blinding_on.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_check_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_generate_key.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_print.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_private_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_public_encrypt.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_set_method.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3
/freebsd-10-stable/secure/lib/libcrypto/man/RSA_size.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_read_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_CMS.3
/freebsd-10-stable/secure/lib/libcrypto/man/SMIME_write_PKCS7.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_NAME_print_ex.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_new.3
/freebsd-10-stable/secure/lib/libcrypto/man/X509_verify_cert.3
/freebsd-10-stable/secure/lib/libcrypto/man/bio.3
/freebsd-10-stable/secure/lib/libcrypto/man/blowfish.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn.3
/freebsd-10-stable/secure/lib/libcrypto/man/bn_internal.3
/freebsd-10-stable/secure/lib/libcrypto/man/buffer.3
/freebsd-10-stable/secure/lib/libcrypto/man/crypto.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DHparams.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_DSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_RSAPublicKey.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_ALGOR.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_CRL.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_NAME.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_REQ.3
/freebsd-10-stable/secure/lib/libcrypto/man/d2i_X509_SIG.3
/freebsd-10-stable/secure/lib/libcrypto/man/des.3
/freebsd-10-stable/secure/lib/libcrypto/man/dh.3
/freebsd-10-stable/secure/lib/libcrypto/man/dsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/ecdsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/engine.3
/freebsd-10-stable/secure/lib/libcrypto/man/err.3
/freebsd-10-stable/secure/lib/libcrypto/man/evp.3
/freebsd-10-stable/secure/lib/libcrypto/man/hmac.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_CMS_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
/freebsd-10-stable/secure/lib/libcrypto/man/lh_stats.3
/freebsd-10-stable/secure/lib/libcrypto/man/lhash.3
/freebsd-10-stable/secure/lib/libcrypto/man/md5.3
/freebsd-10-stable/secure/lib/libcrypto/man/mdc2.3
/freebsd-10-stable/secure/lib/libcrypto/man/pem.3
/freebsd-10-stable/secure/lib/libcrypto/man/rand.3
/freebsd-10-stable/secure/lib/libcrypto/man/rc4.3
/freebsd-10-stable/secure/lib/libcrypto/man/ripemd.3
/freebsd-10-stable/secure/lib/libcrypto/man/rsa.3
/freebsd-10-stable/secure/lib/libcrypto/man/sha.3
/freebsd-10-stable/secure/lib/libcrypto/man/threads.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui.3
/freebsd-10-stable/secure/lib/libcrypto/man/ui_compat.3
/freebsd-10-stable/secure/lib/libcrypto/man/x509.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CIPHER_get_name.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_add_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_ctrl.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_number.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_sessions.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_options.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_set_verify.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_SESSION_get_time.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_accept.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_alert_type_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_clear.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_connect.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_do_handshake.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_free.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_SSL_CTX.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ciphers.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_client_CA_list.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_current_cipher.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_default_timeout.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_error.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_ex_new_index.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_peer_certificate.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_psk_identity.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_rbio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_get_version.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_library_init.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_load_client_CA_file.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_new.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_pending.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_read.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_rstate_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_session_reused.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_bio.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_connect_state.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_fd.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_session.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_set_verify_result.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_shutdown.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_state_string.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_want.3
/freebsd-10-stable/secure/lib/libssl/man/SSL_write.3
/freebsd-10-stable/secure/lib/libssl/man/d2i_SSL_SESSION.3
/freebsd-10-stable/secure/lib/libssl/man/ssl.3
/freebsd-10-stable/secure/usr.bin/openssl/man/CA.pl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/asn1parse.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ca.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ciphers.1
/freebsd-10-stable/secure/usr.bin/openssl/man/cms.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/crl2pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dgst.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dhparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/dsaparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ec.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ecparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/enc.1
/freebsd-10-stable/secure/usr.bin/openssl/man/errstr.1
/freebsd-10-stable/secure/usr.bin/openssl/man/gendsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genpkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/genrsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/nseq.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ocsp.1
/freebsd-10-stable/secure/usr.bin/openssl/man/openssl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/passwd.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs12.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs7.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkcs8.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkey.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyparam.1
/freebsd-10-stable/secure/usr.bin/openssl/man/pkeyutl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rand.1
/freebsd-10-stable/secure/usr.bin/openssl/man/req.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsa.1
/freebsd-10-stable/secure/usr.bin/openssl/man/rsautl.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_client.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_server.1
/freebsd-10-stable/secure/usr.bin/openssl/man/s_time.1
/freebsd-10-stable/secure/usr.bin/openssl/man/sess_id.1
/freebsd-10-stable/secure/usr.bin/openssl/man/smime.1
/freebsd-10-stable/secure/usr.bin/openssl/man/speed.1
/freebsd-10-stable/secure/usr.bin/openssl/man/spkac.1
/freebsd-10-stable/secure/usr.bin/openssl/man/ts.1
/freebsd-10-stable/secure/usr.bin/openssl/man/tsget.1
/freebsd-10-stable/secure/usr.bin/openssl/man/verify.1
/freebsd-10-stable/secure/usr.bin/openssl/man/version.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509.1
/freebsd-10-stable/secure/usr.bin/openssl/man/x509v3_config.1
264266 08-Apr-2014 delphij

Fix NFS deadlock vulnerability. [SA-14:05]

Fix "Heartbleed" vulnerability and ECDSA Cache Side-channel
Attack in OpenSSL. [SA-14:06]

260404 07-Jan-2014 delphij

MFC r260403 (MFV r260399):

Apply vendor commits:

197e0ea Fix for TLS record tampering bug. (CVE-2013-4353).
3462896 For DTLS we might need to retransmit messages from the
previous session so keep a copy of write context in DTLS
retransmission buffers instead of replacing it after
sending CCS. (CVE-2013-6450).
ca98926 When deciding whether to use TLS 1.2 PRF and record hash
algorithms use the version number in the corresponding
SSL_METHOD structure instead of the SSL structure. The
SSL structure version is sometimes inaccurate.
Note: OpenSSL 1.0.2 and later effectively do this already.
(CVE-2013-6449).

Security: CVE-2013-4353
Security: CVE-2013-6449
Security: CVE-2013-6450

259073 07-Dec-2013 peter

Hoist all the mergeinfo up to the root in preparation for enforcing merges
to the root only. All MFC's were rerecorded to the root.

Going forward, if an MFC includes mergeinfo, it will need to be made to
the root and committed from the root. Merges with --ignore-ancestry
or diff | patch can go anywhere.

The mergeinfo in HEAD is in a bad state from years of neglect and manual
tampering and this was branched into 10.x. This confuses the coalescing
code and prevents it from doing its job.

Approved by: re (gjb, implicit)


/freebsd-10-stable/MAINTAINERS
/freebsd-10-stable/Makefile.inc1
/freebsd-10-stable/ObsoleteFiles.inc
/freebsd-10-stable/UPDATING
/freebsd-10-stable/bin/df
/freebsd-10-stable/bin/freebsd-version
/freebsd-10-stable/cddl
/freebsd-10-stable/cddl/contrib/opensolaris
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs
/freebsd-10-stable/contrib/apr
/freebsd-10-stable/contrib/apr-util
/freebsd-10-stable/contrib/atf
/freebsd-10-stable/contrib/binutils
/freebsd-10-stable/contrib/bmake
/freebsd-10-stable/contrib/byacc
/freebsd-10-stable/contrib/bzip2
/freebsd-10-stable/contrib/com_err
/freebsd-10-stable/contrib/compiler-rt
/freebsd-10-stable/contrib/dialog
/freebsd-10-stable/contrib/dtc
/freebsd-10-stable/contrib/ee
/freebsd-10-stable/contrib/expat
/freebsd-10-stable/contrib/file
/freebsd-10-stable/contrib/gcc
/freebsd-10-stable/contrib/gdb
/freebsd-10-stable/contrib/gdtoa
/freebsd-10-stable/contrib/groff
/freebsd-10-stable/contrib/ipfilter
/freebsd-10-stable/contrib/ipfilter/ml_ipl.c
/freebsd-10-stable/contrib/ipfilter/mlfk_ipl.c
/freebsd-10-stable/contrib/ipfilter/mlh_rule.c
/freebsd-10-stable/contrib/ipfilter/mli_ipl.c
/freebsd-10-stable/contrib/ipfilter/mln_ipl.c
/freebsd-10-stable/contrib/ipfilter/mls_ipl.c
/freebsd-10-stable/contrib/ldns
/freebsd-10-stable/contrib/less
/freebsd-10-stable/contrib/libarchive
/freebsd-10-stable/contrib/libarchive/cpio
/freebsd-10-stable/contrib/libarchive/libarchive
/freebsd-10-stable/contrib/libarchive/libarchive_fe
/freebsd-10-stable/contrib/libarchive/tar
/freebsd-10-stable/contrib/libc++
/freebsd-10-stable/contrib/libc-vis
/freebsd-10-stable/contrib/libcxxrt
/freebsd-10-stable/contrib/libexecinfo
/freebsd-10-stable/contrib/libpcap
/freebsd-10-stable/contrib/libstdc++
/freebsd-10-stable/contrib/llvm
/freebsd-10-stable/contrib/llvm/tools/clang
/freebsd-10-stable/contrib/mtree
/freebsd-10-stable/contrib/ncurses
/freebsd-10-stable/contrib/netcat
/freebsd-10-stable/contrib/ntp
/freebsd-10-stable/contrib/nvi
/freebsd-10-stable/contrib/one-true-awk
/freebsd-10-stable/contrib/openbsm
/freebsd-10-stable/contrib/openpam
/freebsd-10-stable/contrib/openresolv
/freebsd-10-stable/contrib/pf
/freebsd-10-stable/contrib/sendmail
/freebsd-10-stable/contrib/serf
/freebsd-10-stable/contrib/smbfs
/freebsd-10-stable/contrib/subversion
/freebsd-10-stable/contrib/tcpdump
/freebsd-10-stable/contrib/tcsh
/freebsd-10-stable/contrib/tnftp
/freebsd-10-stable/contrib/top
/freebsd-10-stable/contrib/top/install-sh
/freebsd-10-stable/contrib/tzcode/stdtime
/freebsd-10-stable/contrib/tzcode/zic
/freebsd-10-stable/contrib/tzdata
/freebsd-10-stable/contrib/unbound
/freebsd-10-stable/contrib/wpa
/freebsd-10-stable/contrib/xz
/freebsd-10-stable/crypto/heimdal
/freebsd-10-stable/crypto/openssh
/freebsd-10-stable/crypto/openssl
/freebsd-10-stable/etc
/freebsd-10-stable/etc/rc.d
/freebsd-10-stable/gnu/lib
/freebsd-10-stable/gnu/usr.bin/binutils
/freebsd-10-stable/gnu/usr.bin/cc/cc_tools
/freebsd-10-stable/gnu/usr.bin/gdb
/freebsd-10-stable/include
/freebsd-10-stable/lib
/freebsd-10-stable/lib/libc
/freebsd-10-stable/lib/libc/stdtime
/freebsd-10-stable/lib/libc_nonshared
/freebsd-10-stable/lib/libfetch
/freebsd-10-stable/lib/libiconv_modules
/freebsd-10-stable/lib/libsmb
/freebsd-10-stable/lib/libthr
/freebsd-10-stable/lib/libutil
/freebsd-10-stable/lib/libvmmapi
/freebsd-10-stable/lib/libyaml
/freebsd-10-stable/lib/libz
/freebsd-10-stable/release
/freebsd-10-stable/release/doc
/freebsd-10-stable/sbin
/freebsd-10-stable/sbin/camcontrol
/freebsd-10-stable/sbin/dumpon
/freebsd-10-stable/sbin/hastd
/freebsd-10-stable/sbin/ifconfig
/freebsd-10-stable/sbin/ipfw
/freebsd-10-stable/sbin/nvmecontrol
/freebsd-10-stable/share
/freebsd-10-stable/share/examples/bhyve
/freebsd-10-stable/share/i18n/csmapper/JIS
/freebsd-10-stable/share/i18n/esdb/EUC
/freebsd-10-stable/share/man
/freebsd-10-stable/share/man/man4
/freebsd-10-stable/share/man/man4/bhyve.4
/freebsd-10-stable/share/man/man5
/freebsd-10-stable/share/man/man7
/freebsd-10-stable/share/man/man8
/freebsd-10-stable/share/misc
/freebsd-10-stable/share/mk
/freebsd-10-stable/share/mk/bsd.arch.inc.mk
/freebsd-10-stable/share/syscons
/freebsd-10-stable/share/zoneinfo
/freebsd-10-stable/sys
/freebsd-10-stable/sys/amd64/include/vmm.h
/freebsd-10-stable/sys/amd64/include/vmm_dev.h
/freebsd-10-stable/sys/amd64/include/vmm_instruction_emul.h
/freebsd-10-stable/sys/amd64/include/xen
/freebsd-10-stable/sys/amd64/vmm
/freebsd-10-stable/sys/boot
/freebsd-10-stable/sys/boot/i386/efi
/freebsd-10-stable/sys/boot/ia64/efi
/freebsd-10-stable/sys/boot/ia64/ski
/freebsd-10-stable/sys/boot/powerpc/boot1.chrp
/freebsd-10-stable/sys/boot/powerpc/ofw
/freebsd-10-stable/sys/cddl/contrib/opensolaris
/freebsd-10-stable/sys/conf
/freebsd-10-stable/sys/contrib/dev/acpica
/freebsd-10-stable/sys/contrib/dev/acpica/changes.txt
/freebsd-10-stable/sys/contrib/dev/acpica/common
/freebsd-10-stable/sys/contrib/dev/acpica/compiler
/freebsd-10-stable/sys/contrib/dev/acpica/components/debugger
/freebsd-10-stable/sys/contrib/dev/acpica/components/disassembler
/freebsd-10-stable/sys/contrib/dev/acpica/components/dispatcher
/freebsd-10-stable/sys/contrib/dev/acpica/components/events
/freebsd-10-stable/sys/contrib/dev/acpica/components/executer
/freebsd-10-stable/sys/contrib/dev/acpica/components/hardware
/freebsd-10-stable/sys/contrib/dev/acpica/components/namespace
/freebsd-10-stable/sys/contrib/dev/acpica/components/parser
/freebsd-10-stable/sys/contrib/dev/acpica/components/resources
/freebsd-10-stable/sys/contrib/dev/acpica/components/tables
/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities
/freebsd-10-stable/sys/contrib/dev/acpica/include
/freebsd-10-stable/sys/contrib/dev/acpica/os_specific
/freebsd-10-stable/sys/contrib/ipfilter
/freebsd-10-stable/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c
/freebsd-10-stable/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c
/freebsd-10-stable/sys/contrib/libfdt
/freebsd-10-stable/sys/contrib/octeon-sdk
/freebsd-10-stable/sys/contrib/x86emu
/freebsd-10-stable/sys/dev/bvm
/freebsd-10-stable/sys/dev/fdt/fdt_ic_if.m
/freebsd-10-stable/sys/dev/hyperv
/freebsd-10-stable/sys/modules/hyperv
/freebsd-10-stable/sys/modules/vmm
/freebsd-10-stable/sys/x86/include/acpica_machdep.h
/freebsd-10-stable/tools
/freebsd-10-stable/tools/build
/freebsd-10-stable/tools/build/options
/freebsd-10-stable/tools/tools/atsectl
/freebsd-10-stable/usr.bin/calendar
/freebsd-10-stable/usr.bin/csup
/freebsd-10-stable/usr.bin/iscsictl
/freebsd-10-stable/usr.bin/procstat
/freebsd-10-stable/usr.sbin
/freebsd-10-stable/usr.sbin/bhyve
/freebsd-10-stable/usr.sbin/bhyvectl
/freebsd-10-stable/usr.sbin/bhyveload
/freebsd-10-stable/usr.sbin/bsdconfig
/freebsd-10-stable/usr.sbin/bsdinstall
/freebsd-10-stable/usr.sbin/ctladm
/freebsd-10-stable/usr.sbin/ctld
/freebsd-10-stable/usr.sbin/freebsd-update
/freebsd-10-stable/usr.sbin/jail
/freebsd-10-stable/usr.sbin/mergemaster
/freebsd-10-stable/usr.sbin/mount_smbfs
/freebsd-10-stable/usr.sbin/ndiscvt
/freebsd-10-stable/usr.sbin/pkg
/freebsd-10-stable/usr.sbin/rtadvctl
/freebsd-10-stable/usr.sbin/rtadvd
/freebsd-10-stable/usr.sbin/rtsold
/freebsd-10-stable/usr.sbin/zic
256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


254107 08-Aug-2013 delphij

MFV r254106 (OpenSSL bugfix for RT #2984):

Check DTLS_BAD_VER for version number.

The version check for DTLS1_VERSION was redundant as
DTLS1_VERSION > TLS1_1_VERSION, however we do need to
check for DTLS1_BAD_VER for compatibility.

Requested by: zi
Approved by: benl


246772 13-Feb-2013 jkim

Merge OpenSSL 1.0.1e.

Approved by: secteam (simon), benl (silence)


246771 13-Feb-2013 jkim

Change "the the" to "the". It is a continuation of r226436 and missed in
r237658.

Approved by: benl (maintainer, implicit)


245952 26-Jan-2013 pfg

Clean some 'svn:executable' properties in the tree.

Submitted by: Christoph Mallon
MFC after: 3 days


244975 02-Jan-2013 delphij

Indicate that we are using OpenSSL with some local modifications.

X-MFC after: with r244974


244974 02-Jan-2013 delphij

MFV r244973:

Integrate OpenSSL changeset 22950 (appro):

bn_word.c: fix overflow bug in BN_add_word.

MFC after: 2 weeks


243933 06-Dec-2012 eadler

Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS in
share/mk/sys.mk instead.

This is part of a medium term project to permit deterministic builds of
FreeBSD.

Submitted by: Erik Cederstrand <erik@cederstrand.dk>
Reviewed by: imp, toolchain@
Approved by: cperciva
MFC after: 2 weeks


243715 30-Nov-2012 pjd

Allow OpenSSL to use arc4random(3) on FreeBSD. arc4random(3) was modified
some time ago to use sysctl instead of /dev/random to get random data,
so is now much better choice, especially for sandboxed processes that have
no direct access to /dev/random.

Approved by: benl
MFC after: 2 weeks


240339 11-Sep-2012 avg

openssl: change SHLIB_VERSION_NUMBER to reflect the reality

Note: I timed out waiting for an exp-run for this change but I survived
having it locally for quite a long time.

MFC after: 1 month
X-MFC note: SHLIB_MAJOR is 6 in stable/8 and stable/9


238405 12-Jul-2012 jkim

Merge OpenSSL 1.0.1c.

Approved by: benl (maintainer)


237658 27-Jun-2012 jkim

Partially redo r226436, i. e., change "the the" to "the". ca(1), dgst(1),
and engine(3) are generated from these pod files during merge process and
we do not want to re-apply these changes over and over again.

Approved by: benl (maintainer, implicit)


237657 27-Jun-2012 jkim

Merge OpenSSL 0.9.8x.

Reviewed by: stas
Approved by: benl (maintainer)
MFC after: 3 days


236304 30-May-2012 bz

Update the previous openssl fix. [12:01]

Fix a bug in crypt(3) ignoring characters of a passphrase. [12:02]

Security: FreeBSD-SA-12:01.openssl (revised)
Security: FreeBSD-SA-12:02.crypt
Approved by: so (bz, simon)


234954 03-May-2012 bz

Fix multiple OpenSSL vulnerabilities.

Security: CVE-2011-4576, CVE-2011-4619, CVE-2011-4109
Security: CVE-2012-0884, CVE-2012-2110
Security: FreeBSD-SA-12:01.openssl
Approved by: so (bz,simon)


225446 08-Sep-2011 delphij

Fix SSL memory handlig for (EC)DH cipher suites, in particular for
multi-threaded use of ECDH.

Security: CVE-2011-3210
Reviewed by: stas
Obtained from: OpenSSL CVS
Approved by: re (kib)


223758 04-Jul-2011 attilio

With retirement of cpumask_t and usage of cpuset_t for representing a
mask of CPUs, pc_other_cpus and pc_cpumask become highly inefficient.

Remove them and replace their usage with custom pc_cpuid magic (as,
atm, pc_cpumask can be easilly represented by (1 << pc_cpuid) and
pc_other_cpus by (all_cpus & ~(1 << pc_cpuid))).

This change is not targeted for MFC because of struct pcpu members
removal and dependency by cpumask_t retirement.

MD review by: marcel, marius, alc
Tested by: pluknet
MD testing by: marcel, marius, gonzo, andreast


222813 07-Jun-2011 attilio

etire the cpumask_t type and replace it with cpuset_t usage.

This is intended to fix the bug where cpu mask objects are
capped to 32. MAXCPU, then, can now arbitrarely bumped to whatever
value. Anyway, as long as several structures in the kernel are
statically allocated and sized as MAXCPU, it is suggested to keep it
as low as possible for the time being.

Technical notes on this commit itself:
- More functions to handle with cpuset_t objects are introduced.
The most notable are cpusetobj_ffs() (which calculates a ffs(3)
for a cpuset_t object), cpusetobj_strprint() (which prepares a string
representing a cpuset_t object) and cpusetobj_strscan() (which
creates a valid cpuset_t starting from a string representation).
- pc_cpumask and pc_other_cpus are target to be removed soon.
With the moving from cpumask_t to cpuset_t they are now inefficient
and not really useful. Anyway, for the time being, please note that
access to pcpu datas is protected by sched_pin() in order to avoid
migrating the CPU while reading more than one (possible) word
- Please note that size of cpuset_t objects may differ between kernel
and userland. While this is not directly related to the patch itself,
it is good to understand that concept and possibly use the patch
as a reference on how to deal with cpuset_t objects in userland, when
accessing kernland members.
- KTR_CPUMASK is changed and now is represented through a string, to be
set as the example reported in NOTES.

Please additively note that no MAXCPU is bumped in this patch, but
private testing has been done until to MAXCPU=128 on a real 8x8x2(htt)
machine (amd64).

Please note that the FreeBSD version is not yet bumped because of
the upcoming pcpu changes. However, note that this patch is not
targeted for MFC.

People to thank for the time spent on this patch:
- sbruno, pluknet and Nicholas Esborn (nick AT desert DOT net) tested
several revision of the patches and really helped in improving
stability of this work.
- marius fixed several bugs in the sparc64 implementation and reviewed
patches related to ktr.
- jeff and jhb discussed the basic approach followed.
- kib and marcel made targeted review on some specific part of the
patch.
- marius, art, nwhitehorn and andreast reviewed MD specific part of
the patch.
- marius, andreast, gonzo, nwhitehorn and jceel tested MD specific
implementations of the patch.
- Other people have made contributions on other patches that have been
already committed and have been listed separately.

Companies that should be mentioned for having participated at several
degrees:
- Yahoo! for having offered the machines used for testing on big
count of CPUs.
- The FreeBSD Foundation for having sponsored my devsummit attendance,
which has been instrumental.
- Sandvine for having offered offices and infrastructure during
development.

(I really hope I didn't forget anyone, if it happened I apologize in
advance).


218625 12-Feb-2011 simon

Fix Incorrectly formatted ClientHello SSL/TLS handshake messages could
cause OpenSSL to parse past the end of the message.

Note: Applications are only affected if they act as a server and call
SSL_CTX_set_tlsext_status_cb on the server's SSL_CTX. This includes
Apache httpd >= 2.3.3, if configured with "SSLUseStapling On".

Security: http://www.openssl.org/news/secadv_20110208.txt
Security: CVE-2011-0014
Obtained from: OpenSSL CVS


216166 03-Dec-2010 simon

Merge OpenSSL 0.9.8q into head.

Security: CVE-2010-4180
Security: http://www.openssl.org/news/secadv_20101202.txt
MFC after: 3 days


215697 22-Nov-2010 simon

Merge OpenSSL 0.9.8p into head.

Security: CVE-2010-3864
Security: http://www.openssl.org/news/secadv_20101116.txt


215288 14-Nov-2010 simon

Fix double-free in OpenSSL's SSL ECDH code.

It has yet to be determined if this warrants a FreeBSD Security
Advisory, but we might as well get it fixed in the normal branches.

Obtained from: OpenSSL CVS
Security: CVE-2010-2939
X-MFC after: Not long...


212961 21-Sep-2010 rpaulo

Bring in OpenSSL checkin 19821:

Make inline assembler clang-friendly [from HEAD].

openssl/crypto/md32_common.h 1.45.2.1 -> 1.45.2.2
openssl/crypto/rc5/rc5_locl.h 1.8 -> 1.8.8.1

Approved by: simon


207736 07-May-2010 mckusick

Merger of the quota64 project into head.

This joint work of Dag-Erling Smørgrav and myself updates the
FFS quota system to support both traditional 32-bit and new 64-bit
quotas (for those of you who want to put 2+Tb quotas on your users).

By default quotas are not compiled into the kernel. To include them
in your kernel configuration you need to specify:

options QUOTA # Enable FFS quotas

If you are already running with the current 32-bit quotas, they
should continue to work just as they have in the past. If you
wish to convert to using 64-bit quotas, use `quotacheck -c 64';
if you wish to revert from 64-bit quotas back to 32-bit quotas,
use `quotacheck -c 32'.

There is a new library of functions to simplify the use of the
quota system, do `man quotafile' for details. If your application
is currently using the quotactl(2), it is highly recommended that
you convert your application to use the quotafile interface.
Note that existing binaries will continue to work.

Special thanks to John Kozubik of rsync.net for getting me
interested in pursuing 64-bit quota support and for funding
part of my development time on this project.


206046 01-Apr-2010 simon

Merge OpenSSL 0.9.8n into head.

This fixes CVE-2010-0740 which only affected -CURRENT (OpenSSL 0.9.8m)
but not -STABLE branches.

I have not yet been able to find out if CVE-2010-0433 impacts FreeBSD.
This will be investigated further.

Security: CVE-2010-0433, CVE-2010-0740
Security: http://www.openssl.org/news/secadv_20100324.txt


205601 24-Mar-2010 ed

Prune empty directories.


205137 13-Mar-2010 simon

Readd $FreeBSD$ to the OpenSSL config file as that's useful for
mergemaster.

Suggested by: dougb


205128 13-Mar-2010 simon

Merge OpenSSL 0.9.8m into head.

This also "reverts" some FreeBSD local changes so we should now
be back to using entirely stock OpenSSL. The local changes were
simple $FreeBSD$ lines additions, which were required in the CVS
days, and the patch for FreeBSD-SA-09:15.ssl which has been
superseded with OpenSSL 0.9.8m's RFC5746 'TLS renegotiation
extension' support.

MFC after: 3 weeks


200054 03-Dec-2009 cperciva

Disable SSL renegotiation in order to protect against a serious
protocol flaw. [09:15]

Correctly handle failures from unsetenv resulting from a corrupt
environment in rtld-elf. [09:16]

Fix permissions in freebsd-update in order to prevent leakage of
sensitive files. [09:17]

Approved by: so (cperciva)
Security: FreeBSD-SA-09:15.ssl
Security: FreeBSD-SA-09:16.rtld
Security: FreeBSD-SA-09:17.freebsd-udpate


196474 23-Aug-2009 simon

Merge DTLS fixes from vendor-crypto/openssl/dist:

- Fix memory consumption bug with "future epoch" DTLS records.
- Fix fragment handling memory leak.
- Do not access freed data structure.
- Fix DTLS fragment bug - out-of-sequence message handling which could
result in NULL pointer dereference in
dtls1_process_out_of_seq_message().

Note that this will not get FreeBSD Security Advisory as DTLS is
experimental in OpenSSL.

MFC after: 1 week
Security: CVE-2009-1377 CVE-2009-1378 CVE-2009-1379 CVE-2009-1387


196133 12-Aug-2009 simon

Remove symlinks in OpenSSL's testing framework. These are not required
for normal build, and doesn't export well to CVS.

If they are needed later a script will be added to recreate the symlinks
when needed at build time.

Approved by: re (rwatson)


194206 14-Jun-2009 simon

Merge OpenSSL 0.9.8k into head.

Approved by: re


191517 26-Apr-2009 ed

Remove empty directories from the HEAD.

Discussed with: developers, imp


191381 22-Apr-2009 cperciva

Don't leak information via uninitialized space in db(3) records. [09:07]

Sanity-check string lengths in order to stop OpenSSL crashing
when printing corrupt BMPString or UniversalString objects. [09:08]

Security: FreeBSD-SA-09:07.libc
Security: FreeBSD-SA-09:08.openssl
Security: CVE-2009-0590
Approved by: re (kensmith)
Approved by: so (cperciva)


186872 07-Jan-2009 simon

Prevent cross-site forgery attacks on lukemftpd(8) due to splitting
long commands into multiple requests. [09:01]

Fix incorrect OpenSSL checks for malformed signatures due to invalid
check of return value from EVP_VerifyFinal(), DSA_verify, and
DSA_do_verify. [09:02]

Security: FreeBSD-SA-09:01.lukemftpd
Security: FreeBSD-SA-09:02.openssl
Obtained from: NetBSD [SA-09:01]
Obtained from: OpenSSL Project [SA-09:02]
Approved by: so (simon)


183229 21-Sep-2008 simon

The vendor area is the proper home for these files now.


183227 21-Sep-2008 simon

Bootstrapping merge history from vendor-crypto/openssl/dist/@182044.


179526 03-Jun-2008 peter

cvs2svn did not delete this, even though it is empty.


175292 13-Jan-2008 simon

Unbreak detection of cryptodev support for FreeBSD which was broken
with OpenSSL 0.9.8 import.

Note that this does not enable cryptodev by default, as it was the
case with OpenSSL 0.9.7 in FreeBSD base, but this change makes it
possible to enable cryptodev at all.

This has been submitted upstream as:
http://rt.openssl.org/Ticket/Display.html?id=1624

Submitted by: nork


172768 18-Oct-2007 simon

This commit was generated by cvs2svn to compensate for changes in r172767,
which included commits to RCS files with non-trunk default branches.


172429 03-Oct-2007 simon

Correct a buffer overflow in OpenSSL SSL_get_shared_ciphers().

Security: FreeBSD-SA-07:08.openssl
Approved by: re (security blanket)


169883 22-May-2007 simon

Fix runtime crash in OpenSSL with "Illegal instruction" by making some
casts a bit less evil.

This was e.g. seen when using portsnap as:

Fetching snapshot tag from portsnap3.FreeBSD.org... Illegal instruction

Note the patch is slightly different from kan's original patch to
match style in the OpenSSL source files a bit better.

Submitted by: kan
Tested by: many


167620 15-Mar-2007 simon

- Bring upgrade produce up-to-date for OpenSSL 0.9.8e.
- Add reminder to bump version numer in Makefile.inc.


167618 15-Mar-2007 simon

This commit was generated by cvs2svn to compensate for changes in r167617,
which included commits to RCS files with non-trunk default branches.


167615 15-Mar-2007 simon

Resolve conflicts after import of OpenSSL 0.9.8e.


167613 15-Mar-2007 simon

This commit was generated by cvs2svn to compensate for changes in r167612,
which included commits to RCS files with non-trunk default branches.


162917 01-Oct-2006 simon

This commit was generated by cvs2svn to compensate for changes in r162916,
which included commits to RCS files with non-trunk default branches.


162914 01-Oct-2006 simon

Resolve conflicts after import of OpenSSL 0.9.8d.


162912 01-Oct-2006 simon

This commit was generated by cvs2svn to compensate for changes in r162911,
which included commits to RCS files with non-trunk default branches.


162207 10-Sep-2006 simon

Correct incorrect PKCS#1 v1.5 padding validation in crypto(3).

Obtained from: OpenSSL project
Security: FreeBSD-SA-06:19.openssl


160837 30-Jul-2006 simon

Resolve conflicts after import of OpenSSL 0.9.8b.

This was missed the first time around since eng_padlock.c was not part
of OpenSSL 0.9.7e and therefor did not have the v0_9_7e CVS tag used
during original resolve of conflicts.

Noticed by: Antoine Brodin <antoine.brodin@laposte.net>


160827 29-Jul-2006 simon

Sync FREEBSD-Xlist with what was actually excluded from OpenSSL 0.9.8b
import.


160826 29-Jul-2006 simon

Add some rough notes on how to import a new OpenSSL version into the
FreeBSD base system. Parts are inspired by the OpenSSH upgrade notes.


160817 29-Jul-2006 simon

Resolve conflicts after import of OpenSSL 0.9.8b.


160815 29-Jul-2006 simon

This commit was generated by cvs2svn to compensate for changes in r160814,
which included commits to RCS files with non-trunk default branches.


151233 11-Oct-2005 cperciva

Correct a man-in-the-middle SSL version rollback vulnerability.

Security: FreeBSD-SA-05:21.openssl


142432 25-Feb-2005 nectar

File removed in update from OpenSSL 0.9.7d -> 0.9.7e.


142431 25-Feb-2005 nectar

This commit was generated by cvs2svn to compensate for changes in r142430,
which included commits to RCS files with non-trunk default branches.


142428 25-Feb-2005 nectar

Resolve conflicts after import of OpenSSL 0.9.7e.


142426 25-Feb-2005 nectar

This commit was generated by cvs2svn to compensate for changes in r142425,
which included commits to RCS files with non-trunk default branches.


142423 25-Feb-2005 nectar

Update list of files to remove prior to import of OpenSSL 0.9.7e.


142422 25-Feb-2005 nectar

This commit was generated by cvs2svn to compensate for changes in r142421,
which included commits to RCS files with non-trunk default branches.


133718 14-Aug-2004 markm

Add support for C3 Nehemiah ACE ("Padlock") AES crypto. This comes
from OpenSSL 0.9.5 (yet to be released), and is pretty complete.


133666 13-Aug-2004 markm

This commit was generated by cvs2svn to compensate for changes in r133665,
which included commits to RCS files with non-trunk default branches.


127905 05-Apr-2004 nectar

This commit was generated by cvs2svn to compensate for changes in r127904,
which included commits to RCS files with non-trunk default branches.


127134 17-Mar-2004 nectar

Resolve conflicts after import of OpenSSL 0.9.7d.


127129 17-Mar-2004 nectar

This commit was generated by cvs2svn to compensate for changes in r127128,
which included commits to RCS files with non-trunk default branches.


127115 17-Mar-2004 nectar

This commit was generated by cvs2svn to compensate for changes in r127114,
which included commits to RCS files with non-trunk default branches.


124292 09-Jan-2004 nectar

Re-add the FreeBSD RCS keyword for the benefit of mergemaster.

PR: conf/50040
Requested by: Dimitry Andric <dim@xs4all.nl>


120636 01-Oct-2003 nectar

Remove files no longer included with OpenSSL as of version 0.9.7c.


120635 01-Oct-2003 nectar

Merge conflicts after import of OpenSSL 0.9.7c.


120632 01-Oct-2003 nectar

This commit was generated by cvs2svn to compensate for changes in r120631,
which included commits to RCS files with non-trunk default branches.


120630 01-Oct-2003 nectar

Update list of files to remove prior to import of OpenSSL 0.9.7c.


112446 20-Mar-2003 jedgar

Merge conflicts


112440 20-Mar-2003 jedgar

This commit was generated by cvs2svn to compensate for changes in r112439,
which included commits to RCS files with non-trunk default branches.


111150 19-Feb-2003 nectar

Resolve conflicts after import of OpenSSL 0.9.7a.


111148 19-Feb-2003 nectar

This commit was generated by cvs2svn to compensate for changes in r111147,
which included commits to RCS files with non-trunk default branches.


110049 29-Jan-2003 nectar

Background:
When libdes was replaced with OpenSSL's libcrypto, there were a few
interfaces that the former implemented but the latter did not. Because
some software in the base system still depended upon these interfaces,
we simply included them in our libcrypto (rnd_keys.c).

Now, finally get around to removing the dependencies on these
interfaces. There were basically two cases:

des_new_random_key -- This is just a wrapper for des_random_key, and
these calls were replaced.

des_init_random_number_generator et. al. -- A few functions were used
by the application to seed libdes's PRNG. These are not necessary
when using libcrypto, as OpenSSL internally seeds the PRNG from
/dev/random. These calls were simply removed.

Again, some of the Kerberos 4 files have been taken off the vendor
branch. I do not expect there to be future imports of KTH Kerberos 4.


110019 29-Jan-2003 nectar

This commit was generated by cvs2svn to compensate for changes in r110018,
which included commits to RCS files with non-trunk default branches.


110007 28-Jan-2003 markm

Merge conflicts.
This is cunning doublespeak for "use vendor code".


110006 28-Jan-2003 markm

Remove files no longer on OpenSSL 0.9.7. crypto/des/rnd_keys.c is
retained as it is still used.


109999 28-Jan-2003 markm

This commit was generated by cvs2svn to compensate for changes in r109998,
which included commits to RCS files with non-trunk default branches.


101621 10-Aug-2002 nectar

Resolve conflicts.


101619 10-Aug-2002 nectar

This commit was generated by cvs2svn to compensate for changes in r101618,
which included commits to RCS files with non-trunk default branches.


101616 10-Aug-2002 nectar

This commit was generated by cvs2svn to compensate for changes in r101615,
which included commits to RCS files with non-trunk default branches.


101614 10-Aug-2002 nectar

This commit was generated by cvs2svn to compensate for changes in r101613,
which included commits to RCS files with non-trunk default branches.


101387 05-Aug-2002 nectar

This commit was generated by cvs2svn to compensate for changes in r101386,
which included commits to RCS files with non-trunk default branches.


100943 30-Jul-2002 nectar

Resolve conflicts after import of OpenSSL 0.9.6e.


100937 30-Jul-2002 nectar

This commit was generated by cvs2svn to compensate for changes in r100936,
which included commits to RCS files with non-trunk default branches.


100934 30-Jul-2002 nectar

This man page has not been referenced by anything for a while,
and is not part of the OpenSSL distribution. Remove it.


100932 30-Jul-2002 nectar

Remove many obsolete files. The majority of these are simply no
longer included as part of the OpenSSL distribution. However, a few
we just don't need and are explicitly excluded in FREEBSD-Xlist.


100931 30-Jul-2002 nectar

Resolve conflicts after import of OpenSSL 0.9.6d.


100929 30-Jul-2002 nectar

This commit was generated by cvs2svn to compensate for changes in r100928,
which included commits to RCS files with non-trunk default branches.


100927 30-Jul-2002 nectar

Update list of files to remove prior to import of OpenSSL 0.9.6d


89840 27-Jan-2002 kris

Resolve conflicts.


89838 27-Jan-2002 kris

This commit was generated by cvs2svn to compensate for changes in r89837,
which included commits to RCS files with non-trunk default branches.


87174 01-Dec-2001 markm

Protect names that are used elsewhere. This fixes WARNS=2 breakage
in crypto telnet.


80001 19-Jul-2001 kris

Resolve conflicts


79999 19-Jul-2001 kris

This commit was generated by cvs2svn to compensate for changes in r79998,
which included commits to RCS files with non-trunk default branches.


76870 20-May-2001 kris

Resolve conflicts


76867 20-May-2001 kris

This commit was generated by cvs2svn to compensate for changes in r76866,
which included commits to RCS files with non-trunk default branches.


72616 18-Feb-2001 kris

Resolve conflicts


72614 18-Feb-2001 kris

This commit was generated by cvs2svn to compensate for changes in r72613,
which included commits to RCS files with non-trunk default branches.


68666 13-Nov-2000 kris

Update list of files to remove prior to import


68654 13-Nov-2000 kris

Resolve conflicts, and garbage collect some local changes that are no
longer required


68652 13-Nov-2000 kris

This commit was generated by cvs2svn to compensate for changes in r68651,
which included commits to RCS files with non-trunk default branches.


67865 29-Oct-2000 dougb

Add a CVS Id tag


65653 10-Sep-2000 kris

Nuke RSAREF support from orbit.

It's the only way to be sure.


62030 24-Jun-2000 markm

MFI. This is a documentation-only, diffreducing patch, that if
invoked will cause breakage. US Users - DO NOT try to turn on
IDEA - the sources are not included.


61828 19-Jun-2000 markm

Grrr. I hate CVS. These were supposed to be committed when I did the
IDEA fix earlier today.

Bring back IDEA from the dead (but not compiled by default).


61821 19-Jun-2000 markm

Re-add IDEA. This is not actually built unless asked for by the user.
(To avoid patent hassles).


59402 19-Apr-2000 markm

MFF: catch up with FreeFall


59354 18-Apr-2000 kris

If stderr is closed, report the error message about missing libraries
via syslog instead.

Reviewed by: jkh


59287 16-Apr-2000 markm

Internat diff reducer.


59282 16-Apr-2000 markm

This commit was generated by cvs2svn to compensate for changes in r59281,
which included commits to RCS files with non-trunk default branches.


59194 13-Apr-2000 kris

Resolve conflicts.


59192 13-Apr-2000 kris

This commit was generated by cvs2svn to compensate for changes in r59191,
which included commits to RCS files with non-trunk default branches.


59027 05-Apr-2000 kris

Correct a typo and interchanged library names

Submitted by: Ben Rosengart <ben@narcissus.net>
Matthew D. Fuller <fullermd@futuresouth.com>


58549 25-Mar-2000 kris

Don't refer to the openssl handbook chapter by name - the doc guys keep
jamming new chapters in front of it :)


57971 13-Mar-2000 kris

Add a new function stub to libcrypto() which resolves to a symbol in
the librsa* library and reports which version of the library (OpenSSL/RSAREF)
is being used.

This is then used in openssh to detect the failure case of RSAREF and a RSA key
>1024 bits, to print a more helpful error message than 'rsa_public_encrypt() fai
led.'

This is a 4.0-RELEASE candidate.


57683 02-Mar-2000 kris

Update the wording on the error message when libcrypto.so can't find an
RSA library.

Reviewed by: peter, jkh


57518 26-Feb-2000 peter

Sync with internat.freebsd.org; weak symbols vs static libs == trouble


57514 26-Feb-2000 peter

Merge from internat.freebsd.org; move VERBOSE_STUBS to a better spot.


57513 26-Feb-2000 peter

Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)

Reorganize and unify libcrypto's interface so that the RSA implementation
is chosen at runtime via dlopen().

This is a checkpoint and may require more tweaks still.


57511 26-Feb-2000 peter

Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)

Reorganize and unify libcrypto's interface so that the RSA implementation
is chosen at runtime via dlopen().

This is a checkpoint and may require more tweaks still.


57510 26-Feb-2000 peter

At great personal risk (to my already fragile sanity), reorganize
the rsa stubs for libcrypto. libcrypto.so now uses dlopen() to
implement the backends for either the native or rsaref implemented
RSA code.
This involves:
- unifying the libcrypto and openssl(1) source so there is no
#ifdef RSAref variations.
- using weak symbols and dlopen()/dlsym() routines to access the
rsa method vectors.

Releases will enable the user to choose International, US (rsaref) or
no RSA code at install time.
'make world' will DTRT depending on whether you have the international
or US source. For US users, you must either install rsaref (the port
or package) or (if you don't fear RSA Inc) use the (superior)
International rsa_eay.c code.

This has been discussed at great length by the affected folks and even
we have a great deal of confusion. This is a checkpoint so we can tune
the results. This works for me in all permutations I can think of and
should result in a CD/ftp 'release' just about doing the right thing now.


57472 25-Feb-2000 peter

Don't use the dlopen() stubs if comiling with PIC. This still
needs some more thought for the static case. Should we provide weak
error-generating stubs for static binaries if -lrsaref was forgotten?


57427 24-Feb-2000 markm

Oops; forgot to add this.


57426 24-Feb-2000 markm

Get this to the same level of functionality as old libdes.


57388 22-Feb-2000 jkh

Add call stubs for dynamic rsaref loading. This isn't enabled for now
but simply lets us sync up on the solution as it's evolved.


56084 16-Jan-2000 kris

This commit was generated by cvs2svn to compensate for changes in r56083,
which included commits to RCS files with non-trunk default branches.


56082 16-Jan-2000 kris

Fix for missing symbol in -DRSAref case.


55949 14-Jan-2000 kris

Fix breakage when NO_RSA specified.

Reviewed by: Ben Laurie <ben@openssl.org>


55719 10-Jan-2000 kris

Zap NO_IDEA


55717 10-Jan-2000 kris

List of files to nuke prior to import.


55715 10-Jan-2000 kris

This commit was generated by cvs2svn to compensate for changes in r55714,
which included commits to RCS files with non-trunk default branches.


55709 10-Jan-2000 kris

Zap the IDEA stuff - it's patented internationally (at least in some
places), and we don't want people to get in trouble just for having it.


55100 25-Dec-1999 kris

This commit was generated by cvs2svn to compensate for changes in r55099,
which included commits to RCS files with non-trunk default branches.