2014-12-04
2014-12-04 19:26:19 by Martin Nilsson <nilsson@opera.com>
-
3909e63909bee1032b402f289071fef8ef2186cb
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: bill/master_archive_support
Renamed SSL.context to SSL.Context.
35:
class MyContext
{
- inherit SSL.context;
+ inherit SSL.Context;
SSL.Alert alert_factory(.Connection con,
int level, int description,
139:
protected void create(Stdio.File con)
{
- SSL.context ctx = MyContext();
+ SSL.Context ctx = MyContext();
// Make sure all cipher suites are available.
ctx->preferred_suites = ctx->get_suites(-1, 2);
werror("Starting\n");
159: Inside #if defined(HTTPS_CLIENT)
Client(con);
return -17;
#else
- SSL.context ctx = MyContext();
+ SSL.Context ctx = MyContext();
Crypto.Sign key;
string certificate;