Skip to content

fix(setup): import the dev signing cert with SHA-1/3DES PKCS#12 and password - #4

Open
timvancann wants to merge 1 commit into
letsgetrusty:mainfrom
timvancann:fix/setup-pkcs12-import
Open

fix(setup): import the dev signing cert with SHA-1/3DES PKCS#12 and password#4
timvancann wants to merge 1 commit into
letsgetrusty:mainfrom
timvancann:fix/setup-pkcs12-import

Conversation

@timvancann

Copy link
Copy Markdown

macOS security import rejects both OpenSSL 3's PKCS#12 defaults (SHA-256 MAC, PBES2/AES-256-CBC) and an empty password. Each failure reports the same misleading "MAC verification failed ... (wrong password?)", and fixing only one still fails. Uses PBE-SHA1-3DES rather than -legacy's RC2-40 so no OpenSSL legacy provider is needed and the system LibreSSL works too.

… password

macOS `security import` rejects both OpenSSL 3's PKCS#12 defaults (SHA-256 MAC,
PBES2/AES-256-CBC) and an empty password. Each failure reports the same
misleading "MAC verification failed ... (wrong password?)", and fixing only one
still fails. Uses PBE-SHA1-3DES rather than `-legacy`'s RC2-40 so no OpenSSL
legacy provider is needed and the system LibreSSL works too.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant