pkgsrc/security/openssl
seb c387ecacba * Add patch from http://www.openssl.org/news/secadv_20030317.txt:
Researchers have discovered a timing attack on RSA keys, to which
OpenSSL is generally vulnerable, unless RSA blinding has been turned
on.

Typically, it will not have been, because it is not easily possible to
do so when using OpenSSL to provide SSL or TLS.

The enclosed patch switches blinding on by default. Applications that
wish to can remove the blinding with RSA_blinding_off(), but this is
not generally advised. It is also possible to disable it completely by
defining OPENSSL_NO_FORCE_RSA_BLINDING at compile-time.

The performance impact of blinding appears to be small (a few
percent).

This problem affects many applications using OpenSSL, in particular,
almost all SSL-enabled Apaches. You should rebuild and reinstall
OpenSSL, and all affected applications.

The Common Vulnerabilities and Exposures project (cve.mitre.org) has
assigned the name CAN-2003-0147 to this issue.

* Add patch from http://www.openssl.org/news/secadv_20030319.txt:

Czech cryptologists Vlastimil Klima, Ondrej Pokorny, and Tomas Rosa
have come up with an extension of the "Bleichenbacher attack" on RSA
with PKCS #1 v1.5 padding as used in SSL 3.0 and TLS 1.0.  Their
attack requires the attacker to open millions of SSL/TLS connections
to the server under attack; the server's behaviour when faced with
specially made-up RSA ciphertexts can reveal information that in
effect allows the attacker to perform a single RSA private key
operation on a ciphertext of its choice using the server's RSA key.
Note that the server's RSA key is not compromised in this attack.

* Bump PKGREVISION.
2003-03-21 18:40:48 +00:00
..
files Merge changes in packages from the buildlink2 branch that have 2002-08-25 19:21:43 +00:00
patches * Add patch from http://www.openssl.org/news/secadv_20030317.txt: 2003-03-21 18:40:48 +00:00
buildlink2.mk We don't need to symlink bin/openssl since we want the one in ${SSLBASE}. 2002-09-05 12:44:21 +00:00
DESCR Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
distinfo * Add patch from http://www.openssl.org/news/secadv_20030317.txt: 2003-03-21 18:40:48 +00:00
Makefile * Add patch from http://www.openssl.org/news/secadv_20030317.txt: 2003-03-21 18:40:48 +00:00
MESSAGE Merge changes in packages from the buildlink2 branch that have 2002-08-25 19:21:43 +00:00
PLIST.common Merge changes in packages from the buildlink2 branch that have 2002-08-25 19:21:43 +00:00
PLIST.darwin Merge changes in packages from the buildlink2 branch that have 2002-08-25 19:21:43 +00:00
PLIST.irix6 Add PLIST for irix6. Same as netbsd and solaris -- maybe we can combine these? 2002-12-24 03:57:04 +00:00
PLIST.linux Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
PLIST.netbsd Merge changes in packages from the buildlink2 branch that have 2002-08-25 19:21:43 +00:00
PLIST.rsaref Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
PLIST.solaris The shared libraries are installed on Solaris now. 2002-09-09 22:17:00 +00:00