Nathaniel Bennett
Nathaniel Bennett
From the openssl.org official 3.0.0 design documentation: > The OpenSSL 3.0 release will have minimal impact to the vast majority of existing applications; almost all well-behaved applications will just need...
Alright, I've figured it out--I refactored the equality symbol of an assertion the wrong way. The corrected code no longer returns -9 (`TLV_OCTET_STRING_TOO_LONG_FOR_IEI`) unless the `ielen` is _less_ than the...
Added cfgs for union types in latest force-push
Added libc_align cfg to any structs that use `repr(align)`
Resolved other issues with `libc_const_size_of`--ready to merge
Removed the unintentional semicolon and rebased
Rebased to working CI and ready for review
r? @tgross35
Linked to (https://github.com/rust-lang/rust/issues/43894), removed the spurious whitespace, and dropped the `Debug` implementations. This is a backport of a PR that was already added to the 1.0 branch, so I'll open...
@rustbot label S-waiting-on-review