ProxymanApp / Proxyman

Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
https://proxyman.io
5.51k stars 181 forks source link

Generate certificate with BoringSSL #516

Open NghiaTranUIT opened 4 years ago

NghiaTranUIT commented 4 years ago

Description

Currently, we dynamically generate remote certificates by executing some openssl CLI, which has a lot of cons:

Since we're refactoring the Core v2 by Swift NIO, it's time to migrate to BoringSSL (https://github.com/apple/swift-nio-ssl)

Acceptance Criteria

NghiaTranUIT commented 4 years ago

All done in #500