Richard Levitte
Richard Levitte
Implements the design doc/designs/quic-design/rx-depacketizer.md, from #18610. It relies on functionality from #18676 (ACK Manager implementation), #18795 (QUIC Encoding and decoding functionality), #18870 (QUIC Record Layer design) and #18612 (SSL object...
The same-ish module as the TX packetizer, handling the opposite direction. Ref to companions: #18564 #18570
SYS$GETTIM_PREC is a very new function, only available on OpenVMS v8.4. OpenSSL binaries built on OpenVMS v8.4 become unusable on older OpenVMS versions, but building for the older CRTL version...
With OpenSSL 3.0, there is this new interface for dealing with extension, termed "provider". This is intended to be a more flexible interface, and most importantly, both upward and downward...
After a long time of working perfectly, I suddenly have all workers dropped (red cross on the master page). Looking at a worker twisted.log, I find this: ``` # tail...
The GitHubStatusPush documentation indicates that a Github OAuth App needs to be created. Fine, I can do that, following https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app But, there's that mandatory field, "Authorization Callback URL"... I have...
I was starting to play with this Try scheduler, and was a bit surprised that you have to list users and passwords literally. Secret providers are possible to use in...
Hi, I've started to use bbtravis for OpenSSL's upcoming buildbot, and am interested enough to provide documentation (the documentation is currently appalling) as time permits. To do it right, I...
I cancelled a few PR related build requests, and noticed that the Pending build status in the PR on Github doesn't go away. Is there a way to fix that?
An idea for doing this is to extract the source from synopsises into a temporary C file with a main() that does nothing, and try to compile it, leaving it...