boringssl/crypto/x509v3
David Benjamin 045ee41928 Unexport and rename hex_to_string, string_to_hex, and name_cmp.
Squatting these names is rather rude. Also hex_to_string and
string_to_hex do the opposite of what one would expect, so rename them
to something a bit less confusing.

Update-Note: This removes some random utility functions. name_cmp is
very specific to OpenSSL's config file format, so it's unlikely anyone
is relying on it. I removed the one use of hex_to_string and
string_to_hex I could find.

Change-Id: I01554885ad306251e6982100d0b15cd89b1cdea7
Reviewed-on: https://boringssl-review.googlesource.com/c/33364
Commit-Queue: David Benjamin <davidben@google.com>
Commit-Queue: Adam Langley <agl@google.com>
Reviewed-by: Adam Langley <agl@google.com>
2018-11-27 00:08:39 +00:00
..
ext_dat.h Restore some revocation-related X.509 extensions. 2018-05-15 23:36:08 +00:00
internal.h Unexport and rename hex_to_string, string_to_hex, and name_cmp. 2018-11-27 00:08:39 +00:00
pcy_cache.c Avoid modifying stack in sk_find. 2018-04-12 21:02:12 +00:00
pcy_data.c
pcy_int.h
pcy_lib.c
pcy_map.c
pcy_node.c Avoid modifying stack in sk_find. 2018-04-12 21:02:12 +00:00
pcy_tree.c Avoid modifying stack in sk_find. 2018-04-12 21:02:12 +00:00
tab_test.cc
v3_akey.c Unexport and rename hex_to_string, string_to_hex, and name_cmp. 2018-11-27 00:08:39 +00:00
v3_akeya.c
v3_alt.c Unexport and rename hex_to_string, string_to_hex, and name_cmp. 2018-11-27 00:08:39 +00:00
v3_bcons.c
v3_bitst.c
v3_conf.c Unexport and rename hex_to_string, string_to_hex, and name_cmp. 2018-11-27 00:08:39 +00:00
v3_cpols.c Unexport and rename hex_to_string, string_to_hex, and name_cmp. 2018-11-27 00:08:39 +00:00
v3_crld.c
v3_enum.c
v3_extku.c
v3_genn.c Fix undefined function pointer casts in {d2i,i2d}_Foo_{bio,fp} 2018-10-01 17:34:53 +00:00
v3_ia5.c
v3_info.c Clear some _CRT_SECURE_NO_WARNINGS warnings. 2017-10-25 04:14:28 +00:00
v3_int.c
v3_lib.c Avoid modifying stack in sk_find. 2018-04-12 21:02:12 +00:00
v3_ncons.c
v3_ocsp.c Restore some revocation-related X.509 extensions. 2018-05-15 23:36:08 +00:00
v3_pci.c Unexport and rename hex_to_string, string_to_hex, and name_cmp. 2018-11-27 00:08:39 +00:00
v3_pcia.c
v3_pcons.c
v3_pku.c
v3_pmaps.c
v3_prn.c
v3_purp.c Add a pile of compatibility functions. 2018-08-13 23:13:26 +00:00
v3_skey.c Unexport and rename hex_to_string, string_to_hex, and name_cmp. 2018-11-27 00:08:39 +00:00
v3_sxnet.c
v3_utl.c Unexport and rename hex_to_string, string_to_hex, and name_cmp. 2018-11-27 00:08:39 +00:00
v3name_test.cc