WebTolk Joomla Extensions
89 Extensions
11 Categories
391 Versions released
379340 Downloads
A PHP library for X.509 public key certificates, attribute certificates, certification requests and certification path validation. This fork is changed for supporting Russian types - GOST R-34.11, RFC 7836. The library is packaged to work in Joomla 3 and Joomla 4.
This fork made by Russian Joomla-developer Artem Vasilev.
There is code example for Joomla 3 and Joomla 4.
<?php
defined('_JEXEC') or die('Restricted access');
// For Joomla 3
JLoader::registerNamespace('Webmasterskaya', JPATH_LIBRARIES);
// OR
// for Joomla 4
JLoader::registerNamespace('Webmasterskaya', JPATH_LIBRARIES. '/Webmasterskaya');
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.