GeneralName.x400Address syntax
Hello,
I am currently trying to write some syntax that will append some custom
extensions to an X509 certificate request and I am having problems
doing so.
At the moment I am trying to add an X.400 address to the subject alt
name extension of the certificate using a GeneralName structure but I
continue to get an exception stating that the format is not supported.
Does anyone have some example syntax of how I would build this X400
data into the subject alt name extension?
Many thanks in advance,
Adam
.
Relevant Pages
- Re: more idle thinking: SiMPL
... I am thinking of an odd piece of syntax: ... by extension: ... treatment of ';' could be a little more flexible than in C family languages, ... likely make an unreasonable headache for the compiler (AKA: ... (comp.lang.misc) - Re: Special symbols again (was Re: The problem with "as")
... >> we were discussing for the print statement. ... my argument for a consistent extension syntax is ... (comp.lang.python) - Re: Making C better (by borrowing from C++)
... and a real extension of the ... Extensions are a modification of the syntax, ... If I would have done it by hardwiring the overloaded functions into ... (comp.lang.c) - Re: Problem in creating Subject Alt Name using Crypto API
... How are you filling in the structure and encoding the Subject Alt Name ... extension itself? ... Did you specify CERT_ALT_NAME_RFC822_NAME for the dwAltNameChoice in the ... i hav encode my email into wide char string ... (microsoft.public.platformsdk.security) - Re: Source Filter
... >>and newsgroups I think I need to write a source filter. ... >sample syntax you posted because the graph builder either ... the file extension or the file ... >a custom protocol, doesn't end in a recognizable extension ... (microsoft.public.win32.programmer.directx.audio) |
|