summaryrefslogtreecommitdiff
path: root/src/openssl/README
blob: b3808a65ba27e519042cfbefcbec4ba863e9519d (plain)
1
2
3
4
5
6
7
8
9
10
11
WHAT VERSION OF OPENSSL?
------------------------------------------------------------------------
OpenSSL 1.0.0 or later is required

KEYS MANAGER
------------------------------------------------------------------------

OpenSSL does not have a keys or certificates storage implementation. The
default xmlsec-openssl key manager uses a simple keys store from xmlsec
core library based on plain keys list. Trusted/untrusted certificates
are stored in STACK_OF(X509) structures.