$OPENSSLCONFIG -out $CERTFILE
-keyout $KEYFILE || exit 2
chmod 0600 $KEYFILE
echo
$OPENSSL x509 -subject -fingerprint -noout -in $CERTFILE || exit 2
Thanks
Jasper
__
OpenSSL Project http://www.openssl.org
, otherwise my application will crash. My question is : is this
flag used for optimilization only or can I expect runtime problems when
not using this flag ? The gcc manpage also says that using this flag
will make debugging impossible on some platforms. Is this the case ?
T
PROTECTED]] Namens David Schwartz
Verzonden: vrijdag 7 februari 2003 0:52
Aan: [EMAIL PROTECTED]
Onderwerp: RE: SSL_accept hang
On Thu, 6 Feb 2003 20:34:23 +0100, Jasper Spit wrote:
>I can confirm that. select() works fine for both blocking and
>non-blocking i/o, even on Windows :)
What happens if you check for input (using select()) after the tcp
accept() and before the SSL_accept() ?
Jasper
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] Namens Tim Regovich
Verzonden: dinsdag 4 februari 2003 22:09
Aan: [EMAIL PROTECTED]
Onderwerp: RE
Title: Bericht
Don't
know if this is appropriate for you, but if you're using a multithreaded app,
make sure the SSL_accept call takes place in a seperate thread (dedicated for
that client). That way if the connecting party never initiates or
completes a handshake, your application will stil
Hi,
I'm trying to build 0.9.7 with BC++ Builder 6, but it fails with the
following error :
bcc32 -otmp32\x_all.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q
-w-aus
-w-par -w-inl -c -tWC -tWM -DOPENSSL_SYSNAME_WIN32 -DL_ENDIAN
-DDSO_WIN32 -D_str
icmp=stricmp -O2 -ff -fp -DBN_ASM -DMD5_ASM -
You have to add the threading library that was used to build openssl to
your project as well
to prevent these crashes. See the OpenSSL FAQ.
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] Namens
[EMAIL PROTECTED]
Verzonden: donderdag 19 december 2002 14:35
Aan: [
x27;t work either.
I've tried precompiled libs, I've tried my own compiled libs, without
any special compilation flags. Any ideas ?
Using 0.9.6g & Borland C++ Builder 6.
Thx, Jasper
__
OpenSSL Project
Thanks, this works fine for me with BCB6. No compile
errors/altering header files either.
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:owner-openssl-users@;openssl.org] Namens Keary Phillips
Verzonden: zondag 3 november 2002 20:41
Aan: [EMAIL PROTECTED]
Onderwerp: Here is how to
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
onnections. So I think I am forced to use a separate
context for each connection.
I am wondering what the overhead is compared to using a single
context ?
Thx, Jasper
__
OpenSSL Project http://www.o
isk
is not an option)
Thanks, Jasper
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
Hi,
The following scenario. I'm running a company that sells software.
When selling software to a new client I create a certificate for
that client and sign it using my company's root certificate.
The software in turn on startup checks if the client's certificate
was signed by my company, by matc
13 matches
Mail list logo