Rodolphe Bréard
Rodolphe Bréard
I just added the missing file path in all error messages I could find. I'll keep this issue open since I think log messages can still be improved, so feel...
Hi! Well, the choice of a cryptographic library it's not an easy subject. ACMEd uses cryptography in several places and I want only one cryptographic library for all those usages....
Hello! First of all, thank you and sorry for the delay, I missed the notification. The thing is, I wish to stay with only one crypto library. Unfortunately, ring is...
> So if ring would implement the primitives you need, would you be interested? I don't really like ring, but yes, I would be interested. Unfortunately, I think many of...
> Very curious to hear why you don't like ring! The fist thing that comes in my mind is static linking. Although I really like it in many situations, I...
> Anyway, I noticed that you added a note about a potential ring dependency to your CONTRIBUTING. Does this mean you're also not interested in having ring as an alternative...
Thank you for your feedback, it's much appreciated :smiley: Now, let's see how everything is going. Currently, the situation is as follows: Requirement | Crate | Status| Description -----------------|:-------:|:-------:|--------------- P256/P384/Curve25519...
It's the acmeIdentifier extension described in [draft-ietf-acme-tls-alpn](https://tools.ietf.org/html/draft-ietf-acme-tls-alpn). I use it in tacd which reads the already-computed content of this ext.
@est31 That's great news, thank you ! Since I have to refactor **a lot** of code, it may take some time before I commit anything without openssl, but I'm working...
After refactoring, sometimes twice, the crypto part of the code base, starting implementing several thing with ring and the others libraries, I have come to realize the truth: it is...