OpenSSL
OpenSSL copied to clipboard
OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
I took same error. I returned the 1.1.1500 version then its fixed. I think, 1.1.1700 build has a problem. @krzyzanowskim _Originally posted by @burakCokyildirim in https://github.com/krzyzanowskim/OpenSSL/issues/152#issuecomment-1199272835_
Hello, I'm totally new to openSSL and couldn't find how to get a cipher for "3412_2015_kuznyechik". I've tried `let chiper = EVP_get_cipherbyname("NID_id_tc26_cipher_gostr3412_2015_kuznyechik")` and other strings which contain "kuznyechik" from obj_mac.h...
Fix openssl include issue on case sensitive file systems.
Got this 'openssl/e_os2.h' file not found build error on case sensitive file system (macOS Monterey 12.4) Linked with this [issue](https://github.com/facebook/folly/issues/1817). 
Hi, First of all, thank you for all the work on this project! Unfortunately my app fails to build _on a case-sensitive filesystem_ when I try to use it through...
Does it make sense to use[ XcodeGen](https://github.com/yonaskolb/XcodeGen) to be able to recreate a working Xcode project easily?
When I finished build with the commend `make`. I can not found sm2.h in OpenSSL.framwork/Headers/ . How should I do to build the framwork include sm2.h whick can found in...
Hello @krzyzanowskim! Do you have plans for adding binaries built for tvOS please? It'd be much appreciated!
I am trying to CMS_sign XML data in an IOS app. I followed the same idea as shown here: [Error validating CMS signature](https://stackoverflow.com/questions/49889256/error-validating-cms-signature) ``` func signData() { let signedCertUrl =...
Hi Marcin, I tried to build your CocoaPods Example application on master branch. Downloaded, pod install, build, happiness. If I insert at line 17 in AppDelegate.swift: `let cert : UnsafeMutablePointer`...