Skip to content

miyabichan/SASL-SSL-for-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

OpenSSL and Cyrus-SASL for Latest iOS.

Usage

  1. do "sh build-libraries.sh"

  2. libraries are created at "lib".

  3. Copy libs and headers to your project.

  4. Import "libssl.a", "libcrypto.a", "libsasl2.a".

  5. Reference Headers, "Headers/openssl", "Headers/sasl".

  6. Specifying the flag "-lz" in "Other Linker Flags" (OTHER_LDFLAGS) setting in the "Linking" section in the Build settings of the target.

  7. If use cURL, see below,

    #include <sasl/sasl.h> 
    
    - (void)foo {    
        ...  
    }
    

About

OpenSSL and Cyrus SASL libraries for iOS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages