Commit Verlauf

Autor SHA1 Nachricht Datum
  Simon Tatham b4e1bca2c3 Change vtable defs to use C99 designated initialisers. vor 5 Jahren
  Simon Tatham 5d718ef64b Whitespace rationalisation of entire code base. vor 5 Jahren
  Simon Tatham 986508a570 Merge the ssh1_cipher type into ssh2_cipher. vor 6 Jahren
  Simon Tatham 0b14e7376e Replace all 'sizeof(x)/sizeof(*x)' with lenof. vor 6 Jahren
  Simon Tatham 35690040fd Remove a lot of pointless 'struct' keywords. vor 6 Jahren
  Simon Tatham 84f98c5bf9 Make lots more algorithm structures globally visible. vor 6 Jahren
  Simon Tatham 898cb8835a Make ssh_key and ssh{2,1}_cipher into structs. vor 6 Jahren
  Simon Tatham a647f2ba11 Adopt C99 <stdint.h> integer types. vor 6 Jahren
  Simon Tatham 9396fcc9f7 Rename FROMFIELD to 'container_of'. vor 6 Jahren
  Simon Tatham 229af2b5bf Turn SSH-2 ciphers into a classoid. vor 6 Jahren
  Simon Tatham 6c5cc49e27 Turn SSH-1 ciphers into a classoid. vor 6 Jahren
  Simon Tatham 7babe66a83 Make lots of generic data parameters into 'void *'. vor 6 Jahren
  Simon Tatham 43be90e287 Split ssh2_cipher's keylen field into two. vor 9 Jahren
  Chris Staite 5d9a9a7bdf Allow a cipher to specify encryption of the packet length. vor 9 Jahren
  Chris Staite 705f159255 Allow a cipher to override the SSH KEX's choice of MAC. vor 9 Jahren
  Simon Tatham 2968563180 Provide a script to regenerate the Blowfish init tables. vor 9 Jahren
  Simon Tatham d637528181 Implementation of OpenSSH's bcrypt. vor 9 Jahren
  Ben Harris fe83afa6ec Enable blowfish-ctr by default. It's been tested and found working. vor 20 Jahren
  Ben Harris a33339b3f1 In blowfish-ctr mode, increment the counter in the correct order. Thanks to vor 20 Jahren
  Ben Harris f2b0335c48 Now that we've got at least some SDCTR modes working (and aes256-ctr is our vor 20 Jahren
  Ben Harris 2e761fefaf Ifdef out the actual code supporting 3des-ctr and blowfish-ctr, since GCC vor 20 Jahren
  Ben Harris 5079fcc182 Simon (accidentally, I think) enabled 3des-ctr and blowfish-ctr. Turn them vor 20 Jahren
  Simon Tatham 208213117a Recent CTR mode changes stopped OS X PuTTY from compiling, because vor 20 Jahren
  Jacob Nevins 6eec320f0b Unify GET_32BIT()/PUT_32BIT() et al from numerous source files into misc.h. vor 20 Jahren
  Ben Harris 6023b6c70b Implement SDCTR modes, as defined in the newmodes draft. This adds vor 20 Jahren
  Jacob Nevins 5aa719d16e Consistently use a single notation to refer to SSH protocol versions, as vor 20 Jahren
  Simon Tatham d36a4c3685 Introduced wrapper macros snew(), snewn() and sresize() for the vor 22 Jahren
  Simon Tatham 9848062b86 SSH ciphers now use dynamically allocated contexts. vor 22 Jahren
  Simon Tatham 3730ada5ce Run entire source base through GNU indent to tidy up the varying vor 24 Jahren
  Simon Tatham 28b1fc766c Preliminary support for RSA user authentication in SSH2! Most of the vor 24 Jahren