summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/opensslconf-sparc64.h
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable SSLv2 support to restore ABI.jkim2016-03-041-6/+0
| | | | | | | | | | | | | | | | | | | | Excerpt from CHANGES: Even if "enable-ssl2" is used, users who want to negotiate SSLv2 via the version-flexible SSLv23_method() will need to explicitly call either of: SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv2); or SSL_clear_options(ssl, SSL_OP_NO_SSLv2); as appropriate. Even if either of those is used, or the application explicitly uses the version-specific SSLv2_method() or its client and server variants, SSLv2 ciphers vulnerable to exhaustive search key recovery have been removed. Specifically, the SSLv2 40-bit EXPORT ciphers, and SSLv2 56-bit DES are no longer available. Approved by: re (marius, gjb), so (delphij)
* Merge OpenSSL 1.0.1s. This is a security update.delphij2016-03-021-0/+12
| | | | | Relnotes: yes Approved by: re (so@ implicit)
* MFC: r280297jkim2015-03-201-0/+12
| | | | | | Merge OpenSSL 1.0.1m. Relnotes: yes
* Merge OpenSSL 1.0.1c.jkim2012-07-121-25/+32
| | | | Approved by: benl (maintainer)
* Update build infrastructure for OpenSSL 0.9.8k.simon2009-06-141-0/+12
|
* Upgrade to OpenSSL 0.9.8d.simon2006-10-011-0/+4
|
* Upgrade to OpenSSL 0.9.8b.simon2006-07-291-10/+34
|
* Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712nectar2003-01-291-0/+2
| | | | | | | can only be built with MIT Kerberos. If we didn't define this here, then SSL-using applications would have to define OPENSSL_NO_KRB5 themselves in order to build.
* Update for OpenSSL 0.9.7. No assembler code at the moment. Thismarkm2003-01-281-1/+1
| | | | will follow.
* Opensslconf for sparc64. Just a copy of the alpha one for now.jake2001-11-181-0/+175
Approved by: kkenn (maintainer)
OpenPOWER on IntegriCloud