SteelCrow

Results 2 issues of SteelCrow

### Describe the bug Some unexpected things are happening when I try to serialize and save a structure containing the `std::net::IpAddr` enum, and then retrieve it: Caused by: Failed to...

bug
topic:rust

For Basic Constraints certificate extension currently _rcgen_ support two options: ``` pub enum IsCa { SelfSignedOnly, Ca(BasicConstraints) } ``` And if we look into spec we will see exactly these...

enhancement