You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2016/07/04 14:49:10 UTC

[jira] [Created] (CRYPTO-104) Native code should provide getVersion() methods

Sebb created CRYPTO-104:
---------------------------

             Summary: 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)