diff options
Diffstat (limited to 'src/lib/libcrypto/ts')
| -rw-r--r-- | src/lib/libcrypto/ts/ts_conf.c | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/ts/ts_lib.c | 7 | ||||
| -rw-r--r-- | src/lib/libcrypto/ts/ts_req_print.c | 8 | ||||
| -rw-r--r-- | src/lib/libcrypto/ts/ts_req_utils.c | 7 | ||||
| -rw-r--r-- | src/lib/libcrypto/ts/ts_rsp_print.c | 8 | ||||
| -rw-r--r-- | src/lib/libcrypto/ts/ts_rsp_sign.c | 7 | ||||
| -rw-r--r-- | src/lib/libcrypto/ts/ts_rsp_utils.c | 7 | ||||
| -rw-r--r-- | src/lib/libcrypto/ts/ts_rsp_verify.c | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/ts/ts_verify_ctx.c | 4 |
9 files changed, 30 insertions, 30 deletions
diff --git a/src/lib/libcrypto/ts/ts_conf.c b/src/lib/libcrypto/ts/ts_conf.c index 685fdc0736..ec033b1cfc 100644 --- a/src/lib/libcrypto/ts/ts_conf.c +++ b/src/lib/libcrypto/ts/ts_conf.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ts_conf.c,v 1.6 2014/07/10 22:45:58 jsing Exp $ */ | 1 | /* $OpenBSD: ts_conf.c,v 1.7 2014/07/11 08:44:49 jsing Exp $ */ |
| 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL | 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL |
| 3 | * project 2002. | 3 | * project 2002. |
| 4 | */ | 4 | */ |
| @@ -61,12 +61,12 @@ | |||
| 61 | #include <openssl/opensslconf.h> | 61 | #include <openssl/opensslconf.h> |
| 62 | 62 | ||
| 63 | #include <openssl/crypto.h> | 63 | #include <openssl/crypto.h> |
| 64 | #include "cryptlib.h" | ||
| 65 | #include <openssl/pem.h> | 64 | #include <openssl/pem.h> |
| 65 | #include <openssl/ts.h> | ||
| 66 | |||
| 66 | #ifndef OPENSSL_NO_ENGINE | 67 | #ifndef OPENSSL_NO_ENGINE |
| 67 | #include <openssl/engine.h> | 68 | #include <openssl/engine.h> |
| 68 | #endif | 69 | #endif |
| 69 | #include <openssl/ts.h> | ||
| 70 | 70 | ||
| 71 | /* Macro definitions for the configuration file. */ | 71 | /* Macro definitions for the configuration file. */ |
| 72 | 72 | ||
diff --git a/src/lib/libcrypto/ts/ts_lib.c b/src/lib/libcrypto/ts/ts_lib.c index ad37037b7f..f08bb8701d 100644 --- a/src/lib/libcrypto/ts/ts_lib.c +++ b/src/lib/libcrypto/ts/ts_lib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ts_lib.c,v 1.7 2014/07/10 13:58:23 jsing Exp $ */ | 1 | /* $OpenBSD: ts_lib.c,v 1.8 2014/07/11 08:44:49 jsing Exp $ */ |
| 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL | 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL |
| 3 | * project 2002. | 3 | * project 2002. |
| 4 | */ | 4 | */ |
| @@ -59,11 +59,10 @@ | |||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | #include <string.h> | 60 | #include <string.h> |
| 61 | 61 | ||
| 62 | #include "cryptlib.h" | ||
| 63 | #include <openssl/objects.h> | ||
| 64 | #include <openssl/bn.h> | 62 | #include <openssl/bn.h> |
| 65 | #include <openssl/x509v3.h> | 63 | #include <openssl/objects.h> |
| 66 | #include <openssl/ts.h> | 64 | #include <openssl/ts.h> |
| 65 | #include <openssl/x509v3.h> | ||
| 67 | 66 | ||
| 68 | /* Local function declarations. */ | 67 | /* Local function declarations. */ |
| 69 | 68 | ||
diff --git a/src/lib/libcrypto/ts/ts_req_print.c b/src/lib/libcrypto/ts/ts_req_print.c index 0fd115f684..64a8133a58 100644 --- a/src/lib/libcrypto/ts/ts_req_print.c +++ b/src/lib/libcrypto/ts/ts_req_print.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ts_req_print.c,v 1.3 2014/06/12 15:49:31 deraadt Exp $ */ | 1 | /* $OpenBSD: ts_req_print.c,v 1.4 2014/07/11 08:44:49 jsing Exp $ */ |
| 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL | 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL |
| 3 | * project 2002. | 3 | * project 2002. |
| 4 | */ | 4 | */ |
| @@ -57,11 +57,11 @@ | |||
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | #include "cryptlib.h" | 60 | |
| 61 | #include <openssl/objects.h> | ||
| 62 | #include <openssl/bn.h> | 61 | #include <openssl/bn.h> |
| 63 | #include <openssl/x509v3.h> | 62 | #include <openssl/objects.h> |
| 64 | #include <openssl/ts.h> | 63 | #include <openssl/ts.h> |
| 64 | #include <openssl/x509v3.h> | ||
| 65 | 65 | ||
| 66 | /* Function definitions. */ | 66 | /* Function definitions. */ |
| 67 | 67 | ||
diff --git a/src/lib/libcrypto/ts/ts_req_utils.c b/src/lib/libcrypto/ts/ts_req_utils.c index 8ba1246cf8..ab813b2b42 100644 --- a/src/lib/libcrypto/ts/ts_req_utils.c +++ b/src/lib/libcrypto/ts/ts_req_utils.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ts_req_utils.c,v 1.3 2014/06/12 15:49:31 deraadt Exp $ */ | 1 | /* $OpenBSD: ts_req_utils.c,v 1.4 2014/07/11 08:44:49 jsing Exp $ */ |
| 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL | 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL |
| 3 | * project 2002. | 3 | * project 2002. |
| 4 | */ | 4 | */ |
| @@ -57,10 +57,11 @@ | |||
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | #include "cryptlib.h" | 60 | |
| 61 | #include <openssl/err.h> | ||
| 61 | #include <openssl/objects.h> | 62 | #include <openssl/objects.h> |
| 62 | #include <openssl/x509v3.h> | ||
| 63 | #include <openssl/ts.h> | 63 | #include <openssl/ts.h> |
| 64 | #include <openssl/x509v3.h> | ||
| 64 | 65 | ||
| 65 | int | 66 | int |
| 66 | TS_REQ_set_version(TS_REQ *a, long version) | 67 | TS_REQ_set_version(TS_REQ *a, long version) |
diff --git a/src/lib/libcrypto/ts/ts_rsp_print.c b/src/lib/libcrypto/ts/ts_rsp_print.c index be76c86e44..c442b71646 100644 --- a/src/lib/libcrypto/ts/ts_rsp_print.c +++ b/src/lib/libcrypto/ts/ts_rsp_print.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ts_rsp_print.c,v 1.4 2014/06/12 15:49:31 deraadt Exp $ */ | 1 | /* $OpenBSD: ts_rsp_print.c,v 1.5 2014/07/11 08:44:49 jsing Exp $ */ |
| 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL | 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL |
| 3 | * project 2002. | 3 | * project 2002. |
| 4 | */ | 4 | */ |
| @@ -57,11 +57,11 @@ | |||
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | #include "cryptlib.h" | 60 | |
| 61 | #include <openssl/objects.h> | ||
| 62 | #include <openssl/bn.h> | 61 | #include <openssl/bn.h> |
| 63 | #include <openssl/x509v3.h> | 62 | #include <openssl/objects.h> |
| 64 | #include <openssl/ts.h> | 63 | #include <openssl/ts.h> |
| 64 | #include <openssl/x509v3.h> | ||
| 65 | 65 | ||
| 66 | struct status_map_st { | 66 | struct status_map_st { |
| 67 | int bit; | 67 | int bit; |
diff --git a/src/lib/libcrypto/ts/ts_rsp_sign.c b/src/lib/libcrypto/ts/ts_rsp_sign.c index 5421085b5a..9d20e66f9a 100644 --- a/src/lib/libcrypto/ts/ts_rsp_sign.c +++ b/src/lib/libcrypto/ts/ts_rsp_sign.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ts_rsp_sign.c,v 1.16 2014/07/10 13:58:23 jsing Exp $ */ | 1 | /* $OpenBSD: ts_rsp_sign.c,v 1.17 2014/07/11 08:44:49 jsing Exp $ */ |
| 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL | 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL |
| 3 | * project 2002. | 3 | * project 2002. |
| 4 | */ | 4 | */ |
| @@ -60,11 +60,10 @@ | |||
| 60 | 60 | ||
| 61 | #include <string.h> | 61 | #include <string.h> |
| 62 | 62 | ||
| 63 | #include "cryptlib.h" | 63 | #include <openssl/err.h> |
| 64 | |||
| 65 | #include <openssl/objects.h> | 64 | #include <openssl/objects.h> |
| 66 | #include <openssl/ts.h> | ||
| 67 | #include <openssl/pkcs7.h> | 65 | #include <openssl/pkcs7.h> |
| 66 | #include <openssl/ts.h> | ||
| 68 | 67 | ||
| 69 | /* Private function declarations. */ | 68 | /* Private function declarations. */ |
| 70 | 69 | ||
diff --git a/src/lib/libcrypto/ts/ts_rsp_utils.c b/src/lib/libcrypto/ts/ts_rsp_utils.c index bf449e7abf..0d05814297 100644 --- a/src/lib/libcrypto/ts/ts_rsp_utils.c +++ b/src/lib/libcrypto/ts/ts_rsp_utils.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ts_rsp_utils.c,v 1.3 2014/06/12 15:49:31 deraadt Exp $ */ | 1 | /* $OpenBSD: ts_rsp_utils.c,v 1.4 2014/07/11 08:44:49 jsing Exp $ */ |
| 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL | 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL |
| 3 | * project 2002. | 3 | * project 2002. |
| 4 | */ | 4 | */ |
| @@ -57,10 +57,11 @@ | |||
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | #include "cryptlib.h" | 60 | |
| 61 | #include <openssl/err.h> | ||
| 61 | #include <openssl/objects.h> | 62 | #include <openssl/objects.h> |
| 62 | #include <openssl/ts.h> | ||
| 63 | #include <openssl/pkcs7.h> | 63 | #include <openssl/pkcs7.h> |
| 64 | #include <openssl/ts.h> | ||
| 64 | 65 | ||
| 65 | /* Function definitions. */ | 66 | /* Function definitions. */ |
| 66 | 67 | ||
diff --git a/src/lib/libcrypto/ts/ts_rsp_verify.c b/src/lib/libcrypto/ts/ts_rsp_verify.c index 8b3d5a86ac..25fc22dfaf 100644 --- a/src/lib/libcrypto/ts/ts_rsp_verify.c +++ b/src/lib/libcrypto/ts/ts_rsp_verify.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ts_rsp_verify.c,v 1.11 2014/07/10 13:58:23 jsing Exp $ */ | 1 | /* $OpenBSD: ts_rsp_verify.c,v 1.12 2014/07/11 08:44:49 jsing Exp $ */ |
| 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL | 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL |
| 3 | * project 2002. | 3 | * project 2002. |
| 4 | */ | 4 | */ |
| @@ -59,10 +59,10 @@ | |||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | #include <string.h> | 60 | #include <string.h> |
| 61 | 61 | ||
| 62 | #include "cryptlib.h" | 62 | #include <openssl/err.h> |
| 63 | #include <openssl/objects.h> | 63 | #include <openssl/objects.h> |
| 64 | #include <openssl/ts.h> | ||
| 65 | #include <openssl/pkcs7.h> | 64 | #include <openssl/pkcs7.h> |
| 65 | #include <openssl/ts.h> | ||
| 66 | 66 | ||
| 67 | /* Private function declarations. */ | 67 | /* Private function declarations. */ |
| 68 | 68 | ||
diff --git a/src/lib/libcrypto/ts/ts_verify_ctx.c b/src/lib/libcrypto/ts/ts_verify_ctx.c index 3b500233db..373399d943 100644 --- a/src/lib/libcrypto/ts/ts_verify_ctx.c +++ b/src/lib/libcrypto/ts/ts_verify_ctx.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ts_verify_ctx.c,v 1.6 2014/07/10 13:58:23 jsing Exp $ */ | 1 | /* $OpenBSD: ts_verify_ctx.c,v 1.7 2014/07/11 08:44:49 jsing Exp $ */ |
| 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL | 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL |
| 3 | * project 2003. | 3 | * project 2003. |
| 4 | */ | 4 | */ |
| @@ -58,7 +58,7 @@ | |||
| 58 | 58 | ||
| 59 | #include <string.h> | 59 | #include <string.h> |
| 60 | 60 | ||
| 61 | #include "cryptlib.h" | 61 | #include <openssl/err.h> |
| 62 | #include <openssl/objects.h> | 62 | #include <openssl/objects.h> |
| 63 | #include <openssl/ts.h> | 63 | #include <openssl/ts.h> |
| 64 | 64 | ||
