Discussion:
[asio-users] Is Asio using OpenSSL 1.0.0
Nounou Dadoun
2016-02-18 20:48:02 UTC
Permalink
I think this is more properly a question for the openssl list, you can search the archives at http://openssl.6102.n7.nabble.com/OpenSSL-User-f3.html
(does this help?: http://openssl.6102.n7.nabble.com/version-script-td63374.html )

And failing that ask the question on the list.

Nou Dadoun
Senior Firmware Developer, Security Specialist


Office: 604.629.5182 ext 2632
Support: 888.281.5182  |  avigilon.com
Follow Twitter  |  Follow LinkedIn


This email, including any files attached hereto (the "email"), contains privileged and confidential information and is only for the intended addressee(s). If this email has been sent to you in error, such sending does not constitute waiver of privilege and we request that you kindly delete the email and notify the sender. Any unauthorized use or disclosure of this email is prohibited. Avigilon and certain other trade names used herein are the registered and/or unregistered trademarks of Avigilon Corporation and/or its affiliates in Canada and other jurisdictions worldwide.



-----Original Message-----
From: Sandra Schreiner [mailto:***@stud.hs-kl.de]
Sent: Thursday, February 18, 2016 4:31 AM
To: asio-***@lists.sourceforge.net
Subject: Re: [asio-users] Is Asio using OpenSSL 1.0.0

Hi,


>>I think you can use any version of OpenSSL with Asio, I'm using
>>OpenSSL 1.0.2f by the way (Standalone Asio though).
>>You just need to install OpenSSL libraries and link them when you
>>compile your program.

Maybe it needs OpenSSL 1.0.0 anyway, even if a new version is available?
I'm using TLS sockets, so I will have to go with OpenSSL. Moreover I have to ship OpenSSL together with the application, because there is no way Android can handle this dependency otherwise.
I still don't know why this error message only pops up if Asio is integrated in my app...

Best regards
Sandra
________________________________________
Von: Manh Nguyen Tien [***@gmail.com]
Gesendet: Donnerstag, 18. Februar 2016 12:45
An: asio-***@lists.sourceforge.net
Betreff: Re: [asio-users] Is Asio using OpenSSL 1.0.0

On Thursday, February 18, 2016 11:20:58 AM Sandra Schreiner wrote:
> Hello,
>
> TLDR;
>
> What version of OpenSSL does Asio need?
>
> Long story:
>
> I am currently developing a C++ application with Boost Asio (Boost
> library version is 1.59). This application will be ported to Android
> in the future so I tried to build OpenSSL by myself and provided it to
> my application for my current architecture (Linux, Debian, 64bit) in
> the first run. Everything went well until I ran the application. At
> first I received a warning 'no version information found' for openssl.
>
> I fixed this by providing a version info file like descripted here:
> http://stackoverflow.com/questions/18390833/no-version-information-ava
> ilabl e I changed the version to 1.0.1, because that was the library
> version I downloaded from openssl.org:
>
> OPENSSL_1.0.1 {
> global:
> *;
> };
>
Hi Sandra.

I think you can use any version of OpenSSL with Asio, I'm using OpenSSL 1.0.2f by the way (Standalone Asio though).
You just need to install OpenSSL libraries and link them when you compile your program.
Asio doesn't need OpenSSL at all if you don't use ssl socket.

Regards,
Manh.

> Now I receive a warning 'version `OPENSSL_1.0.0' not found'
> If i exclude asio from my build and access OpenSSL only for getting
> random data no warning is displayed. Also, I don't get a warning if I
> use the old
> 1.0.0 version of OpenSSL.
>
> So my question is: Does Asio need OpenSSL 1.0.0? Or what could cause
> this version problem?
>
> Many thanks in advance,
> Sandra
>
> ----------------------------------------------------------------------
> ------
> -- Site24x7 APM Insight: Get Deep Visibility into Application
> Performance APM + Mobile APM + RUM: Monitor 3 App instances at just
> $35/Month Monitor end-to-end web transactions and take corrective
> actions now Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> _______________________________________________
> asio-users mailing list
> asio-***@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/asio-users
> _______________________________________________
> Using Asio? List your project at
> http://think-async.com/Asio/WhoIsUsingAsio


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
asio-users mailing list
asio-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/asio-users
_______________________________________________
Using Asio? List your project at
http://think-async.com/Asio/WhoIsUsingAsio



------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
asio-users mailing list
asio-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/asio-users
_______________________________________________
Using Asio? List your project at
http://think-async.com/Asio/WhoIsUsingAsio

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
asio-users mailing list
asio-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/asio-users
_______________________________________________
Using Asio? List your project at
http://think-async.com/Asio/WhoIsUsingAsio
Loading...