Change in the identification of secure renegotiation in 1.0.1-dev

2011-11-20 Thread Raul Siles
Hello, I have identified a web site where the reporting of secure renegotiation by the openssl binary changes between openssl 0.9.8r or 1.0.0e and the current development version, 1.0.1-dev-2017. Both 0.9.8r and 1.0.0e report that secure renegotiation IS supported, while 1.0.1-dev reports it

DTLS-SRTP and mingw

2011-11-20 Thread Roumen Petrov
One of recent changes is Add DTLS-SRTP negotiation from RFC 5764. After update build fail for HEAD . The simple solution is to move function declarations from srtp.h to tls1.h int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles); int SSL_set_tlsext_use_srtp(SSL *ctx,

[openssl.org #2640] [PATCH] support xmpp servers in starttls

2011-11-20 Thread Hanno Boeck via RT
server) to the starttls option and thus allows connections to xmpp s2s server ports. Patch is against latest openssl 1.0.1 snapshot. diff -Naur openssl-1.0.1-stable-SNAP-2020/apps/s_client.c openssl-with-xmpps/apps/s_client.c --- openssl-1.0.1-stable-SNAP-2020/apps/s_client.c 2011-11-16 01:00