Hanno Becker
3dad311ef0
Parse and verify peer CRT chain in local variable
...
`mbedtls_ssl_parse_certificate()` parses the peer's certificate chain
directly into the `peer_cert` field of the `mbedtls_ssl_session`
structure being established. To allow to optionally remove this field
from the session structure, this commit changes this to parse the peer's
chain into a local variable instead first, which can then either be freed
after CRT verification - in case the chain should not be stored - or
mapped to the `peer_cert` if it should be kept. For now, only the latter
is implemented.
2019-02-26 14:38:09 +00:00
..
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-02-22 12:50:35 +00:00
2019-01-08 09:36:01 -05:00
2019-02-08 06:50:55 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-02-26 14:38:09 +00:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2018-11-09 15:01:07 +00:00
2018-08-10 11:17:14 +01:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2018-08-10 11:17:14 +01:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2018-11-22 09:59:34 +01:00
2019-02-05 05:06:35 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-30 13:24:55 +00:00
2019-01-31 08:20:20 -05:00
2019-02-18 17:04:24 +00:00
2019-01-31 08:20:20 -05:00
2019-02-08 08:43:31 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-02-26 14:38:09 +00:00
2019-01-31 08:20:20 -05:00
2019-02-26 14:38:09 +00:00
2019-01-31 08:20:20 -05:00
2019-02-26 14:38:09 +00:00
2018-11-09 15:01:07 +00:00
2019-01-31 08:20:20 -05:00
2019-01-24 10:37:40 +01:00
2019-02-08 14:24:58 +00:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00