You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -692,10 +692,7 @@ Application 1337 (9 elem)
692
692
```
693
693
694
694
## Limitations
695
-
696
-
* Multiplatform signature verification **only** based on platform verifiers (and a fallback 100% KMP verifier) ist included as a prerelease. signature creation is on its way.
697
-
* While the ASN.1 parser will happily parse any valid **DER-encoded** ASN.1 structure you throw at it and the encoder will
698
-
write it back correctly too. (No, we don't care for BER, since we want to transport cryptographic material!)
695
+
* Only DER encoding and parsing of ASN.1 structures is supported
699
696
* Higher-level abstractions (such as `X509Certificate`) are too lenient in some aspects and
700
697
too strict in others.
701
698
For example: DSA-signed certificates will not parse to an instance of `X509Certificate`.
@@ -704,12 +701,9 @@ Application 1337 (9 elem)
704
701
This is irrelevant in practice, since platform-specific code will perform the actual cryptographic operations on these
705
702
data structures and complain anyway, if something is off.
706
703
* No OCSP and CRL Checks (though it is perfectly possible to parse this data from a certificate and implement the checks)
707
-
* We do need more comprehensive tests, but we're getting there, mostly thanks to [@iaik-jheher](https://github.com/iaik-jheher)
708
-
and [@n0900](https://github.com/n0900).
709
704
* Number of supported Algorithms is limited to the usual suspects (sorry, no Bernstein curves )-:)
710
705
711
706
712
-
713
707
## Contributing
714
708
External contributions are greatly appreciated! Be sure to observe the contribution guidelines (see [CONTRIBUTING.md](CONTRIBUTING.md)).
715
709
In particular, external contributions to this project are subject to the A-SIT Plus Contributor License Agreement (see also [CONTRIBUTING.md](CONTRIBUTING.md)).
0 commit comments