diff options
author | zangrc <zangrc.fnst@fujitsu.com> | 2021-07-09 09:37:26 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-07-13 09:39:15 -0700 |
commit | 67b26428a6b9848a943e0b44b6443ddb6212b93e (patch) | |
tree | b3ea98f7d20b0a6d01af06692c7d94c0d717397e | |
parent | cdac00501fc30fc7623c1194737e52da42000c4e (diff) | |
download | meta-openembedded-67b26428a6b9848a943e0b44b6443ddb6212b93e.tar.gz |
strongswan: upgrade 5.9.2 -> 5.9.3
- Added AES_ECB, SHA-3 and SHAKE-256 support to wolfssl plugin.
- Added AES_CCM and SHA-3 signature support to openssl plugin.
- The x509 and openssl plugins now consider the authorityKeyIdentifier, if
available, before verifying signatures, which avoids unnecessary signature
verifications after a CA key rollover if both certificates are loaded.
- The pkcs11 plugin better handles optional attributes like CKA_TRUSTED, which
previously depended on a version check.
- charon-nm now supports using SANs as client identities, not only full DNs.
- charon-tkm now handles IKE encryption.
- A MOBIKE update is sent again if a a change in the NAT mappings is detected
but the endpoints stay the same.
- Converted most of the test case scenarios to the vici interface
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb (renamed from meta-networking/recipes-support/strongswan/strongswan_5.9.2.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.9.2.bb b/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb index c178b4cda..8a704f6dc 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_5.9.2.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb | |||
@@ -12,8 +12,7 @@ SRC_URI = "http://download.strongswan.org/strongswan-${PV}.tar.bz2 \ | |||
12 | file://0001-memory.h-Include-stdint.h-for-uintptr_t.patch \ | 12 | file://0001-memory.h-Include-stdint.h-for-uintptr_t.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "8918e6675e1be3784817641f07eadeb8" | 15 | SRC_URI[sha256sum] = "9325ab56a0a4e97e379401e1d942ce3e0d8b6372291350ab2caae0755862c6f7" |
16 | SRC_URI[sha256sum] = "61c72f741edb2c1295a7b7ccce0317a104b3f9d39efd04c52cd05b01b55ab063" | ||
17 | 16 | ||
18 | UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar" | 17 | UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar" |
19 | 18 | ||