/[smeserver]/rpms/openssl/sme8/openssl-fips-0.9.8e-cve-2015-0292.patch
ViewVC logotype

Contents of /rpms/openssl/sme8/openssl-fips-0.9.8e-cve-2015-0292.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Apr 15 14:21:07 2015 UTC (9 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: openssl-0_9_8e-33_1_el5_sme, HEAD
* Wed Apr 15 2015 Daniel Berteaud <daniel@firewall-services.com 0.9.8e-33.1.sme
- update with ca-bundle.crt from SME 9 [SME: 8909]

1 diff -up openssl-fips-0.9.8e/crypto/evp/encode.c.b64-underflow openssl-fips-0.9.8e/crypto/evp/encode.c
2 --- openssl-fips-0.9.8e/crypto/evp/encode.c.b64-underflow 2005-06-21 00:11:28.000000000 +0200
3 +++ openssl-fips-0.9.8e/crypto/evp/encode.c 2015-04-02 15:27:50.469940688 +0200
4 @@ -325,6 +325,7 @@ int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx
5 v=EVP_DecodeBlock(out,d,n);
6 n=0;
7 if (v < 0) { rv=0; goto end; }
8 + if (eof > v) { rv=-1; goto end; }
9 ret+=(v-eof);
10 }
11 else

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed