[Pkg-openssl-changes] r765 - openssl/trunk/debian/patches

Kurt Roeckx kroeckx at moszumanska.debian.org
Tue Mar 1 17:40:22 UTC 2016


Author: kroeckx
Date: 2016-03-01 17:40:21 +0000 (Tue, 01 Mar 2016)
New Revision: 765

Modified:
   openssl/trunk/debian/patches/block_diginotar.patch
Log:
Update patch


Modified: openssl/trunk/debian/patches/block_diginotar.patch
===================================================================
--- openssl/trunk/debian/patches/block_diginotar.patch	2016-03-01 17:33:02 UTC (rev 764)
+++ openssl/trunk/debian/patches/block_diginotar.patch	2016-03-01 17:40:21 UTC (rev 765)
@@ -10,10 +10,10 @@
 
 This is not meant as final patch.  
 
-Index: openssl-1.0.2/crypto/x509/x509_vfy.c
+Index: openssl-1.0.2g/crypto/x509/x509_vfy.c
 ===================================================================
---- openssl-1.0.2.orig/crypto/x509/x509_vfy.c
-+++ openssl-1.0.2/crypto/x509/x509_vfy.c
+--- openssl-1.0.2g.orig/crypto/x509/x509_vfy.c
++++ openssl-1.0.2g/crypto/x509/x509_vfy.c
 @@ -119,6 +119,7 @@ static int check_trust(X509_STORE_CTX *c
  static int check_revocation(X509_STORE_CTX *ctx);
  static int check_cert(X509_STORE_CTX *ctx);
@@ -22,9 +22,9 @@
  
  static int get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer,
                           unsigned int *preasons, X509_CRL *crl, X509 *x);
-@@ -438,6 +439,9 @@ int X509_verify_cert(X509_STORE_CTX *ctx
+@@ -489,6 +490,9 @@ int X509_verify_cert(X509_STORE_CTX *ctx
      if (!ok)
-         goto end;
+         goto err;
  
 +	ok = check_ca_blacklist(ctx);
 +	if(!ok) goto end;
@@ -32,7 +32,7 @@
  #ifndef OPENSSL_NO_RFC3779
      /* RFC 3779 path validation, now that CRL check has been done */
      ok = v3_asid_validate_path(ctx);
-@@ -938,6 +942,29 @@ static int check_crl_time(X509_STORE_CTX
+@@ -996,6 +1000,29 @@ static int check_crl_time(X509_STORE_CTX
      return 1;
  }
  




More information about the Pkg-openssl-changes mailing list