From kaur at sec.uni-hannover.de Fri Oct 6 06:19:58 2023 From: kaur at sec.uni-hannover.de (kaur at sec.uni-hannover.de) Date: Fri, 6 Oct 2023 12:19:58 +0200 Subject: [Cryptography-dev] OSS Security Study Message-ID: <002701d9f83e$a8941c80$f9bc5580$@sec.uni-hannover.de> Hello, My name is Harjot, and I'm part of a group of researchers at Leibniz University Hannover , Tufts Security and Privacy Lab , and CISPA Helmholtz-Center for Information Security researching security in open source projects. I am reaching out to see if someone from your team would be willing to participate in an interview for our study, Security Considerations in Open-Source Software , given you are a major contributor to OSS. Through this research, we aim to find challenges OSS developers face when thinking about and communicating security threats to others. We hope this will make security easier and more efficient for the entire OSS development community. We are looking for OSS contributors who would be willing to join us for 45-60 min interviews to talk about how they think about security threats and communicate that information to other developers and end users. If you know anyone from your team (or another OSS contributor) who might be interested in participating, please pass the message on to them. If you have any questions, please email us back, or feel free to check out the project website here . Thank you for your time! Best, Harjot Kaur -- Harjot Kaur | PhD Student Leibniz University Hannover Mail: kaur at sec.uni-hannover.de -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul.l.kehrer at gmail.com Tue Oct 24 13:46:00 2023 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Tue, 24 Oct 2023 12:46:00 -0500 Subject: [Cryptography-dev] PyCA cryptography 41.0.5 released Message-ID: PyCA cryptography 41.0.5 has been released to PyPI. cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, asymmetric algorithms, message digests, X509, key derivation functions, and much more. We support Python 3.7+, and PyPy3 7.3.10+. Changelog (https://cryptography.io/en/latest/changelog/#v41-0-5): * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.4. * Added a function to support an upcoming pyOpenSSL release. -Paul Kehrer (reaperhulk)