]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2015-06-18 Simon TathamFix accidental dependence on Windows API quirk in confi...
2015-06-13 Simon TathamAdd missing null-pointer checks in key exchange.
2015-06-08 Simon TathamUse 64-bit BignumInt wherever __uint128_t is available.
2015-06-08 Simon TathamImprove integer-type hygiene in bignum code.
2015-06-08 Simon TathamProvide a stub random_byte() to make 'testbn' compile...
2015-06-07 Simon TathamDon't try sending on sharing channels.
2015-06-07 Simon TathamClean up downstream sockets when upstream loses its...
2015-06-07 Simon TathamDedicated routines for poly1305 arithmetic.
2015-06-07 Simon TathamMove BignumInt definitions into a header file.
2015-06-07 Simon TathamMake log messages look slightly nicer.
2015-06-07 Chris StaiteAdd the ChaCha20-Poly1305 cipher+MAC, as implemented...
2015-06-07 Chris StaiteAllow a cipher to specify encryption of the packet length.
2015-06-07 Chris StaiteAllow a cipher to override the SSH KEX's choice of MAC.
2015-05-30 Ben HarrisIn PuTTYgen's --help message, list all key types it...
2015-05-30 Ben HarrisAdd a common function to add an algorithm to KEXINIT.
2015-05-30 Ben HarrisAdd have_ssh_host_key() and use it to influence algorit...
2015-05-28 Simon TathamCommit my replacement Windows I-beam mouse pointer.
2015-05-19 Simon TathamUnix Pageant: man page and online help.
2015-05-19 Simon TathamAdd a reference to a spec for Curve25519.
2015-05-19 Simon TathamFix construction of the output bignum in Curve25519 kex.
2015-05-19 Simon TathamLog which elliptic curve we're using for ECDH kex.
2015-05-18 Simon TathamFix a compile warning with -DDEBUG.
2015-05-18 Simon TathamAdd missing consts in elliptic curve setup code.
2015-05-18 Simon TathamLog the client process ID for Windows named pipes too.
2015-05-18 Simon TathamLog identifying information for the other end of connec...
2015-05-17 Ben HarrisGratuitous simplification of commasep_string functions.
2015-05-17 Simon Tathamaskpass: don't treat releases of Ret or Esc as presses.
2015-05-17 Ben HarrisRestructure KEXINIT generation and parsing.
2015-05-15 Simon TathamFix mpint signedness bug in importing PEM ECDSA keys.
2015-05-15 Simon TathamRemove pointless NULL checks in the ECC code.
2015-05-15 Simon TathamWindows PuTTYgen: fix mis-setting of radio buttons.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-15 Simon TathamRemove an entire unused function in Windows PuTTYgen.
2015-05-15 Simon TathamUnix Pageant: fix further double-frees.
2015-05-15 Simon TathamClean up hash selection in ECDSA.
2015-05-15 Simon TathamClean up elliptic curve selection and naming.
2015-05-15 Simon TathamProvide an 'extra' pointer in ssh_signkey and ssh_kex.
2015-05-15 Simon TathamPass the ssh_signkey structure itself to public key...
2015-05-15 Simon TathamConst-correctness of name fields in struct ssh_*.
2015-05-15 Simon TathamConst-correctness in struct ssh_hash.
2015-05-14 Simon TathamFix layout overflow in Windows PuTTYgen due to ED25519.
2015-05-14 Simon TathamAdd a check for NULL in pageant_forget_passphrases().
2015-05-13 Simon TathamUnix Pageant: implement GUI passphrase prompting.
2015-05-13 Simon TathamUnix Pageant: factor out have_controlling_tty().
2015-05-13 Simon TathamUnix Pageant: fix a double-free when adding keys.
2015-05-12 Simon TathamUnix Pageant: support -D, to delete all keys.
2015-05-12 Simon TathamUnix Pageant: provide public-key extraction options.
2015-05-12 Simon TathamCentralise SSH-2 key fingerprinting into sshpubk.c.
2015-05-12 Simon TathamCentralise public-key output code into sshpubk.c.
2015-05-12 Simon TathamConst-correctness in the base64 functions.
2015-05-12 Simon TathamUnix Pageant: support -d, to delete a key from the agent.
2015-05-12 Simon TathamSupport using public-only key files in PuTTY proper.
2015-05-12 Simon TathamSupport loading public-key-only files in Unix PuTTYgen.
2015-05-12 Simon TathamUtility function: bignum_from_decimal.
2015-05-12 Simon TathamUtility function: 'chomp'.
2015-05-11 Ben HarrisExpand comment on BUG_SSH2_OLDGEX to make it clear...
2015-05-11 Ben HarrisSimplify ssh_pkt_addstring_str().
2015-05-11 Simon TathamUnix Pageant: first draft of -l key list option.
2015-05-11 Simon TathamUnix Pageant: support loading keys.
2015-05-11 Simon TathamUnix Pageant: link in uxagentc.c and uxcons.c.
2015-05-11 Simon TathamUnix Pageant: prepare to add client-side modes.
2015-05-11 Simon TathamFix faulty length fields in pageant_get_keylist*().
2015-05-11 Simon TathamSupport synchronous agent requests on Unix.
2015-05-11 Simon TathamUnix Pageant: move handling of --exec arguments.
2015-05-11 Simon TathamPageant: factor out cross-platform parts of add_keyfile().
2015-05-11 Simon TathamConst-correctness in key-loading functions.
2015-05-11 Simon TathamUnix Pageant: -T option, tying lifetime to controlling tty.
2015-05-10 Simon TathamClear an extra low bit in EdDSA exponent calculation.
2015-05-10 Simon TathamSort out the mess with OpenSSH key file formats.
2015-05-09 Chris StaiteSupport public keys using the "ssh-ed25519" method.
2015-05-09 Chris StaiteSupport ECDH key exchange using the 'curve25519' curve.
2015-05-09 Chris StaiteProvide a little-endian version of bignum_from_bytes().
2015-05-09 Simon TathamVary cmdgen's default key size based on key type.
2015-05-09 Simon TathamConst-correctness in the debug functions!
2015-05-08 Simon TathamCompletely remove the privdata mechanism in dialog.h.
2015-05-08 Simon TathamFix two small memory leaks in config mechanism.
2015-05-07 Simon TathamRemove the list of key algorithms in pageant.c.
2015-05-07 Simon TathamClean up Unix Pageant's setup and teardown.
2015-05-07 Simon TathamFix the inverted return values in pageant_add_ssh*_key().
2015-05-06 Simon TathamFix SSH-1 RSA key handling in Pageant.
2015-05-06 Simon TathamPut proper logging into Pageant.
2015-05-06 Simon TathamRemove some FIXMEs left in from initial work.
2015-05-05 Simon TathamProvide a Unix port of Pageant.
2015-05-05 Simon TathamMove make_dir_and_check_ours() out into uxmisc.c.
2015-05-05 Simon TathamCross-platform support for speaking SSH agent protocol...
2015-05-05 Simon TathamMove half of Pageant out into a cross-platform source file.
2015-05-05 Simon TathamConst-correctness in x11_setup_display.
2015-05-05 Simon TathamConst-correctness in public-key functions.
2015-05-02 Simon TathamUse find_pubkey_alg in openssh_read_new().
2015-04-28 Simon TathamWrite an exporter for the new OpenSSH format.
2015-04-28 Simon TathamCompletely separate old and new OpenSSH key handling code.
2015-04-28 Simon TathamSeparate key-type enum values for old and new OpenSSH keys.
2015-04-28 Simon TathamFix enum-conflation in cmdgen.c.
2015-04-27 Simon TathamTeach PuTTYgen to import from OpenSSH's new key format.
2015-04-27 Simon TathamSome miscellaneous marshalling helpers.
2015-04-27 Simon TathamProvide a script to regenerate the Blowfish init tables.
2015-04-27 Simon TathamImplementation of OpenSSH's bcrypt.
2015-04-27 Simon TathamPaste error in comment.
2015-04-26 Simon TathamAdd smemclrs of all hash states we destroy.
2015-04-26 Simon TathamUse a timing-safe memory compare to verify MACs.
next