x509
OpenSSL .NET c# wrapper X509 certification
Hi Iam using the OpenSSL .NET wrapper in my c# project. i want to generate an X509 certification but i don\'t really know the procedure. what should it contain (what parameters)...etc[详细]
2023-02-16 06:45 分类:问答Java keytool: Inserting a private key into an X.509 certificate
Does Java\'s keytool have the ability to export an X.509 certificate with a private key in it? I am considering a scenario in w开发者_开发问答hich users generate a certificate (with the private key i[详细]
2023-02-14 21:25 分类:问答Using personal X509 certificate to connect to SSL protected API in Android app?
I know this has been asked before but I haven\'t managed to find a really clear answer yet - I\'m trying to implement an API within an Android app. In order to make the initial connection, I need to[详细]
2023-02-12 03:05 分类:问答What does the digest and signature fields correspond to in the WS-Security x509 token profile?
an x509 cert has: a) the info, b) the public key, c) a signed value made from hashing (a)+(b), and then encrypted using the private key[详细]
2023-02-08 18:52 分类:问答Converting between Windows CryptoAPI and OpenSSL x509 formats
I have a CERT_CONTEXT structure which I\'ve extracted from a smart card on Windows via the CryptoAPI. I need to convert this structure into a DER encoded byte array which is consistent with OpenSSL. T[详细]
2023-02-08 03:32 分类:问答How to find X509SerialNumber
I\'m building soap message which requires wse security and for some reason, the client requires KeyInfo, subject and serial #. but the serial # displayued for the x509 is hex and doesn\'t fit the xsd[详细]
2023-02-07 02:31 分类:问答How to convert .crt to .pem [duplicate]
This question already has answers here: How to get .pem file from .key and .crt files? 开发者_开发百科(12 answers)[详细]
2023-02-04 14:07 分类:问答Signing X509 Certs w/BouncyCastle - invalid digital signature [duplicate]
This question already has an answer here: Closed 11 years ago. Possible Duplicate: Generated signed X.509 client certificate is invalid (no certificate chain to its CA)[详细]
2023-02-04 03:51 分类:问答Encrypting string based on X509 .cer in Python on Google App Engine
As the title says, I have the .cer file and I want to encrypt a stri开发者_Python百科ng. I\'ve tried quite a few libs out there, w/o success. Does anyone have any experience with this?I don\'t have an[详细]
2023-02-02 01:45 分类:问答iOS - managing trusted roots on an SSL connection
By adding to the kCFStreamPropertySSLSettings dictionary the usual kCFStreamSSLValidatesCertificateChain, kCFStreamSSLAllowsAnyRoot, etc - I can make server & client authentication work.[详细]
2023-01-30 06:42 分类:问答