rusticata / x509-parser

X.509 parser written in pure Rust. Fast, zero-copy, safe.
Other
207 stars 67 forks source link

Use SPDX license format #137

Closed jbtrystram closed 1 year ago

jbtrystram commented 1 year ago

The use of / has been deprecated in favor of OR. This causes the cyclonedx cargo extention to fail when generating an SBOM

chifflier commented 1 year ago

Applied, thanks!