Pierre Chifflier
Pierre Chifflier
Applied, thanks! It is a breaking change (some fields are public), however the situation with the `time` crate have been ongoing for too long and justifies a forced update.
> @chifflier The checks will fail until oid-registry with OID for challenge password is released. oid-registry 0.6.1 has just been released with the required OID
Hi, I do not know all these protocols well, so my answer may miss some elements. From what I understand, it may not very very easy. The main reasons are:...
Additional thoughts: Applications layers can be added in their own plugin (see [the tls plugin](https://github.com/rusticata/pcap-analyzer/tree/master/libpcap-analyzer/src/plugins/tls_stats.rs) for a standaline example), or in the [rusticata plugin](https://github.com/rusticata/pcap-analyzer/tree/master/libpcap-analyzer/src/plugins/rusticata.rs). Having a standalone plugin is better...
What is called probing in PAL is the protocol identification functions and logic, to be able to recognize for ex. TLS independently of the port number. I'm not sure you...
Hi, I think the problem is that your are trying to push to an `https` repository URI. You should switch to SSH and push your changes
Closing old issues or with no activity. Please reopen if needed
Hi, Overall I'm not against the possibility to have owned objects. I think it will help serialization. A switch to `Cow` is possible, and it would indeed allow owning objects....
I have committed a work-in-progress in branch [cow-v0.1](https://github.com/rusticata/x509-parser/tree/dev/cow-v0.1) I did not implement `ToOwned` yet. In `der-parser` I implemented to `to_owned` method manually (not sure if implementing the trait is needed)...
Hi, PKCS#12 files are containers, that can contain X.509 certificates (often encrypted). There is currently no support for p12 in `x509-parser`, so maybe other crates can provide decoding of the...