Issue 54224 - com.sun.star.security.XCertificateExtension not UNO conform
Summary: com.sun.star.security.XCertificateExtension not UNO conform
Status: ACCEPTED
Alias: None
Product: xml
Classification: Code
Component: code (show other issues)
Version: 680m125
Hardware: All All
: P3 Trivial (vote)
Target Milestone: AOO Later
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-05 10:42 UTC by joachim.lingner
Modified: 2013-02-07 21:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joachim.lingner 2005-09-05 10:42:17 UTC
The attribut com::sun::star::security::XCertificateExtension::ExtensionValue
returns a sequence of bytes. This sequences cannot be used in UNO unless one
knows the implementation of the service. For example, on Windows one would have
to cast the bytes to a structure CRYPT_OBJID_BLOB to process the data. When the
implementation uses NSS then this would fail because it uses other structures.

One needs to define proper UNO structures for X.509 extensions, so that the
information can be used without using platform - specific APIs.
The implementation of the service DocumentDigitalSignatures must be adopted
accordingly.

The XCertificateExtension interface SHOULD not be published until that is fixed.
Comment 1 malte_timmermann 2005-09-12 10:31:51 UTC
...
Comment 2 malte_timmermann 2006-09-18 12:21:09 UTC
MT->JL: I think you will clean up yourself ;)
Comment 3 joachim.lingner 2006-10-18 08:37:41 UTC
.