svn rev #19160: branches/krb5-1-6/ src/clients/kvno/ src/include/krb5/ src/lib/ ...

tlyu@MIT.EDU tlyu at MIT.EDU
Tue Feb 13 00:18:06 EST 2007


Commit By: tlyu
Log Message: 
ticket: 5349

pull up r19062 from trunk

 r19062 at cathode-dark-space:  jaltman | 2007-01-15 23:18:02 -0500
 ticket: 5349
 tags: pullup
 
   This commit adds two new functions, krb5_server_decrypt_ticket_keyblock 
   (private) and krb5_server_decrypt_ticket_keytab (public).  These
   functions take a krb5_ticket as input and decrypt it using the provided
   key data.  The public function is useful for higher level application
   protocols such a TLS-KRB5 and AFS RX-KRB5 which exchange a service 
   but do not use the AP-REQ/AP-REP messages.  
 
   This commit also adds new functionality to kvno which permits kvno 
   when provided a keytab as input to verify whether or not the keytab
   contains a key that can successfully decrypt the obtains service ticket.
 
 




Changed Files:
_U  branches/krb5-1-6/
U   branches/krb5-1-6/src/clients/kvno/kvno.c
U   branches/krb5-1-6/src/include/krb5/krb5.hin
U   branches/krb5-1-6/src/lib/krb5/krb/Makefile.in
A   branches/krb5-1-6/src/lib/krb5/krb/srv_dec_tkt.c
U   branches/krb5-1-6/src/lib/krb5/libkrb5.exports
U   branches/krb5-1-6/src/lib/krb5_32.def



More information about the cvs-krb5 mailing list