forked from robrichards/wse-php
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG.txt
38 lines (31 loc) · 1.16 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
wse-php
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, 2.0.3-dev
31 Aug 2017, 2.0.2
- Features:
- Add WSA From. Refs #29
Improvements:
- Allow xmlseclibs 2.x and 3.x
- Remove composer lock file as too many varying deps being tested against
09 Mar 2017, 2.0.1
Improvements:
- Change depreciated split to explode.
21 Oct 2016, 2.0.0
Features:
- Upgrade to use namespaces. Requires PHP 5.3+.
Bug Fixes:
- Add ValueType attribute when attaching token
24 Jun 2015, 1.1.0
Features:
- Add options parameter to signSoapDoc() method.
options include insertBefore and KeyInfo array (X509SubjectKeyIdentifier).
- Add options parameter to addEncryptedKey() method.
options include KeyInfo array (X509SubjectKeyIdentifier).
- Add encryptSoapDoc() method
- Add decryptSoapDoc() method
- Libraries now provide ability to interoperate with WCF servers using message
level security (Signatures and Encryption).
- Add signBody property (boolean) to allow for disabling of signing soap body.
08 Mar 2010, 1.0.0
Initial import of libraries to repository from cdatazone web site
Provides support for Digital Sigatures via WS-Security and WS-Addressing