On Sun, 27 Mar 2005 09:33:31 -0500, Larry Riffle
<[EMAIL PROTECTED]> wrote:
> Same here. Under both OSX and RH linux with 1.01 and 1.02. See 1/31/05
> post subject "EAP-TLS with check_cert_cn enabled".
> 

Only joined the list recently, overlooked your post. I traced it back
to cb.c cbtls_verify where it wants to display handler->identity (see
below backtrace from gdb)

177                     radlog(L_INFO, "--> User-Name = %s", handler->identity);
(gdb) bt
#0  0x0807d1eb in cbtls_verify (ok=1, ctx=0xbfe58c60) at cb.c:177
#1  0x07582c58 in X509_verify_cert () from /lib/libcrypto.so.4
#2  0x075821a0 in X509_verify_cert () from /lib/libcrypto.so.4
#3  0x005dfcc6 in ssl_verify_cert_chain () from /lib/libssl.so.4
#4  0x005cffb1 in ssl3_accept () from /lib/libssl.so.4
#5  0x005cd9fd in ssl3_accept () from /lib/libssl.so.4
#6  0x005d7167 in ssl3_read_bytes () from /lib/libssl.so.4
#7  0x005d46ba in ssl3_write () from /lib/libssl.so.4
#8  0x005d4745 in ssl3_read () from /lib/libssl.so.4
#9  0x005dcefb in SSL_read () from /lib/libssl.so.4
#10 0x0807d626 in tls_handshake_recv (ssn=0x5ef858) at tls.c:163
#11 0x0807cd75 in eaptls_operation (eaptls_packet=0x91051d0,
status=EAPTLS_REQUEST, handler=0x90db138) at eap_tls.c:634
#12 0x0807ce7f in eaptls_process (handler=0x90db138) at eap_tls.c:767
#13 0x0807c576 in eaptls_authenticate (arg=0x9096418,
handler=0x90db138) at rlm_eap_tls.c:490
#14 0x08064d69 in eaptype_call (atype=0x9096a50, handler=0x90db138) at eap.c:170
#15 0x08064e79 in eaptype_select (inst=0x9096508, handler=0x90db138)
at eap.c:353
#16 0x0806453a in eap_authenticate (instance=0x9096508,
request=0x9103140) at rlm_eap.c:271
#17 0x080597ca in call_modsingle (component=0, sp=0x90960d8,
request=0x9103140, default_result=0) at modcall.c:219
#18 0x08059926 in modcall (component=0, c=0x90960d8,
request=0x9103140) at modcall.c:344
#19 0x080598b1 in call_modgroup (component=0, g=0x1,
request=0x9103140, default_result=0) at modcall.c:252
#20 0x0805999d in modcall (component=0, c=0x90d17a0,
request=0x9103140) at modcall.c:335
#21 0x080594bf in module_authenticate (auth_type=6, request=0x9103140)
at modules.c:891
#22 0x08056262 in rad_check_password (request=0x9103140) at auth.c:353
#23 0x0805670b in rad_authenticate (request=0x9103140) at auth.c:644
#24 0x08051f6a in rad_respond (request=0x9103140, fun=0x8056600
<rad_authenticate>) at radiusd.c:1672
#25 0x08051997 in main (argc=151086944, argv=0x8056600) at radiusd.c:1457
(gdb)

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to