Re: info/CWS jl127 Interface change XSecurityEnvironment

Joachim Lingner - Sun Germany Software Engineer - ham02 - Hamburg <[email protected]> Thu, 27 Aug 2009 15:05:42 +0200
Newsgroups gmane.comp.openoffice.announce.interface
Message-ID <[email protected]>
            Type: info
           Title: Java UnoRuntime.queryInterface simplification
       Posted by: [email protected]
        Affected:
          TaskId: i100873
  <http://qa.openoffice.org/issues/show_bug.cgi?id=100873>
  Effective from: DEV300m57 CWS jl127


  *Summary*
  --------
  com.sun.star.xml.crypto.XSecurityEnvironment:
  - long verifyCertificate([in] com::sun::star::security::XCertificate cert)
  + long verifyCertificate([in] com::sun::star::security::XCertificate cert,
       [in] sequences<com::sun::star::security::XCertificate> 
intermediaCerts)


  *Description*
  -------------
The interface is unpublished !

Additional certificates can now be provided to the functions, which are 
needed to validate the certificate. This is necessary, if intermediate 
certificates, that is, all certificates between the end and the root 
certificate in the certificate chain, are otherwise not available or 
cannot be obtained.