COMMITS
/ tests/server.py December 26, 2024
R
Drop testing on Python 3.7 and add testing on Python 3.13
Ron Frederick committed
October 17, 2024
R
Replace most string forwarding with f-strings
Ron Frederick committed
May 27, 2023
R
Fix unit tests to work on systems which have disabled SHA-1 signatures
Ron Frederick committed
August 10, 2022
R
Add new run_client and run_server methods for already-connected sockets
Ron Frederick committed
May 4, 2022
R
Improve speed of unit tests
Ron Frederick committed
July 11, 2021
R
Add initial set of mypy type annotations
Ron Frederick committed
June 15, 2021
R
Improve teardown code around unit tests
Ron Frederick committed
April 19, 2021
P
Add client config support for HostKeyAlias
Pritam Baral committed
December 20, 2020
R
Update copyright to 2020
Ron Frederick committed
November 29, 2020
R
Add support for limiting identities in SSH agent
Ron Frederick committed
August 20, 2020
R
Fix a couple of lurking bugs in unit test framework
Ron Frederick committed
June 6, 2020
R
Add support for ProxyJump config option
Ron Frederick committed
October 26, 2019
R
Address issues reported by upgraded version of pylint
Ron Frederick committed
October 25, 2019
R
Expand the use of conditional wait_closed()
Ron Frederick committed
October 22, 2019
R
Migrate AsyncSSH to new async/await syntax
Ron Frederick committed
May 18, 2019
R
Add support for "reverse direction" SSH connections
Ron Frederick committed
September 2, 2018
R
Update license to EPL 2.0
Ron Frederick committed
July 2, 2018
R
Fix error in running updated host-based auth unit tests on Windows
Ron Frederick committed
June 24, 2018
R
Add support for ssh-keysign in host-based authentication
Ron Frederick committed
June 17, 2018
R
Add support for host-based authentication
Ron Frederick committed
February 4, 2018
R
Address warnings reported by latest version of pylint
Ron Frederick committed
September 7, 2017
R
Add support for trusted X.509 certificate "hash directories"
Ron Frederick committed
September 4, 2017
R
Make issuer optional in X.509 certificate generation functions
Ron Frederick committed
September 3, 2017
R
Add initial support for X.509 certificate authentication
Ron Frederick committed
May 18, 2017
R
Allow passphrase to be specified when loading default client keys
Ron Frederick committed
February 14, 2017
R
Update copyright to 2017
Ron Frederick committed
February 12, 2017
R
Add support for GSSAPI key exchange and authentication
Ron Frederick committed
January 27, 2017
R
Second attempt at environment cleanup
Ron Frederick committed
R
Fix issue updating environment in unit tests
Ron Frederick committed
January 1, 2017
R
Initial pass on making unit tests run on Windows
Ron Frederick committed
December 20, 2016
R
Use IPv4 loopback addresses to make TravisCI happy
Ron Frederick committed
December 17, 2016
R
Update unit tests to not inherit environment
Ron Frederick committed
November 23, 2016
R
Remove unnecessary import
Ron Frederick committed
November 19, 2016
R
Skip additional SSH agent related tests when ssh-agent isn't available
Ron Frederick committed
October 8, 2016
R
Complete the SSH agent client implementation
Ron Frederick committed
September 28, 2016
R
Rework alternate signature algorithm support
Ron Frederick committed
September 5, 2016
R
Update unit test server class to use new key/cert generate functions
Ron Frederick committed
June 18, 2016
R
Add support for Python 3.5 async context managers and update examples
Ron Frederick committed
April 8, 2016
R
Add explicit tests for default event loop and disabled known host check
Ron Frederick committed
April 2, 2016
R
Complete adding unit tests for connection module
Ron Frederick committed
March 13, 2016
R
Add test for trying to open a new channel after a connection close
Ron Frederick committed
March 6, 2016
R
More fixes and clean up for issues found during unit testing
Ron Frederick committed
R
Continue to expand unit tests for connection module
Ron Frederick committed
March 1, 2016
R
Add unit tests and coverage for internal_error exception handler
Ron Frederick committed
February 27, 2016
R
Disable a pylint warning in test code
Ron Frederick committed
R
Continue to refine channel state machine to handle race conditions
Ron Frederick committed
February 26, 2016
R
Extend the set of unit tests
Ron Frederick committed