sslciphers.h (ssldump-0.9b3) | : | sslciphers.h (ssldump-1.3) | ||
---|---|---|---|---|
skipping to change at line 71 | skipping to change at line 71 | |||
#define SIG_RSA 0x20 | #define SIG_RSA 0x20 | |||
#define SIG_DSS 0x21 | #define SIG_DSS 0x21 | |||
#define SIG_NONE 0x22 | #define SIG_NONE 0x22 | |||
#define ENC_DES 0x30 | #define ENC_DES 0x30 | |||
#define ENC_3DES 0x31 | #define ENC_3DES 0x31 | |||
#define ENC_RC4 0x32 | #define ENC_RC4 0x32 | |||
#define ENC_RC2 0x33 | #define ENC_RC2 0x33 | |||
#define ENC_IDEA 0x34 | #define ENC_IDEA 0x34 | |||
#define ENC_NULL 0x35 | #define ENC_AES128 0x35 | |||
#define ENC_AES256 0x36 | ||||
#define ENC_CAMELLIA128 0x37 | ||||
#define ENC_CAMELLIA256 0x38 | ||||
#define ENC_SEED 0x39 | ||||
#define ENC_NULL 0x3a | ||||
#define ENC_AES128_GCM 0x3b | ||||
#define ENC_AES256_GCM 0x3c | ||||
#define DIG_MD5 0x40 | #define DIG_MD5 0x40 | |||
#define DIG_SHA 0x41 | #define DIG_SHA 0x41 | |||
#define DIG_SHA224 0x42 /* Not sure why EKR didn't follow RFC for */ | ||||
#define DIG_SHA256 0x43 /* these values, but whatever, just adding on */ | ||||
#define DIG_SHA384 0x44 | ||||
#define DIG_SHA512 0x45 | ||||
int ssl_find_cipher PROTO_LIST((int num,SSL_CipherSuite **cs)); | int ssl_find_cipher PROTO_LIST((int num,SSL_CipherSuite **cs)); | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 12 lines changed or added |