Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-11 | Cut 3.4.1 | Jeff Forcier | |
2024-08-11 | Merge branch '3.3' into 3.4 | Jeff Forcier | |
2024-08-11 | Cut 3.3.2 | Jeff Forcier | |
2024-08-11 | Merge branch '3.3' into 3.4 | Jeff Forcier | |
2024-08-11 | Changelog re #2419, fixes #2419, closes #2421 | Jeff Forcier | |
2024-08-11 | fix: Update the import path for TripleDES Cipher | Bryan Banda | |
2024-08-11 | Merge branch '3.3' into 3.4 | Jeff Forcier | |
2024-08-11 | Changelog re #2420, closes #2420 | Jeff Forcier | |
2024-08-11 | Fix detection of SHA1 signing support | Paul Howarth | |
e._reason is an enum from cryptography.exceptions._Reasons so "is" should be the correct comparison, but it doesn't always work. This is apparently triggered by _Reasons moving to the part of cryptography that is implemented in rust, which doesn't yet implement enums as singletons. https://github.com/pyca/cryptography/issues/11332 https://github.com/PyO3/pyo3/issues/3059 | |||
2024-02-10 | I really gotta add some local pre-push hooks back... | Jeff Forcier | |
2024-02-10 | Fix 32-bit-ism in protocol seqno rollover test from Terrapin fix | Jeff Forcier | |
Fixes #2353 | |||
2024-02-10 | Update 32bit dockerfile for testing user feedback. | Jeff Forcier | |
Previous setup no longer installs modern cryptography.io. Also add bash so it can run our test suite w/o fiddling. | |||
2024-01-27 | Merge branch '3.2' into 3.3 | Jeff Forcier | |
2024-01-27 | Merge branch '3.3' into 3.4 | Jeff Forcier | |
2024-01-27 | Merge branch '3.0' into 3.2 | Jeff Forcier | |
2024-01-27 | Use pytest's setup_method -- in pytest 8 the nose method setup is deprecated | Alex Gaynor | |
2023-12-18 | Mark recent bugs as major | Jeff Forcier | |
2023-12-18 | Syntax typo fix in changelog | Jeff Forcier | |
2023-12-18 | Cut 3.4.0 | Jeff Forcier | |
2023-12-18 | Changelog/comment updates | Jeff Forcier | |
2023-12-17 | Linting | Jeff Forcier | |
2023-12-17 | Expand MessageOrderError use to handle more packet types | Jeff Forcier | |
2023-12-17 | Raise exception when sequence numbers rollover during initial kex | Jeff Forcier | |
2023-12-16 | Changelog tweak re: other new Transport kwarg | Jeff Forcier | |
2023-12-16 | Test-suite-only bugfix: defer did not actually imply skip_verify | Jeff Forcier | |
2023-12-16 | Reset sequence numbers on rekey | Jeff Forcier | |
2023-12-16 | Enforce zero seqno on kexinit | Jeff Forcier | |
2023-12-16 | Fill in CVE number for Terrapin attack | Jeff Forcier | |
2023-12-16 | Raise new exception type when unexpected messages appear | Jeff Forcier | |
2023-12-16 | Sort some imports | Jeff Forcier | |
2023-12-15 | Basic strict-kex-mode agreement mechanics work | Jeff Forcier | |
2023-12-15 | Early changelog re: Terrapin | Jeff Forcier | |
2023-12-15 | Version bump for next release | Jeff Forcier | |
2023-12-15 | Merge branch '3.3' | Jeff Forcier | |
2023-12-15 | Merge branch '3.2' into 3.3 | Jeff Forcier | |
2023-12-15 | Make ext-info faux-KexAlgorithm detection more robust | Jeff Forcier | |
2023-12-15 | Document a test util func a bit | Jeff Forcier | |
2023-12-01 | Merge branch '3.3' | Jeff Forcier | |
2023-12-01 | Merge branch '3.2' into 3.3 | Jeff Forcier | |
2023-12-01 | Add a security policy pointing to Tidelift | Jeff Forcier | |
2023-09-23 | Merge branch '3.3' | Jeff Forcier | |
2023-09-23 | Merge branch '3.2' into 3.3 | Jeff Forcier | |
2023-09-23 | RTD YAML update | Jeff Forcier | |
2023-08-30 | Merge branch '3.3' | Jeff Forcier | |
2023-08-30 | Merge branch '3.2' into 3.3 | Jeff Forcier | |
2023-08-30 | Merge branch '3.1' into 3.2 | Jeff Forcier | |
2023-08-30 | Merge branch '3.0' into 3.1 | Jeff Forcier | |
2023-08-30 | no more system_packages option on RTD, yey | Jeff Forcier | |
2023-07-28 | Merge branch '3.3' | Jeff Forcier | |
2023-07-28 | Cut 3.3.1 | Jeff Forcier | |