Thanks to Greg Guerin, I found out about security(1). I notice that it seems to have the same issue:
$ security export -k "my.keychain" -t privKeys security: SecKeychainItemExport: Passphrase is required for import/export. $ security export -k "my.keychain" -t privKeys -P "sesses" security: SecKeychainItemExport: Passphrase is required for import/export. $ security export -k "my.keychain" -t privKeys -w -P "sesses" security: SecKeychainItemExport: One or more parameters passed to a function were not valid. ... etc.... ----- Brian Marick, independent consultant Mostly on agile methods with a testing slant Author of /Programming Cocoa with Ruby/ www.exampler.com, www.exampler.com/blog, www.twitter.com/marick _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com