commit | 067321502df66153f15c7cf032873b4f92bec6d9 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Wed Mar 18 16:30:04 2015 -0400 |
committer | Adam Langley <agl@google.com> | Wed Mar 18 21:45:42 2015 +0000 |
tree | 21cdc0ef31df0fd4415133e26b9072ff2273ed5e | |
parent | 1df63e93f9d7a1d2ebf929d1fe99f1b9b46e237e [diff] |
Explicitly document EVP_PKEY_size vs EVP_PKEY_bits. They do not quite measure the same value for EC keys. "size" is a really weird notion to generalize on so we should document what it means for each key type. EVP_PKEY_size's meaning is most tied to signatures, thanks to EVP_SignFinal implicitly using it as output bounds. Change-Id: I7504c142818f8f90f8bcf6891c97a6adaf2d574e Reviewed-on: https://boringssl-review.googlesource.com/4000 Reviewed-by: Adam Langley <agl@google.com>