RE: C API to determine OpenSSL version?

2012-09-05 Thread Jahn, Gerhard
Hi Charles, I'm using SSLeay_version(SSLEAY_VERSION) in my app. This returns a human readable string containing the OpsnSSL version like: OpenSSL 1.0.1c 10 May 2012 Mit freundlichen Gr??en/Regards - Gerhard Jahn Tel.: +49 (89) 636-44657 Tel.: +49 (211)

Re: C API to determine OpenSSL version?

2012-09-04 Thread TJ Saunders
Is there a C-callable function that an application may call to determine the version of the OpenSSL library with which it is linked? See the SSLeay() and SSLeay_version() functions, depending on whether you wish to retrieve a long containing the version, or a textual string. Hope this helps,

RE: C API to determine OpenSSL version?

2012-09-04 Thread Charles Mills
Never mind. Found it: http://www.openssl.org/docs/crypto/SSLeay_version.html Hard to search for. Google SSL version and you get a lot of irrelevant hits. Charles -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Charles Mills