OpenSSL + Netscape

2002-01-30 Thread carsten . schwant
I signed a server-certificate with openssl and imported it into my webserver (IIS5). Now I can connect with the Internet Explorer without any problems, but I can`t connect with Netscape. If I try to connect with Netscape, there is an error message in the browser: The security libary has

installation problem

2002-01-30 Thread selcuk kavut
Hi, Openssl Team, I would like to inform you about the installation problem of opensll-engine-0.9.6c on Windows 98/2000, using Microsof Visual C++, which is as follows: When i carry out what is instructed in INSTALL.WIN32 file step by step, the command nmake -f ms\ntdll.mak, results with an

OffTopic: Base64 over HTTPS

2002-01-30 Thread Mohan Atreya
Hi: I am having trouble sending Base64 data over HTTPS POST. Does anybody have any sample code that can encode the Base64 to remove the reserved characters so that HTTP POST is possible cheers Mohan Atreya _ Do You Yahoo!? Get your free

RE: I need basic assistance!

2002-01-30 Thread Jerry Napoli
Unzip the package, then follow the instructions in the INSTALL.W32 file (I assume you're on win-32 platform). Once you've build everything, it should then be a matter of using the openssl.exe commandline utility: openssl pkcs12 -in input-file -inform DER -out output-file -outform PEM Hope

Re: OffTopic: Base64 over HTTPS

2002-01-30 Thread Aleix Conchillo
hope this helps. i don't remember where i found it... any way, here you are. #include stdio.h #include base64.h unsigned char alphabet[64] = ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/; int base64_decode(unsigned char *outbuf, unsigned char *inbuf, int size) {

Re: OffTopic: Base64 over HTTPS

2002-01-30 Thread Aleix Conchillo
i forgot to say that i use the code i send you in https posts. aleix __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List

Simple Question

2002-01-30 Thread Jason Armstrong
Hi I am trying to do something extremely simple, and not succeeding! I want to encrypt and sign some data, and send it to a person whose public key I have. I want to be able to do this with a password for a private key that is supplied via a webpage form (to sign the data). I'm going in total

Re: OffTopic: Base64 over HTTPS

2002-01-30 Thread Keary Suska
on 1/30/02 7:03 AM, [EMAIL PROTECTED] purportedly said: I am having trouble sending Base64 data over HTTPS POST. Does anybody have any sample code that can encode the Base64 to remove the reserved characters so that HTTP POST is possible What's the problem you are having? As far as I know,

RE: OffTopic: Base64 over HTTPS

2002-01-30 Thread Michael Wojcik
There shouldn't be any problems sending Base64 data over HTTP. HTTP doesn't care what the content-body data looks like (with the exception of the optional length header for the Chunked transfer-encoding). Is the problem that you're sending Base64 data as part of an HTML document over HTTP?

Win 2000 Services and SSL

2002-01-30 Thread Alex Cosic
Hi there, I have a small problem with designing services which use openssl. When I design server and client programs as exe files and install them on Win2000, the system operates as it is expected. Then I have put both programs to operate as Win2000 services. What has happened is that when

Re: Win 2000 Services and SSL

2002-01-30 Thread Jeffrey Altman
I'm not sure what your problem is but when I use OpenSSL in my service I have mo problem connecting to it: [C:/kermit/] C-Kermitiks localhost DNS Lookup... Trying 127.0.0.1... (OK) SSL_DEBUG_FLAG on ?Unable to load verify-file: C:/Documents and Settings/All Users/Application Dat a/kermit

Doubt regarding PKCS#1 padding

2002-01-30 Thread Chandu
Hi, Iam having a problem with PKCS#1 padding. I have implemented the SCEP protocol and trying to test with a free OpenSource SCEP implementation from www.othello.org. In that Iam getting the following error rsa_routines:RSA_padding_check_PKCS1_type_1:block type is not 01:rsa_pk1.c:100

Advice/ideas

2002-01-30 Thread Jurgen Thor
I would like to use SSL as a method of client/server communication in the following scenario: Client (program) must authenticate with the server using a secret certificate (can't have other programs connect with it), it can then download media which should be encrypted on disk (to provide peace