On Fri, Nov 03, 2000 at 12:16:36AM +0100, Richard Levitte - VMS Whacker wrote:
> jaltman> My time line is to have this code placed into the CVS by 11/20. That
> jaltman> is the week I am meeting with the MIT Kerberos Core team to discuss
> jaltman> the migration of Kerberos 5 v 1.x to use the OpenSSL crypto library
> jaltman> instead of the one they are currently using. I would like to be able
> jaltman> to sell them on this as an additional reason for making the change.
>
> I'd be very interested in working on this with you guys. The tests
> I'm going to perform with most likely be against Heimdal, which is a
> swedish implementation of KRB5.
I haven't done anything with Heimdal. For what it's worth, here are
the MIT Kerberos calls I'm using...
krb5_init_context(&krb5context)
krb5_sname_to_principal(krb5context, kssl_ctx->service_host,
kssl_ctx->service_name, KRB5_NT_SRV_HST, &krb5creds.server)
krb5_cc_default(krb5context, &krb5ccdef)
krb5_cc_get_principal(krb5context, krb5ccdef, &krb5creds.client)
krb5_get_credentials(krb5context, 0, krb5ccdef, &krb5creds, &krb5credsp)
krb5_mk_req_extended(krb5context, &krb5auth_context, 0, &krb5in_data,
krb5credsp, krb5_app_req)
krb5_free_principal(krb5context, krb5creds.client)
krb5_auth_con_free(krb5context, krb5auth_context)
krb5_auth_con_init(krb5context, &krb5auth_context)
krb5_kt_resolve(krb5context, kssl_ctx->keytab_file, &krb5keytab)
krb5_rd_req(krb5context, &krb5auth_context, &krb5in_data,
krb5server, krb5keytab, &ap_option, &krb5ticket)
krb5_free_ticket(krb5context, krb5ticket)
krb5_free_context(krb5context)
krb5_xfree(krb5_ap_req.data)
--
"My company prefers to have that kind of decision made by
uninformed executives. We call it "Empowerment". --Dilbert
[EMAIL PROTECTED]
Vern Staats, ASC/HPTS, WPAFB OH 45433, 937-255-1616x449
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]