| 
									
										
										
										
											2016-05-18 02:20:24 +08:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2021-05-20 21:22:33 +08:00
										 |  |  |  * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2018-12-06 20:05:25 +08:00
										 |  |  |  * Licensed under the Apache License 2.0 (the "License").  You may not use | 
					
						
							| 
									
										
										
										
											2016-05-18 02:20:24 +08:00
										 |  |  |  * this file except in compliance with the License.  You can obtain a copy | 
					
						
							|  |  |  |  * in the file LICENSE in the source distribution or at | 
					
						
							|  |  |  |  * https://www.openssl.org/source/license.html
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-14 10:11:50 +08:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * HMAC low level APIs are deprecated for public use, but still ok for internal | 
					
						
							|  |  |  |  * use. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #include "internal/deprecated.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | #include <stdio.h>
 | 
					
						
							|  |  |  | #include <string.h>
 | 
					
						
							|  |  |  | #include <stdlib.h>
 | 
					
						
							| 
									
										
										
										
											1999-04-27 09:14:46 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-22 20:35:43 +08:00
										 |  |  | #include "internal/nelem.h"
 | 
					
						
							| 
									
										
										
										
											2002-11-29 02:54:30 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  | # include <openssl/hmac.h>
 | 
					
						
							| 
									
										
										
										
											2015-09-10 21:17:58 +08:00
										 |  |  | # include <openssl/sha.h>
 | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  | # ifndef OPENSSL_NO_MD5
 | 
					
						
							|  |  |  | #  include <openssl/md5.h>
 | 
					
						
							|  |  |  | # endif
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  | # ifdef CHARSET_EBCDIC
 | 
					
						
							|  |  |  | #  include <openssl/ebcdic.h>
 | 
					
						
							|  |  |  | # endif
 | 
					
						
							| 
									
										
										
										
											1999-06-05 05:35:58 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  | #include "testutil.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  | # ifndef OPENSSL_NO_MD5
 | 
					
						
							|  |  |  | static struct test_st { | 
					
						
							| 
									
										
										
										
											2018-10-01 04:52:44 +08:00
										 |  |  |     const char key[16]; | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  |     int key_len; | 
					
						
							| 
									
										
										
										
											2018-10-01 04:52:44 +08:00
										 |  |  |     const unsigned char data[64]; | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  |     int data_len; | 
					
						
							| 
									
										
										
										
											2018-10-01 04:52:44 +08:00
										 |  |  |     const char *digest; | 
					
						
							| 
									
										
										
										
											2015-02-10 20:38:04 +08:00
										 |  |  | } test[8] = { | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  |     { | 
					
						
							|  |  |  |         "", 0, "More text test vectors to stuff up EBCDIC machines :-)", 54, | 
					
						
							| 
									
										
										
										
											2018-10-01 04:52:44 +08:00
										 |  |  |         "e9139d1e6ee064ef8cf514fc7dc83e86", | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-12-10 07:37:56 +08:00
										 |  |  |         "\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b", | 
					
						
							| 
									
										
										
										
											2018-10-02 07:09:16 +08:00
										 |  |  |         16, "Hi There", 8, | 
					
						
							| 
									
										
										
										
											2018-10-01 04:52:44 +08:00
										 |  |  |         "9294727a3638bb1c13f48ef8158bfc9d", | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         "Jefe", 4, "what do ya want for nothing?", 28, | 
					
						
							| 
									
										
										
										
											2018-10-01 04:52:44 +08:00
										 |  |  |         "750c783e6ab0b503eaa86e310a5db738", | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2018-12-10 07:37:56 +08:00
										 |  |  |         "\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa", | 
					
						
							| 
									
										
										
										
											2018-10-02 07:09:16 +08:00
										 |  |  |         16, { | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  |             0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, | 
					
						
							|  |  |  |             0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, | 
					
						
							|  |  |  |             0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, | 
					
						
							|  |  |  |             0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, | 
					
						
							|  |  |  |             0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd | 
					
						
							| 
									
										
										
										
											2018-10-01 04:52:44 +08:00
										 |  |  |         }, 50, "56be34521d144c88dbb8c733f0e8b3f6", | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  |     }, | 
					
						
							| 
									
										
										
										
											2015-02-10 20:38:04 +08:00
										 |  |  |     { | 
					
						
							|  |  |  |         "", 0, "My test data", 12, | 
					
						
							| 
									
										
										
										
											2018-10-01 04:52:44 +08:00
										 |  |  |         "61afdecb95429ef494d61fdee15990cabf0826fc" | 
					
						
							| 
									
										
										
										
											2015-02-10 20:38:04 +08:00
										 |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         "", 0, "My test data", 12, | 
					
						
							| 
									
										
										
										
											2018-10-01 04:52:44 +08:00
										 |  |  |         "2274b195d90ce8e03406f4b526a47e0787a88a65479938f1a5baa3ce0f079776" | 
					
						
							| 
									
										
										
										
											2015-02-10 20:38:04 +08:00
										 |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         "123456", 6, "My test data", 12, | 
					
						
							| 
									
										
										
										
											2018-10-01 04:52:44 +08:00
										 |  |  |         "bab53058ae861a7f191abe2d0145cbb123776a6369ee3f9d79ce455667e411dd" | 
					
						
							| 
									
										
										
										
											2015-02-10 20:38:04 +08:00
										 |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2016-06-29 19:03:28 +08:00
										 |  |  |         "12345", 5, "My test data again", 18, | 
					
						
							| 
									
										
										
										
											2018-10-01 04:52:44 +08:00
										 |  |  |         "a12396ceddd2a85f4c656bc1e0aa50c78cffde3e" | 
					
						
							| 
									
										
										
										
											2015-02-10 20:38:04 +08:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  | }; | 
					
						
							|  |  |  | # endif
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-02-10 20:38:04 +08:00
										 |  |  | static char *pt(unsigned char *md, unsigned int len); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  | # ifndef OPENSSL_NO_MD5
 | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  | static int test_hmac_md5(int idx) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  |     char *p; | 
					
						
							|  |  |  | #  ifdef CHARSET_EBCDIC
 | 
					
						
							|  |  |  |     ebcdic2ascii(test[0].data, test[0].data, test[0].data_len); | 
					
						
							|  |  |  |     ebcdic2ascii(test[1].data, test[1].data, test[1].data_len); | 
					
						
							|  |  |  |     ebcdic2ascii(test[2].key, test[2].key, test[2].key_len); | 
					
						
							|  |  |  |     ebcdic2ascii(test[2].data, test[2].data, test[2].data_len); | 
					
						
							|  |  |  | #  endif
 | 
					
						
							| 
									
										
										
										
											1999-06-05 05:35:58 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  |     p = pt(HMAC(EVP_md5(), | 
					
						
							|  |  |  |                 test[idx].key, test[idx].key_len, | 
					
						
							|  |  |  |                 test[idx].data, test[idx].data_len, NULL, NULL), | 
					
						
							|  |  |  |                 MD5_DIGEST_LENGTH); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-03-30 01:42:33 +08:00
										 |  |  |     return TEST_ptr(p) && TEST_str_eq(p, test[idx].digest); | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  | } | 
					
						
							|  |  |  | # endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-16 05:39:03 +08:00
										 |  |  | static int test_hmac_bad(void) | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  | { | 
					
						
							|  |  |  |     HMAC_CTX *ctx = NULL; | 
					
						
							|  |  |  |     int ret = 0; | 
					
						
							| 
									
										
										
										
											2015-02-10 20:38:04 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-30 20:44:28 +08:00
										 |  |  |     ctx = HMAC_CTX_new(); | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  |     if (!TEST_ptr(ctx) | 
					
						
							|  |  |  |         || !TEST_ptr_null(HMAC_CTX_get_md(ctx)) | 
					
						
							|  |  |  |         || !TEST_false(HMAC_Init_ex(ctx, NULL, 0, NULL, NULL)) | 
					
						
							|  |  |  |         || !TEST_false(HMAC_Update(ctx, test[4].data, test[4].data_len)) | 
					
						
							|  |  |  |         || !TEST_false(HMAC_Init_ex(ctx, NULL, 0, EVP_sha1(), NULL)) | 
					
						
							|  |  |  |         || !TEST_false(HMAC_Update(ctx, test[4].data, test[4].data_len))) | 
					
						
							|  |  |  |         goto err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ret = 1; | 
					
						
							|  |  |  | err: | 
					
						
							|  |  |  |     HMAC_CTX_free(ctx); | 
					
						
							|  |  |  |     return ret; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-16 05:39:03 +08:00
										 |  |  | static int test_hmac_run(void) | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  | { | 
					
						
							|  |  |  |     char *p; | 
					
						
							|  |  |  |     HMAC_CTX *ctx = NULL; | 
					
						
							|  |  |  |     unsigned char buf[EVP_MAX_MD_SIZE]; | 
					
						
							|  |  |  |     unsigned int len; | 
					
						
							|  |  |  |     int ret = 0; | 
					
						
							| 
									
										
										
										
											2015-09-10 21:17:58 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-25 10:57:53 +08:00
										 |  |  |     if (!TEST_ptr(ctx = HMAC_CTX_new())) | 
					
						
							|  |  |  |         return 0; | 
					
						
							| 
									
										
										
										
											2015-12-03 05:49:24 +08:00
										 |  |  |     HMAC_CTX_reset(ctx); | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |     if (!TEST_ptr(ctx) | 
					
						
							|  |  |  |         || !TEST_ptr_null(HMAC_CTX_get_md(ctx)) | 
					
						
							|  |  |  |         || !TEST_false(HMAC_Init_ex(ctx, NULL, 0, NULL, NULL)) | 
					
						
							|  |  |  |         || !TEST_false(HMAC_Update(ctx, test[4].data, test[4].data_len)) | 
					
						
							|  |  |  |         || !TEST_false(HMAC_Init_ex(ctx, test[4].key, -1, EVP_sha1(), NULL))) | 
					
						
							|  |  |  |         goto err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     if (!TEST_true(HMAC_Init_ex(ctx, test[4].key, test[4].key_len, EVP_sha1(), NULL)) | 
					
						
							|  |  |  |         || !TEST_true(HMAC_Update(ctx, test[4].data, test[4].data_len)) | 
					
						
							|  |  |  |         || !TEST_true(HMAC_Final(ctx, buf, &len))) | 
					
						
							|  |  |  |         goto err; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-02-10 20:38:04 +08:00
										 |  |  |     p = pt(buf, len); | 
					
						
							| 
									
										
										
										
											2021-03-30 01:42:33 +08:00
										 |  |  |     if (!TEST_ptr(p) || !TEST_str_eq(p, test[4].digest)) | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  |         goto err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     if (!TEST_false(HMAC_Init_ex(ctx, NULL, 0, EVP_sha256(), NULL))) | 
					
						
							|  |  |  |         goto err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     if (!TEST_true(HMAC_Init_ex(ctx, test[5].key, test[5].key_len, EVP_sha256(), NULL)) | 
					
						
							|  |  |  |         || !TEST_ptr_eq(HMAC_CTX_get_md(ctx), EVP_sha256()) | 
					
						
							|  |  |  |         || !TEST_true(HMAC_Update(ctx, test[5].data, test[5].data_len)) | 
					
						
							|  |  |  |         || !TEST_true(HMAC_Final(ctx, buf, &len))) | 
					
						
							|  |  |  |         goto err; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-02-10 20:38:04 +08:00
										 |  |  |     p = pt(buf, len); | 
					
						
							| 
									
										
										
										
											2021-03-30 01:42:33 +08:00
										 |  |  |     if (!TEST_ptr(p) || !TEST_str_eq(p, test[5].digest)) | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  |         goto err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     if (!TEST_true(HMAC_Init_ex(ctx, test[6].key, test[6].key_len, NULL, NULL)) | 
					
						
							|  |  |  |         || !TEST_true(HMAC_Update(ctx, test[6].data, test[6].data_len)) | 
					
						
							|  |  |  |         || !TEST_true(HMAC_Final(ctx, buf, &len))) | 
					
						
							|  |  |  |         goto err; | 
					
						
							| 
									
										
										
										
											2015-02-10 20:38:04 +08:00
										 |  |  |     p = pt(buf, len); | 
					
						
							| 
									
										
										
										
											2021-03-30 01:42:33 +08:00
										 |  |  |     if (!TEST_ptr(p) || !TEST_str_eq(p, test[6].digest)) | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  |         goto err; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-03 17:37:19 +08:00
										 |  |  |     /* Test reusing a key */ | 
					
						
							|  |  |  |     if (!TEST_true(HMAC_Init_ex(ctx, NULL, 0, NULL, NULL)) | 
					
						
							|  |  |  |         || !TEST_true(HMAC_Update(ctx, test[6].data, test[6].data_len)) | 
					
						
							|  |  |  |         || !TEST_true(HMAC_Final(ctx, buf, &len))) | 
					
						
							|  |  |  |         goto err; | 
					
						
							|  |  |  |     p = pt(buf, len); | 
					
						
							| 
									
										
										
										
											2021-03-30 01:42:33 +08:00
										 |  |  |     if (!TEST_ptr(p) || !TEST_str_eq(p, test[6].digest)) | 
					
						
							| 
									
										
										
										
											2020-01-03 17:37:19 +08:00
										 |  |  |         goto err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /*
 | 
					
						
							|  |  |  |      * Test reusing a key where the digest is provided again but is the same as | 
					
						
							|  |  |  |      * last time | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     if (!TEST_true(HMAC_Init_ex(ctx, NULL, 0, EVP_sha256(), NULL)) | 
					
						
							|  |  |  |         || !TEST_true(HMAC_Update(ctx, test[6].data, test[6].data_len)) | 
					
						
							|  |  |  |         || !TEST_true(HMAC_Final(ctx, buf, &len))) | 
					
						
							|  |  |  |         goto err; | 
					
						
							|  |  |  |     p = pt(buf, len); | 
					
						
							| 
									
										
										
										
											2021-03-30 01:42:33 +08:00
										 |  |  |     if (!TEST_ptr(p) || !TEST_str_eq(p, test[6].digest)) | 
					
						
							| 
									
										
										
										
											2020-01-03 17:37:19 +08:00
										 |  |  |         goto err; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  |     ret = 1; | 
					
						
							|  |  |  | err: | 
					
						
							|  |  |  |     HMAC_CTX_free(ctx); | 
					
						
							|  |  |  |     return ret; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-16 05:39:03 +08:00
										 |  |  | static int test_hmac_single_shot(void) | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  | { | 
					
						
							|  |  |  |     char *p; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-03-30 01:42:33 +08:00
										 |  |  |     /* Test single-shot with NULL key. */ | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  |     p = pt(HMAC(EVP_sha1(), NULL, 0, test[4].data, test[4].data_len, | 
					
						
							|  |  |  |                 NULL, NULL), SHA_DIGEST_LENGTH); | 
					
						
							| 
									
										
										
										
											2021-03-30 01:42:33 +08:00
										 |  |  |     if (!TEST_ptr(p) || !TEST_str_eq(p, test[4].digest)) | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  |         return 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     return 1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-16 05:39:03 +08:00
										 |  |  | static int test_hmac_copy(void) | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  | { | 
					
						
							|  |  |  |     char *p; | 
					
						
							|  |  |  |     HMAC_CTX *ctx = NULL, *ctx2 = NULL; | 
					
						
							|  |  |  |     unsigned char buf[EVP_MAX_MD_SIZE]; | 
					
						
							|  |  |  |     unsigned int len; | 
					
						
							|  |  |  |     int ret = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ctx = HMAC_CTX_new(); | 
					
						
							| 
									
										
										
										
											2015-11-30 20:44:28 +08:00
										 |  |  |     ctx2 = HMAC_CTX_new(); | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  |     if (!TEST_ptr(ctx) || !TEST_ptr(ctx2)) | 
					
						
							|  |  |  |         goto err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     if (!TEST_true(HMAC_Init_ex(ctx, test[7].key, test[7].key_len, EVP_sha1(), NULL)) | 
					
						
							|  |  |  |         || !TEST_true(HMAC_Update(ctx, test[7].data, test[7].data_len)) | 
					
						
							|  |  |  |         || !TEST_true(HMAC_CTX_copy(ctx2, ctx)) | 
					
						
							|  |  |  |         || !TEST_true(HMAC_Final(ctx2, buf, &len))) | 
					
						
							|  |  |  |         goto err; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-02-10 20:38:04 +08:00
										 |  |  |     p = pt(buf, len); | 
					
						
							| 
									
										
										
										
											2021-03-30 01:42:33 +08:00
										 |  |  |     if (!TEST_ptr(p) || !TEST_str_eq(p, test[7].digest)) | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  |         goto err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ret = 1; | 
					
						
							|  |  |  | err: | 
					
						
							| 
									
										
										
										
											2015-11-30 20:44:28 +08:00
										 |  |  |     HMAC_CTX_free(ctx2); | 
					
						
							|  |  |  |     HMAC_CTX_free(ctx); | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  |     return ret; | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-14 08:08:00 +08:00
										 |  |  | static int test_hmac_copy_uninited(void) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     const unsigned char key[24] = {0}; | 
					
						
							|  |  |  |     const unsigned char ct[166] = {0}; | 
					
						
							|  |  |  |     EVP_PKEY *pkey = NULL; | 
					
						
							|  |  |  |     EVP_MD_CTX *ctx = NULL; | 
					
						
							|  |  |  |     EVP_MD_CTX *ctx_tmp = NULL; | 
					
						
							|  |  |  |     int res = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     if (!TEST_ptr(ctx = EVP_MD_CTX_new()) | 
					
						
							|  |  |  |             || !TEST_ptr(pkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, | 
					
						
							|  |  |  |                                                      key, sizeof(key))) | 
					
						
							|  |  |  |             || !TEST_true(EVP_DigestSignInit(ctx, NULL, EVP_sha1(), NULL, pkey)) | 
					
						
							|  |  |  |             || !TEST_ptr(ctx_tmp = EVP_MD_CTX_new()) | 
					
						
							|  |  |  |             || !TEST_true(EVP_MD_CTX_copy(ctx_tmp, ctx))) | 
					
						
							|  |  |  |         goto err; | 
					
						
							|  |  |  |     EVP_MD_CTX_free(ctx); | 
					
						
							|  |  |  |     ctx = ctx_tmp; | 
					
						
							|  |  |  |     ctx_tmp = NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     if (!TEST_true(EVP_DigestSignUpdate(ctx, ct, sizeof(ct)))) | 
					
						
							|  |  |  |         goto err; | 
					
						
							|  |  |  |     res = 1; | 
					
						
							|  |  |  |  err: | 
					
						
							|  |  |  |     EVP_MD_CTX_free(ctx); | 
					
						
							|  |  |  |     EVP_MD_CTX_free(ctx_tmp); | 
					
						
							|  |  |  |     EVP_PKEY_free(pkey); | 
					
						
							|  |  |  |     return res; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  | # ifndef OPENSSL_NO_MD5
 | 
					
						
							| 
									
										
										
										
											2015-02-10 20:38:04 +08:00
										 |  |  | static char *pt(unsigned char *md, unsigned int len) | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2015-02-10 20:38:04 +08:00
										 |  |  |     unsigned int i; | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  |     static char buf[80]; | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-03-30 01:42:33 +08:00
										 |  |  |     if (md == NULL) | 
					
						
							|  |  |  |         return NULL; | 
					
						
							| 
									
										
										
										
											2015-02-10 20:38:04 +08:00
										 |  |  |     for (i = 0; i < len; i++) | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  |         sprintf(&(buf[i * 2]), "%02x", md[i]); | 
					
						
							| 
									
										
										
										
											2017-07-13 05:37:01 +08:00
										 |  |  |     return buf; | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  | } | 
					
						
							|  |  |  | # endif
 | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-07-18 09:48:27 +08:00
										 |  |  | int setup_tests(void) | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  | { | 
					
						
							|  |  |  |     ADD_ALL_TESTS(test_hmac_md5, 4); | 
					
						
							|  |  |  |     ADD_TEST(test_hmac_single_shot); | 
					
						
							|  |  |  |     ADD_TEST(test_hmac_bad); | 
					
						
							|  |  |  |     ADD_TEST(test_hmac_run); | 
					
						
							|  |  |  |     ADD_TEST(test_hmac_copy); | 
					
						
							| 
									
										
										
										
											2021-12-14 08:08:00 +08:00
										 |  |  |     ADD_TEST(test_hmac_copy_uninited); | 
					
						
							| 
									
										
										
										
											2017-07-18 09:48:27 +08:00
										 |  |  |     return 1; | 
					
						
							| 
									
										
										
										
											2017-04-21 02:00:52 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 |