Thomas Klausner
Thomas Klausner
Many minor changes. [openssl.zip](https://github.com/pyca/pyopenssl/files/1120548/openssl.zip)
I agree that a smaller diff would be nice, but I don't maintain OpenSSL in NetBSD. I asked around, the particular diff is probably to fix `-Wshadow` builds.
I tried this in my code: ```` -use crc::{crc32, Hasher32}; +use crc::{Crc, CRC_32_BZIP2}; ... - let mut crc = crc32::Digest::new(crc32::IEEE); + let crc = Crc::::new(&CRC_32_BZIP2); + let mut digest =...
Thanks, @akhilles , that worked!
All the more so, please make a release. I'm not asking for myself, but I'm packaging for pkgsrc, and packaging systems prefer releases.
@gaborbernat I know nothing about the codebase. Any pointers on where I should look first? Thanks.
When I change the WARNS to '5', there are no warnings, so "yes".
and CVE-2022-37434...
It doesn't have to be detailed, but I'd still like to see one. Please consider that you have to write it once per release, but there are many more users/packagers...
I second this - please provide a crate on crates.io, to allow easier packaging for texlab.