summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-03-16 22:20:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-03-16 22:20:55 +0000
commit3627fedbea173f2155a5cd72053d6f29af4e0dfc (patch)
tree5efb7ebefcc88c59556ca1edbcac539dd38070ac /util
parentbbb5cf05dbe67017c35d10d334d2ab29c2ad6458 (diff)
Win32 fixes. Add GOST algorithm to mkdef, update ordinals. Signed/unsigned fixes.
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num6
-rwxr-xr-xutil/mkdef.pl2
2 files changed, 7 insertions, 1 deletions
diff --git a/util/libeay.num b/util/libeay.num
index 5ae838194b..4040ab5904 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -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:
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 972292e61c..8bb9c49794 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -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"