pike.git/
lib/
modules/
SSL.pmod/
Context.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2015-01-27
2015-01-27 17:34:03 by Martin Nilsson <nilsson@opera.com>
ce5f2c04e85a37ff130a8543b6deb134cad376e5 (
6
lines) (+
6
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Updated comment.
591:
// with a certificate matching the requested issuer der. These are // stored in the cert_chains_issuer mapping. //
+
// FIXME: Currently only one client certificate per der issuer is
+
// supported. If multiple are added a random one will be selected,
+
// which later may fail when verified against supported certificate
+
// types, hash/signature algorithms.
+
//
// The client/server potentially has a set of trusted issuers // certificate (root certificates) that are used to validate the // server/client sent certificate. These are stored in a cache from