openssl/crypto/x509v3
David Woodhouse 05d7bf6c5b RT3992: Make SCT #ifdeffable.
This code does open-coded division on 64-bit quantities and thus when
building with GCC on 32-bit platforms will require functions such as
__umoddi3 and __udivdi3 from libgcc.

In constrained environments such as firmware, those functions may not
be available. So make it possible to compile out SCT support, which in
fact (in the case of UEFI) we don't need anyway.

Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-09-09 18:28:13 -04:00
..
ext_dat.h RT3992: Make SCT #ifdeffable. 2015-09-09 18:28:13 -04:00
Makefile remove 0 assignments. 2015-09-03 16:26:34 -04:00
pcy_cache.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
pcy_data.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
pcy_int.h
pcy_lib.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
pcy_map.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
pcy_node.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
pcy_tree.c Avoid direct X509 structure access 2015-09-06 00:17:37 +01:00
tabtest.c Add OSSL_NELEM macro. 2015-05-03 12:53:08 +01:00
v3_addr.c Revert "OPENSSL_NO_xxx cleanup: RFC3779" 2015-09-03 16:31:09 -04:00
v3_akey.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_akeya.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_alt.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_asid.c Revert "OPENSSL_NO_xxx cleanup: RFC3779" 2015-09-03 16:31:09 -04:00
v3_bcons.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_bitst.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_conf.c make X509_CRL opaque 2015-09-02 21:26:17 +01:00
v3_cpols.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_crld.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_enum.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_extku.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_genn.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_ia5.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_info.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_int.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_lib.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_ncons.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_pci.c Conversion to UTF-8 where needed 2015-07-14 01:10:01 +02:00
v3_pcia.c Conversion to UTF-8 where needed 2015-07-14 01:10:01 +02:00
v3_pcons.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_pku.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_pmaps.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_prn.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_purp.c Revert "OPENSSL_NO_xxx cleanup: RFC3779" 2015-09-03 16:31:09 -04:00
v3_scts.c RT3992: Make SCT #ifdeffable. 2015-09-09 18:28:13 -04:00
v3_skey.c make X509_REQ opaque 2015-08-31 20:58:33 +01:00
v3_sxnet.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3_utl.c Cleaner handling of "cnid" in do_x509_check 2015-09-02 09:53:44 -04:00
v3conf.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
v3err.c
v3prin.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00