Update macros.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 29 Jan 2017 15:12:58 +0000 (15:12 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 30 Jan 2017 13:00:18 +0000 (13:00 +0000)
commit787ebcafcd82daf5809ef308f8b6d6bbec17b354
tree43f8a8e4ead1e66482d9c1d4a223e42db91621ce
parent91410d40cbc2f63bf6c27c01f9f002ef7bcc3277
Update macros.

Use TLS_MAX_SIGALGCNT for the maximum number of entries in the
signature algorithms array.

Use TLS_MAX_SIGSTRING_LEN for the maxiumum length of each signature
component instead of a magic number.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2301)
ssl/t1_lib.c