1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-27 11:41:17 +03:00
Files
mbedtls/library/pk.c
Gilles Peskine 6af45ec53e PK: document context validity requirements
Document when a context must be initialized or not, when it must be
set up or not, and whether it needs a private key or a public key will
do.

The implementation is sometimes more liberal than the documentation,
accepting a non-set-up context as a context that can't perform the
requested information. This preserves backward compatibility.
2018-12-19 18:10:03 +01:00

15 KiB