Import OpenSSL 0.9.8e.
authorPeter Avalos <pavalos@dragonflybsd.org>
Wed, 28 Mar 2007 19:01:30 +0000 (19:01 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Wed, 28 Mar 2007 19:01:30 +0000 (19:01 +0000)
commite40c9513e267e21491ba2701e021759930a22060
treec184312ec2c5c2b768f50c430db7748ed060b47a
parent3b25c29bf98151ebdecfdc46b8da93c7c9e0ce1e
Import OpenSSL 0.9.8e.
166 files changed:
crypto/openssl-0.9/CHANGES
crypto/openssl-0.9/FAQ
crypto/openssl-0.9/LICENSE
crypto/openssl-0.9/NEWS
crypto/openssl-0.9/README
crypto/openssl-0.9/apps/CA.pl
crypto/openssl-0.9/apps/ca.c
crypto/openssl-0.9/apps/dgst.c
crypto/openssl-0.9/apps/ec.c
crypto/openssl-0.9/apps/enc.c
crypto/openssl-0.9/apps/ocsp.c
crypto/openssl-0.9/apps/pkcs12.c
crypto/openssl-0.9/apps/s_client.c
crypto/openssl-0.9/apps/s_server.c
crypto/openssl-0.9/crypto/aes/aes_misc.c
crypto/openssl-0.9/crypto/asn1/a_strex.c
crypto/openssl-0.9/crypto/asn1/asn1_err.c
crypto/openssl-0.9/crypto/asn1/asn1_lib.c
crypto/openssl-0.9/crypto/asn1/asn1t.h
crypto/openssl-0.9/crypto/asn1/t_x509.c
crypto/openssl-0.9/crypto/asn1/tasn_dec.c
crypto/openssl-0.9/crypto/asn1/x_x509.c
crypto/openssl-0.9/crypto/bf/bf_ecb.c
crypto/openssl-0.9/crypto/bio/bio.h
crypto/openssl-0.9/crypto/bio/bio_err.c
crypto/openssl-0.9/crypto/bio/bio_lib.c
crypto/openssl-0.9/crypto/bn/bn_err.c
crypto/openssl-0.9/crypto/bn/bn_lib.c
crypto/openssl-0.9/crypto/bn/bn_print.c
crypto/openssl-0.9/crypto/buffer/buf_err.c
crypto/openssl-0.9/crypto/camellia/camellia.c
crypto/openssl-0.9/crypto/camellia/cmll_cbc.c
crypto/openssl-0.9/crypto/camellia/cmll_locl.h
crypto/openssl-0.9/crypto/camellia/cmll_misc.c
crypto/openssl-0.9/crypto/cast/c_ecb.c
crypto/openssl-0.9/crypto/comp/c_zlib.c
crypto/openssl-0.9/crypto/comp/comp_err.c
crypto/openssl-0.9/crypto/conf/conf_def.c
crypto/openssl-0.9/crypto/conf/conf_err.c
crypto/openssl-0.9/crypto/conf/conf_lib.c
crypto/openssl-0.9/crypto/cpt_err.c
crypto/openssl-0.9/crypto/cryptlib.c
crypto/openssl-0.9/crypto/des/des_ver.h
crypto/openssl-0.9/crypto/des/ecb_enc.c
crypto/openssl-0.9/crypto/dh/dh_err.c
crypto/openssl-0.9/crypto/dh/dh_key.c
crypto/openssl-0.9/crypto/dh/dh_lib.c
crypto/openssl-0.9/crypto/dsa/dsa_err.c
crypto/openssl-0.9/crypto/dsa/dsa_lib.c
crypto/openssl-0.9/crypto/dso/dso_err.c
crypto/openssl-0.9/crypto/ec/ec_asn1.c
crypto/openssl-0.9/crypto/ec/ec_err.c
crypto/openssl-0.9/crypto/ecdh/ech_err.c
crypto/openssl-0.9/crypto/ecdh/ech_lib.c
crypto/openssl-0.9/crypto/ecdsa/ecdsa.h
crypto/openssl-0.9/crypto/ecdsa/ecs_err.c
crypto/openssl-0.9/crypto/ecdsa/ecs_lib.c
crypto/openssl-0.9/crypto/ecdsa/ecs_ossl.c
crypto/openssl-0.9/crypto/engine/eng_all.c
crypto/openssl-0.9/crypto/engine/eng_err.c
crypto/openssl-0.9/crypto/engine/eng_padlock.c
crypto/openssl-0.9/crypto/engine/tb_ecdh.c
crypto/openssl-0.9/crypto/engine/tb_ecdsa.c
crypto/openssl-0.9/crypto/err/err_all.c
crypto/openssl-0.9/crypto/evp/bio_md.c
crypto/openssl-0.9/crypto/evp/evp.h
crypto/openssl-0.9/crypto/evp/evp_enc.c
crypto/openssl-0.9/crypto/evp/evp_err.c
crypto/openssl-0.9/crypto/evp/evp_lib.c
crypto/openssl-0.9/crypto/evp/evp_locl.h
crypto/openssl-0.9/crypto/idea/i_ecb.c
crypto/openssl-0.9/crypto/idea/idea_lcl.h
crypto/openssl-0.9/crypto/lhash/lhash.c
crypto/openssl-0.9/crypto/md2/md2.h
crypto/openssl-0.9/crypto/md2/md2_dgst.c
crypto/openssl-0.9/crypto/md4/md4.h
crypto/openssl-0.9/crypto/md4/md4_dgst.c
crypto/openssl-0.9/crypto/md5/md5.h
crypto/openssl-0.9/crypto/md5/md5_dgst.c
crypto/openssl-0.9/crypto/objects/obj_dat.h
crypto/openssl-0.9/crypto/objects/obj_err.c
crypto/openssl-0.9/crypto/objects/obj_mac.h
crypto/openssl-0.9/crypto/ocsp/ocsp_asn.c
crypto/openssl-0.9/crypto/ocsp/ocsp_err.c
crypto/openssl-0.9/crypto/ocsp/ocsp_vfy.c
crypto/openssl-0.9/crypto/opensslv.h
crypto/openssl-0.9/crypto/pem/pem.h
crypto/openssl-0.9/crypto/pem/pem_err.c
crypto/openssl-0.9/crypto/pem/pem_lib.c
crypto/openssl-0.9/crypto/pem/pem_pkey.c
crypto/openssl-0.9/crypto/pkcs12/pk12err.c
crypto/openssl-0.9/crypto/pkcs7/pk7_doit.c
crypto/openssl-0.9/crypto/pkcs7/pk7_lib.c
crypto/openssl-0.9/crypto/pkcs7/pk7_smime.c
crypto/openssl-0.9/crypto/pkcs7/pkcs7err.c
crypto/openssl-0.9/crypto/rand/md_rand.c
crypto/openssl-0.9/crypto/rand/rand_err.c
crypto/openssl-0.9/crypto/rc2/rc2_ecb.c
crypto/openssl-0.9/crypto/rc4/rc4_skey.c
crypto/openssl-0.9/crypto/ripemd/ripemd.h
crypto/openssl-0.9/crypto/ripemd/rmd_dgst.c
crypto/openssl-0.9/crypto/rsa/rsa_err.c
crypto/openssl-0.9/crypto/rsa/rsa_lib.c
crypto/openssl-0.9/crypto/sha/sha.h
crypto/openssl-0.9/crypto/sha/sha1dgst.c
crypto/openssl-0.9/crypto/sha/sha256.c
crypto/openssl-0.9/crypto/sha/sha512.c
crypto/openssl-0.9/crypto/sha/sha_dgst.c
crypto/openssl-0.9/crypto/stack/safestack.h
crypto/openssl-0.9/crypto/stack/stack.c
crypto/openssl-0.9/crypto/store/str_err.c
crypto/openssl-0.9/crypto/txt_db/txt_db.c
crypto/openssl-0.9/crypto/ui/ui_err.c
crypto/openssl-0.9/crypto/x509/by_dir.c
crypto/openssl-0.9/crypto/x509/x509.h
crypto/openssl-0.9/crypto/x509/x509_err.c
crypto/openssl-0.9/crypto/x509/x509_req.c
crypto/openssl-0.9/crypto/x509/x509_txt.c
crypto/openssl-0.9/crypto/x509/x509_vfy.c
crypto/openssl-0.9/crypto/x509/x509_vfy.h
crypto/openssl-0.9/crypto/x509v3/ext_dat.h
crypto/openssl-0.9/crypto/x509v3/pcy_tree.c
crypto/openssl-0.9/crypto/x509v3/v3_addr.c [new file with mode: 0644]
crypto/openssl-0.9/crypto/x509v3/v3_akey.c
crypto/openssl-0.9/crypto/x509v3/v3_alt.c
crypto/openssl-0.9/crypto/x509v3/v3_asid.c [new file with mode: 0644]
crypto/openssl-0.9/crypto/x509v3/v3_bcons.c
crypto/openssl-0.9/crypto/x509v3/v3_bitst.c
crypto/openssl-0.9/crypto/x509v3/v3_cpols.c
crypto/openssl-0.9/crypto/x509v3/v3_crld.c
crypto/openssl-0.9/crypto/x509v3/v3_enum.c
crypto/openssl-0.9/crypto/x509v3/v3_extku.c
crypto/openssl-0.9/crypto/x509v3/v3_ia5.c
crypto/openssl-0.9/crypto/x509v3/v3_info.c
crypto/openssl-0.9/crypto/x509v3/v3_int.c
crypto/openssl-0.9/crypto/x509v3/v3_ncons.c
crypto/openssl-0.9/crypto/x509v3/v3_ocsp.c
crypto/openssl-0.9/crypto/x509v3/v3_pci.c
crypto/openssl-0.9/crypto/x509v3/v3_pcons.c
crypto/openssl-0.9/crypto/x509v3/v3_pku.c
crypto/openssl-0.9/crypto/x509v3/v3_pmaps.c
crypto/openssl-0.9/crypto/x509v3/v3_purp.c
crypto/openssl-0.9/crypto/x509v3/v3_skey.c
crypto/openssl-0.9/crypto/x509v3/v3_sxnet.c
crypto/openssl-0.9/crypto/x509v3/v3_utl.c
crypto/openssl-0.9/crypto/x509v3/v3err.c
crypto/openssl-0.9/crypto/x509v3/x509v3.h
crypto/openssl-0.9/ssl/d1_lib.c
crypto/openssl-0.9/ssl/d1_pkt.c
crypto/openssl-0.9/ssl/kssl.c
crypto/openssl-0.9/ssl/s23_clnt.c
crypto/openssl-0.9/ssl/s23_srvr.c
crypto/openssl-0.9/ssl/s2_enc.c
crypto/openssl-0.9/ssl/s2_lib.c
crypto/openssl-0.9/ssl/s3_clnt.c
crypto/openssl-0.9/ssl/s3_enc.c
crypto/openssl-0.9/ssl/s3_lib.c
crypto/openssl-0.9/ssl/s3_pkt.c
crypto/openssl-0.9/ssl/s3_srvr.c
crypto/openssl-0.9/ssl/ssl.h
crypto/openssl-0.9/ssl/ssl_ciph.c
crypto/openssl-0.9/ssl/ssl_err.c
crypto/openssl-0.9/ssl/ssl_lib.c
crypto/openssl-0.9/ssl/ssl_sess.c
crypto/openssl-0.9/ssl/t1_enc.c
crypto/openssl-0.9/ssl/t1_lib.c