summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-01-06 13:37:32 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-01-06 13:37:32 +0000
commit1db0788f59187bd5fa1676ddd1e22a3ad94e7df4 (patch)
treec53678f865b55af4a83212750c12e774caa14933
parent44344e2c94ecfbf57de79d3683ef59188e6a00c7 (diff)
downloadgnutls_1_1_5.tar.gz
*** empty log message ***gnutls_1_1_5
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--lib/pkix.asn2
-rw-r--r--lib/pkix_asn1_tab.c10
4 files changed, 13 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7d2fb1bd47..b369c909f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.1.5
+Version 1.1.5 (06/01/2004)
- Added the gnutls_sign_algorithm type.
Version 1.1.4 (04/01/2004)
diff --git a/configure.in b/configure.in
index 30e2b3a3eb..784631642d 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ AC_DEFINE_UNQUOTED(T_OS, "$target_os", [OS name])
dnl Gnutls Version
GNUTLS_MAJOR_VERSION=1
GNUTLS_MINOR_VERSION=1
-GNUTLS_MICRO_VERSION=4
+GNUTLS_MICRO_VERSION=5
GNUTLS_VERSION=$GNUTLS_MAJOR_VERSION.$GNUTLS_MINOR_VERSION.$GNUTLS_MICRO_VERSION
AC_DEFINE_UNQUOTED(GNUTLS_VERSION, "$GNUTLS_VERSION", [version of gnutls])
diff --git a/lib/pkix.asn b/lib/pkix.asn
index 71cc5645d8..5a2f93d73d 100644
--- a/lib/pkix.asn
+++ b/lib/pkix.asn
@@ -453,7 +453,7 @@ X520pseudonym ::= DirectoryString
id-at-streetAddress AttributeType ::= {id-at 9}
X520streetAddress ::= DirectoryString
-id-at-postalAddress ::= {id-at 16}
+id-at-postalAddress AttributeType ::= {id-at 16}
X520postalAddress ::= PostalAddress
PostalAddress ::= SEQUENCE OF DirectoryString
diff --git a/lib/pkix_asn1_tab.c b/lib/pkix_asn1_tab.c
index 7a3d22cedf..f2ab0c14e8 100644
--- a/lib/pkix_asn1_tab.c
+++ b/lib/pkix_asn1_tab.c
@@ -431,6 +431,16 @@ const ASN1_ARRAY_TYPE pkix_asn1_tab[]={
{0,1073741825,"id-at"},
{0,1,"65"},
{"X520pseudonym",1073741826,"DirectoryString"},
+ {"id-at-streetAddress",1880096780,"AttributeType"},
+ {0,1073741825,"id-at"},
+ {0,1,"9"},
+ {"X520streetAddress",1073741826,"DirectoryString"},
+ {"id-at-postalAddress",1880096780,"AttributeType"},
+ {0,1073741825,"id-at"},
+ {0,1,"16"},
+ {"X520postalAddress",1073741826,"PostalAddress"},
+ {"PostalAddress",1610612747,0},
+ {0,2,"DirectoryString"},
{"pkcs",1879048204,0},
{"iso",1073741825,"1"},
{"member-body",1073741825,"2"},