Displaying 9 results from an estimated 9 matches for "ssl_new".
2020 Oct 07
2
[PATCH] add with-openssl option
...;
> > -# Now try linking to openssl
> > -xt_save_CFLAGS="$CFLAGS"
> > -xt_save_LIBS="$LIBS"
> > -CFLAGS="$CFLAGS $OPENSSL_CFLAGS"
> > -LIBS="$OPENSSL_LIBS $LIBS"
> > -AC_TRY_LINK([#include <openssl/ssl.h>], [void *a = SSL_new],
> > [openssl_ok='yes'])
> > -CFLAGS="$xt_save_CFLAGS"
> > -LIBS="$xt_save_LIBS"
> > +if test "x$openssl_prefix" != "xno"; then
> > + # Now try linking to openssl
> > + xt_save_CFLAGS="$CFLAGS"
>...
2020 Oct 07
1
[PATCH] add with-openssl option
...l
> >>> -xt_save_CFLAGS="$CFLAGS"
> >>> -xt_save_LIBS="$LIBS"
> >>> -CFLAGS="$CFLAGS $OPENSSL_CFLAGS"
> >>> -LIBS="$OPENSSL_LIBS $LIBS"
> >>> -AC_TRY_LINK([#include <openssl/ssl.h>], [void *a = SSL_new],
> >>> [openssl_ok='yes'])
> >>> -CFLAGS="$xt_save_CFLAGS"
> >>> -LIBS="$xt_save_LIBS"
> >>> +if test "x$openssl_prefix" != "xno"; then
> >>> + # Now try linking to openssl
> >>&...
2020 Oct 05
0
[PATCH] add with-openssl option
...+ b/m4/xiph_openssl.m4
@@ -29,14 +29,16 @@ else
fi
fi
-# Now try linking to openssl
-xt_save_CFLAGS="$CFLAGS"
-xt_save_LIBS="$LIBS"
-CFLAGS="$CFLAGS $OPENSSL_CFLAGS"
-LIBS="$OPENSSL_LIBS $LIBS"
-AC_TRY_LINK([#include <openssl/ssl.h>], [void *a = SSL_new], [openssl_ok='yes'])
-CFLAGS="$xt_save_CFLAGS"
-LIBS="$xt_save_LIBS"
+if test "x$openssl_prefix" != "xno"; then
+ # Now try linking to openssl
+ xt_save_CFLAGS="$CFLAGS"
+ xt_save_LIBS="$LIBS"
+ CFLAGS="$CFLAGS $O...
2020 Oct 07
0
[PATCH] add with-openssl option
...Now try linking to openssl
>>> -xt_save_CFLAGS="$CFLAGS"
>>> -xt_save_LIBS="$LIBS"
>>> -CFLAGS="$CFLAGS $OPENSSL_CFLAGS"
>>> -LIBS="$OPENSSL_LIBS $LIBS"
>>> -AC_TRY_LINK([#include <openssl/ssl.h>], [void *a = SSL_new],
>>> [openssl_ok='yes'])
>>> -CFLAGS="$xt_save_CFLAGS"
>>> -LIBS="$xt_save_LIBS"
>>> +if test "x$openssl_prefix" != "xno"; then
>>> + # Now try linking to openssl
>>> + xt_save_CFLAGS="...
2017 Aug 25
3
trouble compiling Dovecot 2.2.31 on Solaris 10 SPARC - libssl_iostream_openssl.so is not portable!
...l_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/.libs/libssl_iostream_openssl.so
ERR_peek_error ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
DH_free ../lib-ssl-iostream/.libs/libssl_i...
2005 Jul 16
1
Compiling under Fedora Core 4 - Problem
...l_close':
: undefined reference to `SSL_shutdown'
/usr/lib/mysql/libmysqlclient.a(viossl.o)(.text+0x23d): In function
`vio_ssl_close':
: undefined reference to `SSL_free'
/usr/lib/mysql/libmysqlclient.a(viossl.o)(.text+0x35c): In function
`sslaccept':
: undefined reference to `SSL_new'
/usr/lib/mysql/libmysqlclient.a(viossl.o)(.text+0x372): In function
`sslaccept':
: undefined reference to `SSL_clear'
/usr/lib/mysql/libmysqlclient.a(viossl.o)(.text+0x380): In function
`sslaccept':
: undefined reference to `SSL_get_session'
/usr/lib/mysql/libmysqlclient.a(vi...
2013 Aug 12
0
Asterisk WebRTC Support : WSS connection setup fails with error:00000000
...the the tls
certficate and keys.
Below are my debug code and the brief logs, http.conf :
Here, ssl_err is my addition to debug further, in main/tcptls.c
************************Start of of Modified code in main/tcptls.c
******************
#ifdef DO_SSL
else if ( (tcptls_session->ssl =
SSL_new(tcptls_session->parent->tls_cfg->ssl_ctx)) ) {
SSL_set_fd(tcptls_session->ssl, tcptls_session->fd);
if ((ret = ssl_setup(tcptls_session->ssl)) <= 0) {
ssl_err=SSL_get_error(tcptls_session->ssl,ret);...
2012 Oct 30
5
Pigeonhole 3.3 broken against Dovecot 2.1.10
...0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`X509_INFO_free at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`X509_STORE_set_flags at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`SSL_new at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`X509_NAME_dup at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`X509_NAME_get_index_by_NID at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: unde...
2012 May 05
5
[PATCH] Optionally, allow distros to use openssl for MD5 verification
..._LDFLAGS="$LDFLAGS"
+ save_CPPFLAGS="$CPPFLAGS"
+ LDFLAGS="$LDFLAGS $OPENSSL_LDFLAGS"
+ LIBS="$OPENSSL_LIBS $LIBS"
+ CPPFLAGS="$OPENSSL_INCLUDES $CPPFLAGS"
+ AC_LINK_IFELSE(
+ [AC_LANG_PROGRAM([#include <openssl/ssl.h>], [SSL_new(NULL)])],
+ [
+ AC_MSG_RESULT([yes])
+ $1
+ ], [
+ AC_MSG_RESULT([no])
+ $2
+ ])
+ CPPFLAGS="$save_CPPFLAGS"
+ LDFLAGS="$save_LDFLAGS"
+ LIBS="$save_LIBS"
+
+ AC_SUBST([OPENSSL_INCLUDES])
+...