All notable changes to ssl-certificate
will be documented in this file
- make
SslCertificate
macroable
- add
containsDomain
- avoid error when issuer is empty
- add
usesSha1Hash
- add
isSelfSigned
- add
getDaysUntilExpirationDate
- add
getDomains
- add
withVerifyPeer
andwithVerifyPeerName
methods on Downloader. - add
getRawCertificateFieldsJson
,getHash
and__toString
methods onSslCertificate
- fixes bug where a peer certificate appears twice in a chain
- add
getCertificates
,usingSni
,withFullChain
methods on Downloader.
- fix wildcard matching
- fix
isValidUntil
- add fluent interface to download certificates
- lower required version of Carbon
- added
getSignatureAlgorithm
- added
isValidUntil
- initial release