From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <802c9b0626bc30fd37f13ebc4f729d01@domik.fr> To: 9fans@cse.psu.edu From: Claude BONFANTI MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] E attribute in libsec/port/x509.c Date: Mon, 10 Mar 2003 13:13:35 +0000 Topicbox-Message-UUID: 7e1edd0c-eacb-11e9-9e20-41e7f4b1d025 Various attributes could be specified this way. % diff .../new.x509.c x509.c 2222c2222 < int data[7]; --- > int data[4]; 2226,2232c2226,2231 < {4, 2, 5, 4, 6, 0, 0, 0, "C="}, < {4, 2, 5, 4, 8, 0, 0, 0, "ST="}, < {4, 2, 5, 4, 7, 0, 0, 0, "L="}, < {4, 2, 5, 4, 10, 0, 0, 0, "O="}, < {4, 2, 5, 4, 11, 0, 0, 0, "OU="}, < {7, 1,2,840,113549,1,9,1, "E="}, < {4, 2, 5, 4, 3, 0, 0, 0, "CN="}, --- > {4, 2, 5, 4, 6, "C="}, > {4, 2, 5, 4, 8, "ST="}, > {4, 2, 5, 4, 7, "L="}, > {4, 2, 5, 4, 10, "O="}, > {4, 2, 5, 4, 11, "OU="}, > {4, 2, 5, 4, 3, "CN="}, % % aux/X509gen -p your_key.secret 'C=FR O=''-'' OU=''-'' E=''guess@nowere.fr'' CN=''Your_NAME'' ' >your_x509certificate.der