FIPS iOS 7+ / Xcode 5+

2014-03-21 Thread Thomas Leavy
Is there any way to accomplish building OpenSSL FIPS under the iOS 7 sdk? It seems Apple now only supports clang and that the FIPS module has a hard dependency on the iOS folder I downloaded from the FIPS 2.0 document containing clang, which it does not ( looks like it only supports LLVM-GCC) A

Re: query regarding partial buffer decrypt in openssl

2012-09-23 Thread Thomas Leavy
side is to implement a circular buffer. Pick a packet size the works for you and process packets of that size as that amount of data becomes available. With CTR it shouldn't matter what size blocks the server encrypts in as compared to what size blocks you decrypt in. Thomas Leavy I

Re: Elliptic Curve key generation help

2012-08-14 Thread Thomas Leavy
Wow can't believe I already got an answer! Thanks so much guys I should be good to go. On Aug 14, 2012, at 6:59 PM, Jason Goldberg wrote: > Before you call generate_key, you need to initialize your EC_KEY with a curve: > > EC_GROUP *group = EC_GROUP_new_by_curve_name(curve); > EC_KEY_set_grou