Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-15Implement OpenSSH 9.x's NTRU Prime / Curve25519 kex.Simon Tatham
2022-04-15testcrypt: permit multiple OO function prefixes for a type.Simon Tatham
2021-11-28testcrypt-funcs.h: remove extra parens round argument lists.Simon Tatham
2021-11-22Move some tests into the test subdirectory.Simon Tatham
2021-11-22testcrypt: introduce and use 'checkenum' protocol query.Simon Tatham
2021-11-21testcrypt.py: use parameter names in diagnostics.Simon Tatham
2021-11-21testcrypt.h: invent FUNC_WRAPPED.Simon Tatham
2021-11-21Rewrite the testcrypt.c macro system.Simon Tatham
2021-11-20HTTP proxy: implement Digest authentication.Simon Tatham
2021-08-27Add some tests of Miller-Rabin to cryptsuite.Simon Tatham
2021-03-13Introduce OpenSSH-compatible SHA256 key fingerprinting.Simon Tatham
2021-02-20Add implementation of the Argon2 password hash.Simon Tatham
2021-02-02testcrypt: fix fake class methods on MACs.Simon Tatham
2020-03-08testcrypt.py: marshal string literals more efficiently.Simon Tatham
2020-03-07RSA generation: option to generate strong primes.Simon Tatham
2020-03-05Migrate all Python scripts to Python 3.Simon Tatham
2020-03-01New 'Pockle' object, for verifying primality.Simon Tatham
2020-03-01Introduce a vtable system for prime generation.Simon Tatham
2020-02-29testcrypt.py: avoid restarting subprocess for frees.Simon Tatham
2020-02-29testcrypt.py: fake some OO syntax.Simon Tatham
2020-02-22cmdgen: add a --dump option.Simon Tatham
2020-01-09testcrypt: handle int as a return type.Simon Tatham
2020-01-09testcrypt: fix malformatted error message.Simon Tatham
2019-03-24Handle crashes in the testcrypt binary more cleanly.Simon Tatham
2019-03-24cryptsuite: clean up exit handling.Simon Tatham
2019-01-24testcrypt / cryptsuite: another set of Python 3 fixes.Simon Tatham
2019-01-18Merge the ssh1_cipher type into ssh2_cipher.Simon Tatham
2019-01-13testcrypt: allow ssh2_cipher_new to return NULL.Simon Tatham
2019-01-12Build testcrypt on Windows.Simon Tatham
2019-01-12testcrypt.py: look past 'opt_' prefix on argument types.Simon Tatham
2019-01-03New test system for mp_int and cryptography.Simon Tatham