pike.git/
lib/
modules/
SSL.pmod/
Context.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2015-12-24
2015-12-24 17:29:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5ff1db437426b87d8c5cb69fa20a93b5ac05856c (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
SSL.Context: Fixed documentation typo.
724:
// also needs to ensure the apprioriate PSK cipher suites are in the // preferred_suites array. If the server is only accepting these PSK // connections, simply setting the array to a single member is best.
-
// The client must only
inlcude
PSK suites when talking to a servers
+
// The client must only
include
PSK suites when talking to a servers
// known to support it, or risk getting MITM attacks. //! A context created for server side PSK use can optionally implement