On Apr 22, 2013, at 7:11 PM, Tamer Refaei wrote:
> I guess my confusion was that I expected heartbeats to be
> automatically/frequently sent by DTLS but it seems they have to be
> triggered by your application by an SSL_heartbeat function call. Am I
> right?
Correct.
Best regards
Michael
>
> On
I downloaded OpenSSL 1.0.1e and tried to build it for both 32-bit and 64-bit
with release and debug configurations but it failed on 64-bit debug
configuration.
There are only "darwin-i386-cc", "debug-darwin-i386-cc" and
"darwin64-x86_64-cc" in 'Configure' of 1.0.1e:
# MacOS X (a.k.a. Rhapso
> From: owner-openssl-us...@openssl.org On Behalf Of marek.marc...@malkom.pl
> Sent: Monday, 22 April, 2013 12:43
(reordered and requoted for clarity)
> owner-openssl-us...@openssl.org wrote on 04/22/2013 06:00:37 PM:
>
> > Venkataragavan Vijayakumar
> > Sent by: owner-openssl-us...@openssl.org
I guess my confusion was that I expected heartbeats to be
automatically/frequently sent by DTLS but it seems they have to be
triggered by your application by an SSL_heartbeat function call. Am I
right?
On Fri, Apr 19, 2013 at 3:58 PM, Dr. Stephen Henson wrote:
> On Fri, Apr 19, 2013, Tamer Refae
Hello,
# openssl errstr 140A90F1
error:140A90F1:SSL routines:SSL_CTX_new:unable to load ssl2 md5 routines
Best regards,
--
Marek Marcola
owner-openssl-us...@openssl.org wrote on 04/22/2013 06:00:37 PM:
> Venkataragavan Vijayakumar
> Sent by: owner-openssl-us...@openssl.org
>
> 04/22/2013 06
Hi All,
I am using openssl for the HTTPS connection asyncronously. whenever i need
to send a HTTPS request , i will create a new SSL connection with the
server, i never use the same connection, since the server is not supporting
it.
so for every request the SSL_CTX_new() will be called, in the t
I have related problem.
My *sshd* is compiled with FIPS 2.0.2 incorporated openssl 1.0.1c and runs
fine in SBX. But when i try to do scp from a remote system, initial
connection is successful but connection get closed immediately.
If i am not wrong, scp internally calls ssh which forks a new proces
Thanks a lot for the reply Mr Dave!
The info on wireshark was really helpful.
By flush I meant the buffer before being used in sprintf was clean.
On Mon, Apr 22, 2013 at 9:48 AM, Viktor Dukhovni wrote:
> On Sun, Apr 21, 2013 at 10:17:31PM -0400, Dave Thompson wrote:
>
> > >scanf("%s",password)