Re: EAP-TLS

2001-12-12 Thread Ben Laurie
Raghu wrote: Hi, Repost(from users list) with slight enhancements. I thought, probably, it is a developer question. I just recently joined the OpenSSL world to implement EAP-TLS, rfc2716, using OpenSSL libraries. I could not make any significant progress for the last one week due

'openssl pkcs12' appears to be broken

2001-12-12 Thread Oscar Jacobsson
About half a year ago, apps/pkcs12.c was patched to use the load_*() functions of apps/apps.c instead of its own. This patch appears to have broken the client, as the new function prototype is: stack = load_certs(...) which is called twice in case CA certificates are passed using the

Re: 'openssl pkcs12' appears to be broken

2001-12-12 Thread Richard Levitte - VMS Whacker
From: Oscar Jacobsson [EMAIL PROTECTED] oscar About half a year ago, apps/pkcs12.c was patched to use the load_*() oscar functions of apps/apps.c instead of its own. This patch appears to have oscar broken the client, as the new function prototype is: oscar oscar stack = load_certs(...) oscar

Re: 'openssl pkcs12' appears to be broken

2001-12-12 Thread Oscar Jacobsson
Richard Levitte - VMS Whacker wrote: Thanks for finding that. I've a patch that I'm going to commit as soon as I see that it compiles. Wanna try it? Expect it within half an hour. Cheers! I'll try rsync:ing my repository copy again in a bit. //oscar

Ϊ¸öÈËÊÂÒµ×ö´òË㣬ѡÔñ¹Øϵͨ2.0

2001-12-12 Thread UP30
Title: Äã×¼±¸ºÃÁËÂ𣿠Ϊ¸öÈËÊÂÒµ×ö´òË㣬ѡÔñ¹Øϵͨ2.0

[PATCH] PKCS#11 code update

2001-12-12 Thread Eric Laroche
in the code. - It needs, of course, more test cases, with more use patterns. Best regards, Eric -- Eric Laroche [EMAIL PROTECTED], AdNovum Informatik AG pkcs11-adnovum-20011212.tar.gz Description: GNU Zip compressed data

Re: DC= fields (subject NID) in 9.7?

2001-12-12 Thread Bear Giles
bear NID_domainComponent. So I'm still not sure that these tables bear can be used to validate the input to these routines. Do I get it right, you're after having the string length limits and possibly the allowed string types for DC and more in that table? What I'm ultimately trying to

¿ìÀ´²Î¼Ó£¬¡°»Û´ÏÍøÉñ¡±Óн±×¢²á»î¶¯~¡¤~

2001-12-12 Thread »Û´ÏÍøÉñ
Title: Ç×°®µÄÅóÓÑ Ç×°®µÄÅóÓÑ£º

Re: DC= fields (subject NID) in 9.7?

2001-12-12 Thread Jean-Marc Desperrier
Bear Giles wrote: As for domainComponent in particular, the RFC clearly limits it to 64 octets Not _the_ RFC. Which RFC ? Not 2459, there's not a word about domainComponent. Not 1274, which first defined domainComponent, it did not fit a size limit. So that must be some LDAP related RFC,

Ϊ¸öÈËÊÂÒµ×ö´òË㣬ѡÔñ¹Øϵͨ2.0

2001-12-12 Thread UP30
Title: Äã×¼±¸ºÃÁËÂ𣿠Ϊ¸öÈËÊÂÒµ×ö´òË㣬ѡÔñ¹Øϵͨ2.0

Cisco,3Com,D-linkµÈÍøÂç²úÆ·´ÙÏú£¨ÇëÓÃÖÐÎıàÂëÔĶÁ£© # 214

2001-12-12 Thread husj
Title: ×ð¾´µÄÏÈÉú ×ð¾´µÄÏÈÉú/Ůʿ£¬ÄúºÃ£º ÎÒ¹«Ë¾Ö÷Òª´ÓÊÂCISCO¡¢3COM¡¢D-LINKµÈȫϵÁÐÍøÂç²úÆ·µÄÏúÊÛ£¬»õÔ´³ä×㣬Äêµ×´ÙÏú£¡£¡£¡ÈçÓÐÐèÒª»ò²úÆ·×Éѯ£¬ÇëËÙÓëÎÒÁªÏµ¡£¸ü¶àÎÊÌâÇëä¯ÀÀ±¾¹«Ë¾ÍøÕ¾£º http://www.htpy.com.cn ÍøÕ¾»áÔ±×¢²á£¬ÊÕ»ñ¶à¶à£¡£¡ ×£Äú¹¤×÷Óä¿ì£¬ÍòÊÂ˳ÐÄ£¡£¡ ¡¡

prob using the d2i_x509_fp();

2001-12-12 Thread ratan.sarkar
Hi, can U help me out ? I am using the code ..but for .der type of file it is giving me a null pointer .. but this code is working fine for .pem type .. here is the code I am using .. main() { string sCerrtPath="c:/mycert.der"; char buf[256];memset(buf,0,256); X509 * pCert=NULL;