kornelski / rust-security-framework

Bindings to the macOS Security.framework
https://lib.rs/security-framework
Apache License 2.0
240 stars 88 forks source link

Add SecKeyOperationType and SecKeyIsAlgorithmSupported #189

Closed sheagcraig closed 11 months ago

sheagcraig commented 11 months ago

Greetings! I've got a rustls resolver implementation that uses the included code to ensure an algorithm is supported and thought I'd upstream these definitions to you.

I don't have a toy-example handy; let me know what it would take to demonstrate this code is solid and get it included.

Thanks for your project!

kornelski commented 11 months ago

Thanks