RT671: export(i2s|s2i|i2v|v2i)_ASN1_(IA5|BIT)STRING
authorBjoern Zeeb <bzeeb@zabbadoz.net>
Fri, 15 Aug 2014 02:11:08 +0000 (22:11 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 8 Sep 2014 15:27:07 +0000 (11:27 -0400)
commit6452a139fe2ec75db9b700d7f8f1b172960f4141
tree0c9279cf206c85651eaf15518105ca68566013c2
parente9edfc419674f20b482a9beff9c246519f9c503e
RT671: export(i2s|s2i|i2v|v2i)_ASN1_(IA5|BIT)STRING

The EXT_BITSTRING and EXT_IA5STRING are defined in x509v3.h, but
the low-level functions are not public. They are useful, no need
to make them static. Note that BITSTRING already was exposed since
this RT was created, so now we just export IA5STRING functions.

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/x509v3/v3_ia5.c
crypto/x509v3/x509v3.h