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-10-21cmdgen: Fix docs and usage messages.Jacob Nevins
2022-08-05Certificate-aware handling of key fingerprints.Simon Tatham
2022-08-03Formatting: normalise back to 4-space indentation.Simon Tatham
2022-07-30cmdgen: human-readable certificate info dump.Simon Tatham
2022-04-25PuTTYgen: options to add and remove certificates.Simon Tatham
2022-04-24New key component type KCT_BINARY.Simon Tatham
2022-04-24Refactor the key-components mechanism a bit.Simon Tatham
2022-04-24Utility functions to get the algorithm from a public key.Simon Tatham
2021-12-28Richer data type for interactive prompt results.Simon Tatham
2021-05-19cmdgen: add missing null pointer check in --dump mode.Simon Tatham
2021-04-22Spelling: standardise on "DSA", not "DSS".Simon Tatham
2021-04-20cmdgen: Write through correct leg of union.Jacob Nevins
2021-04-19PuTTYgen: use the term "passphrase hash".Jacob Nevins
2021-04-19PuTTYgen: explicitly use 'Kbyte' in Argon2 naming.Jacob Nevins
2021-04-08cmdgen: have --dump output private parts of PPKs.Jacob Nevins
2021-03-13cmdgen: support configurable key fingerprint type.Simon Tatham
2021-03-13Introduce OpenSSH-compatible SHA256 key fingerprinting.Simon Tatham
2021-02-23PuTTYgen: option to control Argon2 flavour.Simon Tatham
2021-02-22cmdgen: command-line control of PPK save parameters.Simon Tatham
2021-02-22cmdgen: add a --reencrypt option.Simon Tatham
2021-02-20Introduce PPK file format version 3.Simon Tatham
2020-03-11Change vtable defs to use C99 designated initialisers.Simon Tatham
2020-03-07RSA generation: option to generate strong primes.Simon Tatham
2020-03-02Support the new "ssh-ed448" key type.Simon Tatham
2020-03-02PuTTYgen: prepare for more general EdDSA.Simon Tatham
2020-03-01cmdgen: add help for the --primes option.Simon Tatham
2020-03-01Allow asking for provable primes in PuTTYgen.Simon Tatham
2020-03-01Add linear mode to the new progress reporting system.Simon Tatham
2020-03-01Introduce a vtable system for prime generation.Simon Tatham
2020-02-29New vtable API for keygen progress reporting.Simon Tatham
2020-02-29Revert "New vtable API for keygen progress reporting."Simon Tatham
2020-02-29New vtable API for keygen progress reporting.Simon Tatham
2020-02-23cmdgen: document --dump in the online help.Simon Tatham
2020-02-22cmdgen: add a --dump option.Simon Tatham
2020-02-16Formatting change to braces around one case of a switch.Simon Tatham
2020-02-02Move the code for cgtest into cgtest.c.Simon Tatham
2020-02-02Allow cmdgen to read keys from standard input.Simon Tatham
2020-02-02cgtest: add missing \n in an error message.Simon Tatham
2020-02-02Make more file-scope variables static.Simon Tatham
2020-02-02Remove the GLOBAL macro itself.Simon Tatham
2020-01-29Make prototype for new_prompts() consistent.Simon Tatham
2020-01-26Greatly improve printf format-string checking.Simon Tatham
2020-01-21Use strbuf to store results in prompts_t.Simon Tatham
2020-01-14cgtest: default to deleting temporary key files.Simon Tatham
2020-01-14cgtest: add more command line options.Simon Tatham
2020-01-14PuTTYgen: permit and prefer 255 as bit count for ed25519.Simon Tatham
2020-01-14cgtest: add tests for elliptic-curve keys.Simon Tatham
2020-01-14cgtest: fix all memory leaks.Simon Tatham
2020-01-14cgtest: stop also behaving like cmdgen.Simon Tatham
2020-01-09Rename all public/private key load/save functions.Simon Tatham