Historial de Commits

Autor SHA1 Mensaje Fecha
  Simon Tatham 43be90e287 Split ssh2_cipher's keylen field into two. hace 9 años
  Chris Staite 5d9a9a7bdf Allow a cipher to specify encryption of the packet length. hace 9 años
  Chris Staite 705f159255 Allow a cipher to override the SSH KEX's choice of MAC. hace 9 años
  Simon Tatham aa5bae8916 Introduce a new utility function smemclr(), which memsets things to hace 12 años
  Simon Tatham 108791e15c Support importing of new-style OpenSSH private keys (encrypted by hace 15 años
  Ben Harris f2b0335c48 Now that we've got at least some SDCTR modes working (and aes256-ctr is our hace 20 años
  Jacob Nevins 6eec320f0b Unify GET_32BIT()/PUT_32BIT() et al from numerous source files into misc.h. hace 20 años
  Ben Harris 91f9a3c6da Remove support for the "rijndael256-cbc", "rijndael192-cbc", and hace 20 años
  Ben Harris 6023b6c70b Implement SDCTR modes, as defined in the newmodes draft. This adds hace 20 años
  Simon Tatham d36a4c3685 Introduced wrapper macros snew(), snewn() and sresize() for the hace 22 años
  Ben Harris a261492e70 Move the various big tables to the start of the file to save mucking about hace 22 años
  Ben Harris db9edaf8c9 It looks like Visual C (or whatever the Windows snapshots are built with) hace 22 años
  Ben Harris 014a402b9d aes_setup() is unused outside this file. Make it static. hace 22 años
  Ben Harris 0e086031b5 SC (Apple's 68K C compiler) seems to treat tentative definitions of complete hace 22 años
  Simon Tatham 9848062b86 SSH ciphers now use dynamically allocated contexts. hace 22 años
  Simon Tatham 286f1f5b1f Be more careful about destroying sensitive data after private key hace 23 años
  Simon Tatham 3730ada5ce Run entire source base through GNU indent to tidy up the varying hace 24 años
  Simon Tatham 3f63cf7d88 Remove needless redeclaration of word32 (it was in ssh.h) hace 24 años
  Simon Tatham 28b1fc766c Preliminary support for RSA user authentication in SSH2! Most of the hace 24 años
  Simon Tatham b182356f99 Support for selecting AES from the GUI. In the process, I've had to hace 24 años
  Simon Tatham bf25fd405c Add AES support in SSH2. Not yet complete: there's no way to select hace 24 años