enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Certificate signing request - Wikipedia

    en.wikipedia.org/wiki/Certificate_signing_request

    In public key infrastructure (PKI) systems, a certificate signing request (CSR or certification request) is a message sent from an applicant to a certificate authority of the public key infrastructure (PKI) in order to apply for a digital identity certificate. The CSR usually contains the public key for which the certificate should be issued ...

  3. Enrollment over Secure Transport - Wikipedia

    en.wikipedia.org/wiki/Enrollment_over_Secure...

    The Enrollment over Secure Transport, or EST is a cryptographic protocol that describes an X.509 certificate management protocol targeting public key infrastructure (PKI) clients that need to acquire client certificates and associated certificate authority (CA) certificates.

  4. OpenSSL - Wikipedia

    en.wikipedia.org/wiki/OpenSSL

    The OpenSSL project was founded in 1998 to provide a free set of encryption tools for the code used on the Internet. It is based on a fork of SSLeay by Eric Andrew Young and Tim Hudson, which unofficially ended development on December 17, 1998, when Young and Hudson both went to work for RSA Security.

  5. PKCS 7 - Wikipedia

    en.wikipedia.org/wiki/PKCS_7

    A typical use of a PKCS #7 file would be to store certificates and/or certificate revocation lists (CRL). Here's an example of how to first download a certificate, then wrap it inside a PKCS #7 archive and then read from that archive:

  6. Stunnel - Wikipedia

    en.wikipedia.org/wiki/Stunnel

    Stunnel relies on the OpenSSL library to implement the underlying TLS or SSL protocol. Stunnel uses public-key cryptography with X.509 digital certificates to secure the SSL connection, and clients can optionally be authenticated via a certificate. [6] If linked against libwrap, it can be configured to act as a proxy–firewall service as well.

  7. Rustls - Wikipedia

    en.wikipedia.org/wiki/Rustls

    [3] [6] For example, cURL is a popular tool written in C, and it allows using Rustls through rustls-ffi. [25] [26] Rustls also has an OpenSSL compatibility layer that allows configuring the widely-used Nginx web server to use Rustls instead of OpenSSL. [15] [27] Rustls is available under multiple free software licenses: Apache 2.0, MIT, and ISC ...

  8. HTTP Public Key Pinning - Wikipedia

    en.wikipedia.org/wiki/HTTP_Public_Key_Pinning

    A server uses it to deliver to the client (e.g. a web browser) a set of hashes of public keys that must appear in the certificate chain of future connections to the same domain name. For example, attackers might compromise a certificate authority, and then mis-issue certificates for a web origin. To combat this risk, the HTTPS web server serves ...

  9. Certificate Transparency - Wikipedia

    en.wikipedia.org/wiki/Certificate_Transparency

    Certificates that support certificate transparency must include one or more signed certificate timestamps (SCTs), which is a promise from a log operator to include the certificate in their log within a maximum merge delay (MMD). [4] [3] At some point within the maximum merge delay, the log operator adds the certificate to their log.