Symbols X509_set_notAfter and X509_set_notBefore are missing

2021-04-09 Thread Robert Smith via openssl-users
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/o

Re: Symbols X509_set_notAfter and X509_set_notBefore are missing

2021-04-09 Thread Robert Smith via openssl-users
te.cpp:202: undefined reference to `X509_set_notAfter' Any idea? On Friday, April 9, 2021, 04:13:32 PM EDT, Benjamin Kaduk wrote: They are macros now.  You should still be able to build code that uses them. -Ben On Fri, Apr 09, 2021 at 08:03:28PM +0000, Robert Smith via openssl-users wrot

Strange warnings while linking to openssl version 1.1.1k

2021-04-12 Thread Robert Smith via openssl-users
Hi, I am getting the following warning while linking my app to openssl version 1.1.1k. Could you advise what can cause these warnings and how to resolve them? Thanks ../../../artifacts/openssl/arm3531/lib/libcrypto.a(async_posix.o): In function `ASYNC_is_capable': async_posix.c:(.text+0x48): w

Linker failure after compilation with "enable-crypto-mdebug"

2021-04-26 Thread Robert Smith via openssl-users
Hello everyone. I'm trying to recompile OpenSSL version 1.1.1k under Windows 10 with the following configuration flag enable-crypto-mdebug and getting the following linker error:    Creating library apps\openssl.lib and object apps\openssl.expopenssl.obj : error LNK2019: unresolved external sy

Re: Linker failure after compilation with "enable-crypto-mdebug"

2021-04-28 Thread Robert Smith via openssl-users
M EDT, Jan Just Keijser wrote: Hi, On 26/04/21 20:29, Robert Smith via openssl-users wrote: Hello everyone. I'm trying to recompile OpenSSL version 1.1.1k under Windows 10 with the following configuration flag enable-crypto-mdebug and getting the following linker error: