ikzjfr0 / swift-SelfSignedCert

A framework for iOS that allows creating self-signed certificates, implemented in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SelfSignedCert

Swift Version 3 CocoaPods Version Badge License Badge Supported Platforms Badge

This project provides a Swift (3) framework that allows you to create self-signed certificates on iOS, using Swift. Unfortunately, Apple does not provide this functionality in their security frameworks. Another way of doing it is using OpenSSL, but (especially when using Swift) that is downright horrible.

The code in this library is a (partial) port of MYCrypto. That project contains unmaintained Objective-C code, which was difficult to use as a CocoaPod and especially also when using Swift. So I took that part that I needed and implemented that in Swift.

Please note that I'm not a security expert. This framework has not been reviewed by a security expert. Until it has, please use with caution! And in any case (reviewed or not), using it is always at your own risk of course.

If you are a security expert and you want to review this framework, please contact me.

About

A framework for iOS that allows creating self-signed certificates, implemented in Swift.

License:MIT License


Languages

Language:Swift 94.7%Language:Ruby 3.5%Language:Shell 1.0%Language:Objective-C 0.8%