Re: PKCS12 Bug on win32?

1999-05-28 Thread Wu Zhigang
hould be char *fgets( char *string, int n, FILE *stream ); I just removed the code above( I don't know the purpose of the code), everything is fine now. When do you get the the "fgets(tty): Invalid argument" error? I've never seen that myself: what Win32 OS are you using? Stev

req_attributes

1999-05-25 Thread Wu Zhigang
= An optional company name with Regards Zhigang === With Regards Wu Zhigang email: [EMAIL PROTECTED] pager: 92670830 office: 4237026 _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: solving those data type problems

1999-04-22 Thread Wu Zhigang
Streaming Server source which handles four platforms, and defines the same types defined in MacTypes.h. ATTACHMENT part 2 application/octet-stream name=OSHeaders.h; x-mac-type=54455854; x-mac-creator=43574945 === With Regards Wu Zhigang email: [EMAIL PROTECTED] pager: 92670830 offic

function BIO_getc and BIO_putc

1999-04-17 Thread Wu Zhigang
Hi, when I used the BIO Lib, I find I always need abouve 2 fuction, can we add these to the BIO lib. === With Regards Wu Zhigang email: [EMAIL PROTECTED] pager: 92670830 office: 4237026 _ Do You Yahoo!? Get your free @yahoo.com address

Req/X509 under Win32

1999-04-12 Thread Wu Zhigang
Hi, Anyone has the success experience to run Cert management programs under win32 platform. I have tried, but failed, when I run openssl req -new -config /openssl/lib/openssl.cnf -out mycsr.pem I got a error message "unable to find 'distinguished_name' in config problem make Certificate

Re: Req/X509 under Win32

1999-04-12 Thread Wu Zhigang
Hi, I have solve the problem by myself. Under Win32, you should use '\' instead of '/'. and you should change the first few line of openssl.cnf because of Win32 does not has ENV:: defination. cheer. --- Wu Zhigang [EMAIL PROTECTED] wrote: Hi, Anyone has the success experience