Windows error 0x80093102, -2146881278

Detailed Error Information

CRYPT_E_ASN1_EOD[1]

MessageASN1 unexpected end of data.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode9 (0x009)
NameFACILITY_SSPI[2][1]
DescriptionThe source of the error code is the Security API layer.[2][1]
Error Code12546 (0x3102)

Questions

13votes
0answers

SignerTimeStampEx2() failed

I'm using signtool to code sign some Windows setup files and application executables. The command that I'm using is: signtool sign /f "\path\to\certfile.pfx" /p "certPassword" /tr http://tsa.starfieldtech.com /td SHA256 "path\to\setup.exe" The /tr option causes the signature to be time stamped with the specified time stamp server. The /td specifies the [...] read more
code-signing
certificate
signtool
2votes
2answers

Can't add a mitmproxy .p12 certificate to Windows programmatically

I want to programmatically install certificate into Windows for localhost MITM SSL sniffing. >certutil -addstore "TrustedPublisher" mitmproxy-ca-cert.p12 TrustedPublisher CertUtil: -addstore команда НЕ ВЫПОЛНЕНА: 0x80093102 (ASN: 258) CertUtil: В ASN1 встречен неожиданный конец данных. means in English the Unexpected end of data While this command: >certutil -asn \Users\Nakilon\.mitmproxy\mitmproxy-ca-cert.p12 CertUtil: -asn - [...] read more
windows
ssl-certificate
man-in-the-middle
mitmproxy

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0