pike.git/
lib/
modules/
SSL.pmod/
Connection.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-29
2014-11-29 16:27:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
77243d17dceeb407e28b5e4ce0aa90a30c74419a (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
SSL.ClientConnection: Added some support for resuming sessions.
49:
/* State variables */ int handshake_state; // Constant.STATE_*
+
int reuse;
constant CERT_none = 0; constant CERT_requested = 1;