Quantum Encryption Algos in IKEv2

I want to add encryption algorithms from liboqs in a VPN app I am building but I don't see any fields for adding custom encryption algorithms in NEVPNIKEv2SecurityAssociationParameters. Is it possible to do this?

Answered by DTS Engineer in 809988022

macOS 15 and friends added post-quantum pre-shared key (PPK) support via the ppkConfiguration and its associated NEVPNIKEv2PPKConfiguration type. Do you need something beyond that?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

macOS 15 and friends added post-quantum pre-shared key (PPK) support via the ppkConfiguration and its associated NEVPNIKEv2PPKConfiguration type. Do you need something beyond that?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Is there any usage exmaple of ppkConfiguration? I am not sure if it will fit my use case, I will give it a try.

Thank you

Quantum Encryption Algos in IKEv2
 
 
Q