Re: RSA and libcrypto (sorry - typos fixed)

2014-01-12 Thread Dave Fernandes
(Sigh) That’s what I get for relying on memory. I guess I’ve only ever used it for signing/verifying. Thanks for correcting. On Jan 12, 2014, at 7:26 PM, Charles Srstka wrote: > On Jan 12, 2014, at 6:16 PM, Dave Fernandes > wrote: > >> On OS X, you can use security transforms to do RSA encry

Re: RSA and libcrypto (sorry - typos fixed)

2014-01-12 Thread Charles Srstka
On Jan 12, 2014, at 6:16 PM, Dave Fernandes wrote: > On OS X, you can use security transforms to do RSA encryption/decryption and > signing/verification. Not true: https://developer.apple.com/library/mac/documentation/security/conceptual/SecTransformPG/EncryptionandDecryption/EncryptionandDecr

Re: RSA and libcrypto (sorry - typos fixed)

2014-01-12 Thread Dave Fernandes
On OS X, you can use security transforms to do RSA encryption/decryption and signing/verification. On iOS, security transforms are not available. On Jan 12, 2014, at 5:07 PM, jonat...@mugginsoft.com wrote: > > I am trying to wean my app off libcrypto via security.framework and common > crypto.

Re: When did we get automatic synthesis of accessors in OS X?

2014-01-12 Thread Shane Stanley
On 13 Jan 2014, at 7:39 AM, Jerry Krinock wrote: > I hope this has an easy answer Search for "Objective-C Feature Availability Index" in Xcode Help. It says Xcode 4.4, plus the modern runtime for deployment. -- Shane Stanley ___ Cocoa-dev maili

Re: RSA and libcrypto

2014-01-12 Thread Charles Srstka
On Jan 12, 2014, at 4:00 PM, jonat...@mugginsoft.com wrote: > I am trying to wean my app off libcypto via security.framework and common > crypto. > > My last dependency is on RSA. > Is there an alternative non openssl api or will I have to pursue linking a > static instance of libcypto? AFAIK,

Re: RSA and libcrypto (sorry - typos fixed)

2014-01-12 Thread jonat...@mugginsoft.com
I am trying to wean my app off libcrypto via security.framework and common crypto. My last dependency is on RSA. Is there an alternative non openssl api or will I have to pursue linking a static instance of libcrypto? Thanks Jonathan ___ Cocoa-d

RSA and libcrypto

2014-01-12 Thread jonat...@mugginsoft.com
I am trying to wean my app off libcypto via security.framework and common crypto. My last dependency is on RSA. Is there an alternative non openssl api or will I have to pursue linking a static instance of libcypto? Thanks Jonathan __

Re: When did we get automatic synthesis of accessors in OS X?

2014-01-12 Thread Charles Srstka
On Jan 12, 2014, at 3:07 PM, Nick Petrov wrote: > It was introduced in Xcode 4.4 > > Wikipedia[1] says that can be installed on "OS X Lion(10.7.4 and 10.7.5) and > OS X Mountain Lion(10.8.x) - iOS SDK iOS 5.1" That's for the development machine. The end user of your app can be running 10.6,

Re: When did we get automatic synthesis of accessors in OS X?

2014-01-12 Thread Charles Srstka
On Jan 12, 2014, at 2:39 PM, Jerry Krinock wrote: > Automatic synthesis of Objective-C property accessors was introduced several > years ago. I forget and cannot find what are the prerequisites for this. Is > it > > 64 vs. 32 bit build? > the SDK version? > the Mac OS X runtime version? > so

Re: When did we get automatic synthesis of accessors in OS X?

2014-01-12 Thread Nick Petrov
On Jan 12, 2014, at 10:39 PM, Jerry Krinock wrote: > Automatic synthesis of Objective-C property accessors was introduced several > years ago. I forget and cannot find what are the prerequisites for this. Is > it > > 64 vs. 32 bit build? > the SDK version? > the Mac OS X runtime version? > so

Re: When did we get automatic synthesis of accessors in OS X?

2014-01-12 Thread Mohit Sharma
On Sun, Jan 12, 2014 at 12:39 PM, Jerry Krinock wrote: > Automatic synthesis of Objective-C property accessors was introduced > several years ago. I forget and cannot find what are the prerequisites for > this. Is it > > 64 vs. 32 bit build? > the SDK version? > llvm 4.0 which comes with Xcode

When did we get automatic synthesis of accessors in OS X?

2014-01-12 Thread Jerry Krinock
Automatic synthesis of Objective-C property accessors was introduced several years ago. I forget and cannot find what are the prerequisites for this. Is it 64 vs. 32 bit build? the SDK version? the Mac OS X runtime version? some combination of the above? I hope this has an easy answer, so “tha

Re: iTune Plist changes from NSUserdefaults

2014-01-12 Thread Madhavi Gundeti
Hi Jens, Now I developed UI application to perform the iTunes preferences changes. I installed my application on Mountain Lion.when I upgraded OS version from Mountain Lion to Mavericks 10.9.1 my application freezes. And I took Sampling process in Activity monitor. Below is the output. -