-
I was experimenting with this crate and trying to write a simple POC ldap server using rasn_ldap. When using SASL, ldapsearch will first do a search request to query the supported SASL mechanisms. Tha…
-
Hello,
I have created some benchmark of PER codecs: rasn, hampi and asn1rs. If you are interested here are the results:
| Codec | Encoding (µs) | Decoding (µs) |
|--------------|--------…
-
Want to start by saying thank you for this awesome library.
I have a question around the `OtherName` variant in the `GeneralName` type.
https://github.com/librasn/rasn/blob/39fdcbf091d60a91ea688…
-
We might need to format the overall errors.
Should we just convert it pretty-printed `json` (once `jer` is merged), or make custom formatter?
It is a bit better now after the `field_error` change, b…
-
The error output I get from this error doesn't really give me actionable information. I think it would be good to put some work in including more information to make errors more readable and accessibl…
-
**Describe the bug**
The codes.wmo.int-49-2-AerodromeRecentWeather.rdf files in several IWXXM versions published at https://schemas.wmo.int/iwxxm/ do not contain **RERASN** (https://codes.wmo.int/49-…
-
Many responses of ct log are base64 encoded ASN.1. Thus, using `rasn` is more meaningful.
-
I guess a lot of people are working with the bytes crate when using tokio and network protocols. It would be nice if rasn could work directly with the relevant types, with an API similar to https://do…
-
### Code
I received this pull request, which caught a regression for `aarch64-unknown-linux-musl` when compiling for nightly. The same process works for stable and beta. I don't have a machine …
-
Hi @davedufresne, nice work on this project! I've just finished a first pass at implementing an SNMP v1/v2c library and I was starting on SNMPv3 when I found your implementation. I was wondering if th…