Add support for printing out and retrieving EC point formats extension.

This commit is contained in:
Dr. Stephen Henson
2012-11-22 15:20:53 +00:00
parent e83aefb3a0
commit 20b431e3a9
6 changed files with 64 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ int set_cert_key_and_authz(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key,
unsigned char *authz, size_t authz_length);
# endif
int ssl_print_sigalgs(BIO *out, SSL *s);
int ssl_print_point_formats(BIO *out, SSL *s);
int ssl_print_curves(BIO *out, SSL *s, int noshared);
#endif
int ssl_print_tmp_key(BIO *out, SSL *s);