Skip to content

kkkon/php-X509

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP X.509 certificate (SSL) validate

Validate X.509 (SSL) certificates, implemented PHP only.

Licensed under The MIT license.

Main Purpose

iTune Store Receipt have Certificate(DER).
But PHP's openssl doesn't support Certificate Path Validation(Certificate Chain).

This Library support Certificate Path Validation.

e.g.

Root CA: /C=US/O=Apple Inc./OU=Apple Certification Authority/CN=Apple Root CA
Intermidiate CA: /C=US/O=Apple Inc./OU=Apple Certification Authority/CN=Apple iTunes Store Certification Authority
Leaf CA: /CN=PurchaseReceiptCertificate/OU=Apple iTunes Store/O=Apple Inc./C=US

But This Library doesn't support full validation.

About

PHP5 Library for validating X.509 certificates (SSL), implemented PHP only

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages