Win32 fixes. Add GOST algorithm to mkdef, update ordinals. Signed/unsigned fixes.

This commit is contained in:
Dr. Stephen Henson
2007-03-16 22:20:55 +00:00
parent bbb5cf05db
commit 3627fedbea
3 changed files with 9 additions and 3 deletions

View File

@@ -3903,3 +3903,9 @@ TS_TST_INFO_get_ext_by_critical 4283 EXIST::FUNCTION:
EVP_PKEY_CTX_new_id 4284 EXIST::FUNCTION:
TS_REQ_get_ext_by_OBJ 4285 EXIST::FUNCTION:
TS_CONF_set_signer_cert 4286 EXIST::FUNCTION:
BIO_asn1_get_prefix 4287 EXIST::FUNCTION:
BIO_asn1_set_prefix 4288 EXIST::FUNCTION:
BIO_f_asn1 4289 EXIST::FUNCTION:
BIO_asn1_set_suffix 4290 EXIST::FUNCTION:
BIO_asn1_get_suffix 4291 EXIST::FUNCTION:
PKCS7_stream 4292 EXIST::FUNCTION:

View File

@@ -85,7 +85,7 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
"CAST", "MD2", "MD4", "MD5", "SHA", "SHA0", "SHA1",
"SHA256", "SHA512", "RIPEMD",
"MDC2", "RSA", "DSA", "DH", "EC", "ECDH", "ECDSA",
"HMAC", "AES", "WHIRLPOOL", "CAMELLIA",
"HMAC", "AES", "WHIRLPOOL", "CAMELLIA", "GOST",
# Envelope "algorithms"
"EVP", "X509", "ASN1_TYPEDEFS",
# Helper "algorithms"