Friedrich Große
Friedrich Große
I see, an alternative solution is to checkout the repo and install from source. That's pretty weird, looks like an issue in Go then? In case its needed for future...
Same problem on go 1.14.2
Hey Roberto I'm not quite sure I did completely understand your question yet but I am happy to help :) Could you provide me with the data you are trying...
Ah so you don't actually want to parse a Subject Alternative Name (SAN) from the certificate extensions but some other arbitrary extensions for which you know the OIDs. The extensions...
Hey Roberto, I have created a new example based on the data you provided ([see here](https://github.com/FGrosse/PHPASN1/blob/master/examples/Issue14.php)). I don't (yet) understand the format of the SANs in this certificate. This is...
You are welcome I like the idea that somebody is using this framework so feel free to open another issue or contact me if you have more questions :) Best...
Thx for the comment, based on you hint I will probably implement accessing otherNames directly through the SubjectAlternativeNames class whenever I have the time. Of course I am also open...
We also had the issue that we tried to keep the lockfile clean of any `shasum` values but they would always magically come back upon `composer update ...` even though...
@oligriffiths in my usecase I did not have an issue with different checksums. However, because two zip checksums can potentially be different for the same content due to timestamps we...
fyi this issue seems related to the merged PR #15 which allows you to seed the RNG.