Re: Are Openssl Random Number Generator NIST compliant ?

2013-03-06 Thread Ben Laurie
On 6 March 2013 03:55, Nayna Jain naynj...@in.ibm.com wrote: Hi all, Are RAND_seed(), RAND_add() NIST SP 800-151A compliant ? 800-151 does not appear to exist, got a link? __ OpenSSL Project

[openssl.org #3008] Possible bug when using DTLS with a BIO pair

2013-03-06 Thread Gary Grebus via RT
I have an application which needs to protect datagram traffic, and also directly control the socket I/O. Using DTLS over a BIO pair appears to work for my purposes except for one problem when handling timeouts. In dtls1_check_timeout_num(), after 2 unsuccessful retransmission attempts, the code

Re: Question on encryption algorithms brittleness

2013-03-06 Thread Matt Caswell
This site would be a good place to start: http://www.keylength.com/ Matt On 6 March 2013 13:56, Ido Regev ido.re...@ecitele.com wrote: We have a requirement from one of our customers regarding the encryption algorithms – Make use of published public encryption algorithms that are

Re: [openssl.org #3008] Possible bug when using DTLS with a BIO pair

2013-03-06 Thread Michael Tuexen
On Mar 6, 2013, at 1:19 PM, Gary Grebus via RT wrote: I have an application which needs to protect datagram traffic, and also directly control the socket I/O. Using DTLS over a BIO pair appears to work for my purposes except for one problem when handling timeouts. In

Re: [openssl.org #3008] Possible bug when using DTLS with a BIO pair

2013-03-06 Thread Michael Tuexen
On Mar 6, 2013, at 4:27 PM, Gary Grebus wrote: On 03/06/2013 09:54 AM, Michael Tuexen wrote: On Mar 6, 2013, at 1:19 PM, Gary Grebus via RT wrote: I have an application which needs to protect datagram traffic, and also directly control the socket I/O. Using DTLS over a BIO pair appears to