New CertificationAuthority Interface, continue moving from old functions to new and new namespace. All deprecated functions are still available.
- Add
MayMeow\Cryptography\Authority\CertificateAuthority
andMayMeow\Cryptography\Authority\CertificateAuthorityInterface
MayMeow\Cryptography\Cert\CertParameters
now storing data into object vars instead arrays and implementingSerializableInterface
MayMeow\Loaders\FileLoader
is now deprecated and usingMayMeow\Cryptography\Filesystem\RsaParametersFileLoader
to load and return KeyPairsMayMeow\Model\KeyPair
is duplicate ofMayMeow\Cryptography\RSA\RSAParameters
and is now deprecated.MayMeow\Cryptography\Authority\DefaultCertificateAuthorityConfiguration
container will bring default certification authority paths to templates to create own you need to implementMayMeow\Cryptography\Authority\CertificateAuthorityConfigurationInterface
- To load configArgs for certificate use
MayMeow\Cryptography\Authority\CertificateConfigArgs
it will need to load CertificationAuthorityConfiguration, constructor require to implementMayMeow\Cryptography\Authority\CertificateAuthorityInterface
if yo want to create own certification authority
What's Changed
- Bump path-parse from 1.0.6 to 1.0.7 in /docs by @dependabot in #19
- Bump ansi-regex from 5.0.0 to 5.0.1 in /docs by @dependabot in #20
New Contributors
- @dependabot made their first contribution in #19
Full Changelog: v2021.2.1...v2021.1