Files
mbedtls/library
Manuel Pégourié-Gonnard 2829bbf59b Remove dependency from SSL on PK internals
So far, with MBEDTLS_SSL_KEEP_PEER_CERTIFICATE disabled, the SSL module relied
on a undocumented feature of the PK module: that you can distinguish between
contexts that have been setup and context that haven't. This feature is going
to go away in the case of PK_SINGLE_TYPE, as we'll soon (as in: the next
commit does that) no longer be storing the (now two-valued) pk_info member.

Note even with this change, we could still distinguish if the context has been
set up by look if pk_ctx is NULL or not, but this is also going away in the
near future (a few more commits down the road), so not a good option either.
2019-09-19 10:45:14 +02:00
..
2019-02-11 21:13:33 +00:00
2019-04-24 10:51:54 +02:00
2019-04-24 10:51:54 +02:00
2019-09-19 10:45:14 +02:00
2019-04-24 10:51:54 +02:00
2019-09-09 09:45:57 +01:00
2019-09-09 09:45:57 +01:00
2019-04-24 10:51:54 +02:00
2019-04-24 10:51:54 +02:00
2018-11-06 13:12:47 +00:00
2019-09-09 09:45:57 +01:00
2019-09-19 10:45:14 +02:00
2019-09-04 16:17:45 +01:00
2019-09-09 09:45:57 +01:00
2019-09-09 09:45:57 +01:00
2019-09-09 17:21:18 +03:00
2019-04-24 10:51:54 +02:00
2019-04-24 10:51:54 +02:00
2019-09-10 11:30:40 +03:00
2019-09-09 17:21:18 +03:00
2019-09-10 11:30:40 +03:00
2019-06-20 16:33:02 +01:00