[24814] in Kerberos

home help back first fref pref prev next nref lref last post

KSSL

daemon@ATHENA.MIT.EDU (vj)
Tue Oct 11 10:53:56 2005

From: "vj" <purpletech@gmail.com>
Date: 11 Oct 2005 07:41:46 -0700
Message-ID: <1129041706.611058.83380@g49g2000cwa.googlegroups.com>
To: kerberos@mit.edu
Errors-To: kerberos-bounces@mit.edu

I 've created a ssl security context using KSSL in my httpd [non
gssapi, non spnego] Could anyone give me any clue on how to use
SSLv3:KRB cipher suite with ANY browser ?

The server code goes like this :

...
  SSL_CTX_set_cipher_list(V_ctx_ptr,SSL3_TXT_KRB5_RC4_128_SHA);
  s_ssl=SSL_new(V_ctx_ptr);

	if (s_ssl  &&  s_ssl->kssl_ctx){
                char	localhost[255+2];

		if (gethostname(localhost, sizeof localhost-1) == 0){
			localhost[sizeof localhost-1]='\0';
			kssl_ctx_setstring(s_ssl->kssl_ctx, KSSL_SERVICE,"host");
			kssl_ctx_setstring(s_ssl->kssl_ctx, KSSL_SERVER,localhost);
			kssl_ctx_setstring(s_ssl->kssl_ctx, KSSL_KEYTAB,KRB5KEYTAB);
			}
		}
...

Thanks,
vj

________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

home help back first fref pref prev next nref lref last post