x509
X.509 certificate based authentication with OpenSSL (without using sockets)
Is there an alternative in OpenSSL to SSL_set_connect_state()/SSL_set_accept_state() for X.509 certificate based authentication?[详细]
2022-12-24 05:51 分类:问答Revoke client X509 certificate
I have ASP.NET web service on windows server 2003. I have own certificate authority. I use own client certificate on authentification in web service.[详细]
2022-12-22 14:53 分类:问答Get client certificate for page registration
I want to make a registration page for clients, that would only contain a button register and unregister. When the user would click on any of these 2 button he would should be prompted to select a cli[详细]
2022-12-21 09:52 分类:问答iPhone web service calls to WCF Service with Certificate Authentication
We are a .Net shop that has standardized on WCF Services. We are in the processs of developing an iPhone application that needs to make secure web services calls to obtain data for the app. To ensure[详细]
2022-12-19 17:48 分类:问答m2crypto custom certificate verification
I need to build an encrypted connection between two peers, and I need to authenticate both. Both peers already share a fingerprint (SHA256 hash) of the other peer public key.[详细]
2022-12-18 15:53 分类:问答Single SignOn using OpenSSL on Apache Server
I am new to the OpenSSL world and trying to implement SSO on my PHP based application. I have already set up the OpenSSL Library and PHP openssl extension.[详细]
2022-12-17 05:42 分类:问答How does a CA decide if entity is trustworthy
I am currently programming a Certification Authority for a uni class, I am currently struggling with the concept of creating the certificates.[详细]
2022-12-16 04:28 分类:问答How to do asymmetric encryption with X509 certificates and C#?
I am looking to encrypt files with X509 certificates using public and private keys and send them to a remote server.How would I do this?Is this even possible?How do I generate the certificate and then[详细]
2022-12-12 17:35 分类:问答Delphi 7 access Windows X509 Certificate Store
My question is pretty simple: is there a simple way to access Windows X509 Certificate Store using Delphi 7?[详细]
2022-12-10 01:33 分类:问答How can I custom extensions in x.509 cert?
I need add some value in cert extension field, such as add an extension named "num" to indicate something\'s count. But it seems we can only add some standard extension type which is defined[详细]
2022-12-07 19:16 分类:问答