Xperex Tim wrote:
I don't really see the value of free certificates. If they are free that means that the CA can't
be doing any identity checks. So any schmoe can get a certificate with your name on it and claim
to be you.
Even a free cert can easily verify that the email address is valid
eno
Set up a BIO socket and use the BIO_gets() function. Below is a modified
example that I got from Eric Rescorla to solve this problem.
#define BUFSIZE 1024
BIO *bio_err;
int Http_Read(void)
{
BIO *io;
BIO *sbio;
BIO *ssl_bio;
SSL *ssl;
SSL_CTX *ctx;
int i;
int c;
Hello everybody
Before I go into the details of my problem (which might very well being
me doing somehthing wrong) I would like to thank you for all the work
you
do for openssll.
Abstract
We wrote a web server. We use openssl 0.9.6g for SSL protocol. One of
our customers has recently
Edward
Try this URL
http://www.openssl.org/docs/crypto/EVP_EncryptInit.htm1#
also look at the examples in the demos/maurice directory in the OpenSSL
distribution.
- Original Message -
From: "Edward Chan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 01, 2002 10:30 P
Use the BCB4 build instructions. The other doesn't work with BCB5 or
BCB6.
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:owner-openssl-users@;openssl.org] Namens Oblio
Verzonden: vrijdag 1 november 2002 21:56
Aan: [EMAIL PROTECTED]
Onderwerp: Help w/ BC++ 5
I'm completely new t
Hello,
I have one problem with my box, using Apache 1.3.27/mod_ssl
2.8.11/OpenSSL 0.9.6g.
I have found the following in my ssl_engine log, after that "attack" Apache
stops to fulfill requests for approx. 1-2 minutes. Regarding some advices
against the slapper.worm I also have disabled SSLv2:
[30
I'm completely new to this, and trying to compile on Borland's C++ Builder
5. I get most of the way through, but make fails. Can someone help?
bcc32 -otmp32\cryptlib.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q -w-aus
-w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -DDSO_WIN32 -O2 -ff
Title: shared libraries on Unix machines
I noticed that building SSL libraries as shared libraries is currently not available on all
Unix platforms. Our application supports many different Unix platforms - some of which the "shared"
option doesn't build an .so. (I expected to see libssl.s