Shao
The System should lose memory when a request from IE comes but not
for Netscape
Check that ?
there is slight difference in the way IE and netscape will send u the
initial key requests
for eg:
With IE u will get 2 requests
I m putting comments in the code have a look at them is this ur
John don't if this has aleady been answered but u might be missing
SSL_set_fd and SSL_set_accept_state(Function Name may not be correct but
is somewhere around this)
SSL_set_fd will be set with the sockfd which ur socketcall returned
a -1 by SSL_Accept generally means that the lower layer (socket
well what server method are u using the problem seems to come from there
-SIGTERM
amit
[EMAIL PROTECTED] wrote:
>I am (trying) to create a http proxy server with a
>secure socket
>
>I am using a Demo Cert from another sample code I
>downloaded.
>
>All seems good but I get a error on SSL_a
well srikanth
there is a server code in the apps of the ssl
distribution try looking at the file s_server.c
should help u
The thing
also try getting the errors from the SSL library there is something
called SSL_get_Error takes 2 parameters and ERR_error_string which will
hello
i am facing some problems when i use my server with IE the
server seems to workfine when i use netscape 6.2 to send the request
while the data cannotbe read when i send the requestusing IE
in both cases SSL_Accept suceeds but SSL_read does not return any data
when the client is a
o help you much better,
> much faster.
>
> Regards,
> Bhavin Shah
> Software Engineer
> Pace Soft Silicon
>
> - Original Message -
> From: "amit limaye" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, March 27, 2002 10:13 AM
hello
How do i handle the STACK_OF data type
what functions ormacros are provided for extracting individual elements of this
stack
-SIGTERM
amit
__
OpenSSL Project http://www.openssl.org
User S
Accept is returning me a bad asn1 object header
error can nebody explain me what are the possiblw causes of this
error
i am using sslv23server method and have
initailized SSL _CTX SSL SSL method objects without any errors
-SIGTERM
amit
This is the source code of the file i have already posted the output of make
-SIGTERM
amit
/***
main.c - description
---
begin : Tue Mar 5 10:23:09 IST 2002
copyright : (C) 2002 by amit
email : ljfl
This is the output i get when i run make
Making all in docs
gmake[1]: Entering directory `/root/testssl/ssl_test/ssl_test/docs'
Making all in en
gmake[2]: Entering directory `/root/testssl/ssl_test/ssl_test/docs/en'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/root/testss
i linked using libssl.a libcrypto.a i m getting errors
like
dlfnc
- Original Message -
From: "Richard Levitte - VMS Whacker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 04, 2002 9:16 PM
Subject: Re: compile errors
From: "ami
I have been trying to compile s file using
SSL_library_init
tduring compile it throws a lot of undefined errors
like ssl_algs.o uddefined reference to "EVP_des_cbc"
i have already linked libssl.a
can anybody suggest some remedies
-SIGTERM
amit
hello
the SSL Layer sits between the application (say HTTP) and the
transport (TCP)
so it should hide all transport calls like socket()
connect() accept()
it does this and if i am writing an SSL application
i don't need to know SSL handshake details
is this right ?
-SIGTERM
Hello does calling SSL_Connect mean that i would
not have to call the TCP Connect
-SIGTERM
amit
14 matches
Mail list logo