Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no sslv3 #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

no sslv3 #185

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Mar 15, 2016

  CC       src/src_tlsdate_helper-tlsdate-helper.o
src/tlsdate-helper.c: In function ‘run_ssl’:
src/tlsdate-helper.c:1139:23: warning: implicit declaration of function ‘SSLv3_client_method’ [-Wimplicit-function-declaration]
     ctx = SSL_CTX_new(SSLv3_client_method());
                       ^
src/tlsdate-helper.c:1139:23: warning: passing argument 1 of ‘SSL_CTX_new’ makes pointer from integer without a cast [-Wint-conversion]
In file included from ./src/tlsdate-helper.h:38:0,
                 from src/tlsdate-helper.c:78:
/usr/include/openssl/ssl.h:2131:10: note: expected ‘const SSL_METHOD * {aka const struct ssl_method_st *}’ but argument is of type ‘int’
 SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
          ^
  CC       src/src_tlsdate_helper-proxy-bio.o
  CC       src/src_tlsdate_helper-util.o
  CCLD     src/tlsdate-helper
src/src_tlsdate_helper-tlsdate-helper.o: In function `run_ssl':
/home/user/software/tlsdate/src/tlsdate-tlsdate-0.0.13/src/tlsdate-helper.c:1139: undefined reference to `SSLv3_client_method'
collect2: error: ld returned 1 exit status
Makefile:1704: recipe for target 'src/tlsdate-helper' failed
make[1]: *** [src/tlsdate-helper] Error 1
make[1]: Leaving directory '/home/user/software/tlsdate/src/tlsdate-tlsdate-0.0.13'
Makefile:1366: recipe for target 'all' failed
make: *** [all] Error 2

@DonnchaC
Copy link

DonnchaC commented Apr 26, 2016

The build for tlsdate in Debian testing is currently broken because of the removal of SSLV3_client_method. As a result tlsdate is not available for use in Subgraph OS. I've tested this batch and it appears to compile and work fine in Debian testing.

It would be great if you could merge this into a release soon!

Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804619

@ioerror
Copy link
Owner

ioerror commented Apr 30, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants