- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 10 2023
Aug 9 2023
Add expected failure from 1.10.0
Aug 8 2023
Aug 7 2023
Aug 4 2023
Update package to 4.1.0
The maintainer did this differently in a package update.
Update diff to latest version of package (23.2.0)
Add pytest-benchmark test dependency
Add pep517 requirement to security/py-cryptography-vectors too
Update patch to the latest version
Jul 27 2023
Jun 28 2023
Are these testcases already implemented in the libm tests?
Jun 24 2023
Jun 21 2023
Jun 13 2023
Jun 7 2023
Respond to comments from @rfyu28uyeg_snkmail.com:
- fix licensing (lib/libc/db is BSD 3-clause, not 4-clause).
- remove unnecessary "dual licensing" logic for the BDB1 option.
@rfyu28uyeg_snkmail.com: thank you for the input about the licensing. You're right -- I'm updating the patch now.
Jun 2 2023
Jun 1 2023
May 31 2023
Some of the comments I found elsewhere suggested this is unnecessary with OpenSSL 1.1+. Is this truly needed?
The commit message/revision description needs updating, BTW.
LGTM! I think @jhb’s suggestion about using static functions or macros with forward looking names would be a good potential investment, but that doesn’t need to be done here or now.
May 30 2023
Sounds good to me! From https://www.openssl.org/docs/man3.1/man3/SSL_CTX_set_ecdh_auto.html :
May 28 2023
I've been going back and forth a lot over the wording and APIs in use because I've been refining my understanding upon reading the manpages and tried to get things consistent across the board to aid with program UX 😅.
The existing code was also misleading/incorrect in terms of how the limits were calculated and enforced, too: it should have been 256, not 112 -- I have no idea why someone chose the number 112.
Include appropriate headers for new APIs in use
Consistently use bytes or bits in calculations
Make the minimum required RSA bits 256, not 112.
Update values and messages used when testing pubkey limits
May 27 2023
Remove all pre-3.0 related ifdefs.
May 26 2023
In D40273#917094, @emaste wrote:(Copied from the GitHub pull request) So far I am aiming for minimal diffs, and plan to make another pass over everything later on including updates to use OpenSSL 3 APIs. In particular I don't want to delete SSL_library_init(); if other pre-OpenSSL-1.1 code remains (I haven't checked whether or not it does, yet).
May 25 2023
May 23 2023
May 20 2023
May 13 2023
May 11 2023
Submitted as https://github.com/corecode/dma/pull/126 .