[27737] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Fix checking unencrypted PKCS12: twice

daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed May 8 01:17:53 2013

Date: Wed, 8 May 2013 01:17:40 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201305080517.r485HeYj010742@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/8eab7b9ce9081002beb35c0bc5019e68225779f6
commit 8eab7b9ce9081002beb35c0bc5019e68225779f6
Author: Nalin Dahyabhai <nalin@redhat.com>
Date:   Tue Apr 30 17:07:23 2013 -0400

    Fix checking unencrypted PKCS12: twice
    
    The test, as submitted, included a copy/paste error which caused it to
    test PKINIT using unencrypted PKCS12 bundles twice, and to not test a
    DIR: location containing unencrypted PEM-formatted keys at all.

 src/tests/t_authpkinit.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tests/t_authpkinit.py b/src/tests/t_authpkinit.py
index 41c10f5..76cea39 100644
--- a/src/tests/t_authpkinit.py
+++ b/src/tests/t_authpkinit.py
@@ -79,7 +79,7 @@ realm = K5Realm(krb5_conf=pkinit_krb5_conf, kdc_conf=pkinit_kdc_conf,
                 get_creds=False)
 setup_dir_identities(realm)
 realm.kinit('user@%s' % realm.realm,
-            flags=['-X', 'X509_user_identity=%s' % p12_identity])
+            flags=['-X', 'X509_user_identity=%s' % dir_identity])
 realm.klist('user@%s' % realm.realm)
 realm.run([kvno, realm.host_princ])
 realm.stop()
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post