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-08-05Certificate-aware handling of key fingerprints.Simon Tatham
2022-08-03Formatting: realign run-on parenthesised stuff.Simon Tatham
2022-04-25Family of key types for OpenSSH certificates.Simon Tatham
2022-04-25Improve the base64 utility functions.Simon Tatham
2022-04-24Fix error messages in ppk_loadpub_s.Simon Tatham
2022-04-24Utility functions to get the algorithm from a public key.Simon Tatham
2022-04-24Utility function strbuf_dup.Simon Tatham
2022-04-15Move key_components management functions into utils.Simon Tatham
2021-11-19Generalise strbuf_catf() into put_fmt().Simon Tatham
2021-05-23Fix tight loop on reading truncated key files.Simon Tatham
2021-04-22Spelling: standardise on "DSA", not "DSS".Simon Tatham
2021-04-10Fix failure handling when loading a PPK file.Simon Tatham
2021-03-13Add API for getting all of a key's fingerprints.Simon Tatham
2021-03-13Introduce OpenSSH-compatible SHA256 key fingerprinting.Simon Tatham
2021-02-22Restore the ability to write out PPK v2.Simon Tatham
2021-02-21Fix determinism failures in cgtest.Simon Tatham
2021-02-20Introduce PPK file format version 3.Simon Tatham
2021-02-20Refactoring to prepare for changes in the PPK format.Simon Tatham
2021-02-20Add an IV argument to aes_{en,de}crypt_pubkey.Simon Tatham
2021-02-20Fix duplicated exit code in ppk_load_s.Simon Tatham
2021-02-15Move PPK format documentation into a manual appendix.Simon Tatham
2020-11-22Expose a global list of known host key algorithms.Simon Tatham
2020-03-02Support the new "ssh-ed448" key type.Simon Tatham
2020-02-22cmdgen: add a --dump option.Simon Tatham
2020-02-10Expose the rest of LoadedFile in headers.Simon Tatham
2020-02-02Allow cmdgen to read keys from standard input.Simon Tatham
2020-02-02Expose lf_load_keyfile outside sshpubk.c.Simon Tatham
2020-01-29Assorted benign warning fixes.Simon Tatham
2020-01-26New wrapper macro for printf("%zu"), for old VS compat.Simon Tatham
2020-01-10Fix reversed sense of test in rsa1_save_f.Simon Tatham
2020-01-09Rewrite SSH key loading and saving using marshal.h.Simon Tatham
2020-01-09Rename all public/private key load/save functions.Simon Tatham
2020-01-09Change line ending wording in PPK format spec.Simon Tatham
2019-12-15Adopt the new hash API functions where they're useful.Simon Tatham
2019-09-08Whitespace rationalisation of entire code base.Simon Tatham
2019-04-01Rename SSH-1 cipher constants to start "SSH1_".Simon Tatham
2019-03-16Sanity-check the 'Public-Lines' field in ppk files.Simon Tatham
2019-03-02Change sensitive strbufs/sgrowarrays to the new _nm version.Simon Tatham
2019-02-28Replace more ad-hoc growing char buffers with strbuf.Simon Tatham
2019-02-07Assorted further migration to ptrlen.Simon Tatham
2019-02-04Stop using unqualified {GET,PUT}_32BIT.Simon Tatham
2019-01-29Fix memory leak in rsa_ssh1_savekey.Simon Tatham
2019-01-24Replace random_byte() with random_read().Simon Tatham
2019-01-24Fix memory leak when reading a public key.Simon Tatham
2019-01-20Access all hashes and MACs through the standard API.Simon Tatham
2019-01-04Remove a lot of pointless 'struct' keywords.Simon Tatham
2019-01-03Replace assert(false) with an unreachable() macro.Simon Tatham
2018-12-31Complete rewrite of PuTTY's bignum library.Simon Tatham
2018-11-03Convert a lot of 'int' variables to 'bool'.Simon Tatham
2018-11-03Adopt C99 <stdbool.h>'s true/false.Simon Tatham