Skip to content

Commit 8fed1e3

Browse files
committed
fix limitations in readme
1 parent d0bf12f commit 8fed1e3

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -692,10 +692,7 @@ Application 1337 (9 elem)
692692
```
693693

694694
## 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
699696
* Higher-level abstractions (such as `X509Certificate`) are too lenient in some aspects and
700697
too strict in others.
701698
For example: DSA-signed certificates will not parse to an instance of `X509Certificate`.
@@ -704,12 +701,9 @@ Application 1337 (9 elem)
704701
This is irrelevant in practice, since platform-specific code will perform the actual cryptographic operations on these
705702
data structures and complain anyway, if something is off.
706703
* 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).
709704
* Number of supported Algorithms is limited to the usual suspects (sorry, no Bernstein curves )-:)
710705

711706

712-
713707
## Contributing
714708
External contributions are greatly appreciated! Be sure to observe the contribution guidelines (see [CONTRIBUTING.md](CONTRIBUTING.md)).
715709
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

Comments
 (0)