unable to get local issuer certificate

2006-08-28 Thread Milan Tomic
While atempting to establish SSL connection I got this OpenSSL error: Certificate Verification: Error (20): unable to get local issuer certificate Yes, I have read OpenSSL documentation and used Google to search for possible solution, but nothing matches my problem. I do have server issuer cert

EVP_get_digestbyname()

2006-02-01 Thread Milan Tomic
Is EVP_get_digestbyname() safe for usage in multithreading programs (multiple concurent calls)? Thank you in advance, Milan __ OpenSSL Project http://www.openssl.org User Support Mailing List

SSL_get_peer_certificate()

2005-09-13 Thread Milan Tomic
Title: Message   I'm retriving server SSL cert using SSL_get_peer_certificate. How can I compare this cert with one I have stored in file (DER)?   Thank you in advance, Milan

RE: MD5 not returning hash for string ending with "."

2005-07-19 Thread Milan Tomic
You are again using strlen(): hexprint(op, strlen(op)); > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of kaustubh mendki > Sent: Tuesday, July 19, 2005 3:03 PM > To: Ken Goldman > Cc: openssl-users@openssl.org > Subject: Re: MD5 not returning has

RE: PKCS12_parse() fails (0.9.8.)

2005-07-19 Thread Milan Tomic
Title: Message   Can someone give me a hand with this problem? :)     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Milan TomicSent: Monday, July 18, 2005 1:20 PMTo: openssl-users@openssl.orgSubject: PKCS12_parse() fails (0.9.8.) PK

PKCS12_parse() fails (0.9.8.)

2005-07-18 Thread Milan Tomic
Title: PKCS12_parse() fails (0.9.8.) PKCS12_parse() fails (returns 0) in my case, although PKCS12_verify_mac() succeed (return 1). I have tried to export cert & key into .pfx file in two ways: - using Internet Explorer GUI, - using java's keytool. but still the same. What should I do?

RE: HTTPS

2005-07-18 Thread Milan Tomic
y, July 15, 2005 1:29 PM > To: openssl-users@openssl.org > Subject: Re: HTTPS > > > Milan Tomic wrote: > > >Can "cli.cpp" run on Windows platform? I need Windows OpenSSL HTTPS > >client. > > > >While compiling I got an error saying t

RE: HTTPS

2005-07-15 Thread Milan Tomic
Can "cli.cpp" run on Windows platform? I need Windows OpenSSL HTTPS client. While compiling I got an error saying that it can't find "sys/socket.h" include file. Thank you. __ OpenSSL Project htt

HTTPS

2005-07-15 Thread Milan Tomic
Title: HTTPS Where can I find some HTTPS client app example using OpenSSL? I have found cli.cpp in the OpenSSL distribution but it connects to the server through sockets.

SHA2

2005-05-10 Thread Milan Tomic
Title: SHA2 I'm trying to generate self signed certificates with sha256, sha384 and sha512 algorithms for testing purposes. It seems openssl.exe doesn't understand it, although I have downloaded latest version (openssl-0.9.7g). If openssl.exe can't create it then please tell me (if somebody

RE: Building with VC6

2005-05-10 Thread Milan Tomic
> Did you do: > > perl Configure VC-WIN32 > > first? No. :( I thought I need to do that only first time I compile OpenSSL lib, not allways. :( Works fine now. Thank you very much, Milan __ OpenSSL Project

RE: Building with VC6

2005-05-09 Thread Milan Tomic
or that locate > vcvars.bat file usually located in C:\Program Files\Microsoft Visual > Studio\VC98\Bin or whatever you root directory is or rerun > vc++ setup to > register vc environment variables. > > Regards, > Ahmad. > > >From: "Milan Tomic" <[EMAIL

Building with VC6

2005-05-09 Thread Milan Tomic
Title: Building with VC6 I've just got this error while building latest version of OpenSSL: n_pkey.c .\crypto\asn1\n_pkey.c(96) : error C2370: 'NETSCAPE_ENCRYPTED_PKEY_it' : redefinition; different storage class     .\crypto\asn1\n_pkey.c(93) : see declaration of 'NETSCAPE_ENCRYPTED_

Test SSL certificate

2005-01-23 Thread Milan Tomic
Title: Test SSL certificate     Please, could you tell me where could I get one test SSL certificate? I need to do a small SSL test with IIS and I need one. I've tried VeriSign, FreeSSL and similar CAs, but for test certificates they require some document or some other kind of time consu

Smart cards and private keys

2005-01-20 Thread Milan Tomic
Title: Smart cards and private keys Hi,     Is it possible to extract private key from some (any) smart card? I'm using ActivCard equipement and it seems that it is not possible? Thank you in advance, Milan

RFC 3161

2004-11-16 Thread Milan Tomic
Title: RFC 3161     Does OpenSSL implements RFC 3161 (timestamping)? Do you know for any toolkit supporting it? Thank you, Milan

Using OpenSSL with VC++.Net 2003

2004-11-12 Thread Milan Tomic
Title: Using OpenSSL with VC++.Net 2003     I've tried to use libeay32.dll and libeay32.lib in my VC 7.1 project and got this error on startup: --- TestDLL.exe - Ordinal Not Found --- The ordinal 3236 could not be located in the dynami