Import OpenSSL-1.0.0e.
authorPeter Avalos <pavalos@dragonflybsd.org>
Wed, 21 Sep 2011 00:22:53 +0000 (17:22 -0700)
committerPeter Avalos <pavalos@dragonflybsd.org>
Wed, 21 Sep 2011 00:22:53 +0000 (17:22 -0700)
commit22a79287bf22794bbad85f5f182a0d6f0720ba3a
treebbd5bd66d8d48880d89af1ddfd46d8b912029935
parent8e8cd8415f3b5135667539de0fac105cb341bfeb
Import OpenSSL-1.0.0e.

      o Fix for CRL vulnerability issue CVE-2011-3207
      o Fix for ECDH crashes CVE-2011-3210
      o Protection against EC timing attacks.
      o Support ECDH ciphersuites for certificates using SHA2 algorithms.
      o Various DTLS fixes.
49 files changed:
crypto/openssl/CHANGES
crypto/openssl/FAQ
crypto/openssl/NEWS
crypto/openssl/README
crypto/openssl/README.DELETED
crypto/openssl/apps/apps.c
crypto/openssl/apps/asn1pars.c
crypto/openssl/apps/enc.c
crypto/openssl/apps/openssl.c
crypto/openssl/apps/pkcs12.c
crypto/openssl/apps/speed.c
crypto/openssl/crypto/asn1/a_object.c
crypto/openssl/crypto/asn1/bio_ndef.c
crypto/openssl/crypto/asn1/x_name.c
crypto/openssl/crypto/bio/b_sock.c
crypto/openssl/crypto/bio/bss_dgram.c
crypto/openssl/crypto/bio/bss_log.c
crypto/openssl/crypto/bn/bn.h
crypto/openssl/crypto/bn/bn_gf2m.c
crypto/openssl/crypto/bn/bn_mont.c
crypto/openssl/crypto/bn/bn_nist.c
crypto/openssl/crypto/conf/conf_api.c
crypto/openssl/crypto/cryptlib.c
crypto/openssl/crypto/dsa/dsa_pmeth.c
crypto/openssl/crypto/dso/dso_dlfcn.c
crypto/openssl/crypto/ecdsa/ecs_ossl.c
crypto/openssl/crypto/hmac/hm_pmeth.c
crypto/openssl/crypto/o_time.c
crypto/openssl/crypto/ocsp/ocsp_lib.c
crypto/openssl/crypto/opensslv.h
crypto/openssl/crypto/perlasm/cbc.pl
crypto/openssl/crypto/rand/randfile.c
crypto/openssl/crypto/rsa/rsa_oaep.c
crypto/openssl/crypto/stack/safestack.h
crypto/openssl/crypto/x509/x509_vfy.c
crypto/openssl/doc/ssl/ssl.pod
crypto/openssl/engines/ccgost/gost_crypt.c
crypto/openssl/engines/e_capi_err.h
crypto/openssl/ssl/bio_ssl.c
crypto/openssl/ssl/d1_both.c
crypto/openssl/ssl/d1_clnt.c
crypto/openssl/ssl/d1_lib.c
crypto/openssl/ssl/d1_pkt.c
crypto/openssl/ssl/d1_srvr.c
crypto/openssl/ssl/s3_clnt.c
crypto/openssl/ssl/s3_lib.c
crypto/openssl/ssl/s3_pkt.c
crypto/openssl/ssl/s3_srvr.c
crypto/openssl/ssl/ssl_lib.c