Expose GNU TLS wrappers and add methods to get certificate expiry

This commit is contained in:
Richard Frith-Macdonald 2019-01-16 09:56:08 +00:00
parent a31506564e
commit 6f3bd6ac97
11 changed files with 111 additions and 12 deletions

View file

@ -33,9 +33,9 @@
#import "Foundation/NSValue.h"
#import "GSPrivate.h"
#import "GSTLS.h"
#import "GSURLPrivate.h"
#import "GNUstepBase/GSMime.h"
#import "GNUstepBase/GSTLS.h"
#import "GNUstepBase/NSData+GNUstepBase.h"
#import "GNUstepBase/NSStream+GNUstepBase.h"
#import "GNUstepBase/NSString+GNUstepBase.h"