Is there an alternative in OpenSSL to SSL_set_connect_state()/SSL_set_accept_state() for X.509 certificate based authentication?
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.
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
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
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.
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.
I am currently programming a Certification Authority for a uni class, I am currently struggling with the concept of creating the certificates.
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
My question is pretty simple: is there a simple way to access Windows X509 Certificate Store using Delphi 7?
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