Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CocoaFob and Snow Leopard #23

Open
ddurkee opened this issue Mar 29, 2016 · 1 comment
Open

CocoaFob and Snow Leopard #23

ddurkee opened this issue Mar 29, 2016 · 1 comment

Comments

@ddurkee
Copy link

ddurkee commented Mar 29, 2016

Do you know if there is an alternate way to implement the CFobLicVerifier that is compatible with Snow Leopard? My application is crashing on startup there. It was initially a problem with base32 encoding, with this error shown in the log:
dyld: Symbol not found: _kSecBase32Encoding
I found a workaround to that problem by finding code that decided base32 using different APIs. Now I'm having the same kind of error with _kSecDigestSHA1. I haven't yet found alternate APIs for this step that are Snow Leopard compatible. Do you know of any?

@glebd
Copy link
Owner

glebd commented Mar 29, 2016

Try cloning the openssl branch which should be compatible with Snow Leopard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants