Selaa lähdekoodia

Merge branch 'thirdparty_dev' into dev

Conflicts:
	source/putty/ssh.c

Source commit: f86a287c5a5645d258aed9f88519eba66a949198
Martin Prikryl 9 vuotta sitten
vanhempi
sitoutus
8e64f7141c
3 muutettua tiedostoa jossa 265 lisäystä ja 343 poistoa
  1. 261 339
      source/putty/ssh.c
  2. 1 1
      source/putty/sshecc.c
  3. 3 3
      source/putty/version.h

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 261 - 339
source/putty/ssh.c


+ 1 - 1
source/putty/sshecc.c

@@ -2844,7 +2844,7 @@ void *ssh_ecdhkex_newkey(const struct ssh_kex *kex)
         bytes[0] &= 248;
         bytes[31] &= 127;
         bytes[31] |= 64;
-        key->privateKey = bignum_from_bytes(bytes, sizeof(bytes));
+        key->privateKey = bignum_from_bytes_le(bytes, sizeof(bytes));
         smemclr(bytes, sizeof(bytes));
         if (!key->privateKey) {
             sfree(key);

+ 3 - 3
source/putty/version.h

@@ -1,5 +1,5 @@
 /* Generated by automated build script */
 #define SNAPSHOT
-#define TEXTVER "Development snapshot 2016-04-17.b22c0b6"
-#define SSHVER "PuTTY-Snapshot-2016-04-17.b22c0b6"
-#define BINARY_VERSION 0,67,1048,0
+#define TEXTVER "Development snapshot 2016-06-03.7b9ad09"
+#define SSHVER "PuTTY-Snapshot-2016-06-03.7b9ad09"
+#define BINARY_VERSION 0,67,1095,0

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä