go-ios icon indicating copy to clipboard operation
go-ios copied to clipboard

Replace x/crypto/pkcs12 with sslmate.com go-pkcs12

Open renini opened this issue 1 year ago • 0 comments

This fixes error: Pairing failed: err="pkcs12: unknown digest algorithm: 2.16.840.1.101.3.4.2.1"

while using an p12 cert for pairing which is hashed with the sha256 algorithm.

This package is forked from golang.org/x/crypto/pkcs12, which is frozen.

renini avatar Apr 02 '24 17:04 renini