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 of
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
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-Kermit>iks 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 95/ca
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 I
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?
Mich
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,
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 cir
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 Manag
hope this helps. i don't remember where i found it...
any way, here you are.
#include
#include "base64.h"
unsigned char alphabet[64] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
int
base64_decode(unsigned char *outbuf, unsigned char *inbuf, int size)
{
static un
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 -inform DER -out
-outform PEM
Hope this helps.
Jerry
[EMAI
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 @
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
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 experie
13 matches
Mail list logo