commit | 83fd6b686f808d474baf539958919bc6a32ab983 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Sun Oct 19 04:33:38 2014 -0400 |
committer | Adam Langley <agl@google.com> | Fri Oct 24 18:26:41 2014 +0000 |
tree | 06926d94d4d884aa0ea6639e7ebb737c0761a34b | |
parent | fbe6f498cdb6c01331afb9bc11c05cb95a3548e5 [diff] |
Reimplement d2i_SSL_SESSION with CBS. Do away with all those unreadable macros. Also fix many many memory leaks in the SSL_SESSION reuse case. Add a number of helper functions in CBS to help with parsing optional fields. Change-Id: I2ce8fd0d5b060a1b56e7f99f7780997fabc5ce41 Reviewed-on: https://boringssl-review.googlesource.com/1998 Reviewed-by: Adam Langley <agl@google.com>