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

OAuthConsumer won't compile on iPhone #22

Closed
GoogleCodeExporter opened this issue Jul 29, 2015 · 1 comment
Closed

OAuthConsumer won't compile on iPhone #22

GoogleCodeExporter opened this issue Jul 29, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

See summary. Two real issues:

#1 OpenSSL isn't present on iPhone SDK. (also Security.framework does contain 
functions HMAC-
SHA1)
#2 Keychain APIs aren't all present on SDK.

I've resolved these two issues and am about to check in the code. Creating this 
issue to track 
change.

Original issue reported on code.google.com by jwight on 9 Apr 2008 at 1:56

@GoogleCodeExporter
Copy link
Author

Fixed in r510.

All unit tests pass. From commit message:

"Fix for revision #29

Replaced all references to <Cocoa.framework with Foundation.framework

Replaced OpenSSL with implementations of HMAC-SHA1 qnd SHA1.

Moved OAToken keychain code into standalone category so it can be easily 
disabled on iPhone.

Added two new APIs to OAToken to load/save key & secret into NSUserDefaults."

Original comment by jwight on 9 Apr 2008 at 2:01

  • Changed state: Fixed
  • Added labels: OAuthConsumer

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

No branches or pull requests

1 participant