Differences From Artifact [f0918678a5]:
- File
src/SSLConnectionFailedException.h
— part of check-in
[74db1e8212]
at
2016-07-09 21:24:03
on branch trunk
— Add SSLConnectionFailedException
This way, when an SSLSocket is passed where an OFTCPSocket is expected,
the description will still contain the error and no special code for
SSLSocket is necessary. (user: js, size: 2035) [annotate] [blame] [check-ins using]
To Artifact [514ec3a34b]:
- File src/SSLConnectionFailedException.h — part of check-in [e3dcc5816e] at 2017-04-15 19:37:46 on branch trunk — Fix URL in copyright headers (user: js, size: 2032) [annotate] [blame] [check-ins using]
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * https://heap.zone/git/objopenssl.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |