surjit / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

Obj-c code includes redundant crypto algorithms #91

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Using the code as is will include unnecessary crypto algorithms. This can prove 
as difficult when the 
code is used in applications that are targeted for the iPhone App Store

The iPhone and also the Mac provide in house implementations of sha1 and hmac 
(in the 
CommonCryptor lib).

I created (and added) a patch which switches to the CommonCryptor 
implementation.

Original issue reported on code.google.com by ullrich....@gmail.com on 16 Mar 2009 at 5:27

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by leah.culver on 19 May 2009 at 10:03