I am trying to install SSH, and it requires that SSL be installed. I have
installed SSL according to the INSTALL file and got no errors, but when I
try to install SSH I get the following error,
Checking for OpenSSH...configure error: Could not find working OpenSSL
libraries, please install.
Any
On Wed, Mar 15, 2000 at 03:44:12PM -0600, Brajesh Tiwari wrote:
> Hi All,
>
> I am writing a ssl client application needs to use "HTTP POST" method to
> send some data to web server.
>
> I implemented ssl, can any body help in HTTP POST Method to post some data
> to web server.
What's complica
Richard Dykiel <[EMAIL PROTECTED]>:
> Hello, the simple piece of code below results in "4243 bytes leaked
> in 280 chunks" as reported by the CRYPTO debug memory functions.
>
> Most leaks are caused by the call to SSLeay_add_all_algorithms.
[...]
> Am I missing some mandatory cleanup call?
Yes
The OpenSA Project team is pleased to announce the release of version
0.20 of our Open Source package for Win32.
This new version incorporates several changes and bugfixes to the package
(for a complete list see the http://www.opensa.org/news/changelog/).
This Apache package provides a full impl
dykiel> Hello, the simple piece of code below results in "4243 bytes leaked in 280
chunks" as reported by the CRYPTO debug memory functions.
dykiel>
dykiel> Most leaks are caused by the call to SSLeay_add_all_algorithms.
No surprise there. That function, and the functions called by it,
registe
Hi All,
I am writing a ssl client application needs to use "HTTP POST" method to
send some data to web server.
I implemented ssl, can any body help in HTTP POST Method to post some data
to web server.
Thanks
Brajesh
__
OpenSSL
The demos are intended to be *minimal* SSL programs. If it had client
verification it wouldn't be minimal anymore, now, would it? If you want to
see how client authentication works, examine apps/s_server.c and look at
what happens when you specify -verify. Keep an eye open for
SSL_CTX_set_verify()
Is there any tool allowing a direct import of keys and certificates from a
pfx or .p12 file into key3.db and cert7.db?
Found something about a tool called certutil (in mozilla.org), but can't
find out where to get it and download (so I could look into the code and
find out something useful for my
Hello, the simple piece of code below results in "4243 bytes leaked in 280
chunks" as reported by the CRYPTO debug memory functions.
Most leaks are caused by the call to SSLeay_add_all_algorithms.
Some leaks are caused by the calls to the CRYPTO debug memory functions,
but I can live with t
On Tue, Mar 14, 2000 at 08:57:13PM -0800, Lingyun Wang wrote:
> I have made two dll files after successfully
> compilation. Then what's the next step?
What is your problem? If you need general info on how to use DLLs,
consult your compiler manual. If you're looking for info on the
OpenSSL API, r
Hi there,
all of the Verisign/RSA X509 certificates in the "certs"
directory are expired. Does anybody know how and where
I can get new ones.
Pardon my ignorance, I'm a total newbie.
Regards,
D. Fahrenholtz
IBM Certified Net.Commerce V3.1 Specialist
-
Get mod_ssl ftom http://www.modssl.org and read the INTSALL file.
It explains it all.
Cheers
Paul
On Wed, 15 Mar 2000, [iso-8859-1] "C.Mejía (ECOFOR y Cía. Ltda.)" wrote:
> Hi!!:
> I like to know if there is some documentation like the HOWTO in order to
> install and run SSL in my Apache
How do I create a 128 bit certificate? I create a certificate using MD5 (I
believe this will create 40 bit) but how do I set enc to RC4 for 128 bit
certificate
thanks
kal
__
OpenSSL Project
Hello all!
We have a Java client that connects to an stunnel server.
I'm need to be able to generate 40bit exportable (from US) keys and I wish not to
impinge on any patents. I would have used 56bit encryption, but the Java libs we've
used on the client app did not support TLS.
We're using st
-BEGIN PGP SIGNED MESSAGE-
I have a CA made with openssl 0.9.4 and I'm singing certificates for
apache-ssl without problems. The matter is that I need no passwd in the
private key. That's because if the server fall down in the night the
server will wait for somebody to insert the passwd.
Hi all
Please ignore my previous mail.
My problem got solved.
I used dlopen(LibraryName, RTLD_LAZY | RTLD_GLOBAL)
to load libssl.so after loading libcrypto.so
Regards,
Rajesh .
- Original Message -
From:
Geeta
Mahesh
To: [EMAIL PROTECTED] ; [EMAIL PROTECTED]
Sent:
> > By the way, "openssl asn1parse < cert.crt" returned:
> >
> > 0:d=0 hl=4 l= 730 cons: SEQUENCE
> > 4:d=1 hl=4 l= 579 cons: SEQUENCE
>
> This suggests that the certificate is already in PEM format because you
> haven't included the -inform DER argument.
>
Should I have?
> This BTW is
OpenSSL Mailinglist wrote:
>
> Hello,
>
> While trying openssl 0.9.5 (from the redhat package [release 2]) I think
> I found a bug.
>
Well rediscovered anyway :-) This was reported some time ago and is
fixed in the latest snapshot.
Steve.
--
Dr Stephen N. Henson. http://www.drh-consultanc
Hi!!:
I like to know if there is some documentation like the HOWTO in order to
install and run SSL in my Apache Web server and in order to install it
correctly, because even if I installed like the documentation says, still
is unable to find the installation for the ssh installer!!
Hello,
While trying openssl 0.9.5 (from the redhat package [release 2]) I think
I found a bug.
I first created a 1024-bit dsa key: openssl dsaparam -genkey -out
1024
Then I convert it to a pkcs8 file: openssl pkcs8 -topk8 -v2 des3 -in
-out
When I try to use file2 openssl dumps core after re
20 matches
Mail list logo