Skip Menu |
 

From: Sam Hartman <hartmans@MIT.EDU>
To: krb5-bugs@MIT.EDU
Subject: Implement XKRB-FX-CF2
Date: Mon, 16 Mar 2009 12:26:28 -0400

Implement a function to combine two keys from draft-ietf-krb-wg-preauth-framework
From: hartmans@mit.edu
Subject: SVN Commit

Draft-ietf-krb-wg-preauth-framework defines a function KRB-FX-CF2 that
combines two keys of arbitrary enctype. Implement this function as an
exported API.

https://github.com/krb5/krb5/commit/cd2564d812f83c6dc9ae0b7a0da93f49b35a574d
Commit By: hartmans
Revision: 22094
Changed Files:
U trunk/src/include/krb5/krb5.hin
U trunk/src/lib/crypto/Makefile.in
A trunk/src/lib/crypto/cf2.c
U trunk/src/lib/crypto/etypes.h
U trunk/src/lib/crypto/libk5crypto.exports
From: hartmans@mit.edu
Subject: SVN Commit

Implement test cases for CF2

Implement a simple program to call KRB-FX-CF2 and print the resulting
keys. Add to regression tests. Also, use the PRF testing application
to confirm that CF2 generates consistent keys if called by hand.

https://github.com/krb5/krb5/commit/26c765021f4e86ec84ba571d57b9ad3f57cae08c
Commit By: hartmans
Revision: 22095
Changed Files:
U trunk/src/lib/crypto/Makefile.in
A trunk/src/lib/crypto/t_cf2.c
A trunk/src/lib/crypto/t_cf2.comments
A trunk/src/lib/crypto/t_cf2.expected
A trunk/src/lib/crypto/t_cf2.in
A trunk/src/lib/crypto/t_prf.comments
A trunk/src/lib/crypto/t_prf.expected
A trunk/src/lib/crypto/t_prf.in
From: tlyu@mit.edu
Subject: SVN Commit

pull up r22094, r22095 from trunk

------------------------------------------------------------------------
r22095 | hartmans | 2009-03-16 12:50:23 -0400 (Mon, 16 Mar 2009) | 7 lines
Changed paths:
M /trunk/src/lib/crypto/Makefile.in
A /trunk/src/lib/crypto/t_cf2.c
A /trunk/src/lib/crypto/t_cf2.comments
A /trunk/src/lib/crypto/t_cf2.expected
A /trunk/src/lib/crypto/t_cf2.in
A /trunk/src/lib/crypto/t_prf.comments
A /trunk/src/lib/crypto/t_prf.expected
A /trunk/src/lib/crypto/t_prf.in

ticket: 6421

Implement test cases for CF2

Implement a simple program to call KRB-FX-CF2 and print the resulting
keys. Add to regression tests. Also, use the PRF testing application
to confirm that CF2 generates consistent keys if called by hand.
------------------------------------------------------------------------
r22094 | hartmans | 2009-03-16 12:50:09 -0400 (Mon, 16 Mar 2009) | 6 lines
Changed paths:
M /trunk/src/include/krb5/krb5.hin
M /trunk/src/lib/crypto/Makefile.in
A /trunk/src/lib/crypto/cf2.c
M /trunk/src/lib/crypto/etypes.h
M /trunk/src/lib/crypto/libk5crypto.exports

ticket: 6421
Subject: Implement KRB-FX_CF2

Draft-ietf-krb-wg-preauth-framework defines a function KRB-FX-CF2 that
combines two keys of arbitrary enctype. Implement this function as an
exported API.

https://github.com/krb5/krb5/commit/dc187d2b2c1ec061a3345b0f1cc0323cbf24767c
Commit By: tlyu
Revision: 22228
Changed Files:
U branches/krb5-1-7/src/include/krb5/krb5.hin
U branches/krb5-1-7/src/lib/crypto/Makefile.in
A branches/krb5-1-7/src/lib/crypto/cf2.c
U branches/krb5-1-7/src/lib/crypto/etypes.h
U branches/krb5-1-7/src/lib/crypto/libk5crypto.exports
A branches/krb5-1-7/src/lib/crypto/t_cf2.c
A branches/krb5-1-7/src/lib/crypto/t_cf2.comments
A branches/krb5-1-7/src/lib/crypto/t_cf2.expected
A branches/krb5-1-7/src/lib/crypto/t_cf2.in
A branches/krb5-1-7/src/lib/crypto/t_prf.comments
A branches/krb5-1-7/src/lib/crypto/t_prf.expected
A branches/krb5-1-7/src/lib/crypto/t_prf.in