Add some accessor API's
authorRich Salz <rsalz@openssl.org>
Wed, 8 Jun 2016 15:37:06 +0000 (11:37 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 8 Jun 2016 15:37:06 +0000 (11:37 -0400)
commite417070c9f2162594e8289aed93bd5801e70e60d
treea156f6cfc17a9455b7e9afd6375ec0c05e79c27d
parent01d0e241dc4184a5a1f222f8eccdad11da12305a
Add some accessor API's

GH1098: Add X509_get_pathlen() (and a test)
GH1097:  Add SSL_is_dtls() function.

Documented.

Reviewed-by: Matt Caswell <matt@openssl.org>
14 files changed:
.gitignore
crypto/x509v3/v3_purp.c
doc/crypto/X509_get_extension_flags.pod
doc/ssl/SSL_get_version.pod
doc/ssl/ssl.pod
include/openssl/ssl.h
include/openssl/x509.h
ssl/ssl_lib.c
test/build.info
test/certs/pathlen.pem [new file with mode: 0644]
test/recipes/25-test_x509.t
test/v3ext.c [new file with mode: 0644]
util/libcrypto.num
util/libssl.num