Randall S. Becker
Randall S. Becker
I fixed the compile issue - it as actually simple - see commit [475e238](https://github.com/rsbeckerca/libpsl/commit/475e23812ea318c4eba996b2f41e6e28c77ddafe) - but need DLL support, which is not according to what configure wants. I need to...
As a suggestion, the implementation could be based on the WP bulk action selection. The submit each IP to SFS using some kind of pacing, so that it does not...
Just a suggestion on this. My team sets a specific form for doxygen with specific elements so that the API documentation of our code can be derived from doxygen. This...
Moving to c11 will exclude fixes to some legacy platforms still in use and maintained. I am happy to accept moving to c99 as a baseline, but not c11 for...
> For a list of changes in C99 and C11 see: https://en.wikipedia.org/wiki/C99 and https://en.wikipedia.org/wiki/C11_%28C_standard_revision%29 > > We make use of several features of both C99 and C11. This includes at...
> hmm, nothing has changed in that code in quite some time. If you revert the commit you identified, do the tests pass? `git blame crypto/asn1/a_time.c` shows that much of...
@nhorman It is possible that it did. If I explicitly add `TZ=WET`, the problem goes away. There was recently (yesterday) a reconfiguration on the system, so this may be an...
This was a timezone config issue on the box. Closing.
> @rsbeckerca I feel like you perhaps already raised a Pr for this. if so, could you please link it here? Alternatively if the PR has already been merged, please...
> > I think this would better be done as a separate entropy source. It then becomes available for all platforms without extra work. > > Can you please explain...