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
2018-11-02 10:52:38 +00:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2018-11-22 14:03:39 +00:00
2019-02-20 10:58:55 +00:00
2019-02-01 07:03:03 -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-01 07:03:03 -05:00
2019-01-31 08:20:20 -05:00
2019-01-31 08:20:20 -05:00
2019-01-29 08:26:15 +00:00
2019-02-05 05:09:05 -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-05 06:02:51 -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-11 03:39:51 -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-02-26 14:38:09 +00:00
2019-02-26 14:38:09 +00:00
2019-02-26 14:38:09 +00:00
2019-02-26 14:38:09 +00:00
2018-11-04 18:51:36 +00:00
2019-02-26 14:38:09 +00:00
2018-11-02 10:52:38 +00:00
2019-02-22 10:32:44 +00:00
2019-01-31 08:20:20 -05:00
2019-01-24 10:37:40 +01:00
2019-02-20 10:58:55 +00:00