wolfSSL SSL/TLS library, support up to TLS1.3

Dependents:   CyaSSL-Twitter-OAuth4Tw Example-client-tls-cert TwitterReader TweetTest ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers obj_mac.h Source File

obj_mac.h

00001 /* obj_mac.h
00002  *
00003  * Copyright (C) 2006-2017 wolfSSL Inc.
00004  *
00005  * This file is part of wolfSSL.
00006  *
00007  * wolfSSL is free software; you can redistribute it and/or modify
00008  * it under the terms of the GNU General Public License as published by
00009  * the Free Software Foundation; either version 2 of the License, or
00010  * (at your option) any later version.
00011  *
00012  * wolfSSL is distributed in the hope that it will be useful,
00013  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00015  * GNU General Public License for more details.
00016  *
00017  * You should have received a copy of the GNU General Public License
00018  * along with this program; if not, write to the Free Software
00019  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
00020  */
00021 
00022 /* obj_mac.h for openSSL */
00023 
00024 #ifndef WOLFSSL_OBJ_MAC_H_
00025 #define WOLFSSL_OBJ_MAC_H_
00026 #ifdef __cplusplus
00027     extern "C" {
00028 #endif
00029 
00030 #define NID_sect163k1 721
00031 #define NID_sect163r1 722
00032 #define NID_sect163r2 723
00033 #define NID_sect193r1 724
00034 #define NID_sect193r2 725
00035 #define NID_sect233k1 726
00036 #define NID_sect233r1 727
00037 #define NID_sect239k1 728
00038 #define NID_sect283k1 729
00039 #define NID_sect283r1 730
00040 #define NID_sect409k1 731
00041 #define NID_sect409r1 732
00042 #define NID_sect571k1 733
00043 #define NID_sect571r1 734
00044 
00045 #ifdef __cplusplus
00046     } /* extern "C" */
00047 #endif
00048 
00049 #endif /* WOLFSSL_OBJ_MAC_H_ */
00050 
00051