char* -> X509_NAME ?

1999-05-28 Thread Dave Clark
Hi folks; I was wondering if there is some OpenSSL routine that will do basically the opposite of X509_NAME_oneline() ... take a char string and convert it to an X509_NAME struct? Any pointers or info would be appreciated, thanks in advance. __

RE: newbie question

1999-05-26 Thread Dave Clark
vaSeek, Inc. >[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >303-604-6334 x104 > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED]]On Behalf Of Dave Clark >> Sent: Wednesday, May 26, 1999 6:32 AM >> To: [EMAIL PR

access violation when calling d2i_X509_fp()

1999-05-19 Thread Dave Clark
WinNT 4.0, OpenSSL 0.9.2b I'm getting an access violation at 0xC005 when I attempt to call d2i_X509_fp to read the contents of a DER-encoded cert into an X509 struct. I've traced it down to the C RTL fread() call in function file_read() in bss_file.c. All the parameters passed into fread()

Re: NET::SSLeay for NT

1999-05-13 Thread Dave Clark
At 05:52 PM 05/12/1999 , Fariba wrote: >Hello, > >I need to install SSLeay on NT server. I have download the version of >openSSL1_0.9.1c and trying to compile it for NT in VC++. I was hoping to get >some feedback from anyone who has done this process. I was able to build OpenSSL 0.9.2b on NT ser

Re: X509 V3 extensions in certificate request?

1999-05-11 Thread Dave Clark
At 07:00 PM 05/10/1999 , Dr Stephen N. Henson wrote: >Dave Clark wrote: >> >> Hello, new OpenSSL user here; >> >> How does one go about specifying an X509 V3 extension when generating >> a certificate request with the OpenSSL 'req' utility, such that