[openssl.org #693] [PATCH] Ensure OpenSSL stores Kerberos principal's instance

2003-09-22 Thread D Russell via RT
!DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head title/title /head body font size=2font face=Helvetica,sans-serifnbsp;nbsp;nbsp; A Kerberos principal is composed of the name, instance, and realm.br When using OpenSSL with Kerberos, an OpenSSL server places the client'sbr

[PATCH] kssl_ctx_setprinc

2002-04-02 Thread D. Russell
[resend, this time cc'd to [EMAIL PROTECTED]] All, The current kssl_ctx_setprinc does not handle instances. I may have a principal of: [EMAIL PROTECTED], [EMAIL PROTECTED] or (technically) [EMAIL PROTECTED]. The current implementation will only place [EMAIL PROTECTED] in

[PATCH] kssl_ctx_setprinc

2002-03-26 Thread D. Russell
All, The current kssl_ctx_setprinc does not handle instances. I may have a principal of: [EMAIL PROTECTED], [EMAIL PROTECTED] or (technically) [EMAIL PROTECTED]. The current implementation will only place [EMAIL PROTECTED] in kssl_ctx-client_princ. These different parts of the client

[PATCH] Initialize cipher context in ssl/s3_(clnt|srvr).c

2002-03-13 Thread D. Russell
A ciph_ctx is declared auto, but not initialized in the SSL_kKRB5 codepath. diff -ur openssl-0.9.7-stable-SNAP-20020312-orig/ssl/s3_clnt.c openssl-0.9.7-stable-SNAP-20020312-work/ssl/s3_clnt.c --- openssl-0.9.7-stable-SNAP-20020312-orig/ssl/s3_clnt.c Mon Jan 14 18:40:23 2002 +++