* include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,

INTERNATIONAL_USAGE): Add constants. Specifying the Algorithms
This commit is contained in:
Dimitri Papadopoulos 2003-10-03 12:11:04 +00:00
parent 37b6c4adc5
commit f9cb5fcec4
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-10-03 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
* include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
INTERNATIONAL_USAGE): Add constants. Specifying the Algorithms
2003-10-03 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
* include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.

View File

@ -351,6 +351,9 @@ extern "C" {
#define CRYPT_FLAG_TLS1 0x0008
#define CRYPT_FLAG_IPSEC 0x0010
#define CRYPT_FLAG_SIGNING 0x0020
#define SCHANNEL_MAC_KEY 0x00000000
#define SCHANNEL_ENC_KEY 0x00000001
#define INTERNATIONAL_USAGE 0x00000001
typedef UINT ALG_ID;
typedef struct _VTableProvStruc {FARPROC FuncVerifyImage;} VTableProvStruc,*PVTableProvStruc;