1.0.0 - Phase 2 Support
Full support for Phase 2
- Generating CSRs and certificates
- Hashing
- Signing
- Wrapping ZATCA APIs
Breaking Changes
- Dropped support for Ruby 2.4
- Both
ZATCA::QRCodeGenerator
andZATCA#render_qr_code
now receive a mandatorytags
keyword argument- e.g.
ZATCA#render_qr_code(tags: tags)
instead ofZATCA#render_qr_code(tags)
- This was done because for Phase 2 both functions can either take ZATCA tags or a base64 string
- e.g.