Datagram TLS source

2005-04-27 Thread nagendra modadugu
Datagram TLS (DTLS) source is now part of the OpenSSL repository (CVS main branch). Also, I have seperately released patches against openssl-0.9.7g. This is the link to the main DTLS page (including links to further information about the protocol, and patches): http://crypto.stanford.edu/~nagen

Re: Datagram TLS source

2005-04-28 Thread Prashant Kumar
Hello Nagendra,   I had one question on the timer management and retransmission. I see that there is a new BIO type in the file bss_dgram.c. My question is if the application does not use the dgram BIO type and use the memory BIO instead, does the application has to take the responsibility of timer

Re: Datagram TLS source

2005-04-28 Thread nagendra modadugu
* Prashant Kumar <[EMAIL PROTECTED]> [2005-04-28 06:11:38 -0700]: > I had one question on the timer management and retransmission. I see that > there is a new BIO type in the file bss_dgram.c. My question is if the > application does not use the dgram BIO type and use the memory BIO instead, >

Re: Datagram TLS source

2005-04-29 Thread Prashant Kumar
Nagendra,   I looked at DtlsTransport.cxx. I think that answers my questions.   Thanks you. Prashant.nagendra modadugu <[EMAIL PROTECTED]> wrote: * Prashant Kumar <[EMAIL PROTECTED]>[2005-04-28 06:11:38 -0700]:> I had one question on the timer management and retransmission. I see that there is a ne