Changes between Initial Version and Version 1 of Ticket #930, comment 2


Ignore:
Timestamp:
08/28/17 14:23:11 (7 years ago)
Author:
toine512
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #930, comment 2

    initial v1  
    13131464 - 53 - 0 = 1411
    1414
    15 \\ Looking at `frame_add_to_extra_frame()` calls, the only part in the source where the value added to extra_frame isn't derived from a fixed-size integer size is in crypto.c: https://github.com/OpenVPN/openvpn/blob/4a05f15c9aafe314ae4d3642813ebf234c09276e/src/openvpn/crypto.c#L727
     15\\ Looking at `frame_add_to_extra_frame()` calls, I believe the only part in the source where the value added to extra_frame isn't derived from a fixed-size integer size is in crypto.c: https://github.com/OpenVPN/openvpn/blob/4a05f15c9aafe314ae4d3642813ebf234c09276e/src/openvpn/crypto.c#L727
    1616\\ Are the crypto functions used to calculate "crypto_overhead" OS or client/server dependent?