Post

Replies

Boosts

Views

Activity

Reply to Does arc4random on iOS use AES instead of RC4?
Thanks Quinn! The Random Unification - https://github.com/apple/swift-evolution/blob/master/proposals/0202-random-unification.md Swift evolution proposal makes the same assumption. Without a definitive source one could also assume that arc4random always utilizes RC4 and conclude that it (and thus the Swift SystemRandomNumberGenerator - https://developer.apple.com/documentation/swift/systemrandomnumbergenerator) is to be avoided, though.
Mar ’21
Reply to Check Dependencies fails if using xcodebuild in CI
For the record: It seems that the problem was caused by xcodebuild not waiting for the pre-action script to complete before proceeding with the build. In that case the entitlements file was not present at the location pointed to by CODE_SIGN_ENTITLEMENTS (it is in fact not under version control there, it is instead copied there by the pre-action script and being gitignored afterwards). A reboot of the Jenkins node was enough to remedy the problem - at least for the time being. The CSSM errors mentioned above seem to be unrelated after all.
Mar ’21