Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>
authorRichard Levitte <levitte@openssl.org>
Wed, 11 Jul 2001 19:03:58 +0000 (19:03 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Jul 2001 19:03:58 +0000 (19:03 +0000)
commita5224c3420d20ef08a1db9cc1f90e952dcd75826
treebb94c0cfaca8da857e0374b8c7e3cc4de9f4f3ae
parentaf436bc1580949f49c25370f8ad1042303f92259
Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>
His comments are:

 . adds use of replay cache to protect against replay attacks

 . adds functions kssl_tgt_is_available() and
   kssl_keytab_is_available() which are used within s3_lib.c
   and ssl_lib.c to determine at runtime whether or not
   KRB5 ciphers can be supported during the current session.
ssl/kssl.c
ssl/kssl.h
ssl/s3_lib.c
ssl/ssl_lib.c