ftp.nice.ch/pub/next/connectivity/www/omniweb2bundles/https.0.5a.NIHS.bs.tar.gz#/https.0.5a/Source/CTXHandler.h

This is CTXHandler.h in view mode; [Download] [Up]

#import <OmniFoundation/OmniObject.h>

#import <stdio.h>	// I need this for the ssl include
#import <ssl/ssl.h>

@interface CTXHandler : OmniObject
{
	SSL_CTX	*_ctx;
}

+ sharedCTXHandler;

- init;
- (void)dealloc;

- (SSL_CTX *)ctx;
- (BOOL)setDefaultVerifyPaths;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.