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

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

Committer:
wolfSSL
Date:
Sat Aug 18 22:20:43 2018 +0000
Revision:
15:117db924cf7c
Child:
16:8e0d178b1d1e
wolfSSL 3.15.3

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wolfSSL 15:117db924cf7c 1 /* sniffer_error.h
wolfSSL 15:117db924cf7c 2 *
wolfSSL 15:117db924cf7c 3 * Copyright (C) 2006-2017 wolfSSL Inc.
wolfSSL 15:117db924cf7c 4 *
wolfSSL 15:117db924cf7c 5 * This file is part of wolfSSL.
wolfSSL 15:117db924cf7c 6 *
wolfSSL 15:117db924cf7c 7 * wolfSSL is free software; you can redistribute it and/or modify
wolfSSL 15:117db924cf7c 8 * it under the terms of the GNU General Public License as published by
wolfSSL 15:117db924cf7c 9 * the Free Software Foundation; either version 2 of the License, or
wolfSSL 15:117db924cf7c 10 * (at your option) any later version.
wolfSSL 15:117db924cf7c 11 *
wolfSSL 15:117db924cf7c 12 * wolfSSL is distributed in the hope that it will be useful,
wolfSSL 15:117db924cf7c 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
wolfSSL 15:117db924cf7c 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
wolfSSL 15:117db924cf7c 15 * GNU General Public License for more details.
wolfSSL 15:117db924cf7c 16 *
wolfSSL 15:117db924cf7c 17 * You should have received a copy of the GNU General Public License
wolfSSL 15:117db924cf7c 18 * along with this program; if not, write to the Free Software
wolfSSL 15:117db924cf7c 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
wolfSSL 15:117db924cf7c 20 */
wolfSSL 15:117db924cf7c 21
wolfSSL 15:117db924cf7c 22
wolfSSL 15:117db924cf7c 23
wolfSSL 15:117db924cf7c 24 #ifndef WOLFSSL_SNIFFER_ERROR_H
wolfSSL 15:117db924cf7c 25 #define WOLFSSL_SNIFFER_ERROR_H
wolfSSL 15:117db924cf7c 26
wolfSSL 15:117db924cf7c 27 /* need to have errors as #defines since .rc files can't handle enums */
wolfSSL 15:117db924cf7c 28 /* need to start at 1 and go in order for same reason */
wolfSSL 15:117db924cf7c 29
wolfSSL 15:117db924cf7c 30 #define MEMORY_STR 1
wolfSSL 15:117db924cf7c 31 #define NEW_SERVER_STR 2
wolfSSL 15:117db924cf7c 32 #define IP_CHECK_STR 3
wolfSSL 15:117db924cf7c 33 #define SERVER_NOT_REG_STR 4
wolfSSL 15:117db924cf7c 34 #define TCP_CHECK_STR 5
wolfSSL 15:117db924cf7c 35 #define SERVER_PORT_NOT_REG_STR 6
wolfSSL 15:117db924cf7c 36 #define RSA_DECRYPT_STR 7
wolfSSL 15:117db924cf7c 37 #define RSA_DECODE_STR 8
wolfSSL 15:117db924cf7c 38 #define BAD_CIPHER_SPEC_STR 9
wolfSSL 15:117db924cf7c 39 #define SERVER_HELLO_INPUT_STR 10
wolfSSL 15:117db924cf7c 40
wolfSSL 15:117db924cf7c 41 #define BAD_SESSION_RESUME_STR 11
wolfSSL 15:117db924cf7c 42 #define SERVER_DID_RESUMPTION_STR 12
wolfSSL 15:117db924cf7c 43 #define CLIENT_HELLO_INPUT_STR 13
wolfSSL 15:117db924cf7c 44 #define CLIENT_RESUME_TRY_STR 14
wolfSSL 15:117db924cf7c 45 #define HANDSHAKE_INPUT_STR 15
wolfSSL 15:117db924cf7c 46 #define GOT_HELLO_VERIFY_STR 16
wolfSSL 15:117db924cf7c 47 #define GOT_SERVER_HELLO_STR 17
wolfSSL 15:117db924cf7c 48 #define GOT_CERT_REQ_STR 18
wolfSSL 15:117db924cf7c 49 #define GOT_SERVER_KEY_EX_STR 19
wolfSSL 15:117db924cf7c 50 #define GOT_CERT_STR 20
wolfSSL 15:117db924cf7c 51
wolfSSL 15:117db924cf7c 52 #define GOT_SERVER_HELLO_DONE_STR 21
wolfSSL 15:117db924cf7c 53 #define GOT_FINISHED_STR 22
wolfSSL 15:117db924cf7c 54 #define GOT_CLIENT_HELLO_STR 23
wolfSSL 15:117db924cf7c 55 #define GOT_CLIENT_KEY_EX_STR 24
wolfSSL 15:117db924cf7c 56 #define GOT_CERT_VER_STR 25
wolfSSL 15:117db924cf7c 57 #define GOT_UNKNOWN_HANDSHAKE_STR 26
wolfSSL 15:117db924cf7c 58 #define NEW_SESSION_STR 27
wolfSSL 15:117db924cf7c 59 #define BAD_NEW_SSL_STR 28
wolfSSL 15:117db924cf7c 60 #define GOT_PACKET_STR 29
wolfSSL 15:117db924cf7c 61 #define NO_DATA_STR 30
wolfSSL 15:117db924cf7c 62
wolfSSL 15:117db924cf7c 63 #define BAD_SESSION_STR 31
wolfSSL 15:117db924cf7c 64 #define GOT_OLD_CLIENT_HELLO_STR 32
wolfSSL 15:117db924cf7c 65 #define OLD_CLIENT_INPUT_STR 33
wolfSSL 15:117db924cf7c 66 #define OLD_CLIENT_OK_STR 34
wolfSSL 15:117db924cf7c 67 #define BAD_OLD_CLIENT_STR 35
wolfSSL 15:117db924cf7c 68 #define BAD_RECORD_HDR_STR 36
wolfSSL 15:117db924cf7c 69 #define RECORD_INPUT_STR 37
wolfSSL 15:117db924cf7c 70 #define GOT_HANDSHAKE_STR 38
wolfSSL 15:117db924cf7c 71 #define BAD_HANDSHAKE_STR 39
wolfSSL 15:117db924cf7c 72 #define GOT_CHANGE_CIPHER_STR 40
wolfSSL 15:117db924cf7c 73
wolfSSL 15:117db924cf7c 74 #define GOT_APP_DATA_STR 41
wolfSSL 15:117db924cf7c 75 #define BAD_APP_DATA_STR 42
wolfSSL 15:117db924cf7c 76 #define GOT_ALERT_STR 43
wolfSSL 15:117db924cf7c 77 #define ANOTHER_MSG_STR 44
wolfSSL 15:117db924cf7c 78 #define REMOVE_SESSION_STR 45
wolfSSL 15:117db924cf7c 79 #define KEY_FILE_STR 46
wolfSSL 15:117db924cf7c 80 #define BAD_IPVER_STR 47
wolfSSL 15:117db924cf7c 81 #define BAD_PROTO_STR 48
wolfSSL 15:117db924cf7c 82 #define PACKET_HDR_SHORT_STR 49
wolfSSL 15:117db924cf7c 83 #define GOT_UNKNOWN_RECORD_STR 50
wolfSSL 15:117db924cf7c 84
wolfSSL 15:117db924cf7c 85 #define BAD_TRACE_FILE_STR 51
wolfSSL 15:117db924cf7c 86 #define FATAL_ERROR_STR 52
wolfSSL 15:117db924cf7c 87 #define PARTIAL_INPUT_STR 53
wolfSSL 15:117db924cf7c 88 #define BUFFER_ERROR_STR 54
wolfSSL 15:117db924cf7c 89 #define PARTIAL_ADD_STR 55
wolfSSL 15:117db924cf7c 90 #define DUPLICATE_STR 56
wolfSSL 15:117db924cf7c 91 #define OUT_OF_ORDER_STR 57
wolfSSL 15:117db924cf7c 92 #define OVERLAP_DUPLICATE_STR 58
wolfSSL 15:117db924cf7c 93 #define OVERLAP_REASSEMBLY_BEGIN_STR 59
wolfSSL 15:117db924cf7c 94 #define OVERLAP_REASSEMBLY_END_STR 60
wolfSSL 15:117db924cf7c 95
wolfSSL 15:117db924cf7c 96 #define MISSED_CLIENT_HELLO_STR 61
wolfSSL 15:117db924cf7c 97 #define GOT_HELLO_REQUEST_STR 62
wolfSSL 15:117db924cf7c 98 #define GOT_SESSION_TICKET_STR 63
wolfSSL 15:117db924cf7c 99 #define BAD_INPUT_STR 64
wolfSSL 15:117db924cf7c 100 #define BAD_DECRYPT_TYPE 65
wolfSSL 15:117db924cf7c 101 #define BAD_FINISHED_MSG 66
wolfSSL 15:117db924cf7c 102 #define BAD_COMPRESSION_STR 67
wolfSSL 15:117db924cf7c 103 #define BAD_DERIVE_STR 68
wolfSSL 15:117db924cf7c 104 #define ACK_MISSED_STR 69
wolfSSL 15:117db924cf7c 105 #define BAD_DECRYPT 70
wolfSSL 15:117db924cf7c 106
wolfSSL 15:117db924cf7c 107 #define DECRYPT_KEYS_NOT_SETUP 71
wolfSSL 15:117db924cf7c 108 #define CLIENT_HELLO_LATE_KEY_STR 72
wolfSSL 15:117db924cf7c 109 #define GOT_CERT_STATUS_STR 73
wolfSSL 15:117db924cf7c 110 #define RSA_KEY_MISSING_STR 74
wolfSSL 15:117db924cf7c 111 #define NO_SECURE_RENEGOTIATION 75
wolfSSL 15:117db924cf7c 112
wolfSSL 15:117db924cf7c 113 #define BAD_SESSION_STATS 76
wolfSSL 15:117db924cf7c 114 #define REASSEMBLY_MAX_STR 77
wolfSSL 15:117db924cf7c 115 #define DROPPING_LOST_FRAG_STR 78
wolfSSL 15:117db924cf7c 116 #define DROPPING_PARTIAL_RECORD 79
wolfSSL 15:117db924cf7c 117 #define CLEAR_ACK_FAULT 80
wolfSSL 15:117db924cf7c 118
wolfSSL 15:117db924cf7c 119 #define BAD_DECRYPT_SIZE 81
wolfSSL 15:117db924cf7c 120 #define EXTENDED_MASTER_HASH_STR 82
wolfSSL 15:117db924cf7c 121 /* !!!! also add to msgTable in sniffer.c and .rc file !!!! */
wolfSSL 15:117db924cf7c 122
wolfSSL 15:117db924cf7c 123
wolfSSL 15:117db924cf7c 124 #endif /* wolfSSL_SNIFFER_ERROR_H */
wolfSSL 15:117db924cf7c 125
wolfSSL 15:117db924cf7c 126