Displaying 6 results from an estimated 6 matches for "sslv23_client_method".
2017 Nov 16
0
[PATCH] [libshout] tls: compile with OpenSSL 1.1.0
The init functions are not longer required in OpenSSL 1.1 so I dropped
them.
TLSv1_client_method() should not be used because it enables only the
TLSv1.0 protocol. Better is to use SSLv23_client_method() which enable
all the protocols including TLSv1.2. With this functions SSLv2 and SSLv3
is theoretically possible but as of today those protocols are usually
build-time disabled.
To avoid all this OpenSSL 1.1 provides TLS_client_method() which is aim
to provide to highest TLS protocol version (same...
2017 Aug 25
3
trouble compiling Dovecot 2.2.31 on Solaris 10 SPARC - libssl_iostream_openssl.so is not portable!
...ostream/.libs/libssl_iostream_openssl.so
X509_NAME_get_entry ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
SSL_ctrl ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
SSL_free ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
SSL_read ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
SSLv23_client_method ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
SSL_alert_type_string_long ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
SSL_new ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
PEM_read_bio_X509 ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
SSL_CTX_new ../lib-ssl-iostream/.l...
2011 May 10
2
Asterisk 1.8.4 Now Available
...or immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.4 resolves several issues reported by the community.
Without your help this release would not have been possible. Thank you!
Below is a sample of the issues resolved in this release:
* Use SSLv23_client_method instead of old SSLv2 only.
(Closes issue #19095, #19138. Reported, patched by tzafrir. Tested by russell
and chazzam.
* Resolve crash in ast_mutex_init()
(Patched by twilson)
* Resolution of several DTMF based attended transfer issues.
(Closes issue #17999, #17096, #18395, #17273. R...
2011 May 10
2
Asterisk 1.8.4 Now Available
...or immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.4 resolves several issues reported by the community.
Without your help this release would not have been possible. Thank you!
Below is a sample of the issues resolved in this release:
* Use SSLv23_client_method instead of old SSLv2 only.
(Closes issue #19095, #19138. Reported, patched by tzafrir. Tested by russell
and chazzam.
* Resolve crash in ast_mutex_init()
(Patched by twilson)
* Resolution of several DTMF based attended transfer issues.
(Closes issue #17999, #17096, #18395, #17273. R...
2015 Feb 11
2
[PATCH] Fix for client certificate validation does not work
...client(ctx->ctx);
hash_table_insert(ssl_servers, ctx, ctx);
return ctx;
@@ -1343,12 +1310,10 @@
ssl_proxy_init_client(const struct login_settings *login_set,
const struct master_service_ssl_settings *ssl_set)
{
- STACK_OF(X509_NAME) *xnames;
-
if ((ssl_client_ctx = SSL_CTX_new(SSLv23_client_method())) == NULL)
i_fatal("SSL_CTX_new() failed");
- xnames = ssl_proxy_ctx_init(ssl_client_ctx, ssl_set, TRUE);
- ssl_proxy_ctx_verify_client(ssl_client_ctx, xnames);
+ ssl_proxy_ctx_init(ssl_client_ctx, ssl_set);
+ ssl_proxy_ctx_verify_client(ssl_client_ctx);
ssl_proxy_client_ctx_set_...
2012 Oct 30
5
Pigeonhole 3.3 broken against Dovecot 2.1.10
...1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`SSL_set_verify at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`BIO_new_bio_pair at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`SSLv23_client_method at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`SSL_use_certificate at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`ASN1_STRING_length at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefi...