Commit graph

107 commits

Author SHA1 Message Date
49b20773c3 Update buildsys and use rpath for ObjFW
FossilOrigin-Name: 86da8ecd4c06417d69003c8e4a4650ca41fec3de8c0d887824fc512529c0288b
2020-10-03 09:58:12 +00:00
cfd63f75cf Fix compilation on Windows
FossilOrigin-Name: 5492e91aadc0860715114eed607b75d7d700d5f01997ccb299514b790a861d25
2020-08-29 14:42:32 +00:00
9b38780a1c Update URL
FossilOrigin-Name: 66bd0c554f7f9cc67668830e05a467260bbc5dc6028e48711df22ed26b5d650b
2020-05-31 16:54:54 +00:00
ab66f12bfe
Adjust to ObjFW changes 2020-05-06 02:37:29 +02:00
86ced1769a
Fix type mismatch with GCC 2020-04-06 01:10:19 +02:00
35258cb6c3
Suppress broken documentation warnings in OpenSSL 2019-10-04 01:35:03 +02:00
794781e979
Adjust to ObjFW changes 2019-10-04 01:27:15 +02:00
2b9e72b521
Adjust to ObjFW changes 2019-08-22 14:28:50 +02:00
9e17e042cb
Adjust to ObjFW changes 2019-07-14 20:58:56 +02:00
bdd641b92d
Use dot syntax 2019-03-14 23:02:31 +01:00
056f31ddad
Remove unused variable 2019-01-23 21:07:01 +01:00
b8472e162b
Adjust to ObjFW changes 2018-12-21 22:45:34 +01:00
bdfa70b3e5
Adjust to ObjFW changes 2018-12-08 18:28:13 +01:00
2fdbf231bb
Support for async connecting 2018-10-07 23:07:13 +02:00
9c45593f47
Adjust to ObjFW changes 2018-07-29 18:52:40 +02:00
3b702e2cb6
Add support for client-side SNI 2018-02-25 21:26:30 +01:00
8e0deb6a64
Update buildsys 2018-01-21 23:31:42 +01:00
7bd7ccc31f
Add support for building as a .framework 2018-01-21 21:54:38 +01:00
fefe0e570d
Adjust to ObjFW changes 2017-10-01 22:13:54 +02:00
ec17d44407
Only check if SSL_OP_NO_SSLv2 is set if it is != 0 2017-08-01 21:14:38 +02:00
2ef2132444
Fix compilation with GCC 2017-08-01 21:03:59 +02:00
2905f7cd66
Fix compilation with OpenSSL 1.1 2017-08-01 20:49:39 +02:00
f5d70314ff
SSLSocket: Re-add verifyPeerCertificate
This was accidentally removed from the interface.
2017-07-23 01:34:45 +02:00
feb01c8f83
X509Certificate: Fix typo 2017-07-23 01:32:37 +02:00
ea1fd23be5
Adjust to ObjFW changes 2017-07-23 01:09:18 +02:00
10d492a94a
Adjust to ObjFW changes 2017-07-02 14:22:03 +02:00
5af409d4a5
Adjust to ObjFW changes 2017-06-21 23:04:58 +02:00
cd3d39a9c2
Modernize the code a little 2017-05-14 02:33:26 +02:00
c428df9b60
Adjust to recent ObjFW changes 2017-05-08 02:31:13 +02:00
d11fe7ad01
Fix URL in copyright headers 2017-04-15 21:37:46 +02:00
2f0fe1a5d7
Adjust to ObjFW changes 2017-01-11 00:56:09 +01:00
272a6f4c7f
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.
2016-07-09 23:24:03 +02:00
7c85e21d8f
Change webkeks.org -> heap.zone
While at it, also update the copyright years where they were incomplete.
2016-07-09 22:19:20 +02:00
24e8ee8a50
Adjust to ObjFW changes 2016-03-06 18:48:01 +01:00
eed791dff1
Conform to OFTLSSocket
This also introduces automatic certificate verification and enables it
by default, as required by OFTLSSocket.

There are still TODOs until OFTLSSocket is fully implemented.
2015-05-24 21:33:09 +02:00
f5b340106d
Adjust to ObjFW changes 2015-05-07 23:29:53 +02:00
ba8365204b
Adjust to ObjFW changes 2015-03-01 20:49:50 +01:00
bffab74530 Adjust to ObjFW changes 2015-01-05 22:43:09 +01:00
5031d03707 Adjust to ObjFW changes 2014-06-03 21:33:29 +02:00
Florian Zeitz
89630e5a13 Adapt to ObjFW changes 2014-02-03 18:31:57 +01:00
e763339789 Adjust exceptions to ObjFW API change. 2013-11-22 21:15:54 +01:00
bdd815ec47 Adjust to reworked exception API. 2013-06-23 13:10:33 +02:00
ecbaa8ed20 Conform to OFTLSSocket.
Still a few FIXMEs / TODOs.
2013-03-31 12:04:53 +02:00
89c705d9ed Replace BOOL with bool. 2013-03-04 18:37:09 +01:00
8eeb6a72d1 Update to recent ObjFW changes. 2013-02-22 00:41:11 +01:00
80b2cd676d Don't class-swizzle to call close on super. 2013-02-14 00:27:13 +01:00
eff94d1c96 Don't cache the description of exceptions.
This was pretty pointless, as it's usually only used once.
2013-02-14 00:15:32 +01:00
644461e602 Fix -[X509OID isEqual:]. 2013-02-12 19:35:28 +01:00
bb240ea8aa Prefix all ivars with an underscore. 2013-02-12 18:49:20 +01:00
fa191aa0dd Update copyright. 2013-01-19 01:36:16 +01:00