mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
SSL/TLS certificate enhancements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37103 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
852b3ff8e5
commit
f9aed900b2
5 changed files with 119 additions and 5 deletions
|
@ -710,6 +710,12 @@ NSString * const NSFileHandleOperationException
|
|||
@end
|
||||
|
||||
@implementation NSFileHandle (GNUstepTLS)
|
||||
|
||||
+ (void) setData: (NSData*)data forTLSFile: (NSString*)fileName
|
||||
{
|
||||
[GSTLSObject setData: data forTLSFile: fileName];
|
||||
}
|
||||
|
||||
/**
|
||||
* returns the concrete class used to implement SSL/TLS connections.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue