File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11xmlseclibs.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+
31212, Dec 2026, 3.1.5
413Security:
514- Validate AES-GCM Authentication Tag (Sideni)
Original file line number Diff line number Diff line change 1- Copyright (c) 2007-2024 , Robert Richards <rrichards@cdatazone.org>.
1+ Copyright (c) 2007-2026 , Robert Richards <rrichards@cdatazone.org>.
22All rights reserved.
33
44Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
4343require __DIR__ . '/vendor/autoload.php ' ;
You can’t perform that action at this time.
0 commit comments