cyassl re-port with cellular comms, PSK test

Dependencies:   VodafoneUSBModem_bleedingedge2 mbed-rtos mbed-src

Committer:
ashleymills
Date:
Fri Apr 26 16:59:36 2013 +0000
Revision:
1:b211d97b0068
Parent:
0:e979170e02e7
nothing

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ashleymills 0:e979170e02e7 1 /* mpi_superclass.h
ashleymills 0:e979170e02e7 2 *
ashleymills 0:e979170e02e7 3 * Copyright (C) 2006-2012 Sawtooth Consulting Ltd.
ashleymills 0:e979170e02e7 4 *
ashleymills 0:e979170e02e7 5 * This file is part of CyaSSL.
ashleymills 0:e979170e02e7 6 *
ashleymills 0:e979170e02e7 7 * CyaSSL is free software; you can redistribute it and/or modify
ashleymills 0:e979170e02e7 8 * it under the terms of the GNU General Public License as published by
ashleymills 0:e979170e02e7 9 * the Free Software Foundation; either version 2 of the License, or
ashleymills 0:e979170e02e7 10 * (at your option) any later version.
ashleymills 0:e979170e02e7 11 *
ashleymills 0:e979170e02e7 12 * CyaSSL is distributed in the hope that it will be useful,
ashleymills 0:e979170e02e7 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
ashleymills 0:e979170e02e7 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
ashleymills 0:e979170e02e7 15 * GNU General Public License for more details.
ashleymills 0:e979170e02e7 16 *
ashleymills 0:e979170e02e7 17 * You should have received a copy of the GNU General Public License
ashleymills 0:e979170e02e7 18 * along with this program; if not, write to the Free Software
ashleymills 0:e979170e02e7 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
ashleymills 0:e979170e02e7 20 */
ashleymills 0:e979170e02e7 21
ashleymills 0:e979170e02e7 22
ashleymills 0:e979170e02e7 23 /* super class file for PK algos */
ashleymills 0:e979170e02e7 24
ashleymills 0:e979170e02e7 25 /* default ... include all MPI */
ashleymills 0:e979170e02e7 26 #define LTM_ALL
ashleymills 0:e979170e02e7 27
ashleymills 0:e979170e02e7 28 /* RSA only (does not support DH/DSA/ECC) */
ashleymills 0:e979170e02e7 29 /* #define SC_RSA_1 */
ashleymills 0:e979170e02e7 30
ashleymills 0:e979170e02e7 31 /* For reference.... On an Athlon64 optimizing for speed...
ashleymills 0:e979170e02e7 32
ashleymills 0:e979170e02e7 33 LTM's mpi.o with all functions [striped] is 142KiB in size.
ashleymills 0:e979170e02e7 34
ashleymills 0:e979170e02e7 35 */
ashleymills 0:e979170e02e7 36
ashleymills 0:e979170e02e7 37 /* Works for RSA only, mpi.o is 68KiB */
ashleymills 0:e979170e02e7 38 #ifdef SC_RSA_1
ashleymills 0:e979170e02e7 39 #define BN_MP_SHRINK_C
ashleymills 0:e979170e02e7 40 #define BN_MP_LCM_C
ashleymills 0:e979170e02e7 41 #define BN_MP_PRIME_RANDOM_EX_C
ashleymills 0:e979170e02e7 42 #define BN_MP_INVMOD_C
ashleymills 0:e979170e02e7 43 #define BN_MP_GCD_C
ashleymills 0:e979170e02e7 44 #define BN_MP_MOD_C
ashleymills 0:e979170e02e7 45 #define BN_MP_MULMOD_C
ashleymills 0:e979170e02e7 46 #define BN_MP_ADDMOD_C
ashleymills 0:e979170e02e7 47 #define BN_MP_EXPTMOD_C
ashleymills 0:e979170e02e7 48 #define BN_MP_SET_INT_C
ashleymills 0:e979170e02e7 49 #define BN_MP_INIT_MULTI_C
ashleymills 0:e979170e02e7 50 #define BN_MP_CLEAR_MULTI_C
ashleymills 0:e979170e02e7 51 #define BN_MP_UNSIGNED_BIN_SIZE_C
ashleymills 0:e979170e02e7 52 #define BN_MP_TO_UNSIGNED_BIN_C
ashleymills 0:e979170e02e7 53 #define BN_MP_MOD_D_C
ashleymills 0:e979170e02e7 54 #define BN_MP_PRIME_RABIN_MILLER_TRIALS_C
ashleymills 0:e979170e02e7 55 #define BN_REVERSE_C
ashleymills 0:e979170e02e7 56 #define BN_PRIME_TAB_C
ashleymills 0:e979170e02e7 57
ashleymills 0:e979170e02e7 58 /* other modifiers */
ashleymills 0:e979170e02e7 59 #define BN_MP_DIV_SMALL /* Slower division, not critical */
ashleymills 0:e979170e02e7 60
ashleymills 0:e979170e02e7 61 /* here we are on the last pass so we turn things off. The functions classes are still there
ashleymills 0:e979170e02e7 62 * but we remove them specifically from the build. This also invokes tweaks in functions
ashleymills 0:e979170e02e7 63 * like removing support for even moduli, etc...
ashleymills 0:e979170e02e7 64 */
ashleymills 0:e979170e02e7 65 #ifdef LTM_LAST
ashleymills 0:e979170e02e7 66 #undef BN_MP_TOOM_MUL_C
ashleymills 0:e979170e02e7 67 #undef BN_MP_TOOM_SQR_C
ashleymills 0:e979170e02e7 68 #undef BN_MP_KARATSUBA_MUL_C
ashleymills 0:e979170e02e7 69 #undef BN_MP_KARATSUBA_SQR_C
ashleymills 0:e979170e02e7 70 #undef BN_MP_REDUCE_C
ashleymills 0:e979170e02e7 71 #undef BN_MP_REDUCE_SETUP_C
ashleymills 0:e979170e02e7 72 #undef BN_MP_DR_IS_MODULUS_C
ashleymills 0:e979170e02e7 73 #undef BN_MP_DR_SETUP_C
ashleymills 0:e979170e02e7 74 #undef BN_MP_DR_REDUCE_C
ashleymills 0:e979170e02e7 75 #undef BN_MP_REDUCE_IS_2K_C
ashleymills 0:e979170e02e7 76 #undef BN_MP_REDUCE_2K_SETUP_C
ashleymills 0:e979170e02e7 77 #undef BN_MP_REDUCE_2K_C
ashleymills 0:e979170e02e7 78 #undef BN_S_MP_EXPTMOD_C
ashleymills 0:e979170e02e7 79 #undef BN_MP_DIV_3_C
ashleymills 0:e979170e02e7 80 #undef BN_S_MP_MUL_HIGH_DIGS_C
ashleymills 0:e979170e02e7 81 #undef BN_FAST_S_MP_MUL_HIGH_DIGS_C
ashleymills 0:e979170e02e7 82 #undef BN_FAST_MP_INVMOD_C
ashleymills 0:e979170e02e7 83
ashleymills 0:e979170e02e7 84 /* To safely undefine these you have to make sure your RSA key won't exceed the Comba threshold
ashleymills 0:e979170e02e7 85 * which is roughly 255 digits [7140 bits for 32-bit machines, 15300 bits for 64-bit machines]
ashleymills 0:e979170e02e7 86 * which means roughly speaking you can handle upto 2536-bit RSA keys with these defined without
ashleymills 0:e979170e02e7 87 * trouble.
ashleymills 0:e979170e02e7 88 */
ashleymills 0:e979170e02e7 89 #undef BN_S_MP_MUL_DIGS_C
ashleymills 0:e979170e02e7 90 #undef BN_S_MP_SQR_C
ashleymills 0:e979170e02e7 91 #undef BN_MP_MONTGOMERY_REDUCE_C
ashleymills 0:e979170e02e7 92 #endif
ashleymills 0:e979170e02e7 93
ashleymills 0:e979170e02e7 94 #endif
ashleymills 0:e979170e02e7 95