I found the SASL libraries poking around with "ls." Is there a wrapper library in Apple's frameworks for it? At the Documentation site, I did see a "GSS" framework; does that do all the parts of SASL?
Is there an Apple library for SASL?
Is there an Apple library for SASL?
For which platform?
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"
macOSFor which platform?
The macOS SDK includes a version of Cyrus SASL accessible via <sasl/sasl.h>. As with many of the open source frameworks built-in to macOS, there’s no guarantee that you’ll get the latest version. While I don’t have any experience with Cyrus SASL specifically, my experience with open source other libraries like this is that it’s better to use your own copy.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"