Historique des commits

Auteur SHA1 Message Date
  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 aa5bae8916 Introduce a new utility function smemclr(), which memsets things to il y a 12 ans
  Simon Tatham 108791e15c Support importing of new-style OpenSSH private keys (encrypted by il y a 15 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
  Jacob Nevins 6eec320f0b Unify GET_32BIT()/PUT_32BIT() et al from numerous source files into misc.h. il y a 20 ans
  Ben Harris 91f9a3c6da Remove support for the "rijndael256-cbc", "rijndael192-cbc", and il y a 20 ans
  Ben Harris 6023b6c70b Implement SDCTR modes, as defined in the newmodes draft. This adds il y a 20 ans
  Simon Tatham d36a4c3685 Introduced wrapper macros snew(), snewn() and sresize() for the il y a 22 ans
  Ben Harris a261492e70 Move the various big tables to the start of the file to save mucking about il y a 22 ans
  Ben Harris db9edaf8c9 It looks like Visual C (or whatever the Windows snapshots are built with) il y a 22 ans
  Ben Harris 014a402b9d aes_setup() is unused outside this file. Make it static. il y a 22 ans
  Ben Harris 0e086031b5 SC (Apple's 68K C compiler) seems to treat tentative definitions of complete il y a 22 ans
  Simon Tatham 9848062b86 SSH ciphers now use dynamically allocated contexts. il y a 22 ans
  Simon Tatham 286f1f5b1f Be more careful about destroying sensitive data after private key il y a 23 ans
  Simon Tatham 3730ada5ce Run entire source base through GNU indent to tidy up the varying il y a 24 ans
  Simon Tatham 3f63cf7d88 Remove needless redeclaration of word32 (it was in ssh.h) il y a 24 ans
  Simon Tatham 28b1fc766c Preliminary support for RSA user authentication in SSH2! Most of the il y a 24 ans
  Simon Tatham b182356f99 Support for selecting AES from the GUI. In the process, I've had to il y a 24 ans
  Simon Tatham bf25fd405c Add AES support in SSH2. Not yet complete: there's no way to select il y a 24 ans