svn rev #19062: trunk/src/ clients/kvno/ include/krb5/ lib/ lib/krb5/ lib/krb5/krb/

jaltman@MIT.EDU jaltman at MIT.EDU
Mon Jan 15 23:18:04 EST 2007


Commit By: jaltman
Log Message: 
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   trunk/src/clients/kvno/kvno.c
U   trunk/src/include/krb5/krb5.hin
U   trunk/src/lib/krb5/krb/Makefile.in
A   trunk/src/lib/krb5/krb/srv_dec_tkt.c
U   trunk/src/lib/krb5/libkrb5.exports
U   trunk/src/lib/krb5_32.def



More information about the cvs-krb5 mailing list