Skip to content

Commit e96cd2b

Browse files
committed
updates for next version
1 parent 1691440 commit e96cd2b

6 files changed

Lines changed: 19 additions & 10 deletions

File tree

CHANGELOG.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
xmlseclibs.php
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
??, ??? ????, 4.0.0
4+
Security Improvements:
5+
6+
Features:
7+
- Remove support for PHP < 8.0
8+
- add support for RSA PSS (Julius Türich and joonlabs)
9+
- use phpseclib for encrypting rsa-oaep and rsa-oaep-mgf1p
10+
(Julius Türich and joonlabs)
11+
312
12, Dec 2026, 3.1.5
413
Security:
514
- Validate AES-GCM Authentication Tag (Sideni)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2007-2024, Robert Richards <rrichards@cdatazone.org>.
1+
Copyright (c) 2007-2026, Robert Richards <rrichards@cdatazone.org>.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

src/XMLSecEnc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* xmlseclibs.php
1313
*
14-
* Copyright (c) 2007-2024, Robert Richards <rrichards@cdatazone.org>.
14+
* Copyright (c) 2007-2026, Robert Richards <rrichards@cdatazone.org>.
1515
* All rights reserved.
1616
*
1717
* Redistribution and use in source and binary forms, with or without
@@ -44,7 +44,7 @@
4444
* POSSIBILITY OF SUCH DAMAGE.
4545
*
4646
* @author Robert Richards <rrichards@cdatazone.org>
47-
* @copyright 2007-2024 Robert Richards <rrichards@cdatazone.org>
47+
* @copyright 2007-2026 Robert Richards <rrichards@cdatazone.org>
4848
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
4949
*/
5050

src/XMLSecurityDSig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* xmlseclibs.php
1313
*
14-
* Copyright (c) 2007-2024, Robert Richards <rrichards@cdatazone.org>.
14+
* Copyright (c) 2007-2026, Robert Richards <rrichards@cdatazone.org>.
1515
* All rights reserved.
1616
*
1717
* Redistribution and use in source and binary forms, with or without
@@ -44,7 +44,7 @@
4444
* POSSIBILITY OF SUCH DAMAGE.
4545
*
4646
* @author Robert Richards <rrichards@cdatazone.org>
47-
* @copyright 2007-2024 Robert Richards <rrichards@cdatazone.org>
47+
* @copyright 2007-2026 Robert Richards <rrichards@cdatazone.org>
4848
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
4949
*/
5050

src/XMLSecurityKey.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* xmlseclibs.php
1111
*
12-
* Copyright (c) 2007-2024, Robert Richards <rrichards@cdatazone.org>.
12+
* Copyright (c) 2007-2026, Robert Richards <rrichards@cdatazone.org>.
1313
* All rights reserved.
1414
*
1515
* Redistribution and use in source and binary forms, with or without
@@ -42,7 +42,7 @@
4242
* POSSIBILITY OF SUCH DAMAGE.
4343
*
4444
* @author Robert Richards <rrichards@cdatazone.org>
45-
* @copyright 2007-2024 Robert Richards <rrichards@cdatazone.org>
45+
* @copyright 2007-2026 Robert Richards <rrichards@cdatazone.org>
4646
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
4747
*/
4848

xmlseclibs.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* xmlseclibs.php
44
*
5-
* Copyright (c) 2007-2024, Robert Richards <rrichards@cdatazone.org>.
5+
* Copyright (c) 2007-2026, Robert Richards <rrichards@cdatazone.org>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -35,9 +35,9 @@
3535
* POSSIBILITY OF SUCH DAMAGE.
3636
*
3737
* @author Robert Richards <rrichards@cdatazone.org>
38-
* @copyright 2007-2024 Robert Richards <rrichards@cdatazone.org>
38+
* @copyright 2007-2026 Robert Richards <rrichards@cdatazone.org>
3939
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
40-
* @version 3.1.3
40+
* @version 4.0.0
4141
*/
4242

4343
require __DIR__ . '/vendor/autoload.php';

0 commit comments

Comments
 (0)