Pauli

Results 528 comments of Pauli

Merged, finally.

Ping for review -- this should have gone in already.

The errant fix that was back ported didn't include the iv caching from b30b45b7247d056b569e2b5139f8b503d36e646c. The correct fix would either: 1. include that in addition to the later e0e338c8c50c226efc92fe79c788c9cdc03fc01f [#18995](https://github.com/openssl/openssl/pull/18995) or...

The _weak_ attribute on the definition of `ossl_time_now()` needs to go. Without it, a link time error is being raised build the event queue test: > /usr/bin/ld: libssl.a(libssl-lib-time.o): in function...

@hlandau got it spot on. If we decide to change in the future, all problems will need to be addressed then. By making it a structure now, there won't be...

Seems that the _weak_ attribute wasn't sufficient by itself on some platforms. This one's got be confused, at least for the moment.

CI failure is not relevant.

Thanks @levitte :grin:

integer / time contamination fixed. Could someone please merge this if it gets reapproved?