Displaying 2 results from an estimated 2 matches for "l1003".
Did you mean:
1003
2013 Feb 10
1
Data string for 2 instant commands to Powerware 9110
Hi all
I was wondering if one of you kind gentlemen (or ladies) would assist me
in finding the data string required to tell my ups to turn on and off.
No more no less :)
I guess it would be the actual string of an instant command sent down
the rs232 port to the ups.
I have no programming experience and have done a list search to no
avail. Sorry to trouble you with this.
I have a lan to
2016 Jan 05
14
[Bug 2521] New: subtract buffer size from computed rekey limit to avoid exceeding it
...way that rekey limits (based on
data, instead of time) are handled.
Currently, if the rekey limit is not explicitly configured, it's
computed algorithmically based on the cipher's block size:
https://github.com/openssh/openssh-portable/blob/3f4ea3c9ab1d32d43c9222c4351f58ca11144156/packet.c#L1003
For a 128-bit block cipher like AES-GCM, this amounts to a limit of
exactly 64GiB - the same as the recommended by NIST.
However, since the check for exceeding the rekey limit (max_blocks_*
fields in the session state) is only performed in clientloop and
serverloop after processing a buffered bat...