I'm interested as well. AFAIK as a developer you can request to opt-in to this feature but I haven't found how to do it yet either...
My fear is that you can only do it if your app is using lower level APIs like Audio Queue Services, instead of AVAudioEngine or AVCaptureDevice
https://github.com/openssl/openssl/issues/19495
You can get it working with using the -legacy -certpbe pbeWithSHA1And40BitRC2-CBC parameters with the openssl pkcs12 -export command with the OpenSSL 3.x.x Version.
I found this hint in their Github page (issues) and it worked on my side (OpenSSL 3.4.0)
I'm interested as well. AFAIK as a developer you can request to opt-in to this feature but I haven't found how to do it yet either...
My fear is that you can only do it if your app is using lower level APIs like Audio Queue Services, instead of AVAudioEngine or AVCaptureDevice
https://github.com/openssl/openssl/issues/19495
You can get it working with using the -legacy -certpbe pbeWithSHA1And40BitRC2-CBC parameters with the openssl pkcs12 -export command with the OpenSSL 3.x.x Version.
I found this hint in their Github page (issues) and it worked on my side (OpenSSL 3.4.0)