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
path: root/ssh.h
AgeCommit message (Expand)Author
2022-09-03Remove spurious 'const' on return types.Simon Tatham
2022-09-01New feature: k-i authentication helper plugins.Simon Tatham
2022-08-30New bug workaround: KEXINIT filtering.Simon Tatham
2022-08-30Support elliptic-curve Diffie-Hellman GSS KEX.Simon Tatham
2022-08-30Add RFC8268 / RFC3126 Diffie-Hellman group{15,16,17,18}.Simon Tatham
2022-08-16Implement AES-GCM using the @openssh.com protocol IDs.Simon Tatham
2022-08-16Add 'next_message' methods to cipher and MAC vtables.Simon Tatham
2022-08-06Pageant core: separate public and private key storage.Simon Tatham
2022-08-05Certificate-aware handling of key fingerprints.Simon Tatham
2022-08-03Formatting: realign run-on parenthesised stuff.Simon Tatham
2022-08-02Windows Pageant: display RSA/DSA cert bit counts.Simon Tatham
2022-08-02Windows Pageant: use nicer key-type strings.Simon Tatham
2022-07-30cmdgen: human-readable certificate info dump.Simon Tatham
2022-07-17Allow manually confirming and caching certified keys.Simon Tatham
2022-05-02Permit configuring RSA signature types in certificates.Simon Tatham
2022-04-25Certificate-specific ssh_key method suite.Simon Tatham
2022-04-25Family of key types for OpenSSH certificates.Simon Tatham
2022-04-25Improve the base64 utility functions.Simon Tatham
2022-04-24Utility function ssh_key_clone().Simon Tatham
2022-04-24Extra helper functions for adding key_components.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-24ssh_keyalg: new method 'alternate_ssh_id'.Simon Tatham
2022-04-24Make ssh_keyalg's supported_flags a method.Simon Tatham
2022-04-24Utility functions to get the algorithm from a public key.Simon Tatham
2022-04-21Extra utility function add_to_commasep_pl.Simon Tatham
2022-04-15Implement OpenSSH 9.x's NTRU Prime / Curve25519 kex.Simon Tatham
2022-04-15Refactor ecdh_kex into an organised vtable.Simon Tatham
2022-01-22Update source file names in comments and docs.Simon Tatham
2021-12-28Richer data type for interactive prompt results.Simon Tatham
2021-12-24Expose openssh_bcrypt() to testcrypt, and test it.Simon Tatham
2021-11-28Stop using short exponents for Diffie-Hellman.Simon Tatham
2021-11-22Pass diffiehellman ssh_kex objects to testcrypt.Simon Tatham
2021-10-30Framework for announcing which Interactor is talking.Simon Tatham
2021-10-25Reorganise host key checking and confirmation.Simon Tatham
2021-09-14Localise user_input to SSH connection layers.Simon Tatham
2021-09-14Backends: notify ldisc when sendok becomes true. (NFC)Simon Tatham
2021-06-27New Seat callback, seat_sent().Simon Tatham
2021-04-22Spelling: standardise on "DSA", not "DSS".Simon Tatham
2021-04-22Move the SSH implementation into its own subdirectory.Simon Tatham
2021-04-21Break up crypto modules containing HW acceleration.Simon Tatham
2021-04-19Merge docs/usage updates from 'pre-0.75' branch.Jacob Nevins
2021-04-19PuTTYgen: explicitly use 'Kbyte' in Argon2 naming.Jacob Nevins
2021-04-18Break up x11fwd.c.Simon Tatham
2021-03-13Switch default host key format to SHA256.Simon Tatham
2021-03-13Allow pre-storing host key fingerprints of all types.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