]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Initial import of OpenSSL 0.9.6c
authorkris <kris@FreeBSD.org>
Sun, 27 Jan 2002 03:13:07 +0000 (03:13 +0000)
committerkris <kris@FreeBSD.org>
Sun, 27 Jan 2002 03:13:07 +0000 (03:13 +0000)
commit1f8c2aa1763b5d8a328b2fd4053396e94ea48d35
tree844bea9e360a2132b36667e0042dd30ac9f931ff
parent3b19ada1e8e5f87b844d2cc1e72907cfb7774fb6
Initial import of OpenSSL 0.9.6c
149 files changed:
crypto/openssl/CHANGES
crypto/openssl/Configure
crypto/openssl/FAQ
crypto/openssl/Makefile.org
crypto/openssl/Makefile.ssl
crypto/openssl/NEWS
crypto/openssl/README
crypto/openssl/README.ENGINE
crypto/openssl/apps/req.c
crypto/openssl/apps/s_client.c
crypto/openssl/config
crypto/openssl/crypto/asn1/a_strnid.c
crypto/openssl/crypto/asn1/asn1.h
crypto/openssl/crypto/bio/b_print.c
crypto/openssl/crypto/bio/b_sock.c
crypto/openssl/crypto/bio/bio.h
crypto/openssl/crypto/bio/bss_bio.c
crypto/openssl/crypto/bn/Makefile.ssl
crypto/openssl/crypto/bn/asm/ia64.S [new file with mode: 0644]
crypto/openssl/crypto/bn/bn.h
crypto/openssl/crypto/bn/bn_div.c
crypto/openssl/crypto/bn/bn_prime.c
crypto/openssl/crypto/bn/bn_rand.c
crypto/openssl/crypto/bn/bn_sqr.c
crypto/openssl/crypto/buffer/buffer.h
crypto/openssl/crypto/comp/Makefile.ssl
crypto/openssl/crypto/comp/comp.h
crypto/openssl/crypto/conf/conf.h
crypto/openssl/crypto/cryptlib.c
crypto/openssl/crypto/crypto.h
crypto/openssl/crypto/dh/dh.h
crypto/openssl/crypto/dh/dh_key.c
crypto/openssl/crypto/dh/dh_lib.c
crypto/openssl/crypto/dsa/dsa.h
crypto/openssl/crypto/dsa/dsa_lib.c
crypto/openssl/crypto/dso/dso.h
crypto/openssl/crypto/err/err.c
crypto/openssl/crypto/err/err.h
crypto/openssl/crypto/evp/bio_b64.c
crypto/openssl/crypto/evp/evp.h
crypto/openssl/crypto/evp/m_md4.c
crypto/openssl/crypto/md32_common.h
crypto/openssl/crypto/md4/md4_locl.h
crypto/openssl/crypto/md5/md5_locl.h
crypto/openssl/crypto/objects/Makefile.ssl
crypto/openssl/crypto/objects/obj_dat.h
crypto/openssl/crypto/objects/obj_dat.pl
crypto/openssl/crypto/objects/obj_mac.h
crypto/openssl/crypto/objects/obj_mac.num
crypto/openssl/crypto/objects/objects.h
crypto/openssl/crypto/objects/objects.pl
crypto/openssl/crypto/objects/objects.txt
crypto/openssl/crypto/opensslv.h
crypto/openssl/crypto/pem/pem.h
crypto/openssl/crypto/pkcs12/pkcs12.h
crypto/openssl/crypto/pkcs7/pk7_attr.c
crypto/openssl/crypto/pkcs7/pk7_doit.c
crypto/openssl/crypto/pkcs7/pkcs7.h
crypto/openssl/crypto/rand/md_rand.c
crypto/openssl/crypto/rand/rand.h
crypto/openssl/crypto/ripemd/rmd_locl.h
crypto/openssl/crypto/rsa/rsa.h
crypto/openssl/crypto/rsa/rsa_eay.c
crypto/openssl/crypto/rsa/rsa_err.c
crypto/openssl/crypto/rsa/rsa_oaep.c
crypto/openssl/crypto/sha/sha_locl.h
crypto/openssl/crypto/x509/x509.h
crypto/openssl/crypto/x509/x509_trs.c
crypto/openssl/crypto/x509/x509_txt.c
crypto/openssl/crypto/x509/x509_vfy.c
crypto/openssl/crypto/x509/x509_vfy.h
crypto/openssl/crypto/x509v3/x509v3.h
crypto/openssl/doc/apps/ca.pod
crypto/openssl/doc/apps/openssl.pod
crypto/openssl/doc/apps/verify.pod
crypto/openssl/doc/crypto/BN_rand.pod
crypto/openssl/doc/crypto/bn.pod
crypto/openssl/doc/crypto/threads.pod
crypto/openssl/doc/ssl/SSL_COMP_add_compression_method.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_ctrl.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_free.pod
crypto/openssl/doc/ssl/SSL_CTX_load_verify_locations.pod
crypto/openssl/doc/ssl/SSL_CTX_new.pod
crypto/openssl/doc/ssl/SSL_CTX_sess_set_get_cb.pod
crypto/openssl/doc/ssl/SSL_CTX_set_cert_store.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_cert_verify_callback.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod
crypto/openssl/doc/ssl/SSL_CTX_set_default_passwd_cb.pod
crypto/openssl/doc/ssl/SSL_CTX_set_info_callback.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_mode.pod
crypto/openssl/doc/ssl/SSL_CTX_set_options.pod
crypto/openssl/doc/ssl/SSL_CTX_set_quiet_shutdown.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_session_cache_mode.pod
crypto/openssl/doc/ssl/SSL_CTX_set_timeout.pod
crypto/openssl/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_verify.pod
crypto/openssl/doc/ssl/SSL_SESSION_free.pod
crypto/openssl/doc/ssl/SSL_SESSION_get_time.pod
crypto/openssl/doc/ssl/SSL_accept.pod
crypto/openssl/doc/ssl/SSL_alert_type_string.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_connect.pod
crypto/openssl/doc/ssl/SSL_get_SSL_CTX.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_default_timeout.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_error.pod
crypto/openssl/doc/ssl/SSL_get_peer_certificate.pod
crypto/openssl/doc/ssl/SSL_get_session.pod
crypto/openssl/doc/ssl/SSL_new.pod
crypto/openssl/doc/ssl/SSL_read.pod
crypto/openssl/doc/ssl/SSL_rstate_string.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_session_reused.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_set_connect_state.pod
crypto/openssl/doc/ssl/SSL_set_session.pod
crypto/openssl/doc/ssl/SSL_set_shutdown.pod
crypto/openssl/doc/ssl/SSL_shutdown.pod
crypto/openssl/doc/ssl/SSL_state_string.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_want.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_write.pod
crypto/openssl/doc/ssl/d2i_SSL_SESSION.pod
crypto/openssl/doc/ssl/ssl.pod
crypto/openssl/doc/ssleay.txt
crypto/openssl/e_os.h
crypto/openssl/openssl.spec
crypto/openssl/rsaref/rsaref.h
crypto/openssl/ssl/s23_clnt.c
crypto/openssl/ssl/s23_pkt.c
crypto/openssl/ssl/s23_srvr.c
crypto/openssl/ssl/s2_clnt.c
crypto/openssl/ssl/s2_enc.c
crypto/openssl/ssl/s2_pkt.c
crypto/openssl/ssl/s2_srvr.c
crypto/openssl/ssl/s3_both.c
crypto/openssl/ssl/s3_clnt.c
crypto/openssl/ssl/s3_enc.c
crypto/openssl/ssl/s3_pkt.c
crypto/openssl/ssl/s3_srvr.c
crypto/openssl/ssl/ssl.h
crypto/openssl/ssl/ssl2.h
crypto/openssl/ssl/ssl_cert.c
crypto/openssl/ssl/ssl_err.c
crypto/openssl/ssl/ssl_lib.c
crypto/openssl/ssl/ssl_stat.c
crypto/openssl/ssl/t1_enc.c
crypto/openssl/test/testss
crypto/openssl/tools/c89.sh [new file with mode: 0755]
crypto/openssl/util/libeay.num
crypto/openssl/util/mkdef.pl
crypto/openssl/util/mkerr.pl
crypto/openssl/util/ssleay.num