aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/krb5
Commit message (Collapse)AuthorAgeFilesLines
* 'make update'Richard Levitte2001-10-041-3/+3
|
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-1/+1
|
* make updateRichard Levitte2001-07-311-0/+1
|
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-1/+0
|
* Tidy up "cvs update" output a bit.Geoff Thorpe2001-07-221-0/+2
|
* Delete extra ;Dr. Stephen Henson2001-07-111-1/+1
|
* The implementation of the TKTBODY ASN.1 functions was missing.Richard Levitte2001-07-111-0/+3
|
* Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte2001-07-093-0/+510
SSL according to RFC 2712. His comment is: This is a patch to openssl-SNAP-20010702 to support Kerberized SSL authentication. I'm expecting to have the full kssl-0.5 kit up on sourceforge by the end of the week. The full kit includes patches for mod-ssl, apache, and a few text clients. The sourceforge URL is http://sourceforge.net/projects/kssl/ . Thanks to a note from Simon Wilkinson I've replaced my KRB5 AP_REQ message with a real KerberosWrapper struct. I think this is fully RFC 2712 compliant now, including support for the optional authenticator field. I also added openssl-style ASN.1 macros for a few Kerberos structs; see crypto/krb5/ if you're interested.