Todd Short

Results 119 comments of Todd Short

Required pointer arguments to Public API functions are not checked against NULL. There is a desire for these API abuses to crash, rather than possibly fail silently or ignored.

I'm glad this was an easy update. :)

FYI: here's the coding style: https://github.com/openssl/technical-policies/blob/master/policies/coding-style.md

Looks to be macos buildbot hasn't started? @levitte?

Merged to master. Fixed trivial conflict with removing the DSA512 changes, and I tidied up some trailing whitespace. Thank you for your contribution!

The CI tests eventually ran, but it took 24+ hours for them to run.

It was the macos buildbot, known to be a bit on the slow side. Nothing for you to worry about.

I have worked on embedded systems with multiple levels of threading, and removal of the locking API in favor of pthread would have definitely impacted that (I left before 1.1.1...

This was the intent behind #19646

> Is @tmshort interested in adding it? Which fuzzer are you referring to, and is there documentation?