Skip to content
/ x509 Public

A PHP library for X.509 public key certificates, attribute certificates, certification requests and certification path validation.

License

Notifications You must be signed in to change notification settings

sop/x509

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3dee9bc · Feb 5, 2024
May 9, 2019
Feb 5, 2024
Feb 5, 2024
May 9, 2019
May 9, 2019
May 9, 2019
Feb 5, 2024
May 23, 2019
Feb 5, 2024
Feb 5, 2024
May 20, 2019
Feb 5, 2024
Feb 5, 2024

Repository files navigation

X.509

Build Status Scrutinizer Code Quality Coverage Status License

A PHP library for X.509 public key certificates, attribute certificates, certification requests and certification path validation.

Introduction

This library provides a pure PHP implementation of X.509 certificates. The class hierarchy adapts to the ASN.1 types, which makes it easy to use corresponding RFC's as a reference documentation.

Features

  • X.509 certificates (RFC 5280)
    • Certificate decoding and encoding
    • Certificate signing
  • Certification requests (PKCS #10)
    • CSR decoding and encoding
  • Certification path
    • Path building
    • Path validation
  • Attribute certificates (RFC 5755)
    • AC decoding and encoding
    • AC signing

Requirements

Installation

This library is available on Packagist.

composer require sop/x509

Code examples

Examples are located in /examples directory.

License

This project is licensed under the MIT License.