ObjOpenSSL  Check-in [897afb173c]

Overview
Comment:Adjust to recent ObjFW changes
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 897afb173c7ab4759b454fc4b6f73cb222d06ad16a5f816d6ef4faab728b35aa
User & Date: js on 2017-05-08 00:31:13
Other Links: manifest | tags
Context
2017-05-14
00:33
Modernize the code a little check-in: 9355649e3a user: js tags: trunk
2017-05-08
00:31
Adjust to recent ObjFW changes check-in: 897afb173c user: js tags: trunk
2017-04-15
19:37
Fix URL in copyright headers check-in: e3dcc5816e user: js tags: trunk
Changes

Modified src/SSLConnectionFailedException.h from [514ec3a34b] to [6a80ad2a18].

whitespace changes only

Modified src/SSLConnectionFailedException.m from [2da6a3d7d9] to [8a6d63315e].

whitespace changes only

Modified src/SSLInvalidCertificateException.h from [22231f363c] to [f008217145].

25
26
27
28
29
30
31
32
33
34
35
36
#import <ObjFW/OFException.h>

@interface SSLInvalidCertificateException: OFException
{
	OFString *_reason;
}

@property (readonly, copy) OFString *reason;

+ exceptionWithReason: (OFString*)reason;
- initWithReason: (OFString*)reason;
@end







|




25
26
27
28
29
30
31
32
33
34
35
36
#import <ObjFW/OFException.h>

@interface SSLInvalidCertificateException: OFException
{
	OFString *_reason;
}

@property (readonly, nonatomic) OFString *reason;

+ exceptionWithReason: (OFString*)reason;
- initWithReason: (OFString*)reason;
@end

Modified src/SSLInvalidCertificateException.m from [1c729c3772] to [35a1cf06ce].

whitespace changes only

Modified src/SSLSocket.h from [89d1613e3b] to [f13e02580e].

whitespace changes only

Modified src/SSLSocket.m from [b508b3bb6c] to [4bda3d1898].

whitespace changes only

Modified src/X509Certificate.h from [6c953f0b6a] to [cfee049047].

whitespace changes only

Modified src/X509Certificate.m from [44fefacf95] to [9a2b71b6f1].

whitespace changes only