SEPE plugin: xmlseclibs.php has newer versions #1975

pull/2487/head
nosolored 7 years ago
parent 9be2533e07
commit 664910ffa7
  1. 1
      composer.json
  2. 3
      plugin/sepe/src/wsse/soap-server-wsse.php
  3. 3
      plugin/sepe/src/wsse/soap-wsse.php
  4. 1820
      plugin/sepe/src/wsse/xmlseclibs.php

@ -79,6 +79,7 @@
"zendframework/zend-feed": "2.5.1|~2.6",
"zendframework/zend-http": "2.5.1|~2.6",
"zendframework/zend-soap": "2.5.1|~2.6",
"robrichards/xmlseclibs": "3.0.*",
"ezyang/htmlpurifier": "4.9.*",
"szymach/c-pchart": "3.0.4",

@ -40,7 +40,8 @@
* @version 1.0.0
*/
require('xmlseclibs.php');
use RobRichards\XMLSecLibs\XMLSecurityDSig;
use RobRichards\XMLSecLibs\XMLSecurityKey;
class WSSESoapServer {
const WSSENS = 'http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd';

@ -40,7 +40,8 @@
* @version 1.1.0-dev
*/
require('xmlseclibs.php');
use RobRichards\XMLSecLibs\XMLSecurityDSig;
use RobRichards\XMLSecLibs\XMLSecurityKey;
class WSSESoap {
const WSSENS = 'http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd';

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save