You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-dev@apache.org by Git at Apache <gi...@git.apache.org> on 2012/05/08 22:58:22 UTC

qpid pull request: Added support for keystore/truststore type in order to s...

GitHub user jsight opened a pull request:

    https://github.com/apache/qpid/pull/2

    Added support for keystore/truststore type in order to support non-JKS k...

    This goes along with QPID-3973 to support keystore type within the QPID Java client libraries.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jsight/qpid trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/qpid/pull/2.patch

----
commit 5c2b841789ca37ed9cad8090d61ee9ba8bf3970f
Author: Jesse Sightler <js...@redhat.com>
Date:   2012-05-08T13:55:02-07:00

    Added support for keystore/truststore type in order to support non-JKS keystores. This is necessary for FIPS compliance.

----