RE: CA for IIS-issued self-signed certificate?

2012-08-10 Thread Charles Mills
> If you ... subsequently call set_default_verify_paths, the later call overrides and > (only) the default file and/or directory are used. Thanks. I wondered about that. I commented it out though and still get exactly the same result. I also added a certificate verify callback. I come through the

RE: CA for IIS-issued self-signed certificate?

2012-08-10 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of CharlesTSR > Sent: Friday, 10 August, 2012 16:48 > Please bear with me; I'm a real SSL newbie. I am attempting > to develop my > first SSL program, an SSL/TLS client that will communicate > with a commercial > SSL server product (Kiwi Server)

RE: RC4 test vector with openssl

2012-08-10 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Alexander Voropay > Sent: Friday, 10 August, 2012 08:24 > How to produce a "canonical" RC4 test vectors as seen on Wikipedia > > http://en.wikipedia.org/wiki/Rc4#Test_vectors [or RFC6229, referenced therein] > Is it possible to produce this r

CA for IIS-issued self-signed certificate?

2012-08-10 Thread CharlesTSR
[Incorrectly initially posted in dev.] Please bear with me; I'm a real SSL newbie. I am attempting to develop my first SSL program, an SSL/TLS client that will communicate with a commercial SSL server product (Kiwi Server) that is running on a VM on my system. Kiwi *only* accepts IIS-issued cer

RE: Compiling openssl 1.0.1c with fips 2.0.1

2012-08-10 Thread Ruiyuan Jiang
Thanks, Cassie. Ryan -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Cassie Helms Sent: Friday, August 10, 2012 12:08 PM To: openssl-users@openssl.org Subject: Re: Compiling openssl 1.0.1c with fips 2.0.1 > ar: creating ../l

Re: Compiling openssl 1.0.1c with fips 2.0.1

2012-08-10 Thread Cassie Helms
> ar: creating ../libcrypto.a > [ -z "/usr/local/ssl/fips-2.0/lib" ] || ar r ../libcrypto.a /usr/local/ssl/fips-2.0/libfipscanister.o > ar: /usr/local/ssl/fips-2.0/libfipscanister.o: No such file or directory Here is your problem, perhaps -- missing a slash at the end of lib. Should be pointing

RC4 test vector with openssl

2012-08-10 Thread Alexander Voropay
Hi! How to produce a "canonical" RC4 test vectors as seen on Wikipedia http://en.wikipedia.org/wiki/Rc4#Test_vectors I've tried some RC4 implementations from C to Perl, and *all* of them produse а correct result, even http://www.fyneworks.com/encryption/rc4-encryption/ Is it possible to produce