commit | 8760ef04c28b3ff0eb93c19c5c93008f0295c400 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 12 17:11:12 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Feb 25 12:24:23 2016 +0100 |
tree | d4aa2e64b7164c87639afdc1c9a2ad67c4f6f09c | |
parent | 9344dd099970e7fee9b83301564b719ff78e69aa [diff] |
BUG/MEDIUM: ssl: fix off-by-one in NPN list allocation After seeing previous ALPN fix, I suspected that NPN code was wrong as well, and indeed it was since ALPN was copied from it. This fix must be backported into 1.6 and 1.5. (cherry picked from commit 3724da126115d6ad0ccecbbcea05c54b4accaac4) (cherry picked from commit 28cc8f12890a05934a99d7620b482896486b8a21)