net-ssh 6.0.1 → 6.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4cc1432c4de3e73664584e030b5afdb9d2f48518de8e56f275a1550c4bce6834
4
- data.tar.gz: c6212df63e3018f8f97cd231101e7b1754fe6fdc5ff4970704069ebf40c9f62c
3
+ metadata.gz: 64788ad9e1631653585c4f6c15ba5f9f75f3c7094c7514e846b2903033ab63b7
4
+ data.tar.gz: abe406f28126935bcae76b9d83318164da56128482541cf60807628a91470481
5
5
  SHA512:
6
- metadata.gz: 2c44edd812bb538f3ef63491e413c4750d2745a3cc13075dab44e7a86fcd5326b072c908fb84d374bfa56cb06d033e2e83462774b0500a7046ce7d523e980e0f
7
- data.tar.gz: acd87825d5584f0751595d94020d8aa99f9096deb6015285c1e3376c8957cb88335b3892e76d3af0354031b471f7de90f4ee55e64ac9197db017b0724deba2c3
6
+ metadata.gz: '092f1301f068486c0db17fb8b58ba1d9453298c083a0b76fa5eae8c9863b5b6270dd7d805642a00e63d87ccb11220f7b1fe5acdbbbf6b46fe6f4e3c45aea7727'
7
+ data.tar.gz: bb3a8b5ffc952940dce240422f5354dced264b25cb84a0072e44b7068cc1d05da1f14e19a290b0f956bde35f6560021cddf67485bbb242bb6c9f701220287325
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,7 @@
1
+ === 6.0.2
2
+
3
+ * Fix corrupted hmac issue in etm hmac [#759]
4
+
1
5
  === 6.0.1
2
6
 
3
7
  * Make sha2-{256,512}-etm@openssh.com MAC opt-in as they seems to have issues [#757]
@@ -221,7 +221,7 @@ module Net
221
221
 
222
222
  if @packet.nil?
223
223
  minimum = server.block_size < 4 ? 4 : server.block_size
224
- return nil if available < minimum
224
+ return nil if available < minimum + aad_length
225
225
  data = read_available(minimum + aad_length)
226
226
 
227
227
  # decipher it
@@ -52,7 +52,7 @@ module Net
52
52
  MINOR = 0
53
53
 
54
54
  # The tiny component of this version of the Net::SSH library
55
- TINY = 1
55
+ TINY = 2
56
56
 
57
57
  # The prerelease component of this version of the Net::SSH library
58
58
  # nil allowed
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: net-ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.1
4
+ version: 6.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamis Buck
@@ -31,7 +31,7 @@ cert_chain:
31
31
  voajiJNS75Pw/2j13WnPB4Q6w7dHSb57E/VluBpVKmcQZN0dGdAkEIVty3v7kw9g
32
32
  y++VpCpWM/PstIFv4ApZMf501UY=
33
33
  -----END CERTIFICATE-----
34
- date: 2020-04-24 00:00:00.000000000 Z
34
+ date: 2020-04-25 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: bcrypt_pbkdf
metadata.gz.sig CHANGED
Binary file