| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * Generated by util/mkerr.pl DO NOT EDIT | 
					
						
							| 
									
										
										
										
											2025-03-12 21:35:59 +08:00
										 |  |  |  * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved. | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2018-12-23 16:58:36 +08:00
										 |  |  |  * Licensed under the Apache License 2.0 (the "License").  You may not use | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +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
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <openssl/err.h>
 | 
					
						
							|  |  |  | #include <openssl/crmferr.h>
 | 
					
						
							| 
									
										
										
										
											2020-11-12 17:36:47 +08:00
										 |  |  | #include "crypto/crmferr.h"
 | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-11-12 17:36:47 +08:00
										 |  |  | #ifndef OPENSSL_NO_CRMF
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # ifndef OPENSSL_NO_ERR
 | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | static const ERR_STRING_DATA CRMF_str_reasons[] = { | 
					
						
							|  |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_BAD_PBM_ITERATIONCOUNT), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "bad pbm iterationcount"}, | 
					
						
							|  |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_CMS_NOT_SUPPORTED), "cms not supported"}, | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_CRMFERROR), "crmferror"}, | 
					
						
							|  |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_ERROR), "error"}, | 
					
						
							|  |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_ERROR_DECODING_CERTIFICATE), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "error decoding certificate"}, | 
					
						
							|  |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_ERROR_DECODING_ENCRYPTEDKEY), | 
					
						
							|  |  |  |      "error decoding encryptedkey"}, | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_ERROR_DECRYPTING_CERTIFICATE), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "error decrypting certificate"}, | 
					
						
							|  |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_ERROR_DECRYPTING_ENCRYPTEDKEY), | 
					
						
							|  |  |  |      "error decrypting encryptedkey"}, | 
					
						
							|  |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_ERROR_DECRYPTING_ENCRYPTEDVALUE), | 
					
						
							|  |  |  |      "error decrypting encryptedvalue"}, | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_ERROR_DECRYPTING_SYMMETRIC_KEY), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "error decrypting symmetric key"}, | 
					
						
							|  |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_ERROR_SETTING_PURPOSE), | 
					
						
							|  |  |  |      "error setting purpose"}, | 
					
						
							|  |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_ERROR_VERIFYING_ENCRYPTEDKEY), | 
					
						
							|  |  |  |      "error verifying encryptedkey"}, | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_FAILURE_OBTAINING_RANDOM), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "failure obtaining random"}, | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_ITERATIONCOUNT_BELOW_100), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "iterationcount below 100"}, | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_MALFORMED_IV), "malformed iv"}, | 
					
						
							|  |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_NULL_ARGUMENT), "null argument"}, | 
					
						
							| 
									
										
										
										
											2020-08-13 23:44:54 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_POPOSKINPUT_NOT_SUPPORTED), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "poposkinput not supported"}, | 
					
						
							|  |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_POPO_INCONSISTENT_CENTRAL_KEYGEN), | 
					
						
							|  |  |  |      "popo inconsistent central keygen"}, | 
					
						
							| 
									
										
										
										
											2020-03-10 17:29:46 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_POPO_INCONSISTENT_PUBLIC_KEY), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "popo inconsistent public key"}, | 
					
						
							| 
									
										
										
										
											2020-02-25 15:58:39 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_POPO_MISSING), "popo missing"}, | 
					
						
							| 
									
										
										
										
											2020-03-10 17:29:46 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_POPO_MISSING_PUBLIC_KEY), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "popo missing public key"}, | 
					
						
							| 
									
										
										
										
											2020-03-10 17:29:46 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_POPO_MISSING_SUBJECT), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "popo missing subject"}, | 
					
						
							| 
									
										
										
										
											2020-03-10 17:29:46 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_POPO_RAVERIFIED_NOT_ACCEPTED), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "popo raverified not accepted"}, | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_SETTING_MAC_ALGOR_FAILURE), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "setting mac algor failure"}, | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_SETTING_OWF_ALGOR_FAILURE), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "setting owf algor failure"}, | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_UNSUPPORTED_ALGORITHM), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "unsupported algorithm"}, | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_UNSUPPORTED_CIPHER), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "unsupported cipher"}, | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_UNSUPPORTED_METHOD_FOR_CREATING_POPO), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "unsupported method for creating popo"}, | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |     {ERR_PACK(ERR_LIB_CRMF, 0, CRMF_R_UNSUPPORTED_POPO_METHOD), | 
					
						
							| 
									
										
										
										
											2024-05-30 00:19:29 +08:00
										 |  |  |      "unsupported popo method"}, | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |     {0, NULL} | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-11-12 17:36:47 +08:00
										 |  |  | # endif
 | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-25 10:04:22 +08:00
										 |  |  | int ossl_err_load_CRMF_strings(void) | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2020-11-12 17:36:47 +08:00
										 |  |  | # ifndef OPENSSL_NO_ERR
 | 
					
						
							| 
									
										
										
										
											2019-09-05 03:45:56 +08:00
										 |  |  |     if (ERR_reason_error_string(CRMF_str_reasons[0].error) == NULL) | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |         ERR_load_strings_const(CRMF_str_reasons); | 
					
						
							| 
									
										
										
										
											2020-11-12 17:36:47 +08:00
										 |  |  | # endif
 | 
					
						
							| 
									
										
										
										
											2018-11-16 21:05:31 +08:00
										 |  |  |     return 1; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-11-12 17:36:47 +08:00
										 |  |  | #else
 | 
					
						
							|  |  |  | NON_EMPTY_TRANSLATION_UNIT | 
					
						
							|  |  |  | #endif
 |