[sr-dev] [kamailio/kamailio] tls: FTB with new openssl 1.1.0 (#685)

Victor Seva notifications at github.com
Thu Sep 15 17:11:23 CEST 2016


with libssl-dev 1.0.1t-1+deb8u2 : 
```
make every-module group_include="ktls"
make[1]: Entering directory '/code'
CC (gcc) [M auth_identity.so]		auth_http.o
CC (gcc) [M auth_identity.so]		auth_hdrs.o
CC (gcc) [M auth_identity.so]		auth_tables.o
CC (gcc) [M auth_identity.so]		auth_identity.o
CC (gcc) [M auth_identity.so]		auth_crypt.o
auth_crypt.c: In function 'check_x509_subj':
auth_crypt.c:117:22: warning: implicit declaration of function 'ASN1_STRING_get0_data' [-Wimplicit-function-declaration]
     altptr = (char *)ASN1_STRING_get0_data(actname->d.ia5);
                      ^
auth_crypt.c:117:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     altptr = (char *)ASN1_STRING_get0_data(actname->d.ia5);
              ^
CC (gcc) [M auth_identity.so]		auth_dynstr.o
LD (gcc) [M auth_identity.so]		auth_identity.so
CC (gcc) [M crypto.so]		crypto_uuid.o
CC (gcc) [M crypto.so]		crypto_mod.o
LD (gcc) [M crypto.so]		crypto.so
CC (gcc) [M tls.so]		tls_domain.o
CC (gcc) [M tls.so]		tls_locking.o
CC (gcc) [M tls.so]		tls_server.o
CC (gcc) [M tls.so]		tls_cfg.o
CC (gcc) [M tls.so]		tls_util.o
CC (gcc) [M tls.so]		tls_select.o
CC (gcc) [M tls.so]		tls_dump_vf.o
CC (gcc) [M tls.so]		tls_init.o
CC (gcc) [M tls.so]		tls_bio.o
CC (gcc) [M tls.so]		tls_config.o
CC (gcc) [M tls.so]		tls_mod.o
CC (gcc) [M tls.so]		tls_rpc.o
CC (gcc) [M tls.so]		tls_ct_wrq.o
CC (gcc) [M tls.so]		tls_verify.o
LD (gcc) [M tls.so]		tls.so
make[1]: Leaving directory '/code'
```

with libssl-dev 1.1.0-1:
```
make  every-module group_include=ktls
Makefile:56: modules.lst: No such file or directory
Makefile:107: config.mak: No such file or directory
target architecture <x86_64>, host architecture <x86_64>
making config...
saving modules list...
CC (gcc) [M auth_identity.so]		auth_http.o
CC (gcc) [M auth_identity.so]		auth_hdrs.o
CC (gcc) [M auth_identity.so]		auth_tables.o
CC (gcc) [M auth_identity.so]		auth_identity.o
CC (gcc) [M auth_identity.so]		auth_crypt.o
CC (gcc) [M auth_identity.so]		auth_dynstr.o
LD (gcc) [M auth_identity.so]		auth_identity.so
CC (gcc) [M crypto.so]		crypto_uuid.o
CC (gcc) [M crypto.so]		crypto_mod.o
crypto_mod.c: In function 'w_crypto_aes_encrypt':
crypto_mod.c:161:17: error: storage size of 'en' isn't known
  EVP_CIPHER_CTX en;
                 ^~
crypto_mod.c:161:17: warning: unused variable 'en' [-Wunused-variable]
crypto_mod.c: In function 'w_crypto_aes_decrypt':
crypto_mod.c:241:17: error: storage size of 'de' isn't known
  EVP_CIPHER_CTX de;
                 ^~
crypto_mod.c:241:17: warning: unused variable 'de' [-Wunused-variable]
crypto_mod.c: In function 'crypto_aes_test':
crypto_mod.c:436:17: error: storage size of 'en' isn't known
  EVP_CIPHER_CTX en, de;
                 ^~
crypto_mod.c:436:21: error: storage size of 'de' isn't known
  EVP_CIPHER_CTX en, de;
                     ^~
crypto_mod.c:436:21: warning: unused variable 'de' [-Wunused-variable]
crypto_mod.c:436:17: warning: unused variable 'en' [-Wunused-variable]
  EVP_CIPHER_CTX en, de;
                 ^~
../../Makefile.rules:97: recipe for target 'crypto_mod.o' failed
make[1]: *** [crypto_mod.o] Error 1
Makefile:511: recipe for target 'modules' failed
make: *** [modules] Error 1
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/685#issuecomment-247356866
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20160915/8a5a0560/attachment-0001.html>


More information about the sr-dev mailing list