diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2020-06-04 15:19:33 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2020-06-04 15:19:33 +0000 |
commit | d7cccffb99f9d994b8c1dd9b578bebfc1b285e02 (patch) | |
tree | 9f25782e2fee1c243cd0e26d1385708a7a9821af /lib/libcrypto | |
parent | 2edc93558eb86d06d51c17d47cd9aca88b1f8266 (diff) |
Collapse the x509v3 directory into x509.
This avoids the need to grep across directories to find functions and
prepares for further rototilling and chainsawing.
Discussed with tb@ (who also tested the release build)
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/Makefile | 17 | ||||
-rw-r--r-- | lib/libcrypto/x509/ext_dat.h (renamed from lib/libcrypto/x509v3/ext_dat.h) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/pcy_cache.c (renamed from lib/libcrypto/x509v3/pcy_cache.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/pcy_data.c (renamed from lib/libcrypto/x509v3/pcy_data.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/pcy_int.h (renamed from lib/libcrypto/x509v3/pcy_int.h) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/pcy_lib.c (renamed from lib/libcrypto/x509v3/pcy_lib.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/pcy_map.c (renamed from lib/libcrypto/x509v3/pcy_map.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/pcy_node.c (renamed from lib/libcrypto/x509v3/pcy_node.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/pcy_tree.c (renamed from lib/libcrypto/x509v3/pcy_tree.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/v3err.c (renamed from lib/libcrypto/x509v3/v3err.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_akey.c (renamed from lib/libcrypto/x509v3/v3_akey.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_akeya.c (renamed from lib/libcrypto/x509v3/v3_akeya.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_alt.c (renamed from lib/libcrypto/x509v3/v3_alt.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_bcons.c (renamed from lib/libcrypto/x509v3/v3_bcons.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_bitst.c (renamed from lib/libcrypto/x509v3/v3_bitst.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_conf.c (renamed from lib/libcrypto/x509v3/v3_conf.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_cpols.c (renamed from lib/libcrypto/x509v3/v3_cpols.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_crld.c (renamed from lib/libcrypto/x509v3/v3_crld.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_enum.c (renamed from lib/libcrypto/x509v3/v3_enum.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_extku.c (renamed from lib/libcrypto/x509v3/v3_extku.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_genn.c (renamed from lib/libcrypto/x509v3/v3_genn.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_ia5.c (renamed from lib/libcrypto/x509v3/v3_ia5.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_info.c (renamed from lib/libcrypto/x509v3/v3_info.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_int.c (renamed from lib/libcrypto/x509v3/v3_int.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_lib.c (renamed from lib/libcrypto/x509v3/v3_lib.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_ncons.c (renamed from lib/libcrypto/x509v3/v3_ncons.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_ocsp.c (renamed from lib/libcrypto/x509v3/v3_ocsp.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_pci.c (renamed from lib/libcrypto/x509v3/v3_pci.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_pcia.c (renamed from lib/libcrypto/x509v3/v3_pcia.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_pcons.c (renamed from lib/libcrypto/x509v3/v3_pcons.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_pku.c (renamed from lib/libcrypto/x509v3/v3_pku.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_pmaps.c (renamed from lib/libcrypto/x509v3/v3_pmaps.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_prn.c (renamed from lib/libcrypto/x509v3/v3_prn.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_purp.c (renamed from lib/libcrypto/x509v3/v3_purp.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_skey.c (renamed from lib/libcrypto/x509v3/v3_skey.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_sxnet.c (renamed from lib/libcrypto/x509v3/v3_sxnet.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509_utl.c (renamed from lib/libcrypto/x509v3/v3_utl.c) | 2 | ||||
-rw-r--r-- | lib/libcrypto/x509/x509v3.h (renamed from lib/libcrypto/x509v3/x509v3.h) | 2 |
38 files changed, 44 insertions, 47 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index b38bf884b9b..633d65b592b 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2020/01/22 07:58:27 jsing Exp $ +# $OpenBSD: Makefile,v 1.40 2020/06/04 15:19:31 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -273,12 +273,10 @@ SRCS+= x509_set.c x509cset.c x509rset.c x509_err.c SRCS+= x509name.c x509_v3.c x509_ext.c x509_att.c SRCS+= x509type.c x509_lu.c x_all.c x509_txt.c SRCS+= x509_trs.c by_file.c by_dir.c by_mem.c x509_vpm.c - -# x509v3/ -SRCS+= v3_bcons.c v3_bitst.c v3_conf.c v3_extku.c v3_ia5.c v3_lib.c -SRCS+= v3_prn.c v3_utl.c v3err.c v3_genn.c v3_alt.c v3_skey.c v3_akey.c v3_pku.c -SRCS+= v3_int.c v3_enum.c v3_sxnet.c v3_cpols.c v3_crld.c v3_purp.c v3_info.c -SRCS+= v3_ocsp.c v3_akeya.c v3_pmaps.c v3_pcons.c v3_ncons.c v3_pcia.c v3_pci.c +SRCS+= x509_bcons.c x509_bitst.c x509_conf.c x509_extku.c x509_ia5.c x509_lib.c +SRCS+= x509_prn.c x509_utl.c v3err.c x509_genn.c x509_alt.c x509_skey.c x509_akey.c x509_pku.c +SRCS+= x509_int.c x509_enum.c x509_sxnet.c x509_cpols.c x509_crld.c x509_purp.c x509_info.c +SRCS+= x509_ocsp.c x509_akeya.c x509_pmaps.c x509_pcons.c x509_ncons.c x509_pcia.c x509_pci.c SRCS+= pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c .PATH: ${.CURDIR}/arch/${MACHINE_CPU} \ @@ -337,8 +335,7 @@ SRCS+= pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c ${LCRYPTO_SRC}/txt_db \ ${LCRYPTO_SRC}/ui \ ${LCRYPTO_SRC}/whrlpool \ - ${LCRYPTO_SRC}/x509 \ - ${LCRYPTO_SRC}/x509v3 + ${LCRYPTO_SRC}/x509 HDRS=\ ${LCRYPTO_SRC}/aes/aes.h \ @@ -403,7 +400,7 @@ HDRS=\ ${LCRYPTO_SRC}/whrlpool/whrlpool.h \ ${LCRYPTO_SRC}/x509/x509.h \ ${LCRYPTO_SRC}/x509/x509_vfy.h \ - ${LCRYPTO_SRC}/x509v3/x509v3.h + ${LCRYPTO_SRC}/x509/x509v3.h HDRS_GEN=\ ${.CURDIR}/arch/${MACHINE_CPU}/opensslconf.h \ diff --git a/lib/libcrypto/x509v3/ext_dat.h b/lib/libcrypto/x509/ext_dat.h index 1bacb0d5a13..1a7ae6e1aef 100644 --- a/lib/libcrypto/x509v3/ext_dat.h +++ b/lib/libcrypto/x509/ext_dat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ext_dat.h,v 1.13 2016/12/21 15:49:29 jsing Exp $ */ +/* $OpenBSD: ext_dat.h,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/pcy_cache.c b/lib/libcrypto/x509/pcy_cache.c index 9c8ba8298bc..896ba7d59ef 100644 --- a/lib/libcrypto/x509v3/pcy_cache.c +++ b/lib/libcrypto/x509/pcy_cache.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcy_cache.c,v 1.5 2014/07/11 08:44:49 jsing Exp $ */ +/* $OpenBSD: pcy_cache.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2004. */ diff --git a/lib/libcrypto/x509v3/pcy_data.c b/lib/libcrypto/x509/pcy_data.c index b3699b02807..dadacb5266b 100644 --- a/lib/libcrypto/x509v3/pcy_data.c +++ b/lib/libcrypto/x509/pcy_data.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcy_data.c,v 1.9 2015/07/15 16:53:42 miod Exp $ */ +/* $OpenBSD: pcy_data.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2004. */ diff --git a/lib/libcrypto/x509v3/pcy_int.h b/lib/libcrypto/x509/pcy_int.h index 92b94e2911a..6632b787fab 100644 --- a/lib/libcrypto/x509v3/pcy_int.h +++ b/lib/libcrypto/x509/pcy_int.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcy_int.h,v 1.5 2016/12/21 15:49:29 jsing Exp $ */ +/* $OpenBSD: pcy_int.h,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2004. */ diff --git a/lib/libcrypto/x509v3/pcy_lib.c b/lib/libcrypto/x509/pcy_lib.c index 6f370640639..3d5c58d7102 100644 --- a/lib/libcrypto/x509v3/pcy_lib.c +++ b/lib/libcrypto/x509/pcy_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcy_lib.c,v 1.5 2015/02/07 13:19:15 doug Exp $ */ +/* $OpenBSD: pcy_lib.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2004. */ diff --git a/lib/libcrypto/x509v3/pcy_map.c b/lib/libcrypto/x509/pcy_map.c index 6ee1ffe895a..287a430c2c0 100644 --- a/lib/libcrypto/x509v3/pcy_map.c +++ b/lib/libcrypto/x509/pcy_map.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcy_map.c,v 1.4 2014/07/11 08:44:49 jsing Exp $ */ +/* $OpenBSD: pcy_map.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2004. */ diff --git a/lib/libcrypto/x509v3/pcy_node.c b/lib/libcrypto/x509/pcy_node.c index c9664636061..3a0f230bb3a 100644 --- a/lib/libcrypto/x509v3/pcy_node.c +++ b/lib/libcrypto/x509/pcy_node.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcy_node.c,v 1.7 2019/04/21 16:25:40 tb Exp $ */ +/* $OpenBSD: pcy_node.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2004. */ diff --git a/lib/libcrypto/x509v3/pcy_tree.c b/lib/libcrypto/x509/pcy_tree.c index a56c183bc96..d0f7cd1adac 100644 --- a/lib/libcrypto/x509v3/pcy_tree.c +++ b/lib/libcrypto/x509/pcy_tree.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcy_tree.c,v 1.17 2016/11/05 15:21:20 miod Exp $ */ +/* $OpenBSD: pcy_tree.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2004. */ diff --git a/lib/libcrypto/x509v3/v3err.c b/lib/libcrypto/x509/v3err.c index a49632a0698..f7850effb1c 100644 --- a/lib/libcrypto/x509v3/v3err.c +++ b/lib/libcrypto/x509/v3err.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3err.c,v 1.11 2014/07/10 22:45:58 jsing Exp $ */ +/* $OpenBSD: v3err.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* ==================================================================== * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. * diff --git a/lib/libcrypto/x509v3/v3_akey.c b/lib/libcrypto/x509/x509_akey.c index e49f45fe0a6..f8c71133502 100644 --- a/lib/libcrypto/x509v3/v3_akey.c +++ b/lib/libcrypto/x509/x509_akey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_akey.c,v 1.22 2019/04/22 17:10:01 tb Exp $ */ +/* $OpenBSD: x509_akey.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_akeya.c b/lib/libcrypto/x509/x509_akeya.c index 83ef1b58387..aba8923caa0 100644 --- a/lib/libcrypto/x509v3/v3_akeya.c +++ b/lib/libcrypto/x509/x509_akeya.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_akeya.c,v 1.7 2015/07/25 16:00:14 jsing Exp $ */ +/* $OpenBSD: x509_akeya.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_alt.c b/lib/libcrypto/x509/x509_alt.c index 0f0177ff8ba..45aaec24c03 100644 --- a/lib/libcrypto/x509v3/v3_alt.c +++ b/lib/libcrypto/x509/x509_alt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_alt.c,v 1.30 2019/04/22 17:10:01 tb Exp $ */ +/* $OpenBSD: x509_alt.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ diff --git a/lib/libcrypto/x509v3/v3_bcons.c b/lib/libcrypto/x509/x509_bcons.c index 1626d4e7866..48ce7d60871 100644 --- a/lib/libcrypto/x509v3/v3_bcons.c +++ b/lib/libcrypto/x509/x509_bcons.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_bcons.c,v 1.17 2019/05/08 21:53:10 bcook Exp $ */ +/* $OpenBSD: x509_bcons.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_bitst.c b/lib/libcrypto/x509/x509_bitst.c index 6744461754f..3d998188e8d 100644 --- a/lib/libcrypto/x509v3/v3_bitst.c +++ b/lib/libcrypto/x509/x509_bitst.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_bitst.c,v 1.16 2019/05/08 21:53:10 bcook Exp $ */ +/* $OpenBSD: x509_bitst.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_conf.c b/lib/libcrypto/x509/x509_conf.c index 78ff19808ba..8bf2d10b9f5 100644 --- a/lib/libcrypto/x509v3/v3_conf.c +++ b/lib/libcrypto/x509/x509_conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_conf.c,v 1.23 2018/05/18 19:34:37 tb Exp $ */ +/* $OpenBSD: x509_conf.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_cpols.c b/lib/libcrypto/x509/x509_cpols.c index 4359327b8b9..4b6c13cfbeb 100644 --- a/lib/libcrypto/x509v3/v3_cpols.c +++ b/lib/libcrypto/x509/x509_cpols.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_cpols.c,v 1.26 2019/04/21 16:25:40 tb Exp $ */ +/* $OpenBSD: x509_cpols.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_crld.c b/lib/libcrypto/x509/x509_crld.c index 039435f1dba..ff60a880fad 100644 --- a/lib/libcrypto/x509v3/v3_crld.c +++ b/lib/libcrypto/x509/x509_crld.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_crld.c,v 1.23 2019/04/21 16:25:40 tb Exp $ */ +/* $OpenBSD: x509_crld.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_enum.c b/lib/libcrypto/x509/x509_enum.c index 2ef3ea3e90b..f18eea535f9 100644 --- a/lib/libcrypto/x509v3/v3_enum.c +++ b/lib/libcrypto/x509/x509_enum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_enum.c,v 1.13 2018/05/19 10:37:02 tb Exp $ */ +/* $OpenBSD: x509_enum.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_extku.c b/lib/libcrypto/x509/x509_extku.c index 59185c9bc7e..09bec675ac2 100644 --- a/lib/libcrypto/x509v3/v3_extku.c +++ b/lib/libcrypto/x509/x509_extku.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_extku.c,v 1.16 2019/04/22 17:26:34 tb Exp $ */ +/* $OpenBSD: x509_extku.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_genn.c b/lib/libcrypto/x509/x509_genn.c index a6b7a18b17b..848006acf40 100644 --- a/lib/libcrypto/x509v3/v3_genn.c +++ b/lib/libcrypto/x509/x509_genn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_genn.c,v 1.12 2015/09/26 17:38:41 jsing Exp $ */ +/* $OpenBSD: x509_genn.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_ia5.c b/lib/libcrypto/x509/x509_ia5.c index a92041e6914..4113c3d3b38 100644 --- a/lib/libcrypto/x509v3/v3_ia5.c +++ b/lib/libcrypto/x509/x509_ia5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_ia5.c,v 1.17 2017/01/29 17:49:23 beck Exp $ */ +/* $OpenBSD: x509_ia5.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_info.c b/lib/libcrypto/x509/x509_info.c index a895985510b..86ed6fadfa9 100644 --- a/lib/libcrypto/x509v3/v3_info.c +++ b/lib/libcrypto/x509/x509_info.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_info.c,v 1.27 2019/04/22 17:18:30 tb Exp $ */ +/* $OpenBSD: x509_info.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_int.c b/lib/libcrypto/x509/x509_int.c index f8a5e7df92b..35c8853c137 100644 --- a/lib/libcrypto/x509v3/v3_int.c +++ b/lib/libcrypto/x509/x509_int.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_int.c,v 1.11 2016/12/30 15:54:49 jsing Exp $ */ +/* $OpenBSD: x509_int.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_lib.c b/lib/libcrypto/x509/x509_lib.c index 84e6c0178fc..3af090fde66 100644 --- a/lib/libcrypto/x509v3/v3_lib.c +++ b/lib/libcrypto/x509/x509_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_lib.c,v 1.19 2019/04/21 16:29:57 tb Exp $ */ +/* $OpenBSD: x509_lib.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_ncons.c b/lib/libcrypto/x509/x509_ncons.c index 4913135cf9b..86b54513c7c 100644 --- a/lib/libcrypto/x509v3/v3_ncons.c +++ b/lib/libcrypto/x509/x509_ncons.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_ncons.c,v 1.13 2017/07/20 19:45:08 tedu Exp $ */ +/* $OpenBSD: x509_ncons.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ diff --git a/lib/libcrypto/x509v3/v3_ocsp.c b/lib/libcrypto/x509/x509_ocsp.c index 8ebda2e770e..59a2e972ca1 100644 --- a/lib/libcrypto/x509v3/v3_ocsp.c +++ b/lib/libcrypto/x509/x509_ocsp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_ocsp.c,v 1.15 2017/01/29 17:49:23 beck Exp $ */ +/* $OpenBSD: x509_ocsp.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_pci.c b/lib/libcrypto/x509/x509_pci.c index 437b3aee3df..8997f0cec8e 100644 --- a/lib/libcrypto/x509v3/v3_pci.c +++ b/lib/libcrypto/x509/x509_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_pci.c,v 1.13 2017/05/02 04:11:08 deraadt Exp $ */ +/* $OpenBSD: x509_pci.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ /* Contributed to the OpenSSL Project 2004 * by Richard Levitte (richard@levitte.org) */ diff --git a/lib/libcrypto/x509v3/v3_pcia.c b/lib/libcrypto/x509/x509_pcia.c index f9ec02c00a5..b639aa336df 100644 --- a/lib/libcrypto/x509v3/v3_pcia.c +++ b/lib/libcrypto/x509/x509_pcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_pcia.c,v 1.6 2015/07/25 16:00:14 jsing Exp $ */ +/* $OpenBSD: x509_pcia.c,v 1.1 2020/06/04 15:19:32 jsing Exp $ */ /* Contributed to the OpenSSL Project 2004 * by Richard Levitte (richard@levitte.org) */ diff --git a/lib/libcrypto/x509v3/v3_pcons.c b/lib/libcrypto/x509/x509_pcons.c index 8c490a19abf..69bf43377f9 100644 --- a/lib/libcrypto/x509v3/v3_pcons.c +++ b/lib/libcrypto/x509/x509_pcons.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_pcons.c,v 1.12 2019/04/22 17:29:13 tb Exp $ */ +/* $OpenBSD: x509_pcons.c,v 1.1 2020/06/04 15:19:32 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ diff --git a/lib/libcrypto/x509v3/v3_pku.c b/lib/libcrypto/x509/x509_pku.c index ce6b8a0c1eb..9b82ad3d5f2 100644 --- a/lib/libcrypto/x509v3/v3_pku.c +++ b/lib/libcrypto/x509/x509_pku.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_pku.c,v 1.14 2019/04/21 16:38:01 tb Exp $ */ +/* $OpenBSD: x509_pku.c,v 1.1 2020/06/04 15:19:32 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_pmaps.c b/lib/libcrypto/x509/x509_pmaps.c index 37264649c8a..352f85a0257 100644 --- a/lib/libcrypto/x509v3/v3_pmaps.c +++ b/lib/libcrypto/x509/x509_pmaps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_pmaps.c,v 1.13 2019/05/08 21:53:10 bcook Exp $ */ +/* $OpenBSD: x509_pmaps.c,v 1.1 2020/06/04 15:19:32 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ diff --git a/lib/libcrypto/x509v3/v3_prn.c b/lib/libcrypto/x509/x509_prn.c index f294c36b3ed..5c15cc390fc 100644 --- a/lib/libcrypto/x509v3/v3_prn.c +++ b/lib/libcrypto/x509/x509_prn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_prn.c,v 1.20 2018/05/19 10:41:53 tb Exp $ */ +/* $OpenBSD: x509_prn.c,v 1.1 2020/06/04 15:19:32 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_purp.c b/lib/libcrypto/x509/x509_purp.c index 0fdec224a38..62b3bcfe3a0 100644 --- a/lib/libcrypto/x509v3/v3_purp.c +++ b/lib/libcrypto/x509/x509_purp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_purp.c,v 1.31 2018/05/18 18:30:03 tb Exp $ */ +/* $OpenBSD: x509_purp.c,v 1.1 2020/06/04 15:19:32 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2001. */ diff --git a/lib/libcrypto/x509v3/v3_skey.c b/lib/libcrypto/x509/x509_skey.c index aec2d5b7eca..a9064273788 100644 --- a/lib/libcrypto/x509v3/v3_skey.c +++ b/lib/libcrypto/x509/x509_skey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_skey.c,v 1.16 2018/05/19 10:37:02 tb Exp $ */ +/* $OpenBSD: x509_skey.c,v 1.1 2020/06/04 15:19:32 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_sxnet.c b/lib/libcrypto/x509/x509_sxnet.c index 400bc263465..e5e98bcecc0 100644 --- a/lib/libcrypto/x509v3/v3_sxnet.c +++ b/lib/libcrypto/x509/x509_sxnet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_sxnet.c,v 1.22 2019/03/13 20:34:00 tb Exp $ */ +/* $OpenBSD: x509_sxnet.c,v 1.1 2020/06/04 15:19:32 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ diff --git a/lib/libcrypto/x509v3/v3_utl.c b/lib/libcrypto/x509/x509_utl.c index a051baae624..4641152f742 100644 --- a/lib/libcrypto/x509v3/v3_utl.c +++ b/lib/libcrypto/x509/x509_utl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: v3_utl.c,v 1.37 2019/04/16 19:42:20 tb Exp $ */ +/* $OpenBSD: x509_utl.c,v 1.1 2020/06/04 15:19:32 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ diff --git a/lib/libcrypto/x509v3/x509v3.h b/lib/libcrypto/x509/x509v3.h index 5d6c5887308..8f7f5c57944 100644 --- a/lib/libcrypto/x509v3/x509v3.h +++ b/lib/libcrypto/x509/x509v3.h @@ -1,4 +1,4 @@ -/* $OpenBSD: x509v3.h,v 1.30 2018/05/19 10:50:08 tb Exp $ */ +/* $OpenBSD: x509v3.h,v 1.1 2020/06/04 15:19:32 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ |