Symbols X509_set_notAfter and X509_set_notBefore are missing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I am porting application from openSSL version 1.0.2u to 1.1.1k and linker complaints that symbols X509_set_notAfter and X509_set_notBefore are missing.

I've checked both versions 1.0.2u and 1.1.1k and I see that these symbols really are not present in 1.1.1k. 

user@ubuntu_dev_vm:~/tools/openssl$ nm -D --defined-only 1.0.2u/lib/libcrypto.so.1.0.0 | grep X509_set_not
00110994 T X509_set_notAfter
001109fc T X509_set_notBefore
user@ubuntu_dev_vm:~/tools/openssl$ nm -D --defined-only 1.1.1k/libcrypto.so.1.1 | grep X509_set_not
user@ubuntu_dev_vm:~/tools/openssl$ 

I use default builds with NO limiting defines OPENSSL_API_COMPAT as described in the wiki : https://wiki.openssl.org/index.php/OpenSSL_1.1.0_Changes

Can anyone clarify how to resolve the issue with X509_set_notAfter and X509_set_notBefore symbols.

Thanks
Robert

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux