Smack/smack-core/src
Florian Schmaus ba2e36dbc3 [core] Deprecate some SSLContext config options and add KeyManager option
Smack historically provided fine-grained options for the
SSLContext. This is however not flexible enough, as an option to
specifiy the KeyManager(s) was missing.

This deprecated the options for keystore path, keystore type, and
PKCS#11 library, in favor of an option to set the KeyManager, which
could be aware of the keystore path and type, and the PKCS#11
library. At some point, Smack may provide some high-level methods to
create a KeyManager from provided keystore path, keytsore type and
PKCS#11 library.
2022-02-17 12:17:54 +01:00
..
integration-test Mark code from the old integration-test dir as migration candidates 2020-04-09 15:14:09 +02:00
main [core] Deprecate some SSLContext config options and add KeyManager option 2022-02-17 12:17:54 +01:00
test [core] Fix XmlEnvironment namespace: Use default namespace (not element's) 2021-01-25 14:24:55 +01:00
testFixtures/java/org/jivesoftware/smack [core] Support IqProvider in SmackTestUtil 2022-02-02 10:41:00 +01:00