x509certificate
How to get PEM encoded X509 certificate as C++ string using openssl?
I have a openssl X509 structure with a self signed certificate. I need to get a PEM formatted C++ string from this structure. What are the openssl APIs that I need to use to achieve this?[详细]
2023-03-24 09:51 分类:问答How can I import private key and use it to sign document in C#?
I\'ve generate a self-signed certificates(X509 certificate) and want to use the private key to sign some document to make digital signature and I\'m doing it in C#.[详细]
2023-03-23 23:13 分类:问答Add an X509 certificate to a store in code
This code will add a x509 cer cert file into the certificate store (using System.Security.Cryptography.X509Certificates):[详细]
2023-03-23 18:59 分类:问答How to create a minimal dummy X509Certificate2?
I\'m unit testing a .NET application;开发者_开发技巧 some of the unit tests involve programmatically generating X509Certificate2 objects.[详细]
2023-03-22 21:52 分类:问答how to verify a P12 certificate using openssl?
Can anyone tell me how to verif开发者_如何学Cy the Password-based P12 file using openssl? Logic or sample code will be much helpful.You can find a code sample that :[详细]
2023-03-21 16:42 分类:问答What is meant by "Purpose " and its value in the Certificate verification?
can anyone tell me what the \"Purpose\" values are used for while checking certificates and what they开发者_运维问答 mean?For an overview of what they mean have a look at the Certificate Extensions se[详细]
2023-03-21 08:50 分类:问答how to convert the Certificate String into X509 structure.?
can any one tell me how to convert the string content into X509 structure . i am using openssl to read the X509 Structure.[详细]
2023-03-20 17:22 分类:问答Powershell and System.Security.Cryptography.X509Certificates.X509Certificate2
i\'m getting this error when i run the system.security namespace. This is what i am running after $cert=New-Object System.Security.Cryptography.X509Certificates.X509Certificate2(\"C:\\mycert.c开发者[详细]
2023-03-20 12:53 分类:问答what is the difference between X509_STORE and X509_STORE_CTX .?
can any one tell me how the Certificate trust chain is formed with these structures and what these two structure 开发者_高级运维represent?Taken from the source code in x509vfy.h:[详细]
2023-03-19 12:24 分类:问答Validate X.509 certificate against CA in Java
Lets say I have something like this (client side code): TrustManager[] trustAllCerts = new TrustManager[]{[详细]
2023-03-19 03:38 分类:问答