[
https://issues.apache.org/jira/browse/CRYPTO-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15361409#comment-15361409
]
Sebb commented on CRYPTO-104:
-----------------------------
Probably also worth recording the version of OpenSSL against which the native
code was built.
AIUI that is available as a #define from the appropriate header file.
This is not necessarily the same as the OpenSSL library version used at
run-time.
> Native code should provide getVersion() methods
> -----------------------------------------------
>
> Key: CRYPTO-104
> URL: https://issues.apache.org/jira/browse/CRYPTO-104
> Project: Commons Crypto
> Issue Type: New Feature
> Reporter: Sebb
>
> It would be useful to have getVersion() methods for the native code.
> These should be able to return:
> - the VERSION used to create the library (i.e. project.version)
> - the NAME used to create the library (i.e. project.name)
> - the BUILD_DATE might also be useful
> - the OpenSSL version string
> - the SSLeay_version details
> Although the Java jar and the native code are generally built together, they
> are distributed as separate files, so it's useful to be able to identify
> their versions independently at run-time.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)