We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was hoping to probe a vulnerable system with a command like this:
$ < /dev/null openssl s_client -cert cert.der.old -certform DER -key ec.key -keyform PEM error setting private key 140222542737472:error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch:../crypto/x509/x509_cmp.c:297: $
... but the error message there made me try this (h/t https://security.stackexchange.com/a/73131/276099):
$ openssl pkey -in ec.key -pubout > key.pub $ openssl x509 -in cert.der.old -inform DER -pubkey -noout > cert.der.old.pub $ diff *.pub 7,8c7,8 < //////////+85vqtpxeehPO5ysL8YyVRAgEBAyIAA+/L/l5HQLeGeajfxw/bAjdo < GFf9xBgV3j34fVhn2EFD --- > //////////+85vqtpxeehPO5ysL8YyVRAgEBAyIAAjfHIC2Zuu/BE0zc8q9Cw6Ny > 0rUxh6Ka+ViN7zpL7/89 $
Did something go wrong when @catbro666 uploaded the original files in 345bf80?
The text was updated successfully, but these errors were encountered:
I was hoping to probe a vulnerable system with a command like this: $ < /dev/null openssl s_client -cert cert.der.old -certform DER -key ec.key -keyform PEM error setting private key 140222542737472:error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch:../crypto/x509/x509_cmp.c:297: $ ... but the error message there made me try this (h/t https://security.stackexchange.com/a/73131/276099): $ openssl pkey -in ec.key -pubout > key.pub $ openssl x509 -in cert.der.old -inform DER -pubkey -noout > cert.der.old.pub $ diff *.pub 7,8c7,8 < //////////+85vqtpxeehPO5ysL8YyVRAgEBAyIAA+/L/l5HQLeGeajfxw/bAjdo < GFf9xBgV3j34fVhn2EFD --- > //////////+85vqtpxeehPO5ysL8YyVRAgEBAyIAAjfHIC2Zuu/BE0zc8q9Cw6Ny > 0rUxh6Ka+ViN7zpL7/89 $ Did something go wrong when @catbro666 uploaded the original files in 345bf80?
Oops, It seems like I made a mistake. Maybe the key file was overwritten by accident.
Sorry, something went wrong.
No branches or pull requests
I was hoping to probe a vulnerable system with a command like this:
... but the error message there made me try this (h/t https://security.stackexchange.com/a/73131/276099):
Did something go wrong when @catbro666 uploaded the original files in 345bf80?
The text was updated successfully, but these errors were encountered: