Import OpenSSL-1.0.0f.
authorPeter Avalos <pavalos@dragonflybsd.org>
Thu, 5 Jan 2012 00:06:12 +0000 (16:06 -0800)
committerPeter Avalos <pavalos@dragonflybsd.org>
Thu, 5 Jan 2012 00:06:12 +0000 (16:06 -0800)
commit9e80567f2c670c2fe278c22317f0ba64aeb659d7
tree7976898beddbe8819742df4218a58099b84339b5
parent22a79287bf22794bbad85f5f182a0d6f0720ba3a
Import OpenSSL-1.0.0f.

      o Fix for DTLS plaintext recovery attack CVE-2011-4108
      o Clear block padding bytes of SSL 3.0 records CVE-2011-4576
      o Only allow one SGC handshake restart for SSL/TLS CVE-2011-4619
      o Check parameters are not NULL in GOST ENGINE CVE-2012-0027
      o Check for malformed RFC3779 data CVE-2011-4577
37 files changed:
crypto/openssl/CHANGES
crypto/openssl/FAQ
crypto/openssl/NEWS
crypto/openssl/README
crypto/openssl/README.DELETED
crypto/openssl/apps/cms.c
crypto/openssl/apps/openssl.cnf
crypto/openssl/apps/x509.c
crypto/openssl/crypto/bio/bf_buff.c
crypto/openssl/crypto/bio/bio.h
crypto/openssl/crypto/bn/asm/x86-mont.pl
crypto/openssl/crypto/bn/bn_blind.c
crypto/openssl/crypto/ec/ec2_smpl.c
crypto/openssl/crypto/opensslv.h
crypto/openssl/crypto/rand/rand_unix.c
crypto/openssl/crypto/rsa/rsa_eay.c
crypto/openssl/crypto/x509/x509_vfy.c
crypto/openssl/crypto/x509v3/v3_addr.c
crypto/openssl/doc/ssl/SSL_clear.pod
crypto/openssl/e_os2.h
crypto/openssl/engines/ccgost/gost2001_keyx.c
crypto/openssl/engines/ccgost/gost94_keyx.c
crypto/openssl/ssl/d1_both.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_enc.c
crypto/openssl/ssl/s3_lib.c
crypto/openssl/ssl/s3_srvr.c
crypto/openssl/ssl/ssl.h
crypto/openssl/ssl/ssl3.h
crypto/openssl/ssl/ssl_ciph.c
crypto/openssl/ssl/ssl_err.c
crypto/openssl/ssl/ssl_lib.c
crypto/openssl/ssl/ssl_locl.h
crypto/openssl/ssl/t1_lib.c