Historique des commits

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