On Mon, Dec 02, 2002 at 09:02:26PM -0800, Vinay Raikar wrote:
>
> I need to set the timeout for particular SSL session. Currently it is set to
>TCP_ALIVE TIME, ie 7200 secs, verified by call to SSL_get_timeout(SSL *s) &
>SSL_SESSION_get _timeout(SSL_SESSION *sess).
> I tried both SSL_set_timeout
It was added in 0.9.7 beta 4. beta 5 will be out shortly and fixes a few
build issues.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Bala Kanagasabai
Sent: Tuesday, 3 December 2002 5:46 PM
To: [EMAIL PROTECTED]
Subject: SSL in windows CE
Can anyone te
Can anyone tell me if SSL works for windows CE ?
Thanks in advance.
Regards
begin:vcard
n:Kanagasabai;Bala
x-mozilla-html:FALSE
org:Retriever Communications Pty Ltd
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Principal Software Developer
x-mozilla-cpt:;-7712
fn:Bala Kanagasabai
I need to set the timeout for particular SSL session. Currently it is set to TCP_ALIVE TIME, ie 7200 secs, verified by call to SSL_get_timeout(SSL *s) & SSL_SESSION_get _timeout(SSL_SESSION *sess).
I tried both SSL_set_timeout(SSL*s,long tm) as well as SSL_SESSION_set_timeout(SSL_SESSION* sess,long
That's odd. stdio_extras.h is only included if OPENSSL_SYS_WINCE is defined
which is only defined if OPENSSL_SYSNAME_WINCE is defined which should only
be defined if you ran "perl Configure VC-CE". Do you have any idea how
stdio_extras.h is being included when it's wrapped with an "#ifdef
OPENSSL
Hi
no i'm not using winCE.
i'm using win 2000. and visual studio.net
here's what i did
i installed perl and set the path for it to be exe etc..and ran the
following commands
perl Configure VC-WIN32
ms\do_ms
nmake -f ms\ntdll.mak
but doing that the compiler couldn't find stdio.h. So someone
sugge
That file is only used for the Windows CE build. Are you building for
Windows CE?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Desmond Ling
Sent: Tuesday, 3 December 2002 11:02 AM
To: [EMAIL PROTECTED]
Subject: Re: How to make in Visual C++ 6.0
hi,
s
Do you have an INCLUDE environment variable set with a path that includes
the directory where your stdio.h lives?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Desmond Ling
Sent: Tuesday, 3 December 2002 9:21 AM
To: [EMAIL PROTECTED]
Subject: Re: Visual
hi,
seems like its working till it couldn't
find another file.
"stdio_extras.h"
i did a search and found that this file was
included in the crypto.h file.
what is "stdio_extras.h"??? i've never heard
of it before. i did a search for this file
and found nothing.
i am using visual studio .Net
Desmo
- Original Message -
From: "Desmond Ling" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 03, 2002 9:18 AM
Subject: Re: How to make in Visual C++ 6.0
> hi
> i tried to build the program in
> visual studio c++.net
> i got stuck at the step "nmake -f ntdll.mak"
> i've a
BTW: I also need test signed
certificates,
signed by the test CAs from the test
site
you're about to tell me about :-)
cj
- Original Message -
From:
Chris Jarshant
To: [EMAIL PROTECTED]
Sent: Monday, December 02, 2002 5:19
PM
Subject: ocsp2.valicert.net
Al
I have configured all the SSL parameters and
when i start the Apache,
i am getting "Unable to configure verify
locations for client authentication".
PS: I am using opensa.
Thanks and have a nice time.
Vijay
Vangara
(SeeBeyond
Consultant)
Misys Healthcare
Systems
Ph: (512) 329-0070
x2
hi
i tried to build the program in
visual studio c++.net
i got stuck at the step "nmake -f ntdll.mak"
i've already changed the SRC_D value in the
ntdll.mak file to the openssl directory
some how, when it tried to compile the
cryptlib.c file, it couldn't find stdio.h
does any1 know how to solve this
HI
i tried that, i used the nmake command
on the ntdll.mak. i changed the SRC_D value
to the openssl directory. still when it
tried to compile the cryptlib.c file, it
couldn't find stdio.h.
sorry i'm a complete idiot when it comes
to command compiling...
Desmond
From: mikecross <[EMAIL PROTEC
All,
ocsp2.valicert.net seems to be
non-functional. Anyone
know of any OCSP Responders I can use to test
my
OCSP client? I have used openvalidation.org
with
moderate success (some of their certs don't
have
the OCSPSigning extended key usage
attribute,
which openssl promptly rejects).
c
Hello,
We are trying to get Eudora 5.2 (win32) to talk to our IMAP
server over TLS/SSL. The server is: RedHat 7.3, Linux 2.4.18-3,
OpenSSL 0.9.6g, (Washington U) IMAP 2002.RC7. Our clients using
other win32 mail clients ( M$ OL, etc ) are not having any problems.
The relevant portions of our
The instructions show how to build using command line.
Is there a nice .dsp file that allows building from
within the IDE?
Thanks,
Ed
--- Cory Albrecht <[EMAIL PROTECTED]> wrote:
> --- Rick_Zhang <[EMAIL PROTECTED]> wrote:
> > i went to compile openssl in vc 6.0, but i found
> > lack of some fi
Trying to open certain privat key PEM files with the
PEM_read_RSAPrivateKey() command in my application, openssl produces
the above error, but only on versions higher than 0.96c. With V0.96c it
works fine. Does anybody knows why this happens ?
Philippe Fischer
Hochschule für Technik und Wir
On Mon, Dec 02, 2002 at 02:36:53AM -0800, Vinay Raikar wrote:
>
> Tried using above functions,I am not able to set the session timeout, Is the SSL
>Session Timeout hardcoded to a fix number internally
Hmm. I just re-read your original mail and found, that it does concern
SSL_set_timeout(), not S
On Mon, Dec 02, 2002 at 04:00:29AM -0800, Vinay Raikar wrote:
>
> Do you have test code somewhere, maybe a link to your test progarm will help.
Postfix/TLS, available via my homepage (see .signature).
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
http://www.aet.TU-C
Do you have test code somewhere, maybe a link to your test progarm will help.
Thanks,
Vinay
Lutz Jaenicke <[EMAIL PROTECTED]> wrote:
On Mon, Dec 02, 2002 at 02:36:53AM -0800, Vinay Raikar wrote:> Tried using above functions,I am not able to set the session timeout, Is the SSL Session Timeout hardc
I'm working on some related fixes so I'll take a look at this. To clarify,
are you talking about x86 or x86em (x86 emulation)? If it's not emulation,
are you using WCEx86.BAT to setup the build environment, and setting
PLATFORM=Pocket PC 2002 before executing this batch file?
Regards,
Steven
-
On Mon, Dec 02, 2002 at 02:36:53AM -0800, Vinay Raikar wrote:
> Tried using above functions,I am not able to set the session timeout, Is the SSL
>Session Timeout hardcoded to a fix number internally
You did read the manual page and fully understood what the functions
actually do?
It does work for
Tried using above functions,I am not able to set the session timeout, Is the SSL Session Timeout hardcoded to a fix number internally
using openssl-0.9.6g
Thanks
vinayDo you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
Tried using above functions,I am not able to set the session timeout, Is the SSL Session Timeout hardcoded to a fix number internally
using openssl-0.9.6g
Thanks
vinayDo you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
Does any one has source-code or api that can be used for CRL validation?? I am currently using openssl-0.9.6g.
-VinayDo you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
Title: Message
I'm trying, without success, to read a
certificate and private key from a PEM file and attach the private key to the
X509 object, so that I don't have to carry it around in my code separately.
There seems to be no API for this purpose.
I'd be happy to write up an FAQ on this
27 matches
Mail list logo