I've just built it (manually) on Windows and I don't see any error messages.
A few points/questions:
- Why cmake? - I does not build/compile at all. - Why is this line here: #include <openssl/applink.c> ? I get a compilation error! 😱 - Why are we adding these libraries:
odbc32 advapi32 ?
CMake Error at CMakeLists.txt:9 (find_package):
By not providing "FindOpenSSLSyn.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "OpenSSLSyn", but CMake did not find one. Could not find a package configuration file provided by "OpenSSLSyn" (requested version 1.1.0) with any of the following names: OpenSSLSynConfig.cmake opensslsyn-config.cmake Add the installation prefix of "OpenSSLSyn" to CMAKE_PREFIX_PATH or set "OpenSSLSyn_DIR" to a directory containing one of the above files. If "OpenSSLSyn" provides a separate development package or SDK, be sure it has been installed. -- Configuring incomplete, errors occurred! From: openssl-users <openssl-users-bounces@xxxxxxxxxxx> on behalf of Jan Kohnert <nospam001-lists@xxxxxxxxxxxxxx>
Sent: Saturday, 24 March 2018 5:25 AM To: openssl-users@xxxxxxxxxxx Subject: Re: [openssl-users] File signing/encrypting upgrade from 1.0.2 to 1.1.0 Hi again,
Am Fri, 23 Mar 2018 18:03:17 +0100 schrieb Jan Kohnert <nospam001-lists@xxxxxxxxxxxxxx>: > I'm using the openssl-libs for signing/encrypting files in PKCS#7 > format. When trying to upgrade from 1.0.2 to 1.1.0 the code stops > working properly: Files are generated, but the formating is broken. > When trying to decrypt the generated files, I get: > > Error in encoding > 6252:error:0D07209B:asn1 encoding routines:ASN1_get_object:too > long:crypto\asn1\asn1_lib.c:91: I just compiled the code on Linux (with the small changes to let it compile and link), and it works for 1.1.0g, so it seems to be a Windows-specific problem (I can reproduce that in 32 and 64bit Win). Bug? Best regards, Jan -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
|
-- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users