Geoff Thorpe ec0f19597e If a callback is generating a new session ID for SSLv2, then upon exiting,
the ID will be padded out to 16 bytes if the callback attempted to generate
a shorter one. The problem is that the uniqueness checking function used in
callbacks may mistakenly think a 9-byte ID is unique when in fact its
padded 16-byte version is not. This makes the checking function detect
SSLv2 cases, and ensures the padded form is checked rather than the shorter
one passed by the callback.
2001-02-21 21:38:32 +00:00
..
1999-04-29 16:04:54 +00:00
2001-02-20 13:06:55 +00:00
2001-02-21 17:43:52 +00:00
2001-02-20 13:10:14 +00:00
2001-02-07 18:15:18 +00:00