Mark Kubacki

Results 35 comments of Mark Kubacki

The version from 2016-01-31 is practically using a random number by `rand.Reader`. Everything else can be removed (!) because it has less entropy. https://github.com/jordan-wright/email/blob/1c4fbf8490cb03685853d7a0b6720570221a917d/email.go#L435-L447 Therefore, the current implementation is not...

Thanks for explaining the ratio! If everyone copied from a bad source, the bad implementations will propagate and their predominance will be (recursively) used as »proof« that they are doing...

Entropy is scarce at servers. And, the security community is moving away from randomness. So, for example, this would even be suitable for an email message before encryption (but then...

Thanks! We seem to be using different versions, though I don't know of what. Please note the different `expired` and `*EXPIRED*` (which is in my and the latest copy of...

Thanks again. Your first output has a lower case "expired", 504a12e on Github an upper case one. 504a12e does not reply with "expired", yours does (as does miekg/unbound). Hence my...

FYI, a mutex will be a congestion point on HCC machines (like, 12 cores and up). I'd leave the choice of guard to the data structure user, and not integrate...

Another way to configure this would be to allow for blank *query param* `access_id=-` for just the bucket, the hyphen symbolizing it were intentionally omitted. (`Option.GoogleAccessID` will eventually be obsoleted...

Please note that *Github* displays my commits in a different order than *git* or submitted. This is the output of two runs of the demo: ![reproducible-builds-for-rkt](https://cloud.githubusercontent.com/assets/191736/21234884/cad86336-c2f4-11e6-8525-815cd41ff37b.png) I am sorry, but...

rebased, please mind the commit hashes

Another *reproducible build* as example and motivation for this feature: https://github.com/wmark/aci-avorion-server