Import OpenSSL 0.9.8h.
authorPeter Avalos <pavalos@dragonflybsd.org>
Sat, 6 Sep 2008 20:36:16 +0000 (20:36 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sat, 6 Sep 2008 20:36:16 +0000 (20:36 +0000)
commit2e6ca3d0dda8d36114823221c99e4f6d602fb058
tree06835bfe73a72735b29b3ad62b0e43da471b4035
parent96768186732c5f9af34797b7f7493c4e37c7f094
Import OpenSSL 0.9.8h.
129 files changed:
crypto/openssl-0.9/CHANGES
crypto/openssl-0.9/FAQ
crypto/openssl-0.9/LICENSE
crypto/openssl-0.9/README
crypto/openssl-0.9/apps/apps.c
crypto/openssl-0.9/apps/apps.h
crypto/openssl-0.9/apps/ca.c
crypto/openssl-0.9/apps/cms.c [new file with mode: 0644]
crypto/openssl-0.9/apps/dgst.c
crypto/openssl-0.9/apps/ec.c
crypto/openssl-0.9/apps/ocsp.c
crypto/openssl-0.9/apps/progs.h
crypto/openssl-0.9/apps/req.c
crypto/openssl-0.9/apps/rsautl.c
crypto/openssl-0.9/apps/s_client.c
crypto/openssl-0.9/apps/s_server.c
crypto/openssl-0.9/apps/speed.c
crypto/openssl-0.9/apps/x509.c
crypto/openssl-0.9/crypto/aes/aes.h
crypto/openssl-0.9/crypto/aes/aes_wrap.c [new file with mode: 0644]
crypto/openssl-0.9/crypto/asn1/a_object.c
crypto/openssl-0.9/crypto/asn1/a_type.c
crypto/openssl-0.9/crypto/asn1/asn1.h
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/asn_mime.c [copied from crypto/openssl-0.9/crypto/pkcs7/pk7_mime.c with 75% similarity]
crypto/openssl-0.9/crypto/asn1/t_x509.c
crypto/openssl-0.9/crypto/asn1/tasn_dec.c
crypto/openssl-0.9/crypto/asn1/tasn_enc.c
crypto/openssl-0.9/crypto/asn1/tasn_fre.c
crypto/openssl-0.9/crypto/asn1/x_algor.c
crypto/openssl-0.9/crypto/asn1/x_exten.c
crypto/openssl-0.9/crypto/bio/b_sock.c
crypto/openssl-0.9/crypto/bio/bio.h
crypto/openssl-0.9/crypto/bio/bss_dgram.c
crypto/openssl-0.9/crypto/bio/bss_file.c
crypto/openssl-0.9/crypto/bn/bn.h
crypto/openssl-0.9/crypto/bn/bn_lcl.h
crypto/openssl-0.9/crypto/bn/bn_mont.c
crypto/openssl-0.9/crypto/bn/bn_mul.c
crypto/openssl-0.9/crypto/bn/bn_nist.c
crypto/openssl-0.9/crypto/cms/Makefile [new file with mode: 0644]
crypto/openssl-0.9/crypto/cms/cms.h [new file with mode: 0644]
crypto/openssl-0.9/crypto/cms/cms_asn1.c [new file with mode: 0644]
crypto/openssl-0.9/crypto/cms/cms_att.c [new file with mode: 0644]
crypto/openssl-0.9/crypto/cms/cms_cd.c [copied from crypto/openssl-0.9/crypto/comp/comp_err.c with 56% similarity]
crypto/openssl-0.9/crypto/cms/cms_dd.c [copied from crypto/openssl-0.9/crypto/asn1/x_algor.c with 55% similarity]
crypto/openssl-0.9/crypto/cms/cms_enc.c [new file with mode: 0644]
crypto/openssl-0.9/crypto/cms/cms_env.c [new file with mode: 0644]
crypto/openssl-0.9/crypto/cms/cms_err.c [new file with mode: 0644]
crypto/openssl-0.9/crypto/cms/cms_ess.c [new file with mode: 0644]
crypto/openssl-0.9/crypto/cms/cms_io.c [copied from crypto/openssl-0.9/crypto/asn1/x_algor.c with 54% similarity]
crypto/openssl-0.9/crypto/cms/cms_lcl.h [new file with mode: 0644]
crypto/openssl-0.9/crypto/cms/cms_lib.c [new file with mode: 0644]
crypto/openssl-0.9/crypto/cms/cms_sd.c [new file with mode: 0644]
crypto/openssl-0.9/crypto/cms/cms_smime.c [new file with mode: 0644]
crypto/openssl-0.9/crypto/comp/c_zlib.c
crypto/openssl-0.9/crypto/comp/comp.h
crypto/openssl-0.9/crypto/comp/comp_err.c
crypto/openssl-0.9/crypto/des/des.h
crypto/openssl-0.9/crypto/des/des_old.c
crypto/openssl-0.9/crypto/des/des_old.h
crypto/openssl-0.9/crypto/des/xcbc_enc.c
crypto/openssl-0.9/crypto/ecdsa/ecs_ossl.c
crypto/openssl-0.9/crypto/engine/eng_padlock.c
crypto/openssl-0.9/crypto/engine/eng_table.c
crypto/openssl-0.9/crypto/err/err.c
crypto/openssl-0.9/crypto/err/err.h
crypto/openssl-0.9/crypto/err/err_all.c
crypto/openssl-0.9/crypto/md32_common.h
crypto/openssl-0.9/crypto/md4/md4_dgst.c
crypto/openssl-0.9/crypto/md4/md4_locl.h
crypto/openssl-0.9/crypto/md5/md5_dgst.c
crypto/openssl-0.9/crypto/md5/md5_locl.h
crypto/openssl-0.9/crypto/objects/obj_dat.c
crypto/openssl-0.9/crypto/objects/obj_dat.h
crypto/openssl-0.9/crypto/objects/obj_mac.h
crypto/openssl-0.9/crypto/ocsp/ocsp.h
crypto/openssl-0.9/crypto/ocsp/ocsp_err.c
crypto/openssl-0.9/crypto/ocsp/ocsp_ht.c
crypto/openssl-0.9/crypto/opensslv.h
crypto/openssl-0.9/crypto/ossl_typ.h
crypto/openssl-0.9/crypto/pem/pem.h
crypto/openssl-0.9/crypto/pem/pem_info.c
crypto/openssl-0.9/crypto/pkcs7/pk7_mime.c
crypto/openssl-0.9/crypto/rand/rand_nw.c
crypto/openssl-0.9/crypto/rand/randfile.c
crypto/openssl-0.9/crypto/rc4/rc4_skey.c
crypto/openssl-0.9/crypto/ripemd/rmd_dgst.c
crypto/openssl-0.9/crypto/ripemd/rmd_locl.h
crypto/openssl-0.9/crypto/rsa/rsa_eay.c
crypto/openssl-0.9/crypto/rsa/rsa_oaep.c
crypto/openssl-0.9/crypto/sha/sha256.c
crypto/openssl-0.9/crypto/sha/sha512.c
crypto/openssl-0.9/crypto/sha/sha_locl.h
crypto/openssl-0.9/crypto/stack/safestack.h
crypto/openssl-0.9/crypto/symhacks.h
crypto/openssl-0.9/crypto/x509/x509.h
crypto/openssl-0.9/crypto/x509/x509_att.c
crypto/openssl-0.9/crypto/x509v3/v3_utl.c
crypto/openssl-0.9/crypto/x509v3/x509v3.h
crypto/openssl-0.9/e_os.h
crypto/openssl-0.9/engines/e_4758cca_err.h
crypto/openssl-0.9/engines/e_aep.c
crypto/openssl-0.9/engines/e_aep_err.h
crypto/openssl-0.9/engines/e_atalla_err.h
crypto/openssl-0.9/engines/e_chil_err.h
crypto/openssl-0.9/engines/e_cswift_err.h
crypto/openssl-0.9/engines/e_gmp.c
crypto/openssl-0.9/engines/e_gmp_err.h
crypto/openssl-0.9/engines/e_nuron_err.h
crypto/openssl-0.9/engines/e_sureware_err.h
crypto/openssl-0.9/engines/e_ubsec_err.h
crypto/openssl-0.9/ssl/kssl.c
crypto/openssl-0.9/ssl/s23_clnt.c
crypto/openssl-0.9/ssl/s3_clnt.c
crypto/openssl-0.9/ssl/s3_lib.c
crypto/openssl-0.9/ssl/s3_srvr.c
crypto/openssl-0.9/ssl/ssl.h
crypto/openssl-0.9/ssl/ssl3.h
crypto/openssl-0.9/ssl/ssl_asn1.c
crypto/openssl-0.9/ssl/ssl_err.c
crypto/openssl-0.9/ssl/ssl_lib.c
crypto/openssl-0.9/ssl/ssl_locl.h
crypto/openssl-0.9/ssl/ssl_rsa.c
crypto/openssl-0.9/ssl/ssl_stat.c
crypto/openssl-0.9/ssl/t1_lib.c
crypto/openssl-0.9/ssl/tls1.h