libmbedcrypto7-2.28.0-bp154.2.3.1 4>$  Apc.Ȝ!M@eee)WN)4 U-u=6M%2ʓe֜۔2QZ1L1cVcK .:'~sKxF:oaI߽ITd647C,VeNiZZ-5`6 TK<>7p_?Π6^iV~8bhl Y{)Eknj/)Z4Mf_.Z%t D2{I0 y%`Vy7a3138516b6ee7bff7200a05e251b78c3591506d9f5c99c3296b6125f544b5b3d72f2ca78e33ebaa6f79c0b651b89f8a2c0aae12xc.Ȝ!M@eeeK&ŹeG|mF( zL>P`<ڶWIod$HWDę"I!O/\Ҳ2I14qXSgQGԼ?8F&su%:$ &.%2RePW7DŽ.)x1 J&5׃L Mh쫂Qzi6MH&=rie=+tTOg+M߿YNJ=:s]6c\[7v%l"UMո)T]ե:UX- "DN >p@O?Od $ K  9BM fw    P l| D 1 (S8\-9-: ->K@KFKGKHKIKXKYL\L(]L8^LzbLcMedN eNfNlNuN,vN<wNxO yOzO0O@ODOJOClibmbedcrypto72.28.0bp154.2.3.1Cryptographic base library for mbedtlsThis subpackage of mbedtls contains a library that exposes cryptographic ciphers, hashes, algorithms and format support such as AES, MD5, SHA, Elliptic Curves, BigNum, PKCS, ASN.1, BASE64.c.obs-power8-05 SUSE Linux Enterprise 15openSUSEApache-2.0http://bugs.opensuse.orgSystem/Librarieshttps://tls.mbed.orglinuxppc64le X,^A큤c.Sc.c.a 092737f279fcde3149dddb77e64724dce9ebd08e91a320314da5b772b5e0ad4bcfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30libmbedcrypto.so.2.28.0rootrootrootrootrootrootrootrootmbedtls-2.28.0-bp154.2.3.1.src.rpmlibmbedcrypto.so.7()(64bit)libmbedcrypto7libmbedcrypto7(ppc-64)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3c@aZ@a@``x*`X`__X_V _L@_:q@^]@]nU\3?@\\[~[CN@Za@Z%Z@YzYcl@XX(UWW@WhWW~VGVLh@VZU@U~@UUF@U hUUt@Ut@TC@TWn@Alexander Bergmann Guillaume GARDET Guillaume GARDET Pedro Monreal Martin Pluskal Guillaume GARDET Luigi Baldoni Dirk Müller Dirk Mueller Stefan Brüns Martin Pluskal Dirk Mueller Martin Pluskal Martin Pluskal Martin Pluskal Martin Pluskal Pedro Monreal Gonzalez Pedro Monreal Gonzalez mpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comkbabioch@suse.comfisiu@opensuse.orgmpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comjengelh@inai.dempluskal@suse.comastieger@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comdimstar@opensuse.orgfisiu@opensuse.orgschwab@suse.dempluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comfisiu@opensuse.orgfisiu@opensuse.org- Fix potential heap buffer overread and overwrite in DTLS if MBEDTLS_SSL_DTLS_CONNECTION_ID is enabled and MBEDTLS_SSL_CID_IN_LEN_MAX > 2 * MBEDTLS_SSL_CID_OUT_LEN_MAX. (bsc#1206576, CVE-2022-46393). Add: mbedtls-CVE-2022-46393.patch- Fix baselib.conf- Update to 2.28.0: (bsc#1193979, CVE-2021-45450) API changes * Some fields of mbedtls_ssl_session and mbedtls_ssl_config are in a different order. This only affects applications that define such structures directly or serialize them. Requirement changes * Sign-magnitude and one's complement representations for signed integers are not supported. Two's complement is the only supported representation. Removals * Remove config option MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES, which allowed SHA-1 in the default TLS configuration for certificate signing. It was intended to facilitate the transition in environments with SHA-1 certificates. SHA-1 is considered a weak message digest and its use constitutes a security risk. * Remove the partial support for running unit tests via Greentea on Mbed OS, which had been unmaintained since 2018. Features * The identifier of the CID TLS extension can be configured by defining MBEDTLS_TLS_EXT_CID at compile time. * Warn if errors from certain functions are ignored. This is currently supported on GCC-like compilers and on MSVC and can be configured through the macro MBEDTLS_CHECK_RETURN. The warnings are always enabled (where supported) for critical functions where ignoring the return value is almost always a bug. Enable the new configuration option MBEDTLS_CHECK_RETURN_WARNING to get warnings for other functions. This is currently implemented in the AES, DES and md modules, and will be extended to other modules in the future. * Add missing PSA macros declared by PSA Crypto API 1.0.0: PSA_ALG_IS_SIGN_HASH, PSA_ALG_NONE, PSA_HASH_BLOCK_LENGTH, PSA_KEY_ID_NULL. * Add new API mbedtls_ct_memcmp for constant time buffer comparison. * Add PSA API definition for ARIA. Security * Zeroize several intermediate variables used to calculate the expected value when verifying a MAC or AEAD tag. This hardens the library in case the value leaks through a memory disclosure vulnerability. For example, a memory disclosure vulnerability could have allowed a man-in-the-middle to inject fake ciphertext into a DTLS connection. * In psa_cipher_generate_iv() and psa_cipher_encrypt(), do not read back from the output buffer. This fixes a potential policy bypass or decryption oracle vulnerability if the output buffer is in memory that is shared with an untrusted application. * Fix a double-free that happened after mbedtls_ssl_set_session() or mbedtls_ssl_get_session() failed with MBEDTLS_ERR_SSL_ALLOC_FAILED (out of memory). After that, calling mbedtls_ssl_session_free() and mbedtls_ssl_free() would cause an internal session buffer to be free()'d twice. Bugfix * Stop using reserved identifiers as local variables. Fixes #4630. * The GNU makefiles invoke python3 in preference to python except on Windows. * The check was accidentally not performed when cross-compiling for Windows on Linux. Fix this. Fixes #4774. * Prevent divide by zero if either of PSA_CIPHER_ENCRYPT_OUTPUT_SIZE() or PSA_CIPHER_UPDATE_OUTPUT_SIZE() were called using an asymmetric key type. * Fix a parameter set but unused in psa_crypto_cipher.c. Fixes #4935. * Don't use the obsolete header path sys/fcntl.h in unit tests. These header files cause compilation errors in musl. Fixes #4969. * Fix missing constraints on x86_64 and aarch64 assembly code for bignum multiplication that broke some bignum operations with (at least) Clang 12. Fixes #4116, #4786, #4917, #4962. * Fix mbedtls_cipher_crypt: AES-ECB when MBEDTLS_USE_PSA_CRYPTO is enabled. * Failures of alternative implementations of AES or DES single-block functions enabled with MBEDTLS_AES_ENCRYPT_ALT, MBEDTLS_AES_DECRYPT_ALT, MBEDTLS_DES_CRYPT_ECB_ALT or MBEDTLS_DES3_CRYPT_ECB_ALT were ignored. This does not concern the implementation provided with Mbed TLS, where this function cannot fail, or full-module replacements with MBEDTLS_AES_ALT or MBEDTLS_DES_ALT. Reported by Armelle Duboc in #1092. * Some failures of HMAC operations were ignored. These failures could only happen with an alternative implementation of the underlying hash module. * Fix the error returned by psa_generate_key() for a public key. Fixes #4551. * Fix the build of sample programs when neither MBEDTLS_ERROR_C nor MBEDTLS_ERROR_STRERROR_DUMMY is enabled. * Fix PSA_ALG_RSA_PSS verification accepting an arbitrary salt length. This algorithm now accepts only the same salt length for verification that it produces when signing, as documented. Use the new algorithm PSA_ALG_RSA_PSS_ANY_SALT to accept any salt length. Fixes #4946. * The existing predicate macro name PSA_ALG_IS_HASH_AND_SIGN is now reserved for algorithm values that fully encode the hashing step, as per the PSA Crypto API specification. This excludes PSA_ALG_RSA_PKCS1V15_SIGN_RAW and PSA_ALG_ECDSA_ANY. The new predicate macro PSA_ALG_IS_SIGN_HASH covers all algorithms that can be used with psa_{sign,verify}_hash(), including these two. * Fix issue in Makefile on Linux with SHARED=1, that caused shared libraries not to list other shared libraries they need. * Fix a bug in mbedtls_gcm_starts() when the bit length of the iv exceeds 2^32. Fixes #4884. * Fix an uninitialized variable warning in test_suite_ssl.function with GCC version 11. * Fix the build when no SHA2 module is included. Fixes #4930. * Fix the build when only the bignum module is included. Fixes #4929. * Fix a potential invalid pointer dereference and infinite loop bugs in pkcs12 functions when the password is empty. Fix the documentation to better describe the inputs to these functions and their possible values. Fixes #5136. * The key usage flags PSA_KEY_USAGE_SIGN_MESSAGE now allows the MAC operations psa_mac_compute() and psa_mac_sign_setup(). * The key usage flags PSA_KEY_USAGE_VERIFY_MESSAGE now allows the MAC operations psa_mac_verify() and psa_mac_verify_setup(). Changes * Set config option MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE to be disabled by default. * Improve the performance of base64 constant-flow code. The result is still slower than the original non-constant-flow implementation, but much faster than the previous constant-flow implementation. Fixes #4814. * Indicate in the error returned if the nonce length used with ChaCha20-Poly1305 is invalid, and not just unsupported. * The mbedcrypto library includes a new source code module constant_time.c, containing various functions meant to resist timing side channel attacks. * This module does not have a separate configuration option, and functions from this module will be included in the build as required. Currently most of the interface of this module is private and may change at any time.- Update to 2.27.0: API changes: * Update AEAD output size macros to bring them in line with the PSA Crypto API version 1.0 spec. This version of the spec parameterizes them on the key type used, as well as the key bit-size in the case of PSA_AEAD_TAG_LENGTH. The old versions of these macros were renamed and deprecated as follows: - PSA_AEAD_TAG_LENGTH -> PSA_AEAD_TAG_LENGTH_1_ARG - PSA_AEAD_ENCRYPT_OUTPUT_SIZE -> PSA_AEAD_ENCRYPT_OUTPUT_SIZE_2_ARG - PSA_AEAD_DECRYPT_OUTPUT_SIZE -> PSA_AEAD_DECRYPT_OUTPUT_SIZE_2_ARG - PSA_AEAD_UPDATE_OUTPUT_SIZE -> PSA_AEAD_UPDATE_OUTPUT_SIZE_2_ARG - PSA_AEAD_FINISH_OUTPUT_SIZE -> PSA_AEAD_FINISH_OUTPUT_SIZE_1_ARG - PSA_AEAD_VERIFY_OUTPUT_SIZE -> PSA_AEAD_VERIFY_OUTPUT_SIZE_1_ARG * Implement one-shot cipher functions, psa_cipher_encrypt and psa_cipher_decrypt, according to the PSA Crypto API 1.0.0 specification. Features: * Add mbedtls_rsa_rsassa_pss_sign_ext() function allowing to generate a signature with a specific salt length. This function allows to validate test cases provided in the NIST's CAVP test suite. * Added support for built-in driver keys through the PSA opaque crypto driver interface. Refer to the documentation of MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS for more information. * Implement psa_sign_message() and psa_verify_message(). * The new function mbedtls_mpi_random() generates a random value in a given range uniformly. * Implement psa_mac_compute() and psa_mac_verify() as defined in the PSA Cryptograpy API 1.0.0 specification. * MBEDTLS_ECP_MAX_BITS is now determined automatically from the configured curves and no longer needs to be configured explicitly to save RAM. Security * Fix a bias in the generation of finite-field Diffie-Hellman-Merkle (DHM) private keys and of blinding values for DHM and elliptic curves (ECP) computations. * Fix a potential side channel vulnerability in ECDSA ephemeral key generation. An adversary who is capable of very precise timing measurements could learn partial information about the leading bits of the nonce used for the signature, allowing the recovery of the private key after observing a large number of signature operations. This completes a partial fix in Mbed TLS 2.20.0. * It was possible to configure MBEDTLS_ECP_MAX_BITS to a value that is too small, leading to buffer overflows in ECC operations. Fail the build in such a case. * An adversary with access to precise enough information about memory accesses (typically, an untrusted operating system attacking a secure enclave) could recover an RSA private key after observing the victim performing a single private-key operation. * An adversary with access to precise enough timing information (typically, a co-located process) could recover a Curve25519 or Curve448 static ECDH key after inputting a chosen public key and observing the victim performing the corresponding private-key operation. Bugfix * Add printf function attributes to mbedtls_debug_print_msg to ensure we get printf format specifier warnings. * Fix premature fopen() call in mbedtls_entropy_write_seed_file which may lead to seed file corruption in the case where the path to the seed file is equal to MBEDTLS_PLATFORM_STD_NV_SEED_FILE. * PSA functions other than psa_open_key now return PSA_ERROR_INVALID_HANDLE rather than PSA_ERROR_DOES_NOT_EXIST for an invalid handle, bringing them in line with version 1.0.0 of the specification. * PSA functions creating a key now return PSA_ERROR_INVALID_ARGUMENT rather than PSA_ERROR_INVALID_HANDLE when the identifier specified for the key to create is not valid, bringing them in line with version 1.0.0 of the specification. * Fix some cases in the bignum module where the library constructed an unintended representation of the value 0 which was not processed correctly by some bignum operations. This could happen when mbedtls_mpi_read_string() was called on "-0", or when mbedtls_mpi_mul_mpi() and mbedtls_mpi_mul_int() was called with one of the arguments being negative and the other being 0. * Fix a bug in ECDSA that would cause it to fail when the hash is all-bits zero. * Fix a compilation error when MBEDTLS_ECP_RANDOMIZE_MXZ_ALT is defined. * Fix an incorrect error code when parsing a PKCS#8 private key. * In a TLS client, enforce the Diffie-Hellman minimum parameter size set with mbedtls_ssl_conf_dhm_min_bitlen() precisely. Before, the minimum size was rounded down to the nearest multiple of 8. * In library/net_sockets.c, _POSIX_C_SOURCE and _XOPEN_SOURCE are defined to specific values. If the code is used in a context where these are already defined, this can result in a compilation error. Instead, assume that if they are defined, the values will be adequate to build Mbed TLS. * The cipher suite TLS-RSA-WITH-CAMELLIA-256-GCM-SHA384 was not available when SHA-1 was disabled and was offered when SHA-1 was enabled but SHA-384 was disabled. Fix the dependency. * Do not offer SHA384 cipher suites when SHA-384 is disabled. * With MBEDTLS_PSA_CRYPTO_C disabled, some functions were getting built nonetheless, resulting in undefined reference errors when building a shared library. * Fix test suite code on platforms where int32_t is not int, such as Arm Cortex-M. * Fix some issues affecting MBEDTLS_ARIA_ALT implementations: a misplaced directive in a header and a missing initialization in the self-test. * Fix a missing initialization in the Camellia self-test, affecting MBEDTLS_CAMELLIA_ALT implementations. * Restore the ability to configure PSA via Mbed TLS options to support RSA key pair operations but exclude RSA key generation. When MBEDTLS_GENPRIME is not defined PSA will no longer attempt to use mbedtls_rsa_gen_key(). * Fix a regression introduced in 2.24.0 which broke (D)TLS CBC ciphersuites (when the encrypt-then-MAC extension is not in use) with some ALT implementations of the underlying hash (SHA-1, SHA-256, SHA-384), causing the affected side to wrongly reject valid messages. * Remove outdated check-config.h check that prevented implementing the timing module on Mbed OS. * Fix PSA_ALG_TLS12_PRF and PSA_ALG_TLS12_PSK_TO_MS being too permissive about missing inputs. * Fix a resource leak in a test suite with an alternative AES implementation. * Fix a crash in mbedtls_mpi_debug_mpi on a bignum having 0 limbs. This could notably be triggered by setting the TLS debug level to 3 or above and using a Montgomery curve for the key exchange. * psa_verify_hash() was relying on implementation-specific behavior of mbedtls_rsa_rsassa_pss_verify() and was causing failures in some _ALT implementations. This reliance is now removed. * Disallow inputs of length different from the corresponding hash when signing or verifying with PSA_ALG_RSA_PSS (The PSA Crypto API mandates that PSA_ALG_RSA_PSS uses the same hash throughout the algorithm.) * Fix a null pointer dereference when mbedtls_mpi_exp_mod() was called with A=0 represented with 0 limbs. Up to and including Mbed TLS 2.26, this bug could not be triggered by code that constructed A with one of the mbedtls_mpi_read_xxx functions (including in particular TLS code) since those always built an mpi object with at least one limb. * Fix mbedtls_mpi_gcd(G,A,B) when the value of B is zero. This had no effect on Mbed TLS's internal use of mbedtls_mpi_gcd(), but may affect applications that call mbedtls_mpi_gcd() directly. * The PSA API no longer allows the creation or destruction of keys with a read-only lifetime. The persistence level PSA_KEY_PERSISTENCE_READ_ONLY can now only be used as intended, for keys that cannot be modified through normal use of the API. * When MBEDTLS_PSA_CRYPTO_SPM is enabled, crypto_spe.h was not included in all the right places. Include it from crypto_platform.h, which is the natural place. * mbedtls_pk_sign() and mbedtls_pk_verify() and their extended and restartable variants now always honor the specified hash length if nonzero. Before, for RSA, hash_len was ignored in favor of the length of the specified hash algorithm. * Fix which alert is sent in some cases to conform to the applicable RFC: on an invalid Finished message value, an invalid max_fragment_length extension, or an unsupported extension used by the server. * Correct (change from 12 to 13 bytes) the value of the macro describing the maximum nonce length returned by psa_aead_generate_nonce(). Changes * Add extra printf compiler warning flags to builds. * Fix memsan build false positive in x509_crt.c with Clang 11 * Fix the setting of the read timeout in the DTLS sample programs. * Remove the AES sample application programs/aes/aescrypt2 which shows bad cryptographic practice. * Alternative implementations of CMAC may now opt to not support 3DES as a CMAC block cipher, and still pass the CMAC self test. * Remove configs/config-psa-crypto.h, which was identical to the default configuration except for having some extra cryptographic mechanisms enabled and for unintended differences. This configuration was primarily intended to demonstrate the PSA API, and lost most of its usefulness when MBEDTLS_PSA_CRYPTO_C became enabled by default. * When building the test suites with GNU make, invoke python3 or python, not python2, which is no longer supported upstream. * When using session cache based session resumption on the server, double-check that custom session cache implementations return sessions which are consistent with the negotiated ciphersuite and compression method. * Fix build failure on MinGW toolchain when __USE_MING_ANSI_STDIO is on. When that flag is on, standard GNU C printf format specifiers should be used. * Reduce the default value of MBEDTLS_ECP_WINDOW_SIZE. This reduces RAM usage during ECC operations at a negligible performance cost. * mbedtls_mpi_read_binary(), mbedtls_mpi_read_binary_le() and mbedtls_mpi_read_string() now construct an mbedtls_mpi object with 0 limbs when their input has length 0. Note that this is an implementation detail and can change at any time, so this change should be transparent, but it may result in mbedtls_mpi_write_binary() or mbedtls_mpi_write_string() now writing an empty string where it previously wrote one or more zero digits when operating from values constructed with an mpi_read function and some mpi operations. * Implicitly add PSA_KEY_USAGE_SIGN_MESSAGE key usage policy flag when PSA_KEY_USAGE_SIGN_HASH flag is set and PSA_KEY_USAGE_VERIFY_MESSAGE flag when PSA_KEY_USAGE_VERIFY_HASH flag is set. This usage flag extension is also applied when loading a key from storage. * Remove mbedtls-4237.patch upstream * Library soname bump to libmbedcrypto7- Workaround for building with gcc-11 boo#1181876- Update to 2.26.0: [bsc#1189589, CVE-2021-24119] * * This release of Mbed TLS provides bug fixes, minor enhancements and new features. This release includes fixes for security issues. * see https://github.com/ARMmbed/mbedtls/releases/tag/v2.26.0 - Fix build with patch from https://github.com/ARMmbed/mbedtls/pull/4237 mbedtls-4237.patch- Fix build for Leap targets - Use upstream tarball name- update to 2.25.0: * This release of Mbed TLS provides bug fixes, minor enhancements and new features. This release includes fixes for security issues. * see https://github.com/ARMmbed/mbedtls/releases/tag/v2.25.0 * The functions mbedtls_cipher_auth_encrypt() and mbedtls_cipher_auth_decrypt() would write past the minimum documented size of the output buffer when used with NIST_KW. As a result, code using those functions as documented with NIST_KW could have a buffer overwrite of up to 15 bytes, with consequences ranging up to arbitrary code execution depending on the location of the output buffer. * Limit the size of calculations performed by mbedtls_mpi_exp_mod to MBEDTLS_MPI_MAX_SIZE to prevent a potential denial of service when generating Diffie-Hellman key pairs. Credit to OSS-Fuzz. * A failure of the random generator was ignored in mbedtls_mpi_fill_random(), which is how most uses of randomization in asymmetric cryptography (including key generation, intermediate value randomization and blinding) are implemented. This could cause failures or the silent use of non-random values. A random generator can fail if it needs reseeding and cannot not obtain entropy, or due to an internal failure (which, for Mbed TLS's own CTR_DRBG or HMAC_DRBG, can only happen due to a misconfiguration). * Fix a compliance issue whereby we were not checking the tag on the algorithm parameters (only the size) when comparing the signature in the description part of the cert to the real signature. This meant that a NULL algorithm parameters entry would look identical to an array of REAL (size zero) to the library and thus the certificate would be considered valid. However, if the parameters do not match in any way then the certificate should be considered invalid, and indeed OpenSSL marks these certs as invalid when mbedtls did not. Many thanks to guidovranken who found this issue via differential fuzzing and reported it in #3629. * Zeroising of local buffers and variables which are used for calculations in mbedtls_pkcs5_pbkdf2_hmac(), mbedtls_internal_sha*_process(), mbedtls_internal_md*_process() and mbedtls_internal_ripemd160_process() functions to erase sensitive data from memory. Reported by Johan Malmgren and Johan Uppman Bruce from Sectra.- update to 2.24.0: * see https://github.com/ARMmbed/mbedtls/releases/tag/v2.24.0 * Fix a vulnerability in the verification of X.509 certificates when matching the expected common name (the cn argument of mbedtls_x509_crt_verify()) with the actual certificate name: when the subjecAltName extension is present, the expected name was compared to any name in that extension regardless of its type. This means that an attacker could for example impersonate a 4-bytes or 16-byte domain by getting a certificate for the corresponding IPv4 or IPv6 (this would require the attacker to control that IP address, though). Similar attacks using other subjectAltName name types might be possible. * When checking X.509 CRLs, a certificate was only considered as revoked if its revocationDate was in the past according to the local clock if available. In particular, on builds without MBEDTLS_HAVE_TIME_DATE, certificates were never considered as revoked. On builds with MBEDTLS_HAVE_TIME_DATE, an attacker able to control the local clock (for example, an untrusted OS attacking a secure enclave) could prevent revocation of certificates via CRLs. Fixed by no longer checking the revocationDate field, in accordance with RFC 5280. Reported by yuemonangong in #3340. Reported independently and fixed by Raoul Strackx and Jethro * In (D)TLS record decryption, when using a CBC ciphersuites without the Encrypt-then-Mac extension, use constant code flow memory access patterns to extract and check the MAC. This is an improvement to the existing countermeasure against Lucky 13 attacks. The previous countermeasure was effective against network-based attackers, but less so against local attackers. The new countermeasure defends against local attackers, even if they have access to fine-grained measurements. In particular, this fixes a local Lucky 13 cache attack found and reported by Tuba Yavuz, Farhaan Fowze, Ken (Yihan) Bai, Grant Hernandez, and Kevin Butler (University of Florida) and Dave Tian (Purdue University). * Fix side channel in RSA private key operations and static (finite-field) Diffie-Hellman. An adversary with precise enough timing and memory access information (typically an untrusted operating system attacking a secure enclave) could bypass an existing counter-measure (base blinding) and potentially fully recover the private key. * Fix a 1-byte buffer overread in mbedtls_x509_crl_parse_der(). Credit to OSS-Fuzz for detecting the problem and to Philippe Antoine for pinpointing the problematic code. * Zeroising of plaintext buffers in mbedtls_ssl_read() to erase unused application data from memory.- Add workaround for failing builds (Python not found) due to https://gitlab.kitware.com/cmake/cmake/-/issues/21168- Do not run testsuite in parallel - its not reliable- update to 2.23.0: a lot of changes see https://github.com/ARMmbed/mbedtls/releases/tag/v2.23.0 * Fix a side channel vulnerability in modular exponentiation that could reveal an RSA private key used in a secure enclave. Noticed by Sangho Lee, Ming-Wei Shih, Prasun Gera, Taesoo Kim and Hyesoon Kim (Georgia Institute of Technology); and Marcus Peinado (Microsoft Research). Reported by Raoul Strackx (Fortanix) in #3394. * Fix side channel in mbedtls_ecp_check_pub_priv() and mbedtls_pk_parse_key() / mbedtls_pk_parse_keyfile() (when loading a private key that didn't include the uncompressed public key), as well as mbedtls_ecp_mul() / mbedtls_ecp_mul_restartable() when called with a NULL f_rng argument. An attacker with access to precise enough timing and memory access information (typically an untrusted operating system attacking a secure enclave) could fully recover the ECC private key. Found and reported by Alejandro Cabrera Aldaya and Billy Brumley. * Fix issue in Lucky 13 counter-measure that could make it ineffective when hardware accelerators were used (using one of the MBEDTLS_SHAxxx_ALT macros). This would cause the original Lucky 13 attack to be possible in those configurations, allowing an active network attacker to recover plaintext after repeated timing measurements under some conditions. Reported and fix suggested by Luc Perneel in #3246.- Update to version 2.16.5: * Security improvements and bugfixes- Update to version 2.16.3: * Security improvements and bugfixes- Update to version 2.16.2: * Security improvements and bugfixes - Use ninja to for build- Update to version 2.16.0: Features * Add a new config.h option of MBEDTLS_CHECK_PARAMS that enables validation of parameters in the API. This allows detection of obvious misuses of the API, such as passing NULL pointers. The API of existing functions hasn't changed, but requirements on parameters have been made more explicit in the documentation. See the corresponding API documentation for each function to see for which parameter values it is defined. This feature is disabled by default. See its API documentation in config.h for additional steps you have to take when enabling it. API Changes * The following functions in the random generator modules have been deprecated and replaced as shown below. The new functions change the return type from void to int to allow returning error codes when using MBEDTLS__ALT for the underlying AES or message digest primitive. Fixes #1798. mbedtls_ctr_drbg_update() -> mbedtls_ctr_drbg_update_ret() mbedtls_hmac_drbg_update() -> mbedtls_hmac_drbg_update_ret() * Extend ECDH interface to enable alternative implementations. * Deprecate error codes of the form MBEDTLS_ERR_xxx_INVALID_KEY_LENGTH for ARIA, CAMELLIA and Blowfish. These error codes will be replaced by the more generic per-module error codes MBEDTLS_ERR_xxx_BAD_INPUT_DATA. * Additional parameter validation checks have been added for the following modules - AES, ARIA, Blowfish, CAMELLIA, CCM, GCM, DHM, ECP, ECDSA, ECDH, ECJPAKE, SHA, Chacha20 and Poly1305, cipher, pk, RSA, and MPI. Where modules have had parameter validation added, existing parameter checks may have changed. Some modules, such as Chacha20 had existing parameter validation whereas other modules had little. This has now been changed so that the same level of validation is present in all modules, and that it is now optional with the MBEDTLS_CHECK_PARAMS flag which by default is off. That means that checks which were previously present by default will no longer be. New deprecations * Deprecate mbedtls_ctr_drbg_update() and mbedtls_hmac_drbg_update() in favor of functions that can return an error code. Bugfix * Fix for Clang, which was reporting a warning for the bignum.c inline assembly for AMD64 targets creating string literals greater than those permitted by the ISO C99 standard. Found by Aaron Jones. Fixes #482. * Fix runtime error in mbedtls_platform_entropy_poll() when run through qemu user emulation. Reported and fix suggested by randombit. Fixes #1212. * Fix an unsafe bounds check when restoring an SSL session from a ticket. This could lead to a buffer overflow, but only in case ticket authentication was broken. Reported and fix suggested by Guido Vranken in #659. * Add explicit integer to enumeration type casts to example program programs/pkey/gen_key which previously led to compilation failure on some toolchains. Reported by phoenixmcallister. Fixes #2170. * Clarify documentation of mbedtls_ssl_set_own_cert() regarding the absence of check for certificate/key matching. Reported by Attila Molnar, #507. * Fix double initialization of ECC hardware that made some accelerators hang.- Library package version bumped to libmbedtls12- Update to version 2.14.1: [bsc#1118727, CVE-2018-19608] Security * Fix timing variations and memory access variations in RSA PKCS#1 v1.5 decryption that could lead to a Bleichenbacher-style padding oracle attack. In TLS, this affects servers that accept ciphersuites based on RSA decryption (i.e. ciphersuites whose name contains RSA but not (EC)DH(E)). Discovered by Eyal Ronen (Weizmann Institute), Robert Gillham (University of Adelaide), Daniel Genkin (University of Michigan), Adi Shamir (Weizmann Institute), David Wong (NCC Group), and Yuval Yarom (University of Adelaide, Data61). The attack is described in more detail in the paper available here: http://cat.eyalro.net/cat.pdf CVE-2018-19608 * In mbedtls_mpi_write_binary(), don't leak the exact size of the number via branching and memory access patterns. An attacker who could submit a plaintext for RSA PKCS#1 v1.5 decryption but only observe the timing of the decryption and not its result could nonetheless decrypt RSA plaintexts and forge RSA signatures. Other asymmetric algorithms may have been similarly vulnerable. Reported by Eyal Ronen, Robert Gillham, Daniel Genkin, Adi Shamir, David Wong and Yuval Yarom. * Wipe sensitive buffers on the stack in the CTR_DRBG and HMAC_DRBG modules. API Changes * The new functions mbedtls_ctr_drbg_update_ret() and mbedtls_hmac_drbg_update_ret() are similar to mbedtls_ctr_drbg_update() and mbedtls_hmac_drbg_update() respectively, but the new functions report errors whereas the old functions return void. We recommend that applications use the new functions. - Version 2.14.0: Security * Fix overly strict DN comparison when looking for CRLs belonging to a particular CA. This previously led to ignoring CRLs when the CRL's issuer name and the CA's subject name differed in their string encoding (e.g., one using PrintableString and the other UTF8String) or in the choice of upper and lower case. Reported by Henrik Andersson of Bosch GmbH in issue [#1784]. * Fix a flawed bounds check in server PSK hint parsing. In case the incoming message buffer was placed within the first 64KiB of address space and a PSK-(EC)DHE ciphersuite was used, this allowed an attacker to trigger a memory access up to 64KiB beyond the incoming message buffer, potentially leading to an application crash or information disclosure. * Fix mbedtls_mpi_is_prime() to use more rounds of probabilistic testing. The previous settings for the number of rounds made it practical for an adversary to construct non-primes that would be erroneously accepted as primes with high probability. This does not have an impact on the security of TLS, but can matter in other contexts with numbers chosen potentially by an adversary that should be prime and can be validated. For example, the number of rounds was enough to securely generate RSA key pairs or Diffie-Hellman parameters, but was insufficient to validate Diffie-Hellman parameters properly. See "Prime and Prejudice" by by Martin R. Albrecht and Jake Massimo and Kenneth G. Paterson and Juraj Somorovsky. Features * Add support for temporarily suspending expensive ECC computations after some configurable amount of operations. This is intended to be used in constrained, single-threaded systems where ECC is time consuming and can block other operations until they complete. This is disabled by default, but can be enabled by MBEDTLS_ECP_RESTARTABLE at compile time and configured by mbedtls_ecp_set_max_ops() at runtime. It applies to the new xxx_restartable functions in ECP, ECDSA, PK and X.509 (CRL not supported yet), and to existing functions in ECDH and SSL (currently only implemented client-side, for ECDHE-ECDSA ciphersuites in TLS 1.2, including client authentication). * Add support for Arm CPU DSP extensions to accelerate asymmetric key operations. On CPUs where the extensions are available, they can accelerate MPI multiplications used in ECC and RSA cryptography. Contributed by Aurelien Jarno. * Extend RSASSA-PSS signature to allow a smaller salt size. Previously, PSS signature always used a salt with the same length as the hash, and returned an error if this was not possible. Now the salt size may be up to two bytes shorter. This allows the library to support all hash and signature sizes that comply with FIPS 186-4, including SHA-512 with a 1024-bit key. * Add support for 128-bit keys in CTR_DRBG. Note that using keys shorter than 256 bits limits the security of generated material to 128 bits. API Changes * Add a common error code of `MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED` for a feature that is not supported by underlying alternative implementations implementing cryptographic primitives. This is useful for hardware accelerators that don't implement all options or features. New deprecations * All module specific errors following the form MBEDTLS_ERR_XXX_FEATURE_UNAVAILABLE that indicate a feature is not supported are deprecated and are now replaced by the new equivalent platform error. * All module specific generic hardware acceleration errors following the form MBEDTLS_ERR_XXX_HW_ACCEL_FAILED that are deprecated and are replaced by the equivalent plaform error. * Deprecate the function mbedtls_mpi_is_prime() in favor of mbedtls_mpi_is_prime_ext() which allows specifying the number of Miller-Rabin rounds. Bugfix * Fix wrong order of freeing in programs/ssl/ssl_server2 example application leading to a memory leak in case both MBEDTLS_MEMORY_BUFFER_ALLOC_C and MBEDTLS_MEMORY_BACKTRACE are set. Fixes #2069. * Fix a bug in the update function for SSL ticket keys which previously invalidated keys of a lifetime of less than a 1s. Fixes #1968. * Fix failure in hmac_drbg in the benchmark sample application, when MBEDTLS_THREADING_C is defined. Found by TrinityTonic, #1095 * Fix a bug in the record decryption routine ssl_decrypt_buf() which lead to accepting properly authenticated but improperly padded records in case of CBC ciphersuites using Encrypt-then-MAC. * Fix memory leak and freeing without initialization in the example program programs/x509/cert_write. Fixes #1422. * Ignore IV in mbedtls_cipher_set_iv() when the cipher mode is MBEDTLS_MODE_ECB. Found by ezdevelop. Fixes #1091. * Zeroize memory used for buffering or reassembling handshake messages after use. * Use `mbedtls_platform_zeroize()` instead of `memset()` for zeroization of sensitive data in the example programs aescrypt2 and crypt_and_hash. * Change the default string format used for various X.509 DN attributes to UTF8String. Previously, the use of the PrintableString format led to wildcards and non-ASCII characters being unusable in some DN attributes. Reported by raprepo in #1860 and by kevinpt in #468. Fix contributed by Thomas-Dee. * Fix compilation failure for configurations which use compile time replacements of standard calloc/free functions through the macros MBEDTLS_PLATFORM_CALLOC_MACRO and MBEDTLS_PLATFORM_FREE_MACRO. Reported by ole-de and ddhome2006. Fixes #882, #1642 and #1706. Changes * Removed support for Yotta as a build tool. * Add tests for session resumption in DTLS. * Close a test gap in (D)TLS between the client side and the server side: test the handling of large packets and small packets on the client side in the same way as on the server side. * Change the dtls_client and dtls_server samples to work by default over IPv6 and optionally by a build option over IPv4. * Change the use of Windows threading to use Microsoft Visual C++ runtime calls, rather than Win32 API calls directly. This is necessary to avoid conflict with C runtime usage. Found and fixed by irwir. * Remember the string format of X.509 DN attributes when replicating X.509 DNs. Previously, DN attributes were always written in their default string format (mostly PrintableString), which could lead to CRTs being created which used PrintableStrings in the issuer field even though the signing CA used UTF8Strings in its subject field; while X.509 compliant, such CRTs were rejected in some applications, e.g. some versions of Firefox, curl and GnuTLS. Reported in #1033 by Moschn. Fix contributed by Thomas-Dee. * Improve documentation of mbedtls_ssl_get_verify_result(). Fixes #517 reported by github-monoculture. * Add MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR flag to mbedtls_mpi_gen_prime() and use it to reduce error probability in RSA key generation to levels mandated by FIPS-186-4. - Version 2.13.1 API Changes * Extend the platform module with an abstraction mbedtls_platform_gmtime_r() whose implementation should behave as a thread-safe version of gmtime(). This allows users to configure such an implementation at compile time when the target system cannot be deduced automatically, by setting the option MBEDTLS_PLATFORM_GMTIME_R_ALT. At this stage Mbed TLS is only able to automatically select implementations for Windows and POSIX C libraries. Bugfix * Fix build failures on platforms where only gmtime() is available but neither gmtime_r() nor gmtime_s() are present. Fixes #1907. - Version 2.13.0 Security * Fix an issue in the X.509 module which could lead to a buffer overread during certificate extensions parsing. In case of receiving malformed input (extensions length field equal to 0), an illegal read of one byte beyond the input buffer is made. Found and analyzed by Nathan Crandall. Features * Add support for fragmentation of outgoing DTLS handshake messages. This is controlled by the maximum fragment length as set locally or negotiated with the peer, as well as by a new per-connection MTU option, set using mbedtls_ssl_set_mtu(). * Add support for auto-adjustment of MTU to a safe value during the handshake when flights do not get through (RFC 6347, section 4.1.1.1, last paragraph). * Add support for packing multiple records within a single datagram, enabled by default. * Add support for buffering out-of-order handshake messages in DTLS. The maximum amount of RAM used for this can be controlled by the compile-time constant MBEDTLS_SSL_DTLS_MAX_BUFFERING defined in mbedtls/config.h. API Changes * Add function mbedtls_ssl_set_datagram_packing() to configure the use of datagram packing (enabled by default). Bugfix * Fix a potential memory leak in mbedtls_ssl_setup() function. An allocation failure in the function could lead to other buffers being leaked. * Fixes an issue with MBEDTLS_CHACHAPOLY_C which would not compile if MBEDTLS_ARC4_C and MBEDTLS_CIPHER_NULL_CIPHER weren't also defined. #1890 * Fix a memory leak in ecp_mul_comb() if ecp_precompute_comb() fails. Fix contributed by Espressif Systems. * Add ecc extensions only if an ecc based ciphersuite is used. This improves compliance to RFC 4492, and as a result, solves interoperability issues with BouncyCastle. Raised by milenamil in #1157. * Replace printf with mbedtls_printf in the ARIA module. Found by TrinityTonic in #1908. * Fix potential use-after-free in mbedtls_ssl_get_max_frag_len() and mbedtls_ssl_get_record_expansion() after a session reset. Fixes #1941. * Fix a bug that caused SSL/TLS clients to incorrectly abort the handshake with TLS versions 1.1 and earlier when the server requested authentication without providing a list of CAs. This was due to an overly strict bounds check in parsing the CertificateRequest message, introduced in Mbed TLS 2.12.0. Fixes #1954. * Fix a miscalculation of the maximum record expansion in mbedtls_ssl_get_record_expansion() in case of ChachaPoly ciphersuites, or CBC ciphersuites in (D)TLS versions 1.1 or higher. Fixes #1913, #1914. * Fix undefined shifts with negative values in certificates parsing (found by Catena cyber using oss-fuzz) * Fix memory leak and free without initialization in pk_encrypt and pk_decrypt example programs. Reported by Brace Stout. Fixes #1128. * Remove redundant else statement. Raised by irwir. Fixes #1776. Changes * Copy headers preserving timestamps when doing a "make install". Contributed by xueruini. * Allow the forward declaration of public structs. Contributed by Dawid Drozd. Fixes #1215 raised by randombit. * Improve compatibility with some alternative CCM implementations by using CCM test vectors from RAM. * Add support for buffering of out-of-order handshake messages. * Add warnings to the documentation of the HKDF module to reduce the risk of misusing the mbedtls_hkdf_extract() and mbedtls_hkdf_expand() functions. Fixes #1775. Reported by Brian J. Murray.- Update to version 2.12.0: * Security + Fixed a vulnerability in the TLS ciphersuites based on use of CBC and SHA-384 in DTLS/TLS 1.0 to 1.2, that allowed an active network attacker to partially recover the plaintext of messages under certains conditions by exploiting timing side-channels. + Fixed a vulnerability in TLS ciphersuites based on CBC, in DTLS/TLS 1.0 to 1.2, that allowed a local attacker, with the ability to execute code on the local machine as well as to manipulate network packets, to partially recover the plaintext of messages under certain conditions by using a cache attack targetting an internal MD/SHA buffer. + Added a counter-measure against a vulnerability in TLS ciphersuites based on CBC, in DTLS/TLS 1.0 to 1.2, that allowed a local attacker with the ability to execute code on the local machine as well as manipulate network packets, to partially recover the plaintext of messages certain conditions (see previous entry) by using a cache attack targeting the SSL input record buffer. * Features + Added new cryptographic primitives, the stream cipher Chacha20, one-time authenticator Poly1305 and AEAD construct Chacha20-Poly1305, as defined in RFC 7539. Contributed by Daniel King. + Added support for the CHACHA20-POLY1305 ciphersuites from RFC 7905. + Made the receive and transmit buffers independently configurable in size, for situations where the outgoing buffer can be fixed at a smaller size than the incoming buffer + Added support for the AES based key wrapping modes defined by NIST SP 800-38F algorithms KW and KWP and by RFC's 3394 and 5649. + Added platform support for the Haiku OS. * Bugfix + Fixed the key_app_writer example which was creating an invalid ASN.1 tag by writing an additional leading zero byte. Found by Aryeh R. #1257. + Fixed a C++ compilation error, caused by a variable named new. Found and fixed by Hirotaka Niisato. #1783. + Fixed the "no symbols" warning issued by ranlib when building on Mac OS X. Fix contributed by tabascoeye. + Clarified documentation for mbedtls_ssl_write() to include 0 as a valid return value. Found by @davidwu2000. #839. + Fixed a memory leak in mbedtls_x509_csr_parse(). Found and fixed by catenacyber, Philippe Antoine. #1623. + Added length checks to some TLS parsing functions. Found and fixed by Philippe Antoine from Catena cyber. #1663. + Remove unused headers included in x509.c. Found by Chris Hanson and fixed by Brendan Shanks. #992. + Fixed compilation error when MBEDTLS_ARC4_C is disabled and MBEDTLS_CIPHER_NULL_CIPHER is enabled. Found by TrinityTonic in #1719. + Fixed the inline assembly for the MPI multiply helper function for i386 and i386 with SSE2. Found by László Langó. #1550. + Fixed the namespacing in header files. Remove the mbedtls namespacing in the #include in the header files. #857. + Fixed a compiler warning of 'use before initialisation' in mbedtls_pk_parse_key(). Found by Martin Boye Petersen and fixed by Dawid Drozd.#1098. + Fixed decryption of zero length messages (which contain all padding) when a CBC based ciphersuite was used together with Encrypt-then-MAC. + Fixed the ssl_client2 example to send application data with 0-length content when the request_size argument is set to 0 as stated in the documentation. #1833. + Corrected the documentation for mbedtls_ssl_get_session(). This API has deep copy of the session, and the peer certificate is not lost. #926. + Fixed issues when building to the C99 standard, using -std=c99. Fixed by Nick Wilson. * Changes + Fails when receiving a TLS alert message with an invalid length, or invalid zero-length messages when using TLS 1.2. Contributed by Espressif Systems. + Changed the default behaviour of mbedtls_hkdf_extract() to return an error when calling with a NULL salt and non-zero salt length. Contributed by Brian J Murray + Change the shebang line in Perl scripts to look up perl in the PATH. Contributed by fbrosson. + Allow overriding the time on Windows via the platform-time abstraction. Fixed by Nick Wilson. + Use gmtime_r/gmtime_s for thread-safety. Fixed by Nick Wilson.- Update to version 2.11.0: * Features + Added support for the XTS block cipher mode with AES (AES-XTS). Contributed by Aorimn in pull request #414. + Implemented the HMAC-based extract-and-expand key derivation function (HKDF) per RFC 5869. Contributed by Thomas Fossati. + For TLS servers, added support for offloading private key operations to an external cryptoprocessor. Private key operations can be asynchronous to allow non-blocking operation of the TLS server stack. + Added support for ARIA cipher (RFC 5794) and associated TLS ciphersuites (RFC 6209). ARIA is disabled by default. To enable, see MBEDTLS_ARIA_C in config.h. + Added support for the CCM* block cipher mode as defined in IEEE Std 802.15.4. + Added an additional block mode, OFB (Output Feedback) per NIST SP 800-38a, to the AES module and cipher abstraction module. * API Changes + Mbed TLS 2.11.0 maintains source code compatibility with the last minor version, Mbed TLS 2.9.0, but extends the interface with additional capabilities. Mbed TLS 2.11.0 modifies the ABI and increases the SOVERSION. * Bugfix + Fixed the cert_write example to handle certificates signed with elliptic curves as well as RSA. Fixes #777 found by dbedev. + Fixed the redefinition of _WIN32_WINNT, to avoid overriding a definition used by user applications. Found and fixed by Fabio Alessandrelli. + Fixed compilation warnings with the IAR toolchain on 32-bit platforms. Reported by rahmanih in #683. + Fixed an issue with MicroBlaze support in bn_mul.h which was causing the build to fail. Found by zv-io. Fixes #1651. + Fixed braces in mbedtls_memory_buffer_alloc_status(). Found by sbranden in #552. + Added the macro MBEDTLS_X509_MAX_FILE_PATH_LEN that enables the user to configure the maximum length of a file path that can be buffered when calling mbedtls_x509_crt_parse_path(). Fixes #492. + Fixed redundant declaration of mbedtls_ssl_list_ciphersuites. Raised by TrinityTonic in #1359. - Changes for version 2.9.0: + Security + Fixed an issue in the X.509 module which could lead to a buffer overread during certificate validation. Additionally, the issue could also lead to unnecessary callback checks being made or to some validation checks to be omitted. The overread could be triggered remotely, while the other issues would require a non DER-compliant certificate to be correctly signed by a trusted CA, or a trusted CA with a non DER-compliant certificate. Found by luocm. Fixes #825. + Fixed the buffer length assertion in the ssl_parse_certificate_request() function which could lead to an arbitrary overread of the message buffer. The overreads could be caused by receiving a malformed algorithms section which was too short. In builds with debug output, this overread data was output with the debug data. + Fixed a client-side bug in the validation of the server's ciphersuite choice which could potentially lead to the client accepting a ciphersuite it didn't offer or a ciphersuite that could not be used with the TLS or DTLS version chosen by the server. This could lead to corruption of internal data structures for some configurations. * Features + Added an option of MBEDTLS_AES_FEWER_TABLES, to dynamically compute smaller AES tables during runtime, thereby reducing the RAM/ROM footprint by ~6KiB. Suggested and contributed by jkivilin. + Added initial support for Curve448 (RFC 7748). So far only mbedtls_ecp_mul() and ECDH primitive functions (mbedtls_ecdh_gen_public(), mbedtls_ecdh_compute_shared()) are supported for now. Contributed by Nicholas Wilson. * API Changes + Mbed TLS 2.9.0 maintains source code and binary compatibility with the last minor version, Mbed TLS 2.8.0, but extends the interface with additional capabilities. + Extended the API with the function of mbedtls_net_poll() to allow user applications to wait for a network context to become ready before reading or writing. + Added the function mbedtls_ssl_check_pending() to the public API to allow a check for whether more more data is pending to be processed in the internal message buffers. This function is necessary to determine the underlying transport when event-driven IO is used. * Bugfix + Fixed a spurious uninitialized variable warning in cmac.c. Fix independently contributed by Brian J Murray and David Brown. + Added missing dependencies in test suites that led to build failures in configurations that omit certain hashes or public-key algorithms. Fixes #1040. + Fixed a C89 incompatibility issue in benchmark.c. Contributed by Brendan Shanks. Fixes #1353. + Added missing dependencies for MBEDTLS_HAVE_TIME_DATE and MBEDTLS_VERSION_FEATURES in some test suites. Contributed by Deomid Ryabkov. Fixes #1299, #1475. + Fixed the Makefile build process for building shared libraries on Mac OS X. Fixed by mnacamura. + Fixed parsing of PKCS#8 encoded Elliptic Curve keys. Previously Mbed TLS was unable to parse keys which had only the optional parameters field of the ECPrivateKey structure. Found by Jethro Beekman, fixed in #1379. + Added an optimisation to return the plaintext data more quickly on unpadded CBC decryption, as stated in the mbedtls_cipher_update() documentation. Contributed by Andy Leiserson. + Fixed the overriding and ignoring of return values when parsing and writing to a file in the pk_sign program. Found by kevlut in #1142. + Added restrictions to the usage of the error code MBEDTLS_ERR_SSL_WANT_READ to situations where data needs to be fetched from the underlying transport in order to make progress. Previously, this error code was also occasionally returned when unexpected messages were being discarded, ignoring that further messages could potentially already be pending to be processed in the internal buffers; these cases led to deadlocks when event-driven I/O was used. Found and reported by Hubert Mis in #772. + Fixed buffer length assertions in the ssl_parse_certificate_request() function which led to a potential one byte overread of the message buffer. + Fixed invalid buffer sizes being passed to zlib during record compression and decompression. + Raised the soversion of libmbedcrypto to match the soversion of the maintained 2.7 branch. The soversion was increased in Mbed TLS version 2.7.1 to reflect breaking changes in that release, but the increment was missed in 2.8.0 and later releases outside of the 2.7 branch.- Update to version 2.8.0: * Security: + Defend against Bellcore glitch attacks by verifying the results of RSA private key operations. + Fix implementation of the truncated HMAC extension. The previous implementation allowed an offline 2^80 brute force attack on the HMAC key of a single, uninterrupted connection (with no resumption of the session). + Reject CRLs containing unsupported critical extensions. Found by Falko Strenzke and Evangelos Karatsiolis. + Fix a buffer overread in ssl_parse_server_key_exchange() that could cause a crash on invalid input. + Fix a buffer overread in ssl_parse_server_psk_hint() that could cause a crash on invalid input. * Features: + Enable reading encrypted PEM files produced by software that uses PBKDF2-SHA2, such as OpenSSL 1.1. Submitted by Antonio Quartulli, OpenVPN Inc. Fixes #1339 + Support public keys encoded in PKCS#1 format. #1122 * New deprecations: + Compression and crypto don't mix. We don't recommend using compression and cryptography, and have deprecated support for record compression (configuration option MBEDTLS_ZLIB_SUPPORT). * Bugfix: + Fix mbedtls_x509_crt_profile_suiteb, which used to reject all certificates with flag MBEDTLS_X509_BADCERT_BAD_PK even when the key type was correct. In the context of SSL, this resulted in handshake failure. Reported by daniel in the Mbed TLS forum. #1351 + Fix setting version TLSv1 as minimal version, even if TLS 1 is not enabled. Set MBEDTLS_SSL_MIN_MAJOR_VERSION and MBEDTLS_SSL_MIN_MINOR_VERSION instead of MBEDTLS_SSL_MAJOR_VERSION_3 and MBEDTLS_SSL_MINOR_VERSION_1. #664 + Fix compilation error on Mingw32 when _TRUNCATE is defined. Use _TRUNCATE only if __MINGW32__ is not defined. Fix suggested by Thomas Glanzmann and Nick Wilson on issue #355 + Fix memory allocation corner cases in memory_buffer_alloc.c module. Found by Guido Vranken. #639 + Don't accept an invalid tag when parsing X.509 subject alternative names in some circumstances. + Fix a possible arithmetic overflow in ssl_parse_server_key_exchange() that could cause a key exchange to fail on valid data. + Fix a possible arithmetic overflow in ssl_parse_server_psk_hint() that could cause a key exchange to fail on valid data. + Fix a 1-byte heap buffer overflow (read-only) during private key parsing. Found through fuzz testing. * Changes + Fix tag lengths and value ranges in the documentation of CCM encryption. Contributed by Mathieu Briand. + Fix a typo in a comment in ctr_drbg.c. Contributed by Paul Sokolovsky. + Remove support for the library reference configuration for picocoin. + MD functions deprecated in 2.7.0 are no longer inline, to provide a migration path for those depending on the library's ABI. + Use (void) when defining functions with no parameters. Contributed by Joris Aerts. #678- Use more cmake macros - Update spec file using spec-cleaner- Update to version 2.7.0: - Security * Fix a heap corruption issue in the implementation of the truncated HMAC extension. When the truncated HMAC extension is enabled and CBC is used, sending a malicious application packet could be used to selectively corrupt 6 bytes on the peer's heap, which could potentially lead to crash or remote code execution. The issue could be triggered remotely from either side in both TLS and DTLS. (CVE-2018-0488 boo#1080828) * Fix a buffer overflow in RSA-PSS verification when the hash was too large for the key size, which could potentially lead to crash or remote code execution. Found by Seth Terashima, Qualcomm Product Security Initiative, Qualcomm Technologies Inc. (CVE-2018-0487 boo#1080826) * Fix buffer overflow in RSA-PSS verification when the unmasked data is all zeros. * Fix an unsafe bounds check in ssl_parse_client_psk_identity() when adding 64 KiB to the address of the SSL buffer and causing a wrap around. * Fix a potential heap buffer overflow in mbedtls_ssl_write(). When the (by default enabled) maximum fragment length extension is disabled in the config and the application data buffer passed to mbedtls_ssl_write is larger than the internal message buffer (16384 bytes by default), the latter overflows. * Add a provision to prevent compiler optimizations breaking the time constancy of mbedtls_ssl_safer_memcmp(). * Ensure that buffers are cleared after use if they contain sensitive data. Changes were introduced in multiple places in the library. * Set PEM buffer to zero before freeing it, to avoid decoded private keys being leaked to memory after release. * Fix dhm_check_range() failing to detect trivial subgroups and potentially leaking 1 bit of the private key. Reported by prashantkspatil. * Make mbedtls_mpi_read_binary() constant-time with respect to the input data. Previously, trailing zero bytes were detected and omitted for the sake of saving memory, but potentially leading to slight timing differences. Reported by Marco Macchetti, Kudelski Group. * Wipe stack buffer temporarily holding EC private exponent after keypair generation. * Fix a potential heap buffer over-read in ALPN extension parsing (server-side). Could result in application crash, but only if an ALPN name larger than 16 bytes had been configured on the server. * Change default choice of DHE parameters from untrustworthy RFC 5114 to RFC 3526 containing parameters generated in a nothing-up-my-sleeve manner. - Features * Add alternative implementation support for CCM and CMAC (MBEDTLS_CCM_ALT, MBEDTLS_CMAC_ALT). Submitted by Steven Cooreman, Silicon Labs. * Add support for alternative implementations of GCM, selected by the configuration flag MBEDTLS_GCM_ALT. * Add support for alternative implementations for ECDSA, controlled by new configuration flags MBEDTLS_ECDSA_SIGN_ALT, MBEDTLS_ECDSA_VERIFY_ALT and MBEDTLS_ECDSDA_GENKEY_AT in config.h. The following functions from the ECDSA module can be replaced with alternative implementation: mbedtls_ecdsa_sign(), mbedtls_ecdsa_verify() and mbedtls_ecdsa_genkey(). * Add support for alternative implementation of ECDH, controlled by the new configuration flags MBEDTLS_ECDH_COMPUTE_SHARED_ALT and MBEDTLS_ECDH_GEN_PUBLIC_ALT in config.h. The following functions from the ECDH module can be replaced with an alternative implementation: mbedtls_ecdh_gen_public() and mbedtls_ecdh_compute_shared(). * Add support for alternative implementation of ECJPAKE, controlled by the new configuration flag MBEDTLS_ECJPAKE_ALT. * Add mechanism to provide alternative implementation of the DHM module. - API changes * Extend RSA interface by multiple functions allowing structure- independent setup and export of RSA contexts. Most notably, mbedtls_rsa_import() and mbedtls_rsa_complete() are introduced for setting up RSA contexts from partial key material and having them completed to the needs of the implementation automatically. This allows to setup private RSA contexts from keys consisting of N,D,E only, even if P,Q are needed for the purpose or CRT and/or blinding. * The configuration option MBEDTLS_RSA_ALT can be used to define alternative implementations of the RSA interface declared in rsa.h. * The following functions in the message digest modules (MD2, MD4, MD5, SHA1, SHA256, SHA512) have been deprecated and replaced as shown below. The new functions change the return type from void to int to allow returning error codes when using MBEDTLS__ALT. mbedtls__starts() -> mbedtls__starts_ret() mbedtls__update() -> mbedtls__update_ret() mbedtls__finish() -> mbedtls__finish_ret() mbedtls__process() -> mbedtls_internal__process() - Deprecations * Deprecate usage of RSA primitives with non-matching key-type (e.g. signing with a public key). * Direct manipulation of structure fields of RSA contexts is deprecated. Users are advised to use the extended RSA API instead. * Deprecate usage of message digest functions that return void (mbedtls__starts, mbedtls__update, mbedtls__finish and mbedtls__process where is any of MD2, MD4, MD5, SHA1, SHA256, SHA512) in favor of functions that can return an error code. * Deprecate untrustworthy DHE parameters from RFC 5114. Superseded by parameters from RFC 3526 or the newly added parameters from RFC 7919. * Deprecate hex string DHE constants MBEDTLS_DHM_RFC3526_MODP_2048_P etc. Supserseded by binary encoded constants MBEDTLS_DHM_RFC3526_MODP_2048_P_BIN etc. * Deprecate mbedtls_ssl_conf_dh_param() for setting default DHE parameters from hex strings. Superseded by mbedtls_ssl_conf_dh_param_bin() accepting DHM parameters in binary form, matching the new constants. - Several bug fixes- Update to version 2.6.0: * Add the functions mbedtls_platform_setup() and mbedtls_platform_teardown() and the context struct mbedtls_platform_context to perform platform-specific setup and teardown operations. The macro MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT allows the functions to be overridden by the user in a platform_alt.h file. These new functions are required in some embedded environments to provide a means of initialising underlying cryptographic acceleration hardware. * Reverted API/ABI breaking changes introduced in mbed TLS 2.5.1, to make the API consistent with mbed TLS 2.5.0. Specifically removed the inline qualifier from the functions mbedtls_aes_decrypt, mbedtls_aes_encrypt, mbedtls_ssl_ciphersuite_uses_ec and mbedtls_ssl_ciphersuite_uses_psk. Found by James Cowgill. #978 * Certificate verification functions now set flags to -1 in case the full chain was not verified due to an internal error (including in the verify callback) or chain length limitations. * With authmode set to optional, the TLS handshake is now aborted if the verification of the peer's certificate failed due to an overlong chain or a fatal error in the verify callback. * Fix authentication bypass in SSL/TLS: when authmode is set to optional, mbedtls_ssl_get_verify_result() would incorrectly return 0 when the peer's X.509 certificate chain had more than MBEDTLS_X509_MAX_INTERMEDIATE_CA (default: 8) intermediates, even when it was not trusted. This could be triggered remotely from either side. (With authmode set to 'required' (the default), the handshake was correctly aborted). Fix for CVE-2017-14032 and boo#1056544. * Reliably wipe sensitive data after use in the AES example applications programs/aes/aescrypt2 and programs/aes/crypt_and_hash. Found by Laurent Simon.- Update to version 2.5.1: * Adds hardware acceleration support for the Elliptic Curve Point module. This has involved exposing parts of the internal interface to enable replacing the core functions and adding an alternative, module level replacement to support for enabling the extension of the interface. * Adds a new configuration option to mbedtls_ssl_config() to enable suppressing the CA list in Certificate Request messages. The default behaviour has not changed, namely every configured CA's name is included. * Fixes an unlimited overread of heap-based buffers in mbedtls_ssl_read(). The issue could only happen client-side with renegotiation enabled. This could result in a Denial of Service (such as crashing the application) or information leak. * Adds exponent blinding to RSA private operations as a countermeasure against side-channel attacks like the cache attack described in https://arxiv.org/abs/1702.08719v2. * Wipes stack buffers in RSA private key operations (rsa_rsaes_pkcs1_v15_decrypt(), rsa_rsaes_oaep_decrypt()). * Removes SHA-1 and RIPEMD-160 from the default hash algorithms for certificate verification. SHA-1 can be turned back on with a compile-time option if needed. * Fixes offset in FALLBACK_SCSV parsing that caused TLS server to fail to detect it sometimes. Reported by Hugo Leisink. * Tighten parsing of RSA PKCS#1 v1.5 signatures, to avoid a potential Bleichenbacher/BERserk-style attack.- Update to version 2.4.2: * Add checks to prevent signature forgeries for very large messages while using RSA through the PK module in 64-bit systems. The issue was caused by some data loss when casting a size_t to an unsigned int value in the functions rsa_verify_wrap(), rsa_sign_wrap(), rsa_alt_sign_wrap() and mbedtls_pk_sign(). Found by Jean-Philippe Aumasson. * Fixed potential livelock during the parsing of a CRL in PEM format in mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing characters after the footer could result in the execution of an infinite loop. The issue can be triggered remotely. Found by Greg Zaverucha, Microsoft. * Removed MD5 from the allowed hash algorithms for CertificateRequest and CertificateVerify messages, to prevent SLOTH attacks against TLS 1.2. Introduced by interoperability fix for #513. * Fixed a bug that caused freeing a buffer that was allocated on the stack, when verifying the validity of a key on secp224k1. This could be triggered remotely for example with a maliciously constructed certificate and potentially could lead to remote code execution on some platforms. Reported independently by rongsaws and Aleksandar Nikolic, Cisco Talos team. #569 CVE-2017-2784 (boo#1029017)- Update to version 2.4.0: * Removes the MBEDTLS_SSL_AEAD_RANDOM_IV configuration option, because it was not compliant with RFC-5116 and could lead to session key recovery in very long TLS sessions. * Fixes potential stack corruption in mbedtls_x509write_crt_der() and mbedtls_x509write_csr_der() when the signature is copied to the buffer without checking whether there is enough space in the destination. The issue cannot be triggered remotely. * Added support for CMAC for AES and 3DES and AES-CMAC-PRF-128, as defined by NIST SP 800-38B, RFC-4493 and RFC-4615. * Added hardware entropy self-test to verify that the hardware entropy source is functioning correctly. * Added a script to print build environment information for diagnostic use in test scripts, which is also now called by all.sh verification script. * Added the macro MBEDTLS_X509_MAX_FILE_PATH_LEN that enables the user to configure the maximum length of a file path that can be buffered when calling mbedtls_x509_crt_parse_path(). * Added a configuration file config-no-entropy.h that configures the subset of library features that do not require an entropy source. * Added the macro MBEDTLS_ENTROPY_MIN_HARDWARE in config.h. This allows users to configure the minimum number of bytes for entropy sources using the mbedtls_hardware_poll() function. * Miscelanous bugfixes - Drop no longer needed mbedtls_fix522.patch- Merge changes from home:X0F:HSF - Add mbedtls_fix522.patch which fixes building of dpendant libraries- Update description- Split shared libraries to subpackages- update to 2.3.0: * adding libmbedcrypto, libmbedx509 * headers moved to /usr/include/mbedtls * remove compatibility symlink * source compatibility header /usr/include/mbedtls/compat-1.3.h * Use primary upstream license (Apache-2.0)- Update to version 1.3.17 (boo#988956): * Security + Fix missing padding length check in mbedtls_rsa_rsaes_pkcs1_v15_decrypt required by PKCS1 v2.2 + Fix a potential integer underflow to buffer overread in mbedtls_rsa_rsaes_oaep_decrypt. It is not triggerable remotely in SSL/TLS. + Fix potential integer overflow to buffer overflow in mbedtls_rsa_rsaes_pkcs1_v15_encrypt and mbedtls_rsa_rsaes_oaep_encrypt * Bugfix + Fix bug in mbedtls_mpi_add_mpi() that caused wrong results when the three arguments where the same (in-place doubling). Found and fixed by Janos Follath. #309 + Fix issue in Makefile that prevented building using armar. + Fix issue that caused a hang up when generating RSA keys of odd bitlength + Fix bug in mbedtls_rsa_rsaes_pkcs1_v15_encrypt that made null pointer dereference possible. + Fix issue that caused a crash if invalid curves were passed to mbedtls_ssl_conf_curves. #373 * Changes + On ARM platforms, when compiling with -O0 with GCC, Clang or armcc5, don't use the optimized assembly for bignum multiplication. This removes the need to pass - fomit-frame-pointer to avoid a build error with -O0. + Disabled SSLv3 in the default configuration. + Fix non-compliance server extension handling. Extensions for SSLv3 are now ignored, as required by RFC6101.- Update to 1.3.16 * Fixes a potential double free when mbedtls_asn1_store_named_data() fails to allocate memory. This was only used for certificate generation and was not triggerable remotely in SSL/TLS. boo#961290 * Disables by default MD5 handshake signatures in TLS 1.2 to prevent the SLOTH (CVE-2015-7575) attack on TLS 1.2 server authentication (other attacks from the SLOTH paper do not apply to any version of mbed TLS or PolarSSL). boo#961284 * Fixes an over-restrictive length limit in GCM. * Fixes a bug in certificate validation that caused valid chains to be rejected when the first intermediate certificate has a pathLenConstraint equal to zero. * Removed potential leak in mbedtls_rsa_rsassa_pkcs1_v15_sign() * Added config.h option POLARSSL_SSL_ENABLE_MD5_SIGNATURES to control use of MD5-based signatures for TLS 1.2 handshake (disabled by default).- Update to 1.3.15 * Fix potential double free if ssl_set_psk() is called more than once and some allocation fails. Cannot be forced remotely. Found by Guido Vranken, Intelworks. * Fix potential heap corruption on Windows when x509_crt_parse_path() is passed a path longer than 2GB. Cannot be triggered remotely. Found by Guido Vranken, Intelworks. * Fix potential buffer overflow in some asn1_write_xxx() functions. Cannot be triggered remotely unless you create X.509 certificates based on untrusted input or write keys of untrusted origin. Found by Guido Vranken, Intelworks. * The X509 max_pathlen constraint was not enforced on intermediate certificates. Found by Nicholas Wilson, fix and tests provided by Janos Follath. #280 and #319 * Self-signed certificates were not excluded from pathlen counting, resulting in some valid X.509 being incorrectly rejected. Found and fix provided by Janos Follath. #319 * Fix bug causing some handshakes to fail due to some non-fatal alerts not begin properly ignored. Found by mancha and Kasom Koht-arsa, #308 * Fix build error with configurations where ECDHE-PSK is the only key exchange. Found and fix provided by Chris Hammond. #270 * Fix failures in MPI on Sparc(64) due to use of bad assembly code. Found by Kurt Danielson. #292 * Fix typo in name of the extKeyUsage OID. Found by inestlerode, #314 * Fix bug in ASN.1 encoding of booleans that caused generated CA certificates to be rejected by some applications, including OS X Keychain. Found and fixed by Jonathan Leroy, Inikup. * Fix "Destination buffer is too small" error in cert_write program. Found and fixed by Jonathan Leroy, Inikup.- Update to 1.3.14 * Added fix for CVE-2015-5291 (boo#949380) to prevent heap corruption due to buffer overflow of the hostname or session ticket. Found by Guido Vranken, Intelworks. * Fix stack buffer overflow in pkcs12 decryption (used by mbedtls_pk_parse_key(file)() when the password is > 129 bytes. Found by Guido Vranken, Intelworks. Not triggerable remotely. * Fix potential buffer overflow in mbedtls_mpi_read_string(). Found by Guido Vranken, Intelworks. Not exploitable remotely in the context of TLS, but might be in other uses. On 32 bit machines, requires reading a string of close to or larger than 1GB to exploit; on 64 bit machines, would require reading a string of close to or larger than 2^62 bytes. * Fix potential random memory allocation in mbedtls_pem_read_buffer() on crafted PEM input data. Found and fix provided by Guido Vranken, Intelworks. Not triggerable remotely in TLS. Triggerable remotely if you accept PEM data from an untrusted source. * Fix potential double-free if ssl_set_psk() is called repeatedly on the same ssl_context object and some memory allocations fail. Found by Guido Vranken, Intelworks. Can not be forced remotely. * Fix possible heap buffer overflow in base64_encode() when the input buffer is 512MB or larger on 32-bit platforms. Found by Guido Vranken, Intelworks. Found by Guido Vranken. Not trigerrable remotely in TLS. * Fix potential heap buffer overflow in servers that perform client authentication against a crafted CA cert. Cannot be triggered remotely unless you allow third parties to pick trust CAs for client auth. Found by Guido Vranken, Intelworks. * Fix compile error in net.c with musl libc. Found and patch provided by zhasha (#278). * Fix macroization of 'inline' keywork when building as C++. (#279) * Added checking of hostname length in ssl_set_hostname() to ensure domain names are compliant with RFC 1035. - Changes for 1.3.13 * Fix possible client-side NULL pointer dereference (read) when the client tries to continue the handshake after it failed (a misuse of the API). (Found and patch provided by Fabian Foerg, Gotham Digital Science using afl-fuzz.) * Add countermeasure against Lenstra's RSA-CRT attack for PKCS#1 v1.5 signatures. (Found by Florian Weimer, Red Hat.) https://securityblog.redhat.com/2015/09/02/factoring-rsa-keys-with-tls-perfect-forward-secrecy/ * Setting SSL_MIN_DHM_BYTES in config.h had no effect (overriden in ssl.h) (found by Fabio Solari) (#256) * Fix bug in mbedtls_rsa_public() and mbedtls_rsa_private() that could result trying to unlock an unlocked mutex on invalid input (found by Fredrik Axelsson) (#257) * Fix -Wshadow warnings (found by hnrkp) (#240) * Fix unused function warning when using MBEDTLS_MDx_ALT or MBEDTLS_SHAxxx_ALT (found by Henrik) (#239) * Fix memory corruption in pkey programs (found by yankuncheng) (#210) * Fix memory corruption on client with overlong PSK identity, around SSL_MAX_CONTENT_LEN or higher - not triggerrable remotely (found by Aleksandrs Saveljevs) (#238) * Fix off-by-one error in parsing Supported Point Format extension that caused some handshakes to fail. * When verifying a certificate chain, if an intermediate certificate is trusted, no later cert is checked. (suggested by hannes-landeholm) (#220). - Changes for 1.3.12 * Increase the minimum size of Diffie-Hellman parameters accepted by the client to 1024 bits, to protect against Logjam attack. * Increase the size of default Diffie-Hellman parameters on the server to 2048 bits. This can be changed with ssl_set_dh_params(). * Fix thread-safety issue in SSL debug module (found by Edwin van Vliet). * Some example programs were not built using make, not included in Visual Studio projects (found by Kristian Bendiksen). * Fix build error with CMake and pre-4.5 versions of GCC (found by Hugo Leisink). * Fix missing -static-ligcc when building shared libraries for Windows with make. * Fix compile error with armcc5 --gnu. * Add SSL_MIN_DHM_BYTES configuration parameter in config.h to choose the minimum size of Diffie-Hellman parameters accepted by the client. * The PEM parser now accepts a trailing space at end of lines (#226).- Add baselibs.conf: build libmbedtls9-32bit, as needed by libbzrtp0-32bit.- Update to 1.3.11: * Remove bias in mpi_gen_prime (contributed by Pascal Junod). * Remove potential sources of timing variations (some contributed by Pascal Junod). * Options POLARSSL_HAVE_INT8 and POLARSSL_HAVE_INT16 are deprecated. * Enabling POLARSSL_NET_C without POLARSSL_HAVE_IPV6 is deprecated. * compat-1.2.h and openssl.h are deprecated. * ssl_set_own_cert() no longer calls pk_check_pair() since the performance impact was bad for some users (this was introduced in 1.3.10). * Move from SHA-1 to SHA-256 in example programs using signatures (suggested by Thorsten Mühlfelder). * Remove dependency on sscanf() in X.509 parsing modules. * Fix compile errors with PLATFORM_NO_STD_FUNCTIONS. * Fix bug in entropy.c when THREADING_C is also enabled that caused entropy_free() to crash (thanks to Rafał Przywara). * Fix memory leak when gcm_setkey() and ccm_setkey() are used more than once on the same context. * Fix bug in ssl_mail_client when password is longer that username (found by Bruno Pape). * Fix undefined behaviour (memcmp( NULL, NULL, 0 );) in X.509 modules (detected by Clang's 3.6 UBSan). * mpi_size() and mpi_msb() would segfault when called on an mpi that is initialized but not set (found by pravic). * Fix detection of support for getrandom() on Linux (reported by syzzer) by doing it at runtime (using uname) rather that compile time. * Fix handling of symlinks by "make install" (found by Gaël PORTAY). * Fix potential NULL pointer dereference (not trigerrable remotely) when ssl_write() is called before the handshake is finished (introduced in 1.3.10) (first reported by Martin Blumenstingl). * Fix bug in pk_parse_key() that caused some valid private EC keys to be rejected. * Fix bug in Via Padlock support (found by Nikos Mavrogiannopoulos). * Fix thread safety bug in RSA operations (found by Fredrik Axelsson). * Fix hardclock() (only used in the benchmarking program) with some versions of mingw64 (found by kxjhlele). * Fix potential unintended sign extension in asn1_get_len() on 64-bit platforms. * Fix potential memory leak in ssl_set_psk() (found by Mansour Moufid). * Fix compile error when POLARSSL_SSL_DISABLE_RENEGOTATION and POLARSSL_SSL_SSESSION_TICKETS where both enabled in config.h (introduced in 1.3.10). * Add missing extern "C" guard in aesni.h (reported by amir zamani). * Add missing dependency on SHA-256 in some x509 programs (reported by Gergely Budai). * Fix bug related to ssl_set_curves(): the client didn't check that the curve picked by the server was actually allowed. - Drop getrandom-syscall-fallback.patch: fixed upstream.- getrandom-syscall-fallback.patch: Fall back to /dev/urandom if getrandom syscall is not implemented.- Update package categories- Create symlink to ensure compatibility with polarssl- Update provides/obsoletes- Fix sed for includes- Rename to mbedtls - Use cmake macro for building - Update to 1.3.10 * NULL pointer dereference in the buffer-based allocator when the buffer is full and polarssl_free() is called (found by Mark Hasemeyer) (only possible if POLARSSL_MEMORY_BUFFER_ALLOC_C is enabled, which it is not by default). * Fix remotely-triggerable uninitialised pointer dereference caused by crafted X.509 certificate (TLS server is not affected if it doesn't ask for a client certificate) (found using Codenomicon Defensics). * Fix remotely-triggerable memory leak caused by crafted X.509 certificates (TLS server is not affected if it doesn't ask for a client certificate) (found using Codenomicon Defensics). * Fix potential stack overflow while parsing crafted X.509 certificates (TLS server is not affected if it doesn't ask for a client certificate) (found using Codenomicon Defensics). * Fix timing difference that could theoretically lead to a Bleichenbacher-style attack in the RSA and RSA-PSK key exchanges (reported by Sebastian Schinzel). * Add support for FALLBACK_SCSV (draft-ietf-tls-downgrade-scsv). * Add support for Extended Master Secret (draft-ietf-tls-session-hash). * Add support for Encrypt-then-MAC (RFC 7366). * Add function pk_check_pair() to test if public and private keys match. * Add x509_crl_parse_der(). * Add compile-time option POLARSSL_X509_MAX_INTERMEDIATE_CA to limit the length of an X.509 verification chain. * Support for renegotiation can now be disabled at compile-time * Support for 1/n-1 record splitting, a countermeasure against BEAST. * Certificate selection based on signature hash, prefering SHA-1 over SHA-2 for pre-1.2 clients when multiple certificates are available. * Add support for getrandom() syscall on recent Linux kernels with Glibc or a compatible enough libc (eg uClibc). * Add ssl_set_arc4_support() to make it easier to disable RC4 at runtime while using the default ciphersuite list. * Added new error codes and debug messages about selection of ciphersuite/certificate.- Add polarssl-CVE-2015-1182.patch: Remote attack using crafted certificates: fix boo#913903, CVE-2015-1182.- Update to 1.3.9, detailed changes available in ChangeLog file: * Lowest common hash was selected from signature_algorithms extension in TLS 1.2: fix boo#903672, CVE-2014-8627. * Remotely-triggerable memory leak when parsing some X.509 certificates, CVE-2014-8628. * Remotely-triggerable memory leak when parsing crafted ClientHello, CVE-2014-8628. * Ciphersuites using SHA-256 or SHA-384 now require TLS 1.x. * Ciphersuites using RSA-PSK key exchange now require TLS 1.x. * POLARSSL_MPI_MAX_SIZE now defaults to 1024 in order to allow 8192 bits RSA keys. * X.509 certificates with more than one AttributeTypeAndValue per RelativeDistinguishedName are not accepted any more. - Build with POLARSSL_THREADING_PTHREAD: fix boo#903671./sbin/ldconfig/sbin/ldconfigobs-power8-05 16717042442.28.0-bp154.2.3.12.28.0-bp154.2.3.1libmbedcrypto.so.2.28.0libmbedcrypto.so.7libmbedcrypto7LICENSE/usr/lib64//usr/share/licenses//usr/share/licenses/libmbedcrypto7/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:17787/openSUSE_Backports_SLE-15-SP4_Update/720d0ebb41b5ebcb750609bc40752cb7-mbedtls.openSUSE_Backports_SLE-15-SP4_Updatecpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=32aae824d0f60f713138b259b1ba58f0b83195bc, not strippeddirectoryASCII textPRRRRޔ&1钧fIutf-85a6729ea09e24a88e375c88a0ead1b8df3485b9c4e63c4486b5d35fdd18d63e9?7zXZ !t/<] crv(vX0hXȽfNG< wFr :# t4 C} 0 EؕB, g#DtT?\j Cd C:08bh>A: ~c7kp$#2[DiUQ8UFP)yw%;ݕ:@1VQ`Dן%HRV>PDЯϜl(9&^ˋ AKxzo,~8{oƲ_r 3H=;~u2(xo}Caĺ lANػ+| tꍁ(xʛp. U/yT~P*#`5P &0ى݆ے֋Ci- C $^}/b~?gALX8qm=S"ba|D`z&je^F^ 7jjt3{foSvIhͼ+0" JVNv#m;#h$vY@ࡗP#HڦwS{|b^s<\όts$kZws3a->%qbgh#Q**߻?N mӔ~_m{ Q%'&+mȂPepI@][п;9GMFdHph0%EYswcŶ'r(ͩ bE+Y}zQS`D'`O--nV>Ja6V;y12xbK?'M;zIC{V ZπI*iׇ>DڙAeu*8FdM$vvRͫ^tsIA.S^cQJ2Z*mP4 H;PVG^f?KT$۹ IgqS3凋p(݇՘*.=Ow8u;^("&~ ã44-.%(㋶nnj]Xy䂿#mTJ$iP CLa6L_ ;Nؗ'ͮ01Ơp?V8D ZۺY 7󊏯>2kFL&5Xo阖{*u`q$h7,6lZ fOGXۧիQ3( Н (%?%nPrPSͥP{ x^8E ٮ$|G E=pGҐ*%R]U5_ [Te6)07.y'|{Q7Wuu ;ȖVD< iM &'?#^]|3#4krSNF8P21 )jWܨwpz a]J]]wvdSd f?Pp>70FLT'N\ 3h-(9/: p\S@@t+U`6K5 eԧ 'ƺ2m*:KsTXy҈Fn[L!o_ *J͈YÌ KtpB=mu㱂@ -`r̬K[@CKu;?r)+Rv=>ju3d]V慜q[]95\YH0xR1g^0gm:bgk# HlPUN?ʭ1&um_ɭml!$*1κDRʖ>ck04,5F"iBL>ߏ3O⮦%B`#B}[HMw{U#gg;zDK%wqsEUCn<M(Oh\ &˙M%cP\',M߲R p;kgjg]J$x(zǐSJݷmZA:/DǰG3^S81l]o :># " '+N&DZpTI;ysqwgy%*v'}cR(B=|!cY2y 53v'@Ƚi;D6wHú=rw=B9 Nv5wZ-%eq:"1rnq)A0giAvrjsI9o }e/ C%~O(/)Pn Ou9ao@:aRR;">GeeǡQKAgQUd{E/@Ÿ\Dl%:]IobÒ2AJ}xaFQg:{d"cUii3]X7*ԭHy2++XOl7%s n6c|4cϮxC B)p%Hǹ!hM=:{Pcdn vT񗲜*",TdPZ%$WC#FMO1]ӻH6O^꼣C s9# .+.Yt>8u?PiӨҴ5he9"oEm~3k\"W͘|E M86w/(DCQGeyYՋq}-YA>AM63)#jxKg8mF92R㓆KË0K3[LcVƞehWaIr 2%V쬹QAR< X|Vh?RxڅAxbbPnL Z1;6ٜdl[Q/J`>ۓ?iO];cX P~HNzK77j\)w8LMx*_[ֿ5/3<-@?Ko҈6 VBXup \|\,?g]v9zjbEQZ>3-ϵ8f uOnɶ^{nOw]qͤDw=pT=EkDCG𫖯n*s.~L?mc"9gJSϯwX)m*XOaUK7ù\G G0wU; Xt]wupMy+?4Fأ/[n猪]A4v^RN#[F턴Xƕ%z-bBЫn7c5rmo5M!X I`!G$BwR3[ g#za<7@ҍ1@Jn,E[E{7RH= .I=DIyq<䇧P")w 9uv,ZwwnT˞{'[y4}'fi>ay WX8[GŅ3}C=aq {/vl6T0P8Gvkf ϏpX1{=/C.+} }I#v"*I*Eoއ?YPj^@1iKZ9_"AMiC6t|Hk숔vVefuj8Ԉ٪7噊K{Dj)-}G0@hbQ+->1't~$.%cb#AI@un* 3,*93*TDCR(4\Mg?ѕNL^B#`6-6X`3Q٪_ڌRUPS zը߼oWe%T&>K=7NVV+ ږyY^п~楁^wE~d>7Ey|ߙKP{|[(Yۺdm|勮բG)7snbVEgn~HY^q[䃳~6-)'} 5|yb~nBU'}{S9=,FiwsbbB'’$~W_0>tD-Te1 ID~ nX1#Ƹ6^)v:rQpJ,2kSWb4Aٲ5r>CKYE:7} kzå9=y.dbol"|MM:Wtm/m!7p`KdBî/{̤)swsɇ0'nVѲSNN]x©DXlѣ\ [a;йr6$Sc"+cwX{h,X!9vO?Hs*d?yUr?jO£0O{XXU@̄bieNɾw^׫[~'|]3AÛkmɝzQ/R-:߀W]ۻb*Fb+lBB`}=;QI< ~|ߢ2tDguz(S݊d 5뇓rqz9;&G<ȑg /#4fb2.{dkiӊeXrIs*/PB_w#_A/ ;=D$+%싉=`qpd. (R1v3e miÄG׮[ 0pJEK.W>nFgC;^VPC̐Ia"ٮ˒qTcpa924tG TD@OeP:9%keٲZaU,RIBgo.JX-%ǘR8_g,%sMKؠ )ZK1`\oy\8=q: td})("mї+Þ~w˜z] lBc_*= Ǻ7&G$[ozDgK-ul 2RX]nSOO\2U #0i2fsZ(Ȁ ű<\x)ko+Ep̥unJUߦ3퓰v 2C"8W4#d k.B=w8U! `Fbi=]8eׁH)rT'1uq/2uU MK}J %?\OrGUPGbTī-҄>BCSÞ,~ ve W=z;o H[H)N(g5dMŽ۵<@q'x,,}ipY- K`>\=  t/pN3CbN/ȕOvLEMlڳox\ҧ!'āu.W3l܏+RztԽlɐ*t$`znҁռ4{v,H)@UM [ OlŮlgt"ɢ^L+ilG=+/"0uG4{ t;(Ie/ !bACI60uEca³*5 ij8oSЗs2`i'1BHqϓ#~?x5H fK~/86 x%tF'Pgb d @]`|yL)saz-wGSra]`%] AȪ6 Rʙ8 @%8E4/1M^y!e)L =]_\mNŠ(&ub;2'$>x5Qq lƚ6#US8K~8wf ;^ E :5Z$c^<+ :saxBC&SX,nHݔSm=@ w@=a 2w6Fa=1S|}ƪ ܶN|eBDxK^\2CP-𢌟j{&G5PϽ5yrDe!!TWxz&#a~Eń9} M dyW ߍ;bN"zTkZ0E2GP(&4B>2aPͫQP-`8s@.)5;c!\/H3(tK5^a:k>} [D0,`0cJR7Nݠ &&JiPBc)I8ɘ|BR>k^iewזV!jU2xVMs/Saꍯ(KhpA p_4 [X^^9_oU@[cFKz;pMx2-M挮Vsf,yPx4ǺR.^ :c٠EF4cjÅ@m+ va_{Q#֤ ab'SRCL,`u*O:u` Ie vI,Ha|]+%Z8?:}υFxh@"É7,G{%@Ԛ3`y:(W:%)J}Z𑧢b$(Ag˕CzW! Yed13|]``͋mp=p & <35 ل%"JMp))P4](⏀/$[jZ!{ڷIO' E&uUb F:F?Hz krיɳ.?(>G)'g?CzRYNm*1SFk2\ƮMݻkBYES;%;RT–֟B;h A0 ]>!koUښI|z3aZFx+eߦ+eY.M7* +#U{zB{^e9x- liφI7[EE.L=Lnհ5lHvն)eLYpCa`\j5(!/ DkN 0&A{& &aΦJ ^Q6 Gl <e%F8Mfu0cYB64=MQ^) hƁݺ:>%?\ԃMDzf76cYU6$LY ʏqb:K!S쨐AK5^(b"_wl$UZ?dE`6d2W&M0Ukd$ ټQ,3v)ef+GGioRdGĽ=?cyȊ|)> >/quX'\"gҝ)[~UWR3kWEW>犿=Wt/rb`:[dCJj[ۘ_3h7\6ֳ@2z6=D^1Xį"VtXP ߢHˤgF J̬nf\J.NhGRR⎊Th.*;'붚 NHjɇm !v"׶ * ^Dʯ4^j +(W\ )O^A1@]z1dWجpŃW$e?t hT[ _r)~X+̲kRcҘղ!?:bumsFgNn.f谝)d54cCz d4֔;4)FI yBDI-.$x s45-Ll "<\Jݺ7̾o,^=[k,0r.e_-Xge[Gk엕sTPC÷a쫵U1Sv뷀Sd,x&m1h&N7;ACVZ^¦E5T_{< f&3l<(E VڃhQS\smDrԠOoȉ|Gc(_Z¹ssL*EBYdKYtAXu"IjsVWnqcjj2V{@4D6dH/rܸ”G>ι;Æ} rigbC11.-'fJ=t Ħ<jd]X-¹@ezhȕ;lU2!!oui~&%"OߒBW7ct:G&H^\ hR g5*hQ7TJmzS{~lُ19P}dЌ4L{acL|Oz+ď ȦN&y] ioAXlh sqxX'~[w߆.T6 ⬪{w3m}bkj`z;fG)gX棨~ FPhY׺%Qz9{)%i9fF`"`XKŮus!ux !"xgb{%-8 e̫ qLs/p=,x^&ePh:HO~|RLb Q+τ-]'rQ uR?RsˬԢ`pY#H&Q/JfD`40 OoQ;w,)E6qk\+JRgFjv у`N  8z|Z}1KX$)GҎfݲt"ӄk`/RV">9U[;_Z=?#$ӽ 4Nvp`?f*{&cQ ..i蝩<7UrIZMZ|GciS4񢪮Bkw$כٽ{dg/ D^u&r_pzNJ# :Fq$1}Ja gKVԛGܖ~3zqCIr ~B$:h&^b73T%)37l#iѕb*L8 JfhzW&C'=lK#ێ;=egї@= bྖ;X-钎qEfcBVMmŌ(5 @w3Ey3*z(|^\z$_XNTS?2]6jԽ$MJ.Q0Nk\:NlKy|6 6FʟFzMt')WpRw,=4j?NX!8OJ'ZV#ͩ[& Ո.AytgM`-?\97Q$JH5j@@ekTewڗNཻAD,i0)s:l)ylj%Z^t6}?zr'XV 6^ς% lxΔ٨W=+2C^KB4K7Sp'{} Gjcз@5tT,ђIhe!#Xe_rѤ ׃Oڤcuu2; r"-k_G?FdNKM5BRmwjH`eĮ4:0RU$J>T.Z ؆YUxU̢ њG`ri(JVv"s0rtN13⎇iDd6Xʲ* hUWfgߙ#Ds\W;_5O8 V5kie*882i6k0c1U=h{s{KCY WU"Ms1F?MrJCQAqoږrEanmR]%_=8O`-l{T(6zȔpOcdS9U\"CF4>[f+x=wF1 cHhz >̞z4d5%ͼP_' [Z0Hv1F}/ӻƳ;X:k! ]r>%J4JO쾕iyEo{N0.%7-(͜OEQ4);:Bub0_:MEi['h0'lt-+zBBGt,Q$ޝTF Dqh-dI 5 4hBPgg޽ԀnSE3hR~s x2(܉`[-ه”KwS%J̤eٹ ' I (3lb\?wWqLqeVZve}"T(Af?MJv+F(QNϬA{܂h"=6d$%0:1ALj޸y@^_mEf?$nai$B !b|Yl֏aU`HI$F.Bk05cߙsgFLu  m/#E[r: @(l ^! m޹]aGuTZ!'tP͕$A旵Ofdj'd#V\>7ʇN42|w.tɴ?Yl=Ʊ Ws\ݓ"xϥioVi ; *Z"2nӵk3) ^̉}f#(%nۓ; @C4Uq#!H glrR2̉8“oB3p,fy |'"]_;jf]~s}AX @T N턇,J3@ϨGpb ; G,uB Ǭ%્3b-k=q>erR?` ' BlҫsJɴ@chICMroF&w:bw!#Y$wvbEǁu3,ǩ Ve6X]qm-7vDVL^|/ 1*6o_I(;cp*Fq爵B65dwuPm>oPpf7_9f Fi7ozNDIEWC8;6l?%Һ1rA2EV3<≆rr;p_Mg]zM,DʪӒY^6%=7lE-%1_p-#}Z,Cx;ߟײ#JS5eYlbGǛnl*/T[8ɼO jtR/Pxm+xuD ^P:_ۍOO<ɦ*KvLݩ+%sΨ՞Q%1vEv?EXL j 0tu}eT}E6 ~t@L} [fm@H`o^R <+樨";W0zOUqb+U!9˺6BfrQHYtyuoQ!SZmU[0jLS;A%4]+4#x 8ItvgAHq×.,5bӕ"0Mɤ:8SZ/6jNȑ!ӤPP32oXj-@y)0KQA_B?hف~E!1HH3 .nNTpk4]Z>RgHrM,͹z_ݜXՀEt6k9'TaXQk/AI,Et5b8| ;-E3zo!7@H/#&Z_m9pn@o^=/{A9PAN5G?0K,{ )l#wNSBr%CgMֹޒ~=KA6dWg"[G$u?m q镆IZݍ@[O cf`ƀՕ靕?h\=E9o_iE~틠(1\jS,BkWHxg-o\@std`OD/iUٸ`?Q.?SI v, W;MdI7rɂ~7}!jP,btq`sH(819w~q=L!E"!;T%kd ޛ/ ƨʊ~{,xl?85h e%;Kg O)$c@P( XiO7-zEمΕhib}IiA{WbF9Llm8r ,C ||X *(ԾRy&e&_YP 5 m-G96ؑ8J*5KA$uT؟Mq7 ']8j5^R##YaBP((Fa.QPRV qXRaUT44vg%>ɛyҥ>1 ْm^Y4ےb5M?Mua{N jϢMYnG7jqo=UXl5n5Xc }E_ D`O< [ U CP2C^^-xGj$ZchF\$Ej&y*~l[p"g _BsC?Gcnh[bD;v*8($IP. 1Ǧ<@7Af6ֺR,Vã>hBY,gY3f!I=;6okeaޣ%֟ {EnĂUnsEڸLT×F$)D!@;_v{Qc7!tl*PDܥ54bhA%/DA;"rDod)=6W{0awR?RYa0Dِ~7T%ҖTQK.bPU^]\TcǑp!q_UfBTb':$/~/r# :)#Zsԑ_1[iݨ,fDWMvkkzKs2@8_A6Mc鬒,@L1>N` K[.}󇧃BtK'# "„T5P\]!L-*Zљ/(zऻ=: kֿ(5FDK$sLz!'0pu[ <'R}#GYwBK/v :S}QǕ{??4y wvp-:#Ҟtz{`7DlU[rj)}|ܶΓOO8șVM4H‘z2,pݍ1]'@5FvqQŖMhbfDȄ]zVՒSb t1I|Acqe^'q_(XYZu GӘeճ@SxAAv^r$9?zgm"b*\ Ъ,bL _|<'X_/fݻPu"!( %S|ľWsnI9XX/,i}B)ÔHRX`Ӈv a{*Ȥ~_3ZÂGgF:_~_f8f rbCqb=^3q$P7븃= IB${aJA\ÎҎmsb#-[O )2bjVPg NFǡ,1O0_)Pމ`<33 (%d9E?Wy׌SVoJxt0JOE؆gJ84+]D#ߺ/+6u[6Hk.@K{P(dr3hB/Itl Z){~߼x`JuSK"a.a\mJojPS~UD 8!zH+ˡ**{(d'ȯe$LqgEsrךN6aB,m2iCz.2B5Sy]R7/t;#zRheˑ%RcdߦfA?E͉qD( EeQ 7z ϱ .^=w[`~T[XKDĜCi6vF"ذ!GQF`2'._~WUqrd,!r#b֎_i|0__xQȷF X9Lqq0iڛx3OcpY0sluit`[M#P-|n\g 1sIvFl*CI =~nB0ڛ?i&!WWfLөl{!]Y^zG{H/@A5pR,&|S¼\{?.%Wkr_PkyCݕ]} Xq9qos#~>I-OjmV7>YOCy1d8<}}B5c2&pO7T~ZaIQ00Gw")ԫH=gvɯݳ@Waȉ9ZjWFsi$6R-L7 XHo(%|"j=68ېҜWx\c  [9mYk0G5 bh#'BI~{鼐ˑ5`"po88x޲xԯ:O Q_36>M  L7%8-E̟NalY4}$I#a\i/rL)gaF4rdtC+BI55m5R=z9vȌlmG>%(%4TD*'2RG[Ђ[&WgH\dHjZxC??zm *k1P'z:$[{[\zV쀧PbK^84ErfȢXPD'ŀSzWT-.ck'*[$2|yU.e!R6z|Cuohb("ƎmwvAsrړ GJԳ[H1&$JzUY'-|F۴7T?]HDc9ߞp&=L0X`D gmgO-TZ !TF wa@/_KC$-~d_9O!YWu^ RD.<2*e MLY=@MuJ_dTj2&sTZD1WCM| m^v7R\Kyv~uY6M%]  bҞznҞIe0Np܃I8q6GpJđZ5?|w)^<2"kN~3*.ڱ]2DE'nˎR{N?R\C8U~9 x!9;fYv/|̡嵙~ GtReU,o/vXKh/ Z~{ H%4:[AiAǀu(ӝzY$R!TPR)ebRK8Oo5̌(>uؘ?gWdk555+,|%9pܪ<CIXY'{ą΋em VZp`<7nšqJ=c-yqOT tTx :x Ñ8'(jgQPb0"7edYj.004ϧQ6eg{6+ntL x2ƞaK"TL @Rq m;=E7X *>0k.s,c!Л`ݫr&bcM^5R;)(dz askX IY3ɤŪS2l oF n0?%kX^577$Ւ(OƤ}0BcmI.+=֎Dad[$S'Î ?7#\kĶН!AuBLs\ a1}=&CFKv#BhNIq'Vj>ʔb^3,hWZ m6AʛXp. ]vYeATsV06JA z\?Ԗ5% V̘?EWCKbNS } ykGŤہX?Ѭ&IEER2Aڈ0M ,c3k2 :UEtʢly==v%;9"w`ΐ9 G\P,KLLcx`&}׆*25>V BKe|Q|lշqh k$~ꙒDpO ќoVp>D\&+!y ^4 ;ؚfa[y s>?ٮA{H`,.u[|vpĴ1pVo; hR7Z[$?3cBYW _:J/VJz^ʫl<T1JI^)f @,]GbdW9LosL0;lĂ,9KL#KUu }jhu[Υ\Jy䳰WSc|*p_d9@~ͮ7dɀ_ك{_adE"S雑R?ɘc4/?ço/}e9.l8/5* n3-ˡdzAS'ÂD+`KMdS$-1'U1EO3$Q9Ϗ108lSR*c g"K¦^c.0'vz%Oڏ@Zl"^$+j\@{Џ9;_0o>]U>kS"*b"aᛢt\)rKL8;1iΑ'Qi 2[-ucxwr Lt;S$s01/JҟaA[{Kf5l"Y&&TEN^`6* $YS5rwc_{XTkTR؝jۉ8Cz甐R ٥E Cy%Nh|sJ>ܩNf?.%_#Zݥ ^eiVLM#&qaHPVv Ֆ{{9HHe|@yn%`T~qzT {صS2&}F#d%ex1]^HQymXpk|k&YXe8 iA2 qә}v1;j)DhHA6>zLbqed4h'N\|@RB5ˢX20N)uH+˂%@t]p~x#`4v( ^ r wd|aYwNuwPL(ܴ+p7Rvb:}O5Cl#o*' LOt<y+pR49k1BfyTI15/̘R3; ;M91_Ewit9ta%94Bm|~ RSd| .i.u#p,fhTg!4e"1.F p:WB|&Z.a-׋? ^<-k!Cm쓚O`bExT?Kޯҵ4h=qv}>PY87) ;r''%e'Cl3 >w& M ZiaVy`i}$վ~ ]oP Avj ֢II4vBuw?H(4ư;Z(5mߩ0td|jta!Q TA[tiUޱr13}\"drVc'6tx}vFI&3 5WIm:ۛlk <2/&_H5l]7)\dM}Y[SaH<sWKMB[9[h U/{<F+댒t   A8ٯY*Sl?GDJ ֚{b ?7[!-yT 7ܛXeWw!Ɔ㎐!.*9Hz Ҭ Ɖ#5)qFa zu*ܦwApIJd'|=8(d` n:އEJ"d-φJ4#rq~̙,I=;Em|j ][rQn%øm;*:~]A@v#=r ݂s .uAkϥxh΂Tx"[$Zy5=`o r{+d1Fۡgflh0%C[SДv{u\+^mo(ަF"olD0GA6KXD?b<$㮨-4XX8p3U/O+e燎-ϼ(lօD3gLjM$V7!G2睥EVQ~u;dvڭ2Ǣф7=.h0 %7mB@7h14ۆf}֓%}N?!$7ͲէRon%Wgٙ- -23I] ~0LArMQE<KFL$:6͚ ثg]g{~H:3Llʽ8l1l7Ȭfh1c83d3,܆Z6,][Eeg&$ &U=0sCw IOpPeNo8/yyh `} f-߮T?Wd)ԚP8ByEE pc?=`ywڹo?e疱iO6KDQRcF2zob<= 1m:\#>^ 0C( /Y#gu}0a2@/ŭm) N@s& .bYi2.$cqX́`ɍ3K/R]bi倻U-&*m4%VY[DqyDU\zuyN%{*pQK<jˊ-%_YUԉ9>;lh*+,.:R,eu:XBbi}ƒIanޓTޛ`5N o(:V\SǦ60=FX8w06%V?RlXH(!xu:-D2i+޽Q*9f67vh@YXNZO#םmij- r@gPTγN^-{1c07rI! *QCgEd$/tUC ĴUviZ[4gL7( fėGdu Z= 9`K+TVz ,uwϿbwN!bx*[@=PIԌ}Fi5Mt&3"RA#;)8AW Uӎ}*9xE*L XÜFo*[Z&:e ,6>,2+h_ڣW ]rW͆i{\,'=ɽՔ7 rZ-U8r! ] ,4BnX:{ 3u l2&e)ɯNch%qG3YKQΞSDt/Ÿ>vEMɑ&@fBvv9Oo'!cو0eqNBJݧ؟\.2t9RQpllKJm'^+׌;53;9(C=pBG4;qTqX%sƓu05@*9K ύfh2K[QV3:@35]>F]I>a;5= *ԏ0Rܩ_rSL7MZUa4I9Nz>?B*n'f;9lXD`7NActGky`AT!^}3|*5H/s\74b$+ bh,{2ȨOfZ_T{7gPmKFJ7!tR}ӈXUp-#Sb{Ž,L+}hAwtFVy&q쉨͖LPuh,<,@]Z` 赶zn[w|?w#k=2MV;Z à,S-6}-fA0 ܡ WՀ̷ly >^mY^75KN8#J_άpku6ww %/4SMqBZvn5 E:$G}jn2 HhfQõ{k?2];@($x6p]Llxi/?gT} N W7wkqB@wP3=O1)W>Epn?p)tYu6W+wSL3O&&J, #P.G#^+wJq*o:^{P(1֎~^Cq&p!ل"cyR>dGE0>eA4Y؅(rl$c9\(N:E˖ Ӵ>zc0Sז"P@%0sl.n@}NH;j.*~b˒_hUj 9IA"n)dlĿzI|p> $p wuy} SS=W_Ƥj]׹߁H#$biZ8$5^( IS, {:MND#0Y^k /D|"L*$n'`05n,U=9;Ѹb˙TNU3`~ B5cV^߮Ci)%GUP}rH^1onԼnΈd+5pyap8ƹA}yՙc.ݬ;_>ڛ7աMuoGHn:tLSDwYܥMMKTL_*KZTU/Lad辏 pz@瓎iR>ձ h+2 ;mmԯN6M(_>?!% =٧hRoK ؍[ʷ>Tѕ2zb#9׉ޣ őpĺH+oS4o|ҌAedl[v[ OcAR xxY5 &M ?[$s 7rB~( unk*H m/a$.|rpOSϽ*K\F!R%ܱ P8R.}v 'w5#3ÃN[]ƶ]Y SbG3u*`eK uh7aņkz@mJH0c{R-+&0e6h[h;i* y* ijIfA4I2$6`X_-M<{{w3LuY D zɞQ=_4nAH(.O)GPtQSMH*CjZȕ=Q95Vwqnvz2kښ$ƦmxnR짨Z@Z.vpscRhhiC #rH@ڮA7T0rD|lYc%e0h]J}Qtz&M>'R$AVx!Ex8O AQգ1G#7El)EQjyT$s2綴gAď ~KQ. > MXw" fIHW$_eI)L&jvIiJT֏ IzFhw.GhH9 0хezqy[ŢuFZV6rt~ ?1Sg_9;*<4h*-jsF]_ ] Gc)LЊsBB/kcQy-Nlw!)_S껲3e<\Xj_w0̢0l(j]+wDVG,Ӳu=XtMQ pk(;`hC[aD^㑶yg$), i*aV'H'M4fͶiå"s$hM)pfwz aT@hBF A]&X_(GɻtUSR]RLZEq};xw: =T$\@q w?dm:(?YYqēҬ$rλG+eo,&6'PF2zi~W3O~HxYVW:%7W-o åotg-[c(brP啶q:-W"Zo ޏ4vj!P ^%!910p?/lb轰3E}́+ubrR#GS A|5LT{GP$^/bvY/~7]C pEx.$T6l5 [K;|C&'ɷ!9S R1~+AxB- ՚ߚH>+ GY6HOSl|gT?WA e?ϯMXOWel܊cGdd !LhR^8R Ʉ^<_tXS[֌6It%4^VOf4kq4e P+xx"9-amQ?fo# 0h-ÐX;FՐB iolxh:`Nݏ<ᯨ2E~um3T)Hp5W&5H(G7= 9靾EkM&I^^>O+(0#Wo`HIܣ~I<#I8~$|/Vۆf`ܟP֊E6F 4} snރ)GcH ux!Ř0ɐڬ4+eOZ$;NLJI5cYMkF-ceF{!lL eR7@U`MUlWbҤ5M|xGk٠7OGsI| ,?Gה`Bzz vƸzBe"\_0/!' S7S(**u-];)݇r9Exu'Zܗ-Om;?2P6gѷ 'Ks!/+|R`y!*SD?;kbW"Ⱥ6bDNK#2D>rcchS{sїh= vA/ oRYUΜ vABH{=;t!wlb1zںdhX%X?l8KУS3]uz`Bڈ8SP$-m7&0uLfosA5V ]{V^A^ߡA8;bsVuH@k-3DX0"LW _~*$!vjj: a+Οﱳ^bւ5GKR\g^zN śx_)F!Ie5ҋ1ݞ{JqD"8bݯA6f|ɂ7X7j!]g\!@ Ve,o(alzk#0z%I"?an 3&L?x+U9&=-c ?y`8a_6~tܪie+<@4:^.}cE9̣db8V]3 &Rm+gLE73SK0N :$^-tB"zWGA/{moġM04}{K) D2<ܙ~HpbPԸ!iuUsx'xչ &J[VΔ1>HYE6"ӄNJ=!y 0 XcVqʴ+J<s0o YOǗ= 2ۺ{ ;wQßȁ$o]y]׏ZK6 \c+ngq?]:7RiޞDO2@`_ыפ%lvX?* = ޷-hz!o"ǬK%etC"@HVZ,eQ@V5D2=ZN,/ b:GQ;RbpmkT2fe_9"{U񫮦LRJ%fwPfKdIXorNYjӍ90˛c!%>.c~?OiB ؎[Z8NS:avۘ&"ʷ4)&urۨD o5䌡+ |VGkc6)ðR{)z,@o5FRUjf(>lS` {69da3[Q!T$LFc9O(-eY<@.R:d]2e,C>l %nvCDzocZva%XsFikٕĂ4jSP* > w "yLt?៑D0hহXnzuuaVX)c 7+_wx+ }pVR\LZtGIURFиJO.mphb{!1)p1/W XuMxydCQ7]Ua¡IhiڎS@}˒OZWSŋ"eHtb8;.Xvx1&};3ès砚HS8M/ehլTJCoAh2,z/6}. Q UI=L/9ٛXQt,80W/ V~fx1z4 ̴v&cw}V򽽩tli}ᛀ&/N<ǰW _XygyXIm}9OQJOrҹ;e;A)d+J$6k"[Z\w#ܱ.Kh~8Ovߨ8}6CEqb3JǢ#cFc8 (uOv\8<ɰNb&u8<, }G~ѓ,sҙQ]3sR}Çd%8:>g{kĔ?MC͔ኧTeYFCGYSM}xIyŢ@:^վ5^9#7,uNQLN?KكMx2lo40#j/? 8,#hHu("pRFNk0rK. ےц.ʞpDMKd,.@ }8RlgMq4Oj~VpSߋ9gNT/F @԰} 2*L-zä<>[bՕ!~ nxaxJ \?}FJ|/%.8Z͵fv% ۇt^mٌ #nư`gaEJ9\Jн.v|zSH-47l Ψ]pt.K Ϟ16qH9hAhbGp]o~ȋƹxUZv$4VX4]MRѽ9]TRMOjҴp˜ΈV.;\B6q:0}#1*QvTqoj RKeTg~i_JCU/Iõ!`ĈG;FwxJm HtUtOAUqq >=@phc[tμjpH NJfN(  oEW aXzmJb9D~7ߑ } ӕpMy֍B=[@±/AL!H#el`7;aˆeO %jZ-fj7v\dhf/X\fOvx|s-"5jS5,Հ MYNiͱfI0$+o 8{/Tuݱvg8sŻ]T'P֍CjN)reh{*FG3X'T| vƞU`#aۏ?g{4rd4ge6y5|0?vvzrz8ƎwgD= 䎢9NN~=\Axl)+~OrVtQ=.IBq$3o.crO Z!L;bNh#8 MB=>$PZ9I=v;R@2R7WY3GȘ?r)U4`"~y14FkNli AO`i^uI:-Hj+\5udK (YjR9BWSAzO 1~ΌO!؝ZM?dFN /h63p[7~BM LAB$rCO"!̦)YcZ%8!T z`aݛMp:1JRHyDE}6=95)iE$rB<%$qf &_Bs-j1ygڕxKX4H* /!Xx3NheU^ne|\۶>Q1Yj.XH>:Xz4wt p9J-S9|6VTbh1ۈEe5\l9br#'߆WpVmBƳ9LI7KkqkVK4 f̊Jr$db4 Fx54Y#ڞ! %f HƟ,}a(!A;o T޸#M"{"9SOj6RK%TSۼ^8H[UlY(ÉMU'M;,X`syWjvRK{+3;9>'y=2ߘLHМ/ΝtWbDx+)0$h)܇PalCLV-Ճ/Hd2 ~(B ~y1<`5d+\BB ǣ60=8еV 苮M68Cf դo2Vʺ{~N]2,q'ji6ՐPh^?O[_]R~.$].R(AֻL9]LAMgp%eT9; EIW&] [8^O/b`>`8.hLnvmq4黻IN&ՆfO*s#1rG;c! ^"!cq2gɲ3X8'5l?B+5OUj -נQ.">:)RBiC֫X]َ +u#Jpoo ^4.#a?(OjC/NH5op]2=+ZM5!T[cy,NpݛwO $ØTCzNM%Шrvt^$Rj M`R2ʥ߸D(n6ipo5B@W|gh 91Ccmq$ns.>>lS5݅{{mj "sUd} XL߃朰p=2*봾 цM_$4fJtifYՒaVƢ @rӊ!ϘBPn7g݈_vɿUPȕiCL'}Lm9|aD nc]Y䓇{R(o hʳD Yvt ۴k? Z6=ա Ÿ}'~.)mZ.TW ZS⤢\pI&wYs\ӒJnwz3:ٱmN8ꖱ^ G!XaHl]>)m:r{9RLWiF"`9]I%VSx՘bc`s:BG)%v@:7lZ>(UAݓwKa&,+ FGٌO7V$Ӝ}1"P囹VX/;3m {,Hir$#|_y+(4Yz8C)ʋ,^SW ߷UQ&SE'#|TgyD?Owj7<6V72HD_"i'' Y ;v. 5&F <>O`5A@JF JF1-ε &ob f9K)x/B'ZlvYǕ}D婚<-v¹|W%"bK'm1o28ۅǂOt[l+yDUzϯXnHuk+G qM_JMxl:ӱ8񏿣BsKl9HNBa)h#ڍB'\j -^ A'{D?3׀oJSԸ49W#Y S0IM8TOc=WkYFDUGCݱZN$^.o0ґy`?L'; s sx 4܆4S]hX9 cu6/gÈx=WCj ԆĎsCM!.5=҈fj3Ku|$ .1h@I}oh<[U9paMGX=j̲|-?f.g{5Î%@ٴIA/Շ|m -Z vj-%z'dt2G-iPujͽ>ĮU!(R{\R[B,|-j}8#w/-yQ<sPlV76K.Pd'7' +F`ctϴ)  0 7u|2*}< #Qo_΁;>k[̠%9,y*lLf#b>%+Ƽ٬HH ^ (q|3"_'F&J0MP;PT"昤SMn{@6/TiG@<\ẁ3?;sLvhNMlhlFpS˰ˑ+ Iڦ _yا#śZŶx)fT-:QNݷMQM Jwa;eZ) A࿖/CIe qc>wRrK P3aW2hy<φuKlHE/aV&#.ı:UW~jxYbˀfخP'xE>I}MQp0iָw' #m:9xm٩+0R4YoDQ$F/5ƌqlc p,ѫ\Ht,#ji!88ߩ6H4q%Di(wjAٴ{s[أ''hv^.܌d8Q(%fz pPnS:S3.O"! z19>7\OD:yEEd܈qFwxNvk=U9N*U3DBlSQ):04V%eaI>HhvhA=r߼<t':&Fh[K++>ώ ;Q|O78|(wѲNNxxO䗐,J pQOYG(}ڐ왢mG$oD.]BזVߡaLx ">^**%&>XB>1x>Y E4 (06Q3ڹqh4>7hv IE8{_e519jBd^I1 %zGЌt[!ӯPl >y.ŵ>وbn@thW\;AĎ+; c ԰a{'CYp/Ɲ`B9a^(Q 'ӋR0=8NV(+{Vo/vkK=y_o\%UDëj&o-Q%q [߉>i0ojv5Z+|;*o@6aNҘݧ1(wm}i| ^j2H^S/ţo6gPy[+ǟ]0I4Cpf`&8tc\ϐ^ 6Eɿ[Am]]"%[ԇ8tg8%ͤP^@U[zu,!={=oi ĹjkW7-.g. I[!w)5Ѻ"3}y ]dc>z=Ъ1]IqOq>gțiE0f8ҁG-Wl;D\:l>iV/hd=mftbg4:KkP y& b 5ۙF+OcKl?g}IEyPȁᄥcR1{ 9~sxDR1oH;~~l:4Z:A|@OH=5 {n4~TT-Y(ffk)n;{!w@[ fX#U/3n/( _6 :V6U#ǸiYz Po>u`q<3"f<81G Հ5_gKJ ڑAK=?*`<<$U6Gw8m};7|{{"+gmrޒ؇(b ᮇV?E: >E7YsltZfns\S Z-b,^ z(2)FZ?vhK nDAKȢ!%۝NX-PDkb8vݵW.d]lY)?GښFC 6j-HV&+nji&Ʋ0$]x.5 Zb&G✮;N3َُN/]0aF[`{srmWf <Ȭ/J&D652_ ײΑOdۡs+mɺ% ),H3~#^0)+!7=D}#ck㔜I\ty,͕H!JkҢ[Ŗ, rD͙ cԅ`:mVMeҜi4(,IIIH5;Rv5&5!`Go >?2ȾRhY߻j9kD9(FC#[> 'zaP.kxqibn&X'9V'T daO9e\ Mm>_Y|gR%Z>XTB{Etu%qd'5OrYɶ]{m+*'ɮ7s_.Z1^.U򒉙ԓB' JpW&#iDlhF&}:q( ?);!("_[!N$7TGD ,zb Dntxx&A'i+vz_NxA{ Ir+`W,v2@ZvW):Z=^y=%xVmUoWLyC|vݸ(ḿ0ŇyKG ֌,MEј욇k߃K5Tg]"I/ q<߃3ȱ.5}b'F5K6hC-/N[T vUOٕ(ʋȪDl[nOnG&}M ZKb0%Q@z ~=#`w7E';W]c|Il{uAI*v4Y6Wi\T@BG7;}!=P^*Isښˋ( vk :ݹ3G=NW A&&Rhq!#G(n%E`Bf42G:I-)V97Rpgv~]wk3H@롩ξ| )ިCMb\|%/k؃NNu6Yfj |/R^p@zlJM^dtLLq5N b)(Bj^0@# (TxkjI1x:qqma\7}f/]|Oeur&{Czh\`ޯ=<kN0B 03y0<[0>MsӞ ցG1k(X.GKns o#G/.VgBU}MCUo%),r(p *\SmHdXٙ5 HĞYŕ.ZLj,~aF3пɦ%=Vhg]1Z$bj1oWh4]|d4gj?a- _kq$0`wK.3+ON;=S'ԖS6Lߓv#Oo\V-ڂaCLRcWp1뒩#t/!ZNq&Onx.&`z,rc'F2w4D*Zy8{sDK&ً+N?`R|9Ũ &'q7sўaʒ]{b4c;o`{J=}].q*Ie{WF Lt F)jQtOݮݼ{CWew,"L0j `j1kj~nXL&)>J4bn#NjGʋTzTxV=0S {T̮˫y"cqؼ{ؑt"%9H1YW)k_0 Y҅UMTo㻙@ݺPHOI7uH/&@|ϢF2b8Lhmncp#BvO3׻"jPD޳hӐ 2XfFšՅO?Y Ďz&X5H8)F1G`:Rܯ5E 6TM^IFH XC`Aa~G{E];J --T=NoË .u\6$X z >V9%!0$` ]ڏ2PV/xqZ v g,Oz2|ePwU&tU?~bXZ _EQ0qC'Jә{Ȑ787wǟnAQg]V{GEyM:W]Jjџ A"UU-סA < UX0q78BHsG?F5Qߤ.BC`W(򻾧wGj$@8'ODM0 z/?fBm| Mwӹ;mL!4]}M:SoI9=^xgg6dlyؔKq/_NbXeս#ra^q˜?1 ;xmqNa@f,9 ?Q&'ƺ3~g"‘L}nU}* r|8SUYS!i2}圻sY)@^0P8-~)9~x|)<f4Ԕ#gBOxO4l̋Hr8ax]R`eT9 嘈ĶDRçtOk<\>8IO rSoBP54(lk#|lV$ײzsQm;t㸽ΆJ*vfj߀'P%8M!k.^'#OiDn.j3B\#ՀZv>&I5;Bmǭz>>*ypntzyKTݔig5a~&|%sFC*E|8rrf=a ӎ*# 9cR-&"52\ i{:Ny(YݘqRZ|}Nm)w *cu.YNMW Ej%ޜeqg"v[:Y;Ka(f` 1eɶ~8wVFno6ܭyמasF(Cqg 5fuwyW,EbΉKrk t0$i> ßeKiru`;_5!DSt݈nx"y`ALWԓ ]e!8SĢFh)l77M1{I`=wInT͙bqlYShs}=40xR'[Ӱr{au+XӠO.͔ͥhoEe8^Pw$C{{Mɒg8@t+} 1}u7Wn,U^@ PrVG"ImJl~epAx߄1ǹj:1-Y,}B FZRk:j_BF[xQc>̼ "*=ax$flJyOlHKF@Alw^Ǽ咚& ا`АW_dk榿BM9A;)'R3Z 7TDCGP'X}{7᮱{.O`Wze`Ӗ*<3sR5ع?28h":`8xSڥ(==|x }.'**%Ѩr;`+9T[{ޮO SQR2nh*ިv8\!AÁ~c0MkxhGo3PvJ"fim@Yk*9\p]*ѠXC gی7xl[̄n$yW>R̺Wy]E& N bՈV24st{J0h;"^7ȹxw ӞWXt\wZUS`VP-> Mp_H&^6,x-ieSKJޯLأ-J.>1iZH}$NE(p>~N2#<: ~8_K"שud:"eeN3T" OxxlW8^b9_*hO,縜~+Q◊>>ik|)7@@ӚX"Fl$2\Wxm@I6ZbrWM٣-~p@ ]B_ER*Ǣtՠ`Ivֈߐ5a&xG0AY%@^ϓjLډwh(W5^!ֽ,חcd1a&+ꔥyF6|"yjywvmK}z+8ZI.)6ʤXଯjB ^Sp`7 HfԒ>M)mR`3v~@>Jmq-n^ 5=N˵1ٔ W rv` Gg$YcrGhG>>wx/ϬٮuDDFEj8̌mBDМe|7mųaY׊fXIfZN5R7Ż[:9u :l3ȫjo eMzi@+ؘQ0^Bֈ1wJ 8GG|2&XTVbZ<^  nL JT60<g^J)G%>/lSaY;wìKw/Ж4> gGV˃[73󻲶S!m Yw.i-uy,j )NJH9: uPGu.kRAރ;V|kCIr^a?*(sq4 /FyPD.W ΦXfeX;g bģ=} :,uV !,i'.^vkaۖߎSSb@ 5g,kM:_]/+SU;ew2d.  B[+4fɀ+pGl~*U;,=:;Ɗi>POR *  jX   o^J#%xA ]# @8>Mxj]{R &g|$2HO1Nv*eGrOrdX)'p Iq0$K=~6p cV}@ ֣Ńs<"\L7€̓D'){f5z/gIZ P dãLF\ҘDH g_X#;[ cwUY||Sp=|$qBq0=zvIxpKHy)H BB`ؖAWDWy?۶89rkZ$~\ÙCOpVkp }EFkxZE4=X}t߯SAEsSm)cϟ;($t|Pýlil@_I8|'~=eoDCóѳg^h> l}wY-u$|> vE!țθ1rH^-O6wxCT;n䝯CϢtլ|\ace:/fIO 2؇Cab`LbSo}Gb/Uj{@Jl&EiJOV,ۄ3E$+o+ L?jyhzM \/Z{x2.Ҵg@mc^hNe/&Wf CKǶXc%C&:؇gI9T<YARf&u $ DN@ir(P_h^z$瑚~#ڒ2dd'*wW;p&[ y Q;O3hegae)HZ}=>al`F-3u $c/r$4P_4.\$gc 1û4boV kTԠDnBMᚅv;0[NsX+8;tNSX+ [y2Ecފ2՛A7ѹQ}s)> ahn=̏b5G_T:x)Xqnu_ SW:(d3.Iq>$*ch'[ !n!1 X/[lL\cXi#N8VH3qR?V$#CHn VK9sqy,8X_` G8{萟ɡv_f{#M^LcoIepy&z1v)=Y@o)wl^:w1;!a|/zv"}m/{j]Y8aBk}ZZ 6RO0uz }K![%$<$'?& $=-Ai_rveqD&ZwV{ќ5i@#-'"[m`2!@h۹0HG%ϲ4uX e]H"-]P'o bbQ-Apc7\ֽ=Ph, ̶7Q(X 7rpiNSKG((?ӏ,&~H/|vSE }O c<=#A#}L @'9<&n8Su;ky7/_GxlnX3Ω1 5u==JM^4ƂR>N\EŔB)6wP<O.MQdhϬA c4)/-AHQ鮱Fl"'@[;m+J!fe 0P;=Qi c{!&;ڄFz?v89X/ JnCL:MjTYd^i~',׹ Ą-V 3UY|Jdh/|"`5G݇8G2zK4^ӄbO~@W"T|snP evV v ^!ga4N.#xx 'S2ˆ҅KJ{Ajcҏkd`Iʇ-pH2tݡJpm"ә ƈoBάFC;O(n-P ~V+AdqHecSP3t8QtO$(zF ;-*zsL2t@Lki fv__A#G3҉& 2 }* <+\ g|oSF;:?^3n\jZLH_ʺ/iǂ\滆K :m )=C_ m)}3`4r4DӬAN'X!35RYSOlqIK-T~܌ХÃw=;e@bp-qJܵJ4w}igȡ6m2ecrCWƨKeTW$N IK<2h\ϳ kPe8Mmֹ r"R'>;zgsg~j߄>4³6Ȁ!:~4 AP/XzDG6+rgPnu*]@{ >jҼ+>2LX@usxXɂ"?c"eJ_´=)W'YO!A4_+"z8'ts6ݰ$fCw>>%%FZ˰rh4j1fLG}^{?|q"zʔYs=x0аi$BYu7FC ejo#%p.r5ȁSIFT3@LـmӁ@kFB\jg;YqPa~3R C3A.Pn{jݞ  `1h)sbx%b2mG[fn{U$@H}5O{- Qaԍ۲({M9>cV[ZYȂ7'o@Snօ'.u ȾY $I0[3y`:'<'XC0.iO0΃jsGF ZtЕ%G茓# ♁Yav Kx@CqyLh]Nό=&pb>YpN3 UywT'Ct3=SVt߭h [0.-/)B"2`8:# S,t-)")/^(Hv ^ВT-BM0IlWy,`&]*1|NIi‘Λp2֨nY>|ű!f 2~Lx6R,O(gE8NI@Q2nK` b(Xa7c h饫N q {Yg7[~0s0-O CnQv]/S{Gf;%|JmFDUʡ4 4@ܺs.t jEԕV4騔0񖴋*6^?ƤjCe:puEUc!3,`UZuI3ddV}2>{4*({ceʐt1LB2Z{6~#mDRpA\=:/D(> Z~y{ETC]L &$oX”WwB?[)@W:4G}=e(*PhGl0=q],e`#5kK9"3fi7{q;IRH? }DξeiWv\ œg`OEQclscjgG"b͘P-ƪu6^|vQ rͭ{; 7j kRDWL4m>5a _+(kDυxAH%_ao(eF82p{X%g1<iYlu' |OWγ)݌L*vFX DH3x}0vDd==U=FQkGon/`)ՙ_RaA}|%?aD p`g~.9-LV;kΫaB#w51D%'KH7c0PkY\'?`0z(39s@\u ]@Y+o!cgZFag^-266MgsTrXM5̐oroU'']cUoaSdS;t~aޮ Ę<%)iR8ylZbŇOeGHS/N0̢]p [}_a 0c(78Pѭ=cv7V6ڃafqY% 3:!-aEй޸;0_^)5mGx?BqI X`՗|bT?B2 ؠoo PW{ ; FT:HgYZRPr|脀#Dn;PCV6|{S.K-zЯ߭vD/@E $;z ˢ1 q}Oߢ%o\,J/=Al=v݆ҏ<(A㱞M- \p%@#R ycj:g1.f1VM?[E)rj IS9% NzT8p?Ztf3z[3. X kWF𦿡pP1Laf*WQҺ s3Mc.&?_QP!O/RBT!3kOvFǷ%xaGn ev\n aB[:@Rj߼i`X`cU\h3UDe96REPB>/aЌ#)3lM2bVaJR I/*V=tp1D!1da41O'Hk[ʘt ioh$Q8kg2[?W}+XެeNcjv_RLJ\"䙻R6P8/V T8[0;+M k>~a 5'6Ud~ .aR?u脿f=/\*AAk#A^J塣S\%58B WA+ qnJ;NW{9e] aE+-F&⒲fsx+P3z9< 7pxm& & KIFM:~BIk#v?9bdZ1E5bHrS,6=Q$oO礇z\6`eW VO|#zq(FIn&X]wr9E^j2ÎkGq~څ눋h&]Бg2U =GX-9oubfj| A952~ x( ۚ/Knb{r*1.۪p0mQa-sQQ~bmDŽ&3(/#{v|YC(HZ&gW属TH +Bנk'XkrN-P$mv{iH`06 o k@p:*(@M (}|jF9S_qW“ϕ5Mک 1س'u<y6 $|9TLBf;QwOK_KA4&/Bc DK%)i S}{sM 4U&o S{ !f+?3ݥ׿vLV;`O  ;@ѻqc@M̏3vtbSD0V*k ̱Z5Y.k+N1ěZ `^Se/'+hU*Y{s8yY DHK-R*ʾlO ceJi7}kiب',Z-_-~ۯfb/]E2J^7|H+%oha YK0۫G1 ]Tim#/7!kPhXrI7 .Ayf5 xInHp[Hl^Aͤz3? /M=C,[dgΗHaU?9hO0WP_K|v쨜b,t@=U zqV\V)jY>99͐ 9BU hyl21 ]jlwY!3͘ ^b&5lWұёjܴ_umI] ed %W()t'0f 7vxJ?3r[fJXB1J ʕʓzp{BBKVG7H^bQ)l܌;*$}.$*IǏ66PKTS4 Ef#N9Ɠ z7 Fa*Iu]5`du٤Y7eIx6p3*]ԀVe ŶSR;(}<|{@}7kݗ9Vpy\j5(qBv*>zUy\` a'ÓʍHbxȓcD8F|J`9ψ٨6ohZ>dZUB1F˹pYs5.o/L 77}[}(3[{á{fr45༠4Ay̛d_0VBHС" EŎYi|o^O1M%>pb|eɽ :N .9otkVs^:W3inW^kwlO$0Ox/{,:Ϭ|EJ,3w@f|)CY\a*ek|lkDTUv['WV?HҟT_ G/ [Y i&PmkPβRxuuQwPM7x­PlזpE0|׉uwf:|g~S~$qf_)NͅyknTlf;|ùw 8Kb-:h6o%'gȭDsG>jԏW~%~' ܗ}ix̭'tw>Hv)q~e䮳0ey~dDL2K88itB*\ak kmBV)AlܒwJSf[}v/>xC^KA , P d7`ru`T@kߝj{!_ߝeʽQAT/UU M; t{(?aL.`.>dԾ"3n(]HŒcqQ}'_ݤ6-%Z~TTbf8EuNz1v'FO|83P31{6l#;3 P Hkz-%vգ6Ny6zI:lV hRw$+c:ˤߩ9SfFS:A9sjj5n kB@֎q(Φg!N^a;TgBq#w]<域 K-:BxH)iu##Ɵ=1btQC *Y9=⥹,,W6xzame?$l[:xh蕯P>2ϴ ٢PR@&e|t}S!# hJ)^Hx\HPFH1f/zYq!CztkIsW;zԥU'nRq.ͫMZu 9>8 M=hcȄQ@ +7,`>:bwN0]`-T'ةc\Afq [" !m <,pPw(>"{}= +KH8"G$q*TSК,5Ȫ>m39h2~sw&嵠x%Ak&}&BN:rj|{ۊ5U#sO\-\6#<=БO`Sa5UX0qc$wwet'q$j2 )띙ÄJfB{a2`CDU\[Kuh(#q[]-QdiCS ʨ5Oϊ~*@jpf¤yzСv$gHuDl_eaؗs) ^>P$ sMI-zdCGxEҐo%UlOpӚ|Tj?o1`@E\ϲJ9%1>p\$5mhN<'a4IE,u{ٚ_\B1* <҉)GM,KgQLn# i3'&#ٖ2@Ԏ8gr cQ"〖Њ%¢(36' 9ήj,aлV{z8hCtAkY>gl Z;&ͥyO84Slo+.4Gγ fqYpA (GރQǛ{Bf]ptzmG!c~sKGЏ@nґUg Hud>F4g%Y\z]8!WyNm,&ƃgyo^g[WKr=n b$vOjT>yAH2E{] s+K(ڡI#)d=V133;A:C> br%k)CPa}wIgRFyq(MwF]t5r?bM]<*@z{|ؑLv { N1Q!nՐp#X6;|Fcw~yn50?o${ޝKV;X$3x^<ҊN^;SP%Ihg ur-, 5qāA&E?6yj8N8ACwi #LߠUĮas|.#D6)iT9%*rP0i?ÔhfjN ܉S1bh(+KP>*EaTe4.r7^Tzw%S8hק5í8+(\cw< J2KP[{Pˤ ahPP/: `J3zBszq3X`aYͣyk+TG92H4>R\^ `)FޞwA'ٸXKћJVAv9{LVެ{\)aIU 0r+fK}/j~xkObbDo&-6yUqٖ&Qo]1X;58bz1 l{oMc;;2%e;~|»>ى ;tIFFS0s66#$~mP[j<Ҥj,L졃*14;Qם.,aw'u‰b ։,!"1:EC-TBŬnY 吷X@z- m;V$F֘%U kƘ|XqtH͢lozp|l~K $Yt'24LVIA}oooH#|Eg=C6E944U4ټPU -N6,!05W>5d|JY!IcՔ $EӠΊ\gO/f@L[N0 Q qdfymۤn oZ ~&1﵆ ǕxzUMJMu:?|})ATBƫE.vZ1龎"lBQ 21v5f)J:\A[wԳZ(!Ů|Yކi ĒDU(!Uo3)pp:3--?[7,!њoZe]Edܶ~ ~Չ U-)1V6x>UIp0d]ʲdFP!]6Wly]viRnuֿD7c: c3ݏ*Ϟ˺r~]v@*\VD෬f1'HN$zJu ú]fH󵍜0Ţ]\U $Ƈ5E85{,iZ_]l{ZvxwlƔ}e9I:τJ5=t{r&+@Rvjܺ~O)'Reşk˟uy0d. f&# M:"ucCժIa꯻BݲR͒gS~*6X(Y^~v鑼v^ʔyGHHpzsm0֑*RB~5#s ]̕p;2e@/1; Wz2n1#̳o OdMY-6+K ((G FV%F_?fHDmf%Д%^3D ƛD:hjw2N6I[X,c %Ct JU $4Xt*>%)c1lӗFxYrzٞS'Fa-ax#AfrJ\p9T/5kn<)̀]yDWCc d Mf nǡvUmV[ 5?G!R,h]N\M.v&L}7"GH s].Vl 3kXh ʠ.ӯL21A@mļ̌DZ矰hlm:nxKByexL7[^M}%ƀ*/l}7awZn O bf?U}6TX!+4 !g29Ӡ-V@~/m`  dִ0y4 ʸs"/.pYaHEىs>C-ŞڴZ#([4֐i&FÉ]U_bSXm8#MHǁL!F+BMƻ|&-qDѾEB$Tѧ$'ں37l=cWLPA5l+_=vhkV|#40a %*o9΃ievcхoX3vMpח._ucq A/)ul*0B_DwjbH氉.IM2B 3.a.-O1 gLzg`2`i/U/m31gKDN RDOvT!jbᵪt "绰.$Mkrϯ7" #[2O{ 6AsqE{BMat|KP ("\ԲدI5N!~~h fz7â|^$YL°2{⬡WNsD #PDgg@HZ2W$EC^_qncI)vݙ7+_X֣.Kg٠S+9nTY&YtI$<{ul&,hFmU9doK+f ՀZ^&;HZy5&M 2(y}6h0zSKQ .ub"l>#6akZay9[I;`neަ5ՉF#IJpђ_F`($l}׏ (+"MdF]H|t415>\fDT\|~T"8ܩ7@2&HIq'DI^3YڽGZ<9+c|LɃ}iL hZ a,>RRP,l8Oj +ٞ,iZitIoL泙[`@'S,e$F\v'ޱȍ`r6ؕVGuJbZVnRGQ chFj!ȍbr#j-"ڻ/6O?\ٮ8hw(ow9A3,45ӛ>"V3iꏕߣ:%RE(gxfɕxpjTBx@ 3_N'{紽c\V>KHoL'0zsqho)~ܥMnl.\C&PssFP ej̿%6ot7uxF9 k(vvK[w.V#lh} j1NGvI['!MGխ F3*kV2PzΙm^5՚)$RmQdM*|ñKY~mm&KÌcl_2ɜnZLkA#hl4gא$)*~߹I?2>\IfxPA`P.@Ll=!hEEgڋpǠؖgC?\։:ZH#?VՔ/\wx!g`FEQX|Cd6BiLX8WXl9V{ <>q9z[u$ րŧ=e9aT3G6#)-Ͼ64nݴq4jI§1Q%;;24<)E!ԑF5q{b3NSz7=eM»{h5˖8:j^'I23\zȺlcd\8=>0\:(W;{TP769Dr=h"괁\*F@b}_a QC䐒jHR^ ֤Rt=e0+H4~w_DS1 Ki y&epSĨ͐ykD%k/)A=)jW疀}lp$!or7N]Nuḵ'QSui_BE(B#U CpMͭkBc0u< b#l%'h /0q`r %*2$Y|ݜr"6259«sD+*t/Ka Dܴ  .>Փҳ茤eљxˌ7j0"vgEn{a^Ktudϲ}!|;Gs#=_dthM=Kb=%諘bN'x#h/]ʦƸ.Rmφ^OJjA:r< (~lq`nCx\1gMAMg",?s}5__j%,bC<Dd{3D09O9LzSZ6Ӱ]]9_cu^%Șh}cG:fGTN51q k\vک~w6y{<[Gphh"*XFP˦B qb.Pd(WeY}ē[r])6Ԡ3r2Du^QrΊ:Pm޿S0tB?%s`2B}3.D%{紻$PZsGN>W֣Azeyk%yboF'[.i\wykzwlwJϻB?K5O*l7rgS;X;)?׆v_G(iPaڗ/Ewc3⎑~~\Zsw=oIo""RYdN( a|bVWޒׁِL-HpMat,kH}q썿.5Y`/%G$R)@h&`"yJtEQ|"TjR8ɑB HѼ?X\#d޷6V5V$.94ߢOuqkYlɶlu \]Pxְ' uHg+'=2?[C0p)6 < ]>Ai%}2Kj4UΜcr:}H;2 kgY˘*o3&'#ps8Xu.ON'Jl=*GPúd|ZѪXh]N$D]2<%Gb;B8"glHs*" RhL" )_.1) f9зs(?a-IO1')bPMfg@HY@#$])hcYhƾgVsC6q :GoѶsm>!Z>|a}Fp-Jb,^›AdWI歝IoCM3PI>{:YݚqrW:w ?"wg6q;:rP|?El~l.J*AnǯR"JȘ3=^jpg5S{=:.l|^ʝY6ZțN)竦_Nⶶer]WEMDZ-T\ܠҠlFFi}</:wxc$B bayjjzW%6.sͳߑE6`PcEc<*˙:W$)ʆ6FvRog}He.D ڱ:˱٨*89fz(2ŕ噝6-[FЫ}&DX>Gro]Ds*5QeU88ڤ4̭gP)2PB笝)(fQrD>5Xj7Nro.fڣ[fs,IT_[Vy8}۰&jʀ?;Y ?,.LC7,ZFNl<|i~f`u'Ad?Έ%s΂BfjfZ!BfM&q$bp', Yo8N89yˣ.xvӥyejtPqjHm-{*X-T[i; ))$9/A}@wcC/R&j}<5 )ܞ7=?jiOFP" &PY`Б$8`HvQ* \$ODxBBP}Wn BщlK6[4Ȗi<,:[+ #f5D' RZ8L\e6"GZ[՗dg\c`vWY>MN:8 ݃c)1zy}eqܬ# s Amý:[_&;XEteHJ&a߃94S.fӅ*G9c!Ѧij bND=XH2S(%>\`v$y6 GT^~ &^^/&E$L:5Ij$\;mS9thaA|r ?0VsEWS؛y^?A:@N#GL)RYDgL ӝrةφ{$dӱk&B3XbI RӚ!\ u8{ z~^DWT?r>87*zc˾G7}IfIjL u(_5hI|nUpPFE(;,9ٝ邽QHOL{ꛗ*fwJI>`'E8 ]RgS'Z7c= vPaҽY|8dc0d\G$ذ l {!kp[2أ>:{"pN` R^4`]ғem I7[Q15r}n{-_ꘅƞlc˝]W)Š bۍh*f[e_l*1OF|d:k?['ClFXC-qD^X;p;p1{-PK?K":F3![;D7YLwWo\Eo$0cE-̜&>] i!g"f'm`$VIGCSK"Szrzʜ۞Y4oiˈJ;՜?-70l&DL킏k_nRy7mPr7x>} gzU:PjN4^=Zοk]s(&۳f)24ݼ:wXen`չoYGG {4eI fF1oSG5l<m@y D[/$mŒv yyz BTP,7?D)^\EefCh< bW¾]·pAJ͛R˽E s} bMr︊`(d&_ ] ]ireU +^/ߪS/~V"Z,8z*hT@f: , oRpn]H ":z;%+b GBC*$A̤ Ev+(o]E&DYxoq#> GcjS|;v<2 zH r J$,&Jb6,+ hk ̸b4& w럛} EwWmO8/%f,93#+IDm;U3F9wՏ=` ٣XbVFoU-yWK {Ej;M!c&Kɏ` Q=rN}Q4/@}D j} ѽm u?eoU Ӛ'j+l? c$Y<Kg$>X lf%k8d@| ^U_ψ>.J2mR isnҡz NEZ12̦lwp*upYE|^/>FW=r(r-aᄈ򏔥qɝ=d)qWyo-ҳ\"GbׅCۻHWDPlRl1]غW)CgRlmBX^8x0d\*sSP?d O*CxUk:*p' RC[O߇=07wRcA^;_ Vk][\|f5Y'm&|=S '2N*W%M3ծs^ANB62 >G4iċ,z>%AA ͯ%zC0$HFa Nu ÀI22 a\%_|$-jɌsn ,%aͿ.raȽ:pϨEb,ة7" .<^Nl0.;>5X}<'U!8.&Q,ꓺO`pFJ.[ԗՀ}H.Q9HCSYG0z G73~yGG!1.O+'Pm<LYTُVE銢z|8cX{nO$ό cqh;żx Fsd논oeߜ;(y?'w/P7 *YIWGJ g]ĥ #H``Z}s ޠ Ꮬ.uE9ͩrTuM-pSk={}_Lj:gnF'}9biEܨLJbm? ƑF<Jꙕ| TJ.6z}Zs%*/W*ϼo#,xRn[&zƳ^2 %`Ҿ]*}aN ;7PfxcY6# M:KiUMWCвzLH-8̒|J.U>.=7t`ˊ?saH K TsTxL"(|wV&^x^fTjI=kD^X`V)YJ#X YTwFgC.n^{0wRLŅU'5Rt((2`xBGrt[~>SjJ#磼ˁuO#Nɘӂ!9~S4X6rɺj6g^8AM3%"w,-[HwR?WcvTN f u{?@bo=8 '7[X Oi ]Q5*Tď Jg҈2͹ZGOk QoE>ңx%uv΀VWˆ*I־^ r7gChŠ[φ~ G6E E*8ļ %fjApPt1ͱ! f⑥ o0J]HnA[dPwLNGqC'0r2:1tk! &&ƒ^йR:>G 4$בy:?.dp||*ݙ^D=FA0혗]/[?0*i)p&k#%T1&! C<7yOJҐQs͖qG̢osIFҥ᎖g6/9L3r P]>dSM1k} T2]q"f̓~t=JWs.B3}>W<\״\::y #^IY]w}70 zEc&lw8XЇŞfSߺTɛÌY'? Ƣ0tXdşTPTWޚcԥ!0`'ݼlDG+Oy@_>'lk&#$ʉ÷ەW 茴=r+j0N ̶"j[Sh#>swAمpXO0X3%$jz 2yԭ'?53Tсda|ukFtX虖ӯCW$ l Qm2 ebRcϟ&"fUwM1nq8r7^buSkE <@v9y¦7d)U՝q!@skfeCedKѢ= L&}{vZV^A/V7Nx`d"f6㖃Рhg)d lG@%Sd ɐ'![f#3a /qjX^ i7Uecس}hE8S!, }}JD7 |JYpg.WB4*w3b\9k]${E.\1X:FTQl uHוm úG||+br?,"LqR,A )Qn0]TL9 sQgE~KDy#itKss5wM \/}~![YBKswcx n"Fun~oZBes%{Ԝ\R4jV$Jurlzu1'.B;P! T]bQ9ި+] Dih^j7˭7D)p g5:D.Ep 8I- Ow>c5aBiZ)riojSmA.gE 86E^h^riu@ugI{ @L~O>_ZS]ͩa.4Uxz|tB?g#/Cz$"9}\'`jJg<aLH G3l]!cHpeDp yYkHyk^t#} 17F&MBh\أ'ζR֛hJ|G7`|3 X_D@KIth\֧T*= AҬ+^Ci$=+zg`iSԢRp>ޫt(Q^cU,Du4q|E0X/YSGɗڽL_/ձjJpqUMHMe%Ust2)y/IuXd!+ijI }Lk }iX_ĉҖ U?mm"}Ɂ3|?SK|\!P+5 _K]QL<[gAը(GU?+ 0Vibj sabS?LW%񒄘~˯vה{  N/pZNS}ٷJ4%yۣAJ{SU%n؋[{mjP8 ƺz0Wx q̺wBvgQ#.IĘQwdSntxt0(Yk\e. Hwn~3G/ZP5Ɨ器J>aZ'JjQ囧ܸz;̒Bd3RSL='R~kt`|,w"V [0uG[9l@'7N)Nv&ƃ\sZ|^5h*+0`CЉK'3:9mFKxū8`4l޽t=Z4e s\Xc@}h +V /u~p*Yc/X.o.@xKt7Mɴ$}uXG ?ʏ򨐉ꥮat]%y!fayo4E$8iQ?V6f^1;$z{[|dJG5xuI!C%G"gLQ i8^Q1U{~2>CW3 l^+>2lǨS4"oCnySLejG%e{ܛ2q ue5qF:ލҶZ_S@<K| N"Lψ%sεR>^ZuØHb,Aʴ" M?@﹡R;܀=)7JK/*([_x*atBxدBT#bo̮ ,e|e~4 Q<*6pBw# 9WDuDXZrwܯ-qKa\ g٨UDi)SČǃ1b!Qg ~˵W% M^>έrβU0_@: Q=iKǵ^HYG_I1\*.0q3x<$>3W.oo_X*<˶juuT&R)G&q4p%7u2h~kV=B =IG@1vZ5Hh\-EeG}zcզ()z&ߥ#F}ߴW_ї eޙ##7DE9q}p  ޼nxn>XU69 rE*:Z6vR#ۅn#1/O?V/dص1sAVvVk[ Wu!`mhT<R1+MS(dްe$C };ХXGN z&l,&efOče_TT5O.)-_{^@ϗhJrD`xšpaOΞqx 8#y^1Abqcנ ~DA py P4)ډ;},+b"n ݏ!*>b|_dB.l7iGN Æ5: }LlwV+E^V'K*ٟg>';=wьk%$t @oMf63'_QәI{x'*=g2iRj/qC@M]4F6C1 :ruݐTđQ 6 Ak&Bo@ r7ω#0bt,Y>-ew;BQ=rh!eҨLY$,?FIvYo*w>p`ACL;ċܱ:/xSEN` Ay'"_ɕ|cP)R־7&6b0S35-Ͳ0^~7vw'1 [-7;FI'>`P[`泩jĤ~dMEhv_WF"a Ǜ֦9pp92.6l9%ѐVibY^ABlL9X"G1 @EMoz q FRV1K9I]CDы.1)RwChڥd"*=ȲC~E&溑I1fYƖ U.izr $`sN?̃ jU(- oYR׊E h;[Q/ }U;l Zcݪ*b)w4:IcxUg Jhg$6d0=) J2ZM=~z9[Q 򣂭 x:nC^5L4w0sӱg4\~m!#ǵ ~uStyw[ń' 9ç0Ag Ek5vNnQȠi"aVtŇVy}F$gk_~x]Q\_~ʑGہ\iKJŌU/KJ%K&Tw[ӭĻ> ( &I9P(~M/v W>'0{!uJ iZS b&_+`%PdJCЫnׯ'.e=xp X>{f'g ׃>)լ|q8%@ ]e踧%*(5ֿT#; &N ^F譽ob\k%;Kdu v6/L3Ī_glo !E6ʯt؂"вi!SiCGX*.Ry XC,Ԉ0Ҕ &bc+c>2-W;?Fv~=8 qC.|?ї"Tu4*ߚO!r=4K^ /_Dr{5g;Ḑ)# X8~R˻!k9ѶwIx=(EnuK~P{ˮ7pP g'EזGC=)l &[!^Jޫ9v`,8:X9YR/tװn:eXEה !cܜHȯnt( d(Pp^ 331լ ˮ]0W3BǙ~1A\hl `zZ!Wa!|#FHga04x m;Mr%V 26\yk+Q F\`  N':+书2H"({D5BQW+_(>2!eƪs⃪q}sVm`d8vұJ}ftʋ;}4_RLVQ?tE({SïI.i4D|,(O8Ja[,;WnʳYѺywreȿNw@HīpD35dkPI*ykVHdcwŎ-.G5Ñܫ&7RCn^:3)çFgD=-Aks$=[ V93~V֌.dqqY{M ])BKNwV_G1#Q?S{V*lc,U)$)xy>pni@`%wBj9 @\H<ɫxwY/Guغ.vh.kߊ^l0&W>B8@`.VAg ' ` ZW\zi_+EzUS7=sJl]SxR9B[Ft~bp|m#q.~LxDr9{ƌh|@w oY=6O6 ]qzwL Vt3*h`3ͫ '^DP KLPgBWt57@H/+3U L3rg|h#J_$1jR@mn-1wX ɦ㡛vK5DFkFMP ]=A^u"sd.ZX(A2Or*n?,\Bp H5)&=%hb =nDy%γή);٬.zg4%!H|ƗJ_&a}eq^߸v@ o-z%QV:wYr %;M2e_7_T8C'vT^dE"wQlj&Hפ [8 ɂHAXNzs/5|h#V ()Uy;3n) @ΩisAvV*׀¶Az1?FQ1VZIZXO-C0nz=(>(oV%V;IC[;-. ]YfĨ@#W5D Kv:ع ޲p U&7slslz>|N\U[NEMw丁2[or^% ޲"iTәJjH0  @.fQCNc 5!x%':K #HOy {dx l桊쐑vQMjת ׄPЖgC-Mɞ΁%z,hpX瞇1fJ9LYa%N} .4A>b c9쇱P\oLϹWI+ToF,~] ov|H>=fd[wk =JxWAAhgTP6dDD*#:73jS\ J .#/*,j_Q`?S3n=kMՂCs[ݮY@[JUIcԕ) ~I;)RN@d=h"xn ^+}5u #h}Gu];3nKQ$ 'r3v;ξ4x^8x;ك4Rc\j+2VPI7/vŃOWCu7÷Ÿqyx@teߑ %!JɭmĆc>S\PA0z0%b֮()|}pvvnoA6' .?tRR/j 沶 H >D.-~˙ZVB|!ijyN.3*ߙ̒VKy+h2?D`+q0<ș,0dc1yoU$P3n kXG@lպjKA:~x%ƣ<}Fwx->E㒗gTTP)_-Y`1ߧ-f8K3qZ~3E4@(.R4ҝQ~ zFGQ=,'BqjX3ـChW0N+Hkz _>T1H9E0-OC} TØ(&K ZR|;ݟЬS-a l>&0 "tĻ iqBHĶHnt}/i^.zҳY !~)~d, 'ٙr-їt'5iϋ~q],y]+8{$>qdC$IdOZywթu|^GBHpPv践ҟhe&חNFM`Iz4؂IQ\{VG[ۆZ!sJ*BZy/*⸻:D)DNPY*YΣuYWKÔ_|Ƅ^`T4_jBa;g+H }0I_l] g$~-vzwIsbHE pyg3?:R@U#XY>̼݌(,X9eoXEXO`|ii0ݢ8^YثH;]G]g~B+ K&/V5dgSG|; ^8j/.), !U,[Wo٫ V?˛,!*8_fOEXq&?^qjd)RFIuO_|fptK!K6@QuӺљZ3X"]/?)Ϡ+?ޖ>~ETAy\qK4T; %[CRKF_X`K6$UjƔTEpW)zJUbL1Rh ` x^vdz!S'oRqtW?kSPbްh!uD }RV qYKӐFs5>BkYHriEl uuX(nP{gDнhM9! K}aE!k^SP9&p(YHQw9#Urzd}{ YfU@)rʐ@K*JPIw@ {U QIfگ4[=kNz#o1 ;VpLǪ;5tb!s)aeH;0x^DsPkz’ >:i]p8 fQH|+fңŇr@vC Ytv;P<}aP}mjeu<c$XFl^S(₰5̨e!5鎭o4ҷ|_?nLVJ5*CDI6Fꉭ76$JׂҢ'@,vp`\bQLQ5Ao'8"A~ P=EYJ7y! D $"9Z4\{!zN҇W UkK/ԛ9ʐwkILЭCHJfޝ_ȅI;$ش E5pZDA>*Tf/cIUV2pC}s&֮j[v}~א lTpsCTgp]KB-f*r=|~SCI/XwKoY?`}1?[otpV@Bvt 7xb12n.Vv]gǧ'lP| &L=#-,iU2vLu1b=3eDI_jSȎxݱ6 ƺ瞿 zEtFƭV$[Ef.shBg9d&jdwRm"G~m{%raYҴuht.|}q@H!'Ja.͗%5gÏ6%k#؎eg|₧ڥ!Bھy793xs>gG݀^:Mk&x|(}ROR"5,ZPDŽ?آ Ֆf/ٗѭ~%+ݑ/V6Qb/89W?*Ϋ#(_ $E5y{>w3װ%ČI[`$ Cb-x&g+m$I*6'aY#'`u_w1ӿ+t`V4E1RGBo8׷; o]9X1ʨTp#e (L6,|_@ /4H{:!%bXu46. AʍIX@<~JIろ;OфqCJj[LVh\%yaf髑1Y5 V;VjB-Bb7)w_R)z.Z=nt[uF{moZ`~~7y]@bI0v{;gNCO_ʏ֛dIxƕNAQϹWᴬ ^Bꍆ=1(ϽFiknAt'fnfo=#A{4(e<>E`s!]6Ec%cjad?GUe~Y,nJ"N`JmQ'xI'~Ÿ A^Ƽ@}3 Zԃowv?$2hoD-19 <:7i5],[:oÂ,~ʂ\k45\oeUԭV{=z%wHX^d/ Chr *''եdb")9_sPB}rNҪB@UM:cY0hȵZ6eщ!۔Z)9I"߾жqnŇ~7觺s=\oKaYSJ%28*bѦJ1#%9yKq:C]ijRCR#Ёr꿽AT|u>}G0`5ـTp&:RXJ`:+'kqۗSbs{'c+uU3 o)-`E**ﻅ̃IJ#ظ)c~TCa4}}/[qXx[vyG!?}<ۏuhշgH^7SLjcc;q?GKS;3Q,Mݨ"Ԭ"_ NM#5~܊u<Ÿ89oahʼxؼb z{NBKzZd /k5x΢mftp8v꿉+qCLjɳA" NdgP¶w9eN՘@=g׊_PE[@;}'[ 1vpf2ߣ2F@`+F:37=QѵPi>fFAJ U!NWJ').ײqG+ĢxEe-wC6{eengٷV|OAsʭZ4L@Zx8jY3N\I )%r1 $1#-‡ϥE+]zE_#6^!cE/NFH.iK[q}cjDMkg쬇m2׃A Gդ,&am'Au6X",&/ ӣ!X,`AiԱ[Xea16ĠudhfYLM1>۾"9-Bcp]=t0dwyqA~yM(4\DfH2~fh1sV۷v_ gF^R|zNAkHm`r4Mmp#3̉Hx1:'^ԟNsW7jQVW9iRÃ8}L\l90A%Nc%s pdĖ6ԋ)pSTs/o9f]՗s=sC %jxFƒrqy]-P YIf譃@f(QwN&PZ)Q5 +A @ٮB#")}Q*M>3èEln8scҚ5"s}%D-ދ!xUs!'&VD!4/k2X.P  !("]ܜJQedqRZ 4( s(̖9DzaN% dOPm--6:[A6hKǍUp)U+5`O̞im%eaf$zš? Mc͑~'6VoRZ1b={;~ntU _ nCA\ y,n~C4+P|&'|%WR 6M=}@`a=*Ac ;]$w)%6XIHpF; ѨϬ;HC^@֬M7"W]̚)PmuV;oW@O꿼Um,Gzh7w-#@ٻgC^!ObXx,:B!q"869ԸP''|!ڵv#]5 9x57&Vh)d 5oB&ܭꕕNxOxoR ` KShP?ʀ%{΀ʴB D/]݉,d7ffc^"H_cr ž,(a0*8 4O0y=&%#|=IJ؜rǁ TaDƄXCF8z&*+Z !j?UnNDf瀦$\Ȧ+t`Riㅬ0%=K滨O˺0hsIAU]h|1àF>HQVgچP.ikz-L]y4HD cPE7-Y>S:K[RbwL7.&\epݿizEt(@’Hl)ktdA#qD1=Lvdl sfX͏L*@]mt*j87Q$uڱbBw*/Y"/pcV'JjH,b=c7c[w|YKY $};C\)ف4 nKVbǽ7$z.'=6IC10r39?,QrќD*Rlu{#]4U]7ks%G&=ͱ7\\U;G&d!11 s&Z܎DF}KzRBR &}-V(gym|gezd.}1ANl" Bfm7Efǵ~{ovL93(a.Mdds l(D-i z-eI` )\t 'kz|` E1p_@{]bJ^[ϸI]e wK al~\ Hw<)i jB Ni.3:BUAc.m+~:Kcͫ`k|ܨcu4\ V0 8}Rh;~u;vpH%S= hL*k |am0#&&ۙL7ą(Km.Gzj҆΃iDZԂruKPb{OS$I:J|c*_D) Ÿk.i&R\=k?i[۠\ZGyWFaB[kR,(yWWܓm _欄8o^?W4oa[i4A*JA¨vq֪ Baz ΰH8Q?>p:١nГ$S/$vltR'0&)iPTJ+W=+r4WC1I^E45. A3~Aޅ i~gЎD{DgaI6(~תE()3fr(MEfI7N7ځ'LC)]V^QBEձ-P`@] G)@w$vfhr$;8 EO<% ,_o.r*λ`+8FVYn~<4 n5NtHi^"~Ƕ⾢X7|/B*Đx:Bʷh@LJ+J{j[Тn¿7O$\~$ ;$j( # 6`J2*%t_qt\ۿL !& hd})hڞl1hIÍ}˾ijv?:#!MDUZaf ]${eX2b.0A%A :5<7It{R~Ni%,Pi9Yrm>]SvKU%SG^VOwԪ}Ϥ9g`,nI1 nq#W{Z ^ ubw]^<섖ARZY0-%Zu2"^.nl)/BtUh; m.섿Ay&y~]¢3V]otOhrw3[-֐{1w=NԛoC̡ސRuπ{VYU::|_GUWʐIhEe\\9ʺO*&jqE` (JU,e0 I8-[`x܏F^ߖoKS8Ov9K~D )VgO <E;~r!Huh L<[y,{MytiDj| a5µNajI ֻ̰#7\%< 6=4%S%^ ,21 \uIIw*C"Ŕՙ%+R]s"NL /kϸ[i3YcoDl<Y͹A/˟U!p@fb2T6w S!VvpD"YQHP4-hyDzI*jhTo mS ӽt.6c#ThMyRVYv4([s>XaF4r]EIFhBd1\{]DHj~AԷe"a1^)as0@XԼjSEuO>^e_Wёm"}LZx4܎'։Ma %O"#@.gꈴh{yJՓ™89r."Q+(PZ*7G>ڶԚ6:@q=pwrBݲ",avL5yVECOgOG_VߢMLm6y+Hreـ^h撸"y%y}C!ݡВ)?d--  2sg')4Z2ڃ3P#m_+nr,.d0BL/<Ы&1t 73-c,=hUV$ފ(}.." qT8Qlۨ*6[ꤋ]@$)0'b%+o&܋J?xa׊g.Xb" a=|s&1Bg~$.YBfjIdk8|Ě!,L +&$Q E!=s(EG6CdJnO},)6.[gͪIL4hqogI&gT }p=Z?-BYƚypܸPJ\V-QwrrQ_ -2)A&3 8r&QԮrmGdBI(jZ#l邰-Tɘr/2SFg7`$Ϧ-f2ކG˧CCx)IDb.YgRZN=c=tEp'ĜtUI qk*ɲW; "F غhѷcT[:Haǩfl*$PmJ^2{Jz4>t QbUs5C36&Qf~Z>;#H73DOR!VXjeyDxGDpH%V*U໣rAG+io=]>fwCC _'fmv}W_m}:'0*$ڏ<fSh9Jf#+\s~ ƓU' ͕Ƌ̩([03zDIGxg} ƫ' r-[teܾXxF0\$I%o߼prZ{E=J=ǿ|e0p Lu\Jc/ l89AxWQ~ESTAaMǛ\ێg p+ST$1H2 F&qa+/RAoso.rN8N FЛ [uI1$:w⁈#ZL!׋]1%םgHKo=K‰5& rg 5U`&xJrX^BR%Ė{Qf_A=sd}ۙ.Pw@Fp%QD\d5o!F<ЭϚLOxM&V[g_UKԺƿ¦ޞ7 V Ho)Ji}i~SFJ&N|7|މo(JM="hoJZ_tb0k}On;Ҵ]LZb^sk SʹL] ,O܋Q~@v㳸7\.&]-Nai5AHQq6aT/Pڌ#MKSs=&"}c_ (|2LzͦOtYc4*P[Tn?nTCf \ sr@u+ׯ 0p}\;+(AKnl>aZ ;BGt4s~9Oؿ34 &-܋:y[j^.x|5CQǠfK&]SŦrz?X?!A%MAfV`T*e(>-Nmg_PWBl8$bɌ E19[*e[ػNPS1--kaeƗNب. @ѸJp Ŕ |/I"b>ٮ۸5ʨ|,|XwM:ͯvd9!vCނv@Y*7oV!}L l3K`o%Iu\3 }WX[]$^k+f%FB 徐 q~97ޣ ZwY`E!َA:ʔaBߴH;7V[^L5{[ wPhޛisy3Bunૈ2S4 6H:`0~;Jg8Z_<|-$-ǕЧ<ҫך+sȄA~!u#3P{K$OU~uJbc}6#1a3S}h}Zj@[Oϣڷ#TǏ2qհ =%D S{(/t X_.sƷ8ǂUD5ٛ q/ / +}vſ5|̫NηJOx=l,A/}Nx˝w٨#$8ǝ onX$vU=h. kKdV~Ռ83Nș*,#Ԁ$ +`7c&ǂ") ӅMH t,ҙꁠ'3G<<ѭtf()&m^9M׫XhHVJ3c^58vEa&KnMaU>cCn$p\&,DHDF1mM]yHcUR|&[<&b%{WZw$Ԏ7wI-|biKXr10eu#JffL|xD] o/9']k&N- w lTlXuäuQRrH0WeN&}HZ,r 'P&#^<$.`KCM \r6u0ܬ d l=-8KQۿ}z!юX7=3DX_' AX SЃ׹P _Fust'^ ܸR-;$!Osy=͎7$W_.#i_'1? 6,Kj݃CH0h"i)x;b Ɣyi׃q,1 FpƉs_+?Ǻ.on5wrNX?'p(Q}ZNe.^SKށit^ >N?LFɱ x6k{EU *b IqsۢC4L)+ԠXփ|80󈀋+Bo kH>?WDӤ֋3/@-FU?:ɴLygg+kIyvuv&D' **m'4.^ѓeՠlc.OבBc3_߬QKn5uCj' wûkP68c};(LX)V߁`j1 =n)%嵦fpY} 9 K?6(iZ gGJ*3Q}SXuS59 sX3c%JJXA[IAʩު`#e5,I/s! HL%xn02B#\~%[hhvcI^Pl^4#fPg4I|$}i(3lguxOKaOnûN#iDOzGX]m(=QI98ḯ@8iKhokœ?MQ"H=|0ZlNYlZɷ' ]j>/ƶȅ |fF E\]F(oV COoI3 SAD,U|B4QRGw܅.-eo. PbC(>img%x `c{(p}fcw,2e0a2N%Y޺1 <>~"$RD5 ZĀZSquVzSpOzniB&2+8SHox8%)W\SäxewEʗ}NM`m#7ҫ;.4PLx 2-C~ӂ<.+sՒ"e!^/u;[@Ơ[2@ǃD^"EU SGa{G]0K+_>RSp6wkL7r"dwXX{"xb[ s|:_6Q\dzq?we>ղ'Zٱ MqR%If<*K~0i 2p ?&"#&~DF0\sX5dŢEɔ΃]NwQr19 (]Dw˸0`:')ԈN#Хutjs#MOʬ/y Jwn-3hCC؄M[UL cLӓ>ez_ b^ԝ변VINt= "qcF%Yh=5˂\SXP4@%Ew*fI3h6G #L=m Tۜ@GWwqjȞn'2S fbtOd. x(j\xV_6W)d#>A=|q?-L.@35MbWKPaե "c7nJ^!Ǯg@rf=<3Sܑ9C{̾IK>ӡAƓ7 ڝdȈˎW~ :Ҽc\M޲BH&l~[i5ˀC 4CZpT@=LS%njX5la'K7fsv)f;YDqHj1Yh9sFz4`@ {0BA{I)跒őfn ?IéEjSlŜ4+ VLȐ2B ],#:/: ƑAm=3,>Mݜ/G>gT֔̂"2ڬq/TV1np⸤ڀR>n`09.Uqx76R^]_y6MboMӿN=~Gl*kv K Qs'&-(p3J-`>ި.2v5n?0wrݞZq9uJJB}1 ISDr5cgf 5uv{sa,w!3('䩰|M),7W@0s61_߷Ppr{5T~?osy% Kbk{*wqW+=c0E2xqҐCXP49O钪emaݱ^iCkIz@3H 5L'8}HVQUyqYrQAzTN˓iU}|)9R5 R"_2Eߥ@bj[ߡ?&a+QKtc™[:̃Xa'FA+41㽠z~X ,Lᅤ9OZxعE'+L%猨[&hwT>N1kleLr{;!Kam>eVDqx]x U.$Wy-ps(\65YZBuPwAkO,. 6-%gؚ^1ƶQԺ8X~PVç3RRTG`1N=2/DVWu kTm2OH5Pю%`1+y9[pn?T-)[ ڌfNAODm2çf_i;7";TD İIc2XfiyØV(fk4֭@SVm 4MAe=h;C&Ta ')JN)8jB?96^jw>Z)p}Y-&+K)Ӣ]J,v:㑕xQ]opA]b)KRBGvs>psZw\3 ^&.-{d"W}uvl=w?u 0"YaA,>U:=fȾT]oGDFAgʈ\zz6C" >[kpl$N\MxR^`Iqk 2EG3Xx_:&RSjڝLp~BpSMrO@uŌ/iKl`;xx!uHÉtlvJ*VYR31fOs a [蕓l5[2)֕A2eC"C;F%[ׇ0S)3 n_9y6Za3&ڄ㺺3(iQ~oCbJA-/Mi:s5Qvv[IG\b'lK@lrDľCh:XH`ICVpJt)Tܑ{+KUo+6&66(̮yp#8SXFzƮ+ʝAJ*$OzVЇ]} y-<=ڿ>ַSCF.>"<'}cbXo{bRiYTm`P>{OItՏ %묩Xp%XhO2 %:b2 T}G_2R!jKcp#B׷M[m Χ`b]Pwa!,i6H xsmW?!s952 (LTs_ ۬lFvzp)ӠMC scYa?ye8r[v%RIQ[sF2J/gVAedLD1I r%‚.\4 s+Q >\[aw% GU;H̻ޕű\͉)r\_(R%ʷ .Kp 6@֫uL^P7O'ccQ.3YDVs@Y.UѠ@z~ItZwVQIWO@i EFp$`0ƾJ53޸C")E5.j=x.[, R^& G@wc'7um! jvS{_3$g*-'&S+KA c4]A➇C *U6ғ.1#F0hmL~v9g\RG&wfx7eZèVQ ƈ/{UqՏQl [K3rV|v!rtmGy7o]S4Ր]Pvxt]6z2KH->*&*$fT f]3 ά_rz__* 7 F!#FÕ1wא¥՗ aNPJhyK|%b[Rf6VW>-TbM{dB.3}v:0PQ xNjə<` lO-lͦz0,TJu᩼\ ,9Tk|yb ~fƗ\d+#u%_/A쯡ٟsSo Z_$  4CߴQuZV)aTHHiF.MXCܮJ\"[IJd&pUQw||e1^gǵ0 G5E$4TOp%a63#+dE5='AWdG3w]H"} `R3ȗiǜBvs 8]I"w$dHyԏnQQ.^'ñ9S9+B05Hzf>ޮk!]>96h ʱ-$KB"c̠-ʦs1 E D/C뎃R꤆3^ٹ2SX& -I5N F;[ӦLGD0â0Ě.(svzͫ)H%(Pbj 7 @) tiLΉ]=ǫ߫1>Obت@e ?^~()C|yQ4'7Z &ҐFY-^o!ڊ-Nb%=JR a 8J皆ܽzě٩6N*q˥/!i!u3s/ؠ+ K)o7x#!źeES%WhN@nrIHwI~Gl\Cȼ~(L뜎HEV+p?zkҎmo! 0u6sZE),L6`9fd&(86GЉ'Zm][IpCk/G^܏Kѡai&=ǣ}킪.آI\8Zb8:jW8%E~OeZ 0mrZ3b0Jr'Hr {) G:ۡ8mPNOE~6Awc#z׿<ےYepQ8mŦՄH)%kU<pOWr ۲;2Hѧ7}-a,,lr5{6X`-r+u4B#AB%jEɨ.txlW,)j@$@7|_hP4sNu㊢Q 4 Mw)EUo懵n˙f눚s7)nIS0Jq=㶺RB}Ryܧa(8__߸AYH˨E{X_ Gg6T g(m=)*=RfYsE"2ѭ.\e Hr*7{q/Iav\͇DsYO/]ZϠ1v!͜}z9GmIERs]ŰNȾoOjdd!R<{_p&d;NXqJEWk]4^fsr2},UB!5mavF;R~I&?]q~LE>^ʬw̝trxI)Z7 R-Xu7UfKW;\7CQgyX6KWilj@7iYU Ae ! 4܇[aFCͤpMr1Ĝse+1L0YM׶uZ̓;&r=ݙշN튜:6?ܰ0 6%P !V`v;t2:U9A[(/;o2=F9=(Tx压g%&"_h-n8W.)i&?3ˏraچB3#̜]? {Q. ZMltgM1}tb:hj-' q|-/!&_6wv Wuv4BfƀS)?GK&tmcqߘ|a>3^">7Zt2~/qq)?U o|hr=m. Jf~}avԯLc p>>sZ][sǬ檐:^c 3 kKФ LZY^[42[/Jbq+| !q6w|Nw99=1 52WڠAH` 2Cmt'V>*5=g]IE*P8Ÿ_1ʙ!C7r9(ԤBk9ihf$+WhJnmbB-nEw.O~2 īGRz6`Y,H5\8b" g@zܡmNېb>kPZR.\Yړnߘu3%+V ;h4\W0F@從Cx GҌ͎n!80qlb4p{;~XTO<1ӊ#xR {8IqTai.¯HCA¿Cf(W%6Jٓ@V pޝ*v<0Fx!EHd 0" `.Isۼ:﯌MI+Z#ί?jD ۼT7XQ^JZ Ő$H P)/<#vAIPF?á$)R ,L}|[U,8ϔ[^f~$:o&ZN +'zZǬB-Cs$ϺO:]̥>Umu=dhIٷ4^a̡U~uie %|{>ASbWv؝L L,Wl4B5U)o_ N}cl ok0?PKgHW>^~H#SZ|- |Q0%3a"$Ln;#Cy0Aj=rB :Gɀe) hi'-M ך4:rI9moN 򫻊Mi˱IƇ[[d"Ss%(~>`sv :U;ޮh+шZ! ]z(ׂӫ -/,.ݒaE )^H`bRu1apO~7rzJkwsiyqhBj1kFWx? _֜̚Ӟ%V c$͎]EQFZ( ?>kpD-봢_k?tpc!"tv_P-ne-kKBknMZ7J(CßR yIoݵ1F,źIQ2 X}JcZS^E!‘lMċk2ҝ%_4xrC˒,U}<#53Sֶٱn?[Qsq-[N!& sN.,#$ep6W نL8 &tyh$m-"ABήY\fbPvt/C@P(.7;W1ȮOJn:)(+_ il2pu5!<o'`` %l&ԑpɜoIExDGz,N8!5OYp0R5B,E@ LgЖ$^c.Poe.ն{ UbB; P}^(wd}O-wK4s7Ho]uH6|Nn pe5Qz!XȭU#ް`z%yk@I>H>t4gRʼrGa}7I?k}q21>n PĨ+'n;bi9_Ιy_ak$RPNW}(mb6U #.u\-dޢJjZ>E f([e쉆|RL V(F9K񗶕*,Lv^ gw:K$*:&rw/ٚRQDE_T)Ũ)¨SBJN|%eZOǑ'6 l;JU H *YuKu".ҷU`!/)=^Ġ;,nn;tGK.ͤZ- :#l4s౺ً|F^v8]Gyu8tqr/#$߽@!fQ+!TFtbP.1w5G஘Zgb(&rBGRrz 쌉|R'O 2n+_T+VMgpq 0&++b&c5~rӔ"m91֖~ Ɋ$\[&#RТ_7Abt~ P2+10K_G?k3#kЉ74BwȳG-T2:~6tr%)'ǵW pfD$MX<b*B&A`KMr?k1Nw327<g`)"&F) t律,#2/|yR6>հ\Rc+MV#[Bbj_> T~!c@zNC#L'x@s(pBZDQ qƹMD Hf=wq޹W*8ݬ`9GIԇGbj)xjf~/rm ̖h~54ln|@S^<ėWA>aS$HDs~[v-/ 8%bRᓒ!ކ租0܍ied u@<-bF(lGiV|f=XjY#YgBcq"a K 0 "k6]WГBGg'Ʒ5.]{ùLwΧ35 , 2 N]_t|tS]c[-UvL ŵ~ˀrɸ_RHW?1:tCbXER|9yq7fufșdP1zU+01pY!w% ~ bѣ#]dXv+`Me 5:5BmW*x١@9t g]Z!A9P9+|8}>dvE.٨o0is.d@H:coV[IcQ?Ak242!N*XgEwǒ1e $+& >''h܇k EB1STr-̽śmPLo!y:^JvyQ&r0 Ӱ]yh`4"E1@ThGQ,c~+@Xj%R i J~s7 )z/_|'2Ba@^kgFQJ`t2vrr1rcyu7w3W]EZ)i9MNOtw3W9AB*[LjQ k8VrP7U1G@_/[6qS4GGNbDw3`mxS-lT&vokcs^D+N:;0'v*.$G)bQ?? *g8FJ;cZ SuG8A o缀],cj56ηIۄ¡@!(ϊ3wO̫S/@-m#xHX9h@3[/BASk0!mYUU#cNd. 7l9s.cGkD}vg{d&1~Ҷ.~^!xQF1JWėUsKvs(u (W~?*ظb>0#H7$j7B6vMjFw02G_q7ȉ84(AҫvwXZK+Az[HaaZ^,3}垅i\}weQ2j(.98 *Zo/ƍˈ M؛*('[bNaŠ @Dpbor-]Oi(Uݷ‚F_C;y &4n|~2qūތj:%C1c6]߰M.Lг% ڋYXԄca  /mYV4:}y]lar)_=H Zvׅw2`*j+APnFpZn&d5GecޜQy]8h1w:KsI~B^t/2q'j[XGn`~fJ+Vry!;N4@䱍0q8|`yz(3F֎f+2C9P -GkDgT[&Ga=t w̰mJՊE;F\ap$ x,+y(b~J0'bXON WgփH9N ؖ1Q*fSDk+J.d^c%xFI;l.eXuͿ\t׺k(,,$Y9tU{s5&cݦbz,,;WTE{=@;u`Q~ le* ^Dic@.nd I|i) =sy!`E\sdmMB} ]u5]w)q̽p6SV%`c,:zu) ˶%jnNme9\}O1F\9 ߵAT+kf$QKB}ll D],M**\Knv53jr. m&қ̊gM^Il\Q߳>sA5\Hriϛ=o5QJ~AN ꑯ%j쳳 5gժ ?iH. ?~;+7+2,/HU.;l tONMb#ۗQ٣jCLg/r`oK٨2q64x`.fzzbYS޼4SM@{ 'ј2Ӊ]oU󦬯U..n*:s/g ?Q>TpzNG1Hyd>O7HD t{; J,*Vۤ<`נC"Fˢ~/JaNa !)Y4$sQ QgX.m1vH] iWl0i";{cb#P"&%לQA7n.Zj}Pɉu ێuy s9cLPըݤ-ӧ\e<N ҌdZ6ΊiQu5k^X8M .Zkǟh"ooalש<+Y:}NT')A~`h׌:sl gt&`yj91$(gPjs703 "x+Ŏ%Ùy.f-}Hky#`=¾bDTXơS6C# ,}0\YThyY-p`q}> eGp6K~ Q6 nYKG7WDK "ϓ:;P8=ă~4|9e_hhrou,Q].y)y̝ve;\p$}9{0 C1cRjKZPe:pcpk m \ۉw%{X:ش~1:{? 1 M9Fi+*1yҡSfo NiVi}\d.Y 2'MΚΔe(x`X c> w,jy^`0+AL:!4dɤe3`Q5s!0TyRZ3d=W- 2VEťM8|ǟ΄ j`~1B:cAYn@sN)#PANl |~8'j9*^ɅNQWx&; 汽I]$&4=@9;%6hX"yð?YU;ڇT+o=>JM"`Gal4 laB}m*u,xѰ;!$ضVݒ)jDst3!fA;\B 1|"Ocq/$xs]1~kQa]}; I72! B<$8_"֘7\[Q໶2y)c~%4I0N8<Ŏ\[m/: x-؟rEMTy=€&?e/TpNiAgsCrZp(\( ~C~ t?βd= Jӑ{pčtȞ#*"z~\E.&Cd2}CDyP}y!]48Ho) Fz~1$RĈ\\_kվH^HW Qy6fl޸eL_c]A!ګ6Rn~\ySĬZG& EN} ( tm飴،:N3Jl PY)أ)˟XB'A  {ME} IB38BxͯM.Y*ÈR/ A6u҆fq#h{n[o. b` o5\N|diBR5pHɈѾI!# Dq0rVf4D1O˶@fo69Ӟ.A #Yau+Dt3Uo- JEBW/5UwPYm;nk a~7tr;%qk,s5{+0`]zM96"[ykW"O>5߫nMoA.,uaK!~/6ݳ FZ}ӵb tT`ԸxWAsPxR+eeUqCX-]f>Aigdގ 0Q zsjoVMm Hp7Vq&r'K9pկ.BcY,Sӫo p`|z)C8#y"-?GІALR$|zc&M`.eU::K%ÑSOZOه|WU[KnBW^`Ҽ]t°ԃjzYXwɦ(ӍsKU U0MW~K?p3,rNhNO= 5-|$ ږsSJT 娹ǂo[t_Fh!S EPTs9CIF%P8bMAiYd^ؗZ_#FfR d=zSƻBOڝj4fVU錂WEdҤ%jBh|hG43l-3y.YR Qu A& rU>z1.F`FsXJaj+9| _A[Oi /:h]ԉT Rq7XW!B]ɶϟTqŋ`== _!1 fOY#qx? A+;zO^r[~dH\crYh:ac ?w;_-OTMn?ˀa7ApB?:̓]ed"$!b1rL`59fT$-IJUlx:Mfl})'@ʅX̣Nh945 &YA1U&7o(%g M$ZJ8AEoaAc[B.@# tT%9N0G~GHӍD7{;VݞW2!:(sqwY\]_@yB?*38/ Ta ncC%p4r΅sN.ZAZelW\swmCftMtSOIIn[p-I;3}̩fB3AG3l>{F'p00B{߳)i W1~V2 `_y* 鱥g L;ca 9!ȝZ*C d$ӂMr%'ԽT幺n2옹~k|fX0I&R|GNQQBDc.<۟Vik:9ֳ\ HK[c]rUk}k~1j`l$eU#(sFڙG@E5xpo{CEUqB ^]tb/MSGP~m5uF{c9pʟѩW* Bk#;!5:3am1x4iRfg4ެmrtSͅ{bCg{S`[nVi {h)26[ 3#eG836cY0]Sc;z?@Qd{%_NjAl1<Aˑ`l6/ũH%ь e̜\ݪ:#wퟅh|U`2#`Vy'ڤc1eςotErSw#o 4FZ pD%P,;n7Dl'NMN^[B[&\237T|9B|ϹWo2c =iAn5jDp/sY !/yԏ4KzYC@tH*(fv῵/2H"60f/a~](SoԎJe˴Y.|V-4 )缴`"&pZZς)@FLt#7ϾMG1(pW;Rb 0AoTw\gM%(PI)5Ii7n<#eXA-s бw81 8 d4>jh=6@r_Qg@l2R Z˱e:x3 y.C9WZka[y f&86W3vO:ŐfT2D\@Svf~8N~'(z2 ))73֧qY_2\RX;T . (.UmSbY |28m:O2Oi9Qb9al..G>~I}P=āgı"88 Z;e؀dz7Y/G=(&nAeys1Aݽ L=cNTuY{|U]?.?PN;٫**L!$`D F4yO[(4(m gyXe 8z?m*%xpR]a>kiQQ#K:18u#LG0ܮm*xX{[)ýCbvz?$\)s$xE6鋻p19tZg)uA@$,Õr?^kTW1akK  #oB 7j9Ej{ kuw -' Cs-Tkb4Ré0K|΀K RKdt_VW!r U[|z!MR2pĖh?uo '"#r掳A9NOe"]4[2m[!pnw̏WA:Y(! єJ_8o Agp/Zzͺ`}J!?em 8:dF͍pPɋ͜@ˑx 5be|nB&q)KksZ}O펭x$FTC5{#.-,Twy=nG5m$s{S[E3Ӂ&D=kt2}˗y Ԫr$y|Bt\̦q܉?4ZC{j)ћtW+'c5<^k^l!5["=-: | suS 9jZC~G0!ZҮ--7DU&Wp r(әCb.Xא ca4ޗ&KװelBiuMAo{|/AgGg"Jn_g(-"M@azɊ9釮GN,>#UҜ—|E ]}v/05JzF?:o>~NS%rɫ5ps] t_ :u3`J#p1usQ'Ʊr&QC'èض`hI(0΢ouns @Rm p z 3RY6*T kEjWT6ojWR8rZKk%P| }IG/ADp֗$aZD4Nj3X?=N՜Y,'̀qLhph;MSU,臆!r r K )HzxZѮJ& wE,vu!&d[N$A7!aYViԸ3:Ev(ZUyܟ+vB*l͸7% Ru.-tgoJFGԥp:b-]TShĉ!TtnHU8]-l8[K՘dtH=}Jsa9^CMbwmb2|f X ˛L`퍜ٵU7}4#BŬɍz[Y{ @w{~'T+f*׻U |3\xt&J"@5o$b W .Mvi6MI~CEIP:*k sLu֓d3״IɑD=} }bdxX@'837rjxqێ晴fpRD axUN\z] H ?@ba8i5Bqk;LWaȍ9HgQ뷁BLXCy9;@|E?kY˒v[ؐ!o'Sv{ 5+d xi d+;e޻>nUcޒ C.O<*`=qpD;7$RwdX1Mä^-c}.LdGb+yۤuݯH2".vC@Ga{pLLĎGxz.PQnŻp}ɮ~Ye&vד0/T W!xmeE^ nס@ ZYY 1,k"F熾)вKz˃W| y Ȇ1M.*g ʿSđR%I}P\a\uփT<9D,6Ujhs ۸YemRvIza>b;BuίR`iߴ֌EL(rKQ UԵVCpȆOu)sv}_bcoJ_ Cd!$,& 5)ÊÄ]>4M5: .?5A~#Wl-v1X9 rHt(\K\"`_ɀ'WkΗ[-u,P^Ғ* -"[O1 R_zs897 j zi D쩻hL@ ḧ:W4lT="ڌɬ֋1X,xf3puOة7\EUׅZ󋃈[Ij% J>PfbͪbFk[⢾P{y6=Gc53~PmiAkcKnZ>7TN?w}'Uoa?JUHZ=[GZe*3I]a< 9R8zV$웩ӓD^& uu܇xN׳Dʞl6cl/" z K~[#G ym ʣyx4.nHW {>Ga ˞$q.ya L5ai3F'ÙC0q٤Ȩr t-Y,^eɫnHeP9@ Բ(ĻW8M ^ pM˗'DϮ6<4xIȱ.%dPmp&B'mdiN٥[Y3%G\-! qkfEY*3J?u' 8F7{8A4@ ̷o&Öa\ eE\{cg 5h*c2wVV@.s\tQ(ƄSS%վ;,š%Pd~#ܯn SęZ̐ALlzF[VTQR|MIDT:]Aqy2KoUw+Rn3Gد\#MM#LX[*CC7r'c8q}` .trCEO.KTaՂVkn59.tgN 1qد`ˁ6Ԏ/81As:!-Sؽ \@f/FGZ>ݡu iBRČ2 ֶ?#ޚ ʮb]jRoe"t]oapMHtQKwVi_zb}ǝ ƴOK|&,@IKN_A }{z] ~VT~!4U?֍=L+1q훑=15TIeR %.Z6_ֶ8@Sq'C5m)~XcY~ Y!X {_LrWTDi6c1Oz(=OpD ,]*c'0z3:l9F}~!-Z#;V$us˪Ϻ;1KU06K}4SB$^=WHY:w"l#T⛩5X"e?Fqui 6g~tfe#i l1Q'Q;d9z PFYGl&,2mQ F+]w(}1Zd> "psn2ܚwO\'E$u/[L)j/&iFZQ:h~0!{~-3> W'D}"7vD,]>tY$Ch&H(s< Xa6R_` VO_BiّvJ*A}` U Ʈ5ieͬZ)< 5h/|Z(9뤗դ&(vYɨɯ"b책udߛT…Kõ aC>_8M{q0Hh0Qg'dG&`8Sm{΋edk2WW N4mwR{vTU15"&!“;+|: DczX32&;{X'=,~+Xji~OYfڳ-5 kzϴ| Z?03~,0tشe9;N#2G%~|Wc` s 9ͿS)-pMk+nn.٪4$kdIT={>bπmOzY^9qL;)nOQF_ On˕WA>yڀ04Rdi1w|}EQfojfȐ $cj+)f6[_ !oz|+g킩J60TSTGٽ?0 ؆dF"q_:_psdS]R'Jq/Fs9Q]SY%i< }dT eB,ׁ˳+<48Ew37b`l}/{<5= ~U|S~^BUXA/J J+q0Qz$L~yLʖWMKa_E 5Gz7V$48?7|bfDA&~ ,ϡNܚ]@6-S^<x#)|M餺erL'$B$ q~ Z oJ$@!k[1'kX+>e>A 3?<8͋5V<U1[S-P>` ,`Q{[3.qbwxNk E0ifuPj[h"֒u-GFLCrfaKcWM8s#х(om7--ώ$OG ID"ѽqf)YA A*qߎ=ƑÇ1؍;^{^~;FN #-ҫg$(֮yRkoT ;Nk'/ )EӤ/l=15Dļk ^O؆zEIx+vrݏl&S[ U@ѶUsr_v1fHv$ʺTC]hۥ|1:[P; mlp?Q?yc{R-Bd`/)plIa##\t|_! 6ԣAnBǁr?]{$te3ZWؾzE`傧T LN݀;5)z4P/Wٖ ]N "O{$>GDJ"eDFOo,F/$N5caI(,HB<}}0Eѷ8[^ڣgFaϤm P2H>n2k8JeZ|W}O/Bl>ޠ=q.ƭïޕK4inӳN9u S\isI /wfMV,U=]ޑ%w$cWpIw ?Y¢)+I`p}2W%*(e{n3 ;w[ }4) 8:L˯3Kܸ.gӈLm6.SCIqY F _&,L!;Z"`fWV7'iWbɷ@¾Q]Fw.xvi9VYK;:~& fҕumHJqa@jzw nՊ /t_KXotD BLn!w<ݔy(:pN'o^S&߫e"콌j& +NTU*{.YC$aEsm!)a娥7`بz:\XD߹UO튏NrΣĠF{bNԖm`3YPӠ?B7_2:58%viyVX7ellq?OW-r^ \x1ɜMmnlMҸbHKc󙪆g @&CC \u7LKlcE*ԕ"D-hAӁ>Zv^he?RS=_蛚R,2/iO9{x] t%ӳxO^pB[NV ܎epr솚ekw^:}9GƻNfc nfYQQa pP82@ߔ|3GtףYWѳ+2:M)7XHmƜ5iy@ 8K68/t"o[5m~+Zj(FDkuV9! 2Yugwd%x>,0Z!y#+ JG0@>.NW? >dzkя  ELy<@vVBEIؓ0B ˴;A} M˼B]w(u!CM>!װjF:CyN7wğtU`)8ԔK׫>?0Vʐ i:O5g`&Do=˜OwDh`d/[EC uG}R)6#fi&?fa yW  G**i7yÅiiم2 IE5 4y&͕$kI}+j&oJ] da%0j*VĺѴ0UX?7_3S"7dBu8mKEGuR/ھN;@Eew5}FxA==rKPԳ]h-y`Op峉I22JU[mɊx٨uQ=놙gF WOyx+$:i1wR 6LVC%oh~pC=n)%\m:U\w (ƺ&X=Q't0~ytU:\G}n`,k4'̍,fL9nS.>[39"3~e$h /ùwo'5ي.Z֍i =Ay=-92åp\h59VH{mixSڑ.DQhՋ!Zy+:Kvp+IԩjCx%)1Z*)xWo3!dD5i4Q K'.#O b;ݷ<ʊLl ` d~7޴9hr j'uֽQ}=zb,o{ cM5^DCZnY?=B:M3HsTQfBayd*Ԯ*- Je"o9m?toMqSspݜ1.6duTQOx*P{m4WmAS;U8GAtTOWhȹAY'~M_Iɰ #cAQ).^~RxjJ(6cZXMs6%+qB C& l} ݅⠉[dߨ5l5#BŷV*f{,WkfƸrx֭S?]~ٚvcW٨ڐA0K4#`^҅'hu'vɧZp\܀oI[ teiI_/H=S&tj Nʲ4F,S<6'"qF=JWb pO Uf >ѩ"B}̑"čAT@qݯg$xX_K?S{Ra IH18GQ<#E"\=(X+ivP2Wf'^^1mÑ5N_Qx?rx҄Ԭv%t1zRgg!I`2G֦vWWZp[N/h_|pH YBb."%c5^e.!Mw ɴ|OBFRڅ]=yBolq<6bK;0KT :8XlmdUބ.#*PmZY*I΋Í#;Kޅ\>b\dx CIGǠf9؞!J5+afN|^0lG06vz2hYd,_6''ңjѷMĉ<נy%@-?i^LTAZ4GaLI"r)}w&W^\<>x,ʇ^Gj4,G+WmO~PLpd8`Kb㗬Zn_/JlL&Fz`mŻeʞe~3 <~nU9uyDnqYWvkVI@rM W]*&P1~5DcO7*Ϣ)rQ`sȄY /n:lA/.7(+[e/t-.f3gQM*eO=;~U舘`c4'V䁿yQƜc󛤰zqbt!K z3g͝@EK=5moZImKH_0moQt/Ղ=fhɲU,bP;;SA98- R!Ӄ1R&zVWtg@jckpe81ZsMx8 pL6"ˎUvWsciTeR<3e6Cv睞y}Ņ@GP9LAZ{p>d. pԞwrcAvB+i;[>[;nhtk%wR 502H(L_ ~!dN\+-DɑoE)+4V-Ked{5 #2X mWȺi1 y9ъHpް*( ?'W\r̓}&COV<lF=Rsqsl SKPk=}\V3‘AS;<_I΍N*l9cNU=bnuvV(yȩOHػSG)~<*J7txYHl8z%zSwptߣSqՔE8.{-v/?EtȋT#3QALjӉzO4TĠGŊ&2qOiS3exkm5e7dZCq(v LѽY}AT y{%UB Rȁ]QrvYmD)bmǭXY6P4_>.Nk䃰k;z3/G226xV/88AUM0ቪQ^ Ni4H $jcD;m뜶Q@ut ܼ,1v2jd{ĵ,,*M9WT> MFr[Lm~98| nEؔCAC|BD wy'1FdcoY#%/IX,ϲ'쭐>( i}GͯMxWMrf㻅{ػ*:GdG4I2X*flV J+­EF%( yD l!H1M17@ͳ_1" {4msO?QT~^,]c~dl! CDc]Qo|ʒZW6hb '6$+;-1@g_#bo ڏsy+sm/B])=ׁ=Mס@%ID@شnYY}p8Vm vdwmTfLx'eV@?l)o 6蛃0e`ڴ:c\8=4^4}NѡvRv4 dI92:]DP{|&y9 HR+g3q2`Gǥb&I-Ajؑ$廞 nތ4/1O !b%ו>ᛆX3K< o.]\JJJx %N:a~s >7SSb GRQZ^XIj}TҦW L/U2"=vu=wف\KK ef.}sR#w˒MB{QZNz8 ̬AeM4=Tʇ*gx˲]1n`Z%Uhѻ*Ziv?}/ עK(͋"c}ݴB=>66} (gϖw o/U&UҭmNvͿi"0oPq׋D֚cS֕Aim irGEsk:W]xbÿdž[4-l,;xvsj~ E_Øafyp*cGZ P혓(X>DwjlFs]NgmAh8362?k>";ascp > O%umSsj.خ3Q?ֿؚ }?j-5,b,M5>/a%z?۟^,SsRb39 rL z!εǾ=[Op ͻvdm(rd[,l2]zctݿ~-! anԯ[34=Qq 9۔%h 5m5q";l3kDVZ&T`>>(:K9-Aŀk?<@ܔ,H|^168K4l4R;>b^\ӆb4qkSD+ԮNzU6f!vO2! #E hדrWN#0uytmVNm l52ׯ^ 5k;R"4]0|PSlb9nN%.%o 3iK s!u[ 9]ds':5EL!d5[$8քIIQFI0C3[dɩK?etoc?s6ƒ apaUap3&KǙe-5"?M~@>_VrM/q^6WFaS'  3eW :I|Mrہ螀&F2գ*a˟rz(g 4WB%d@oj[^2XTBڤjDhSR} xxάO70*S Cs%RӥtK/l f-Xkd4!Nsm}lw?HZ^X#`MXTP1 l;Jހ/kGtm=]o#clGBb@ T)[]]eBr:ϓmwii(,6rO&w2lm_Gc'ͳȕkI7,Ҡl5l@c[1zZʨ  i0* jm4Hbd#"gxuCukBN ~NpkB 4_hmDPZE' t1MʊtւaJTen .RG mL€`CUbP`BV7rOëAmH)ݨ kU6z?F)t4LUmfW/]8OM7j)YK@b4=%H= ޲߸n/¤!+lc\/6̋6xβ7֠Oz ӿ27‘^Ӊ/hm̐!ߌUPͯEY ˹B9Dygjzrl!LUk,n~cM &/Y"x6`n(ZJ#Rr? ʬ_I9t-1*aҦ"\ҿoϣղ;lG}l|RVRx"5*1TVCDC3Hz?2Gٝ"' ҰƵ  )鬪j!L# ,$2` 5#wr(+J5^C:wA;AťbN$|DO7co2 P2w)2N`$`ioju v֦pX|# Do~-G/hǺ8 Z qP?dہbd4ﴋUP(7Jkg}*0z#B.0&b}xm ;sv.5ȣꅇBwF =\I_ l쭀BG:]@qNݹ&#gxKd<5+a` La[q{j`XDJDlylܶ=jPVG:Y#hadGy|`/=LfѥGF|Ҙv"ź 5JS#;~0'СrMNo?a5)KùtqV}V뾸wC(IpZ{tM,iv(p "ۆSBI}L܊fU|ztHZ9`DGP(qԮmp0V /` L290!CLj3ͺunpgT$-Ay (nL;}KpϻCFX UqRqX'wi&@>ϸeJ^Xjs/…]eZu:8b5XoB}ɒPc}hh"l|gB&UaMyXZ48t WzC>$1$+ukA$L#D T{=FѵE=.3~B_ 2G!cr0EOO7<.IQpa,<%|w9 2FUJR3Oj6bnYh^|,s)+%_ & tj&w^h6Sɑ*9 쀃 3!-U*dcV qR *pW{97 \fzG+yf% pp1޹*i$2UGk`=3>s-)g朖\#x ^ -a\ 81c+h:8[.esRCLy/P,?ʵV S ;0_UM?ވ44M'Ē7ڞr7ǘZQ?h]O@0(ӊI|? nR97n A  U^]-+*C7FCIQ;C6HqTxy@?Ʌ27߫Wg_hATS qe yyjMC F3xg 9-fNޛ-1;<yXJqz&02ZݫO jK]Ё};,ii"QALjHtX?KwΎTVTA',-e,Ob#kzgWU5:b+`ѬJAi5"^ ۖ9F%AL9OQ1bvecTwed1\ <+3db>db@rC{2X4Pι$X9mL«UYZ[ C{aL*Qhα4dx@|DyWCAYz@9<ޥBxOة ^v T[\Lz?*.sNc-dC^;gJ'j_8~𼤧:[T=S閠g@UXtHyLPJMC*4r5 +a )sj+[Q!=]" I3G ZrXizڍ(DOXj Bfdi3MLI(w-_eDiJg&4L@ {^kh^L{lэɴZgn] NUY^$?`#az:bL\\ұ4zݞ;{eiJi|3圖OSTRsAMߥ"ix(!al&N: 3ٗԈ'8 nەHſmGnQyiXq sw W؜V-}A`i rumSi襌9OA}%CLJ'wYlW@eؕvak.` h D) 3!xxE^Ϩ-`1Fmd/C0W|9ܦ#w6\;龛V}V1:IM7jz{/(Ha<BJȤƳOWEM b_%$|)\{A҆9?zpިP;b7t\hq4uYiyI:ѐbkڄPA | ]%mr纆EдU"xOcn 'e$F֩q|ՠɎKcn/Խ&zڴHhdw"W!ӒvYw"J :Ou{j!9-iEdIyan/pL]wdu֘BpU `Ks`x7D$  `zFK;;v:p흓 ǾJR?{V,-^ WH(ɬ UXm?$gAupbp%bA^`i3 /gV#,zMX旨$X,N!Shm~uowM?)uκ|AC'*`K`2>/dB>S*եd`}={:<>q'ШF'Eގ6Rx@9n`o[+46*#w@<ъiXl'wPX0ULO$ zi>k8#ou=|1suUR# i}J<yYd"N}R.)9F 7f9Bw3B)ݴݟȱ s:5 $ u9kOU|f`<`8}ʸSÍF3i1_jh!r*0᱉kϷɡ ߤY.E(~2irLIR0_N6?UgdZ3b v N~'# )y"?fqV<@x\]눠³hv| {\<:ʌ<'t}JeWhXAOr7oc2LsD9Jm^-n`(:@BMB SN5)ZD=aoMΐ;@n5[G}W?Uk;d)3bT‡Fx.\mw]oH輖Xr<ϯ,U7vz+S>(/d(,PeֱߥӘ}D }nDxQsK3 =XPT DTOHު`L϶Fԣ ZL51rf; G0*!\Sp1OvVi[/^$ZM0$Pm NynV[+壅WFYE-ᛙKhs ЏqNf.D҄W:0MsuJ!YRլ1͟Bz)1QDѤ`s :=v˂q4}- {3o۬]DdA7U2ml$VV'0 fQq) Ukyq TE7.Cڍ9c:]WxN4{chT :gO7ThLU @vDeTxԞ6M4Ruu3䖋\XUD&gMF;)q8\ X<i(Ԝ;{"Nˆ{L.f>TŠ>qL&sWz}98;P8tۃu̳;a?KsįI>rOM[t ҁBBoE|Siƪ`}a&ꝍH SFǶ 4`bqml`.j}(ñIVyPJ؋kMY+fRj\]E o9/u02Tkc4 ?]tSi܍("55i\TrٚD;GSJҿ%Ctv<ڰݤ ˂O TGq/?5~/9A2qJWt^ϩ/, "ڊj1 ^/.__yRj] b89a9Π`m ER>24wAu=#>)ܿא HG٘N +ҎB7G01ݤ$ $L ɂ fևi}"S5GXfOA,FG?y i{Ev?j4ȕPÊ8P+~E3OSe?KyG}7~ʬF!1S-”pwkČ:g O`XmdRӵb!XAau['C]&X·~ڎE@̂ $Ő+)`?8g[bH =㹉krnG(ĔnncT5yhC(藁ᴋ&ԃaO'ᙋ@*E4g/tVw`Q1XM7m2m 0;kx@0)@5 ;#eKouhW>I}BK(RAQ17ܧHKo(CEЌN Q  )E, t iVPupXw'9ɹ 1 ~y5(SsXS[qUBbG .Z I:RrHyts3[τAW$"'L"?1oR6 1ophix(!I3K46dyh<,i>,Q5GTY']@aהX/w(t*ݑ+?9RuW:EA,x DXS#֑%cQtQMKzZ}/.PRW.ּnITcWsF5/h↚1VWI 0}rtP#!%,@lK1@.QSQ"rXA5,dة%_|fUq8vh6Ytab?ߐ~'UWh!,6G>M^KK$η;Iͱɢw7UwXNrb]wfIU]-'IpWRaRpF^r:tiT{vA ̣l|sAH ⎋q9|08 HLo3iJ2dbsW%4z6o^4B 5WEPhH5,xrW&"{e.4FN9 #l{gB%сBE=G(K@YdžS UldUbrxBHaDN8V< G0L@X\Pl\ZO{rgfW2p2tPσ.;İE1*UMĨ+'|5WMvөjCB\"vI]7!it:= bbWZ@,#j?nЁF1qԌ 4_Yoqd>GEdrA k7{/5 ՅFctT@t8x9c MYؓ K>wӎ>Mb+H/:Ɲx7 R ء. cKYqVK(6ӹ|DMJOJ_Wu̺g[5dĵ\`1gzgCW,{?^^W<2JA7)@ۣCFv@w2򥔋a`Q{!8dxu:!&kmmV~~9>U9ͨN0]\.:c )=96~+IDvLg!뀩" &)r~Ҷ `˥mxa7MiȦytd}cCoqIa̝kgQ QK[LLFk\L@꣠< =Bd(e`]' pX/-5b32 .8:pu(et>$bJ|u~K}7`Qnac!R=cEGauiRLpԱks!ȍR棄67Ec&D[aD_0m`WJ OJ ~00q8}o.pGքa hzτxm5%Pz 5(dP[{7}v884YcUYTgI')  ; YwĠp]`(_@h:}ρߐ"*:9?/}4uХ(qmC?qoô/4sA':ֱ BStCܨ# 0zr|t%ي/ni7(~lrS263N0EUTۀ聴CUfbƇ %Ts岑%oߩVfD3ƿ{b \`I?Z |ENf ;Gnqo}Gu21nh߆yH_ ߤӑvIT(~HбuPPG cpC)pnw]1NJ'jAQ.hcd @X"oC%-O'^mKvtlH5˙ .1cijd=Ud\HUmNO}.=|:yHlc>Qx5,,ts4F\@{V?0,t̾cWUcV؋mFIT(5#Cְ0b ) %_2Yg%mїkb,YgB]ȑòjQo9䟔VDd%\-9r㕞$B^%s›g)KU#7Nc('USY‘@7 Y n}!p'>՛'w/f% @# &3/UJFWp t9L$5]o#Ae29Yg513_(8HrGD:@ PRlSevw{I, YL<NK,-h> -;*~ l6犑؞uG)!Ԍsc5ޥ5{oEySf0K2Fو H)q!`3Ä7jkOn&bj Vrw4")Ȅ~ոJrf7~o~_L1;B]Z7ZKq Z;:.;@!^{uM\êsE,w,V%>7=,U#ɤwiOf[I3@xGOɿqs#[жYLFliP0.{@{:kuARR쾟uHƻc8w0? aYm%Ze̍9+uM|dG,3U97vZh]cUl:$]Eu ͮn Cu !FfYDX;b6o#(;xr='E t4/Ԏhɞ1-<7J w"|vI{aZ4&5"(I+r5?X17 Shi-bz #9*0D[qLf(zEҦjU,(1]^))C}y]]@iD@܉5ar)LIΖ;b}ng,]k꿕rȃf=(O\RZU۷>qjWdٝLk゠_0ӑ~dGcOO3Ab9m< diRLDDyLwo:6a1qtnc`(nT8 wWP{}w9r^3osYX}!WBdWQ Q'CPAqb=^Ej" yw 󳢞jQb9{οޤ@Fdr7>1S Zeۓ7JZA^ cglJхdDÃMYځl2~8>r38e>2]fg;N;_ 1z+4Ԧ/2p74Lj%0l_5;QO$vV9ǣ8z*Z%  t\sw1 *BZ!s+ߪ|X.޵iVn M7Y6?Z)fs|q2B(57'\HtrQSsQOBjqy43kD} wk53Fnjc%ꏻI7UmϽ޴ծp&5Aꑻ>#>خ!Ѳ'DRv-g:L}Ua aWyZ ,f^ϐhmfֺV'M%cT<A0BOt |ONqՎZ_BsIɘO|vP_\zАy">;ӱar> -%W!oGD6E'mP6c %I$WB@)*'> 5q:8/VtUi,!{VWhQ?G&^B%dj]RdDI#2C|g5%Or@;R^xE)[xK:;fcJ n'Rp?D5E& KZ0M?722'm|)hRnkWl<6f9f~ouVY,)BذOA.[z/7d?0AGN` 4KXoQS Cؚ+|3ʒ^"w <"洤~Wz"HCx4ȶaS/HAq/_J93e`ryؗ=T]”ґvZqUB=k@-%MI%f[Y`b}8<=b=:< Y~)b?f"O.G nAuknr~<:)y)]FO޳zτ/Y;L "k{\qS?0`O@ϾkRqƞb-BMݹ9aR( >m9PlSdû[|q1O,kګ.xֶ4YVc|xz_#s =t2Bzޖ>y訒qr.j$T?P\ ]R젟b27pt.FU״f.֛:T+ 2 3{=?Q$^C3@:]+]&!2S nyB,6.p -_טu@;Hgsٙnn (m@Glbkr!^s8*xZKѰ$# d8}/iJ.6G T7:qdER<Tj& wE[n;UݧTGФ[qD$.+=䫡[2 G^п&Rt+`Ugsa'ƾp,×L k`jV۩hp;q#'[FM#r}746p"{BRBĞ2s0\.DlNjd@u!žvtƙ YC/&fU3촊suTIQS_ggΆr뭉GS,㡌3:HP~2ܼ~ np5Ct@<`,\$F]j: 2j{TFѻ_;Q%t`@EàiB8 DzKu9{[8ͪk[1Ovxܫ(Y!]G3*mviG_o-1n wuYE3,q۱s`o*3c?@{íĮ+`qw,DϤ~'ըOƬ˞d;Gբ}0B^,H&)qzhLR$ J Y&OhUM -T12Rȡ=RZG LN: X]l [E&9;O*816R6@3% /R6jAaN|k Q7 y&8['˦R|HϹ#A(Yp3܌Y[R :©Qᒡ\2Oxa?wb Z8{CP*ל˒9p ntmJd~CzTT>,Q }8n־31&Ƥ[Q12UĕD˕B8}y Y1x)k@Ͼa:~:gKK2"N,ƕoC;Dtv<߽Q͕mF-6v""Jwsrc 3TѦ<ضFh@` "٩IPHxR{0’FF rxu qd?M PtQz<-DnS|V1VkP4[&hDԇH$g7a12 Dgҩ Ȋ s3).:r~pH^dM%,tt_$\qn8}ȏl*+; ~{-Yl7 r܆ǝH:W<͂jX龔)TۅlR:d= x9:[C*Dux *dQ o٭A )Pz0_9AcH^$y ByEwqN\]yG<4!b6FayAh;L#HXlY؝C)MMEjѤnWN*PYRd—򲹦Qc,W4?+@~<cO荬ERSGl8TM4‘3/%L "5&RH2{r I^,ћq=3H{.wq@M9@mn)d瘩j@CJIZ5懆5 +5Ïi]d땞6e_/{^#{VQʅ/Zی |`cA籝Z0 `}nO9 c]A>l8#U}c6/o ^%T_ *B]"Hc{II4B!{AۛW/3rZpuB꯻ELJoQ(-_/XC|0(S!!3rQP҈tBD۳~2# { E&uh!3U߉7k4IJCEǚRpS`d'qn5"=8 <X*řPn?DI~`L +#c@<\IݒːX~sDqK]sQML^d+^pY\3t Y:FCl5niSVɪ=@0̐ `w֦8g;9e c[8b;0;g2!)Zy{Yb&2[?Yi:1Vkk%j:"JNС0ܚRme>]wflv[">}rI^z(zo(qccr)1+mN!7Ta+121U8t9E8\Me>Ufsa=g,tDї6vH<<:t$JV'%ȩAs=UͻC{ӧ%7'R dj!-\JzrfpKbPP1{,n|>3/ׇWZґLlOuDW\(lugq kN􂁆nt@]>bC&?P{pk޻aMRD{O)#buN )>$]4#0}I&;@e.H0!J3fVAmUYF2׫likrMc'@,a 2kNsRa5}5+_NV#;\H@0&)UԃVԼ$A ErZr[q29u&ap}][-iC!^ޫҿ'oB3+ry+ġ90BeQ6{_ĩ ti색y.IAy(4{qZedkYh ga{1MU^FH148 >.g>&[\(nG6` V3 S;&Q$O}C ."6ӀL Ej ﭦ43-\EX@¼*{Kg{d8ZO4ǮQo d1Cj%[K}T֟ICbX_r:N;ASn ,:5FjR 8"pTgr ,|lr@ŋRqzvvFԐjjR4/9L%)QTjԓܳ⛿6̌Ѝ$nVv]}UM٧:We*UT}?udG>֗xӂ7dQmw#"jPcuʎzJ(aAS('8iVt] As%/dw a|&Ǘ(xC]jsTT SINgbܠroV.8)$ On1+h#IGe5Ix?9'J{9 .fyxykω /H:'xk=I,vX+\m˨_P}k.WofuΡ䣞ZHZ?!,h. >-'rB*<-u>V[,u'0 B%0O@ 8_/-kCb+Ag{jS'!)D >3y*JevgtYQU #H#S=BeemPYbj[F:;A#>4u}Z^5KTy *p3݅OΘY{ں@tQDHB'/n)7ѳ~Ď#] $ZloVkbf>uߵ\b"NfG,6׎6m#Lbi>G{hǻNϢ\w*ku.WyRFnf#l)<Ϝ0L<@ Ix/oaPDLqZ25n6(//EB<۪ݿ%{[|qpvzlKr@.çZ5Luu Ǡcq7<Ӝ|i3Y#ʊ;dfuʽG}(-ԋ>57- ofzQx\H"6AGHxʝ vS5Y86VrdtPpS2(zΡl@*z: !bҿIN:f bIKM2K h$-nY1"W&?KIYġ%zK+kc@4ne9O0[6*ZQ"gf @/M?~7lK8 l*<_K_X)cǢiӬSd;|{v2ido%=3j"ղ֜8ۮ7 c>?t$cj/cpJ|ڵSE 3\t+RǠ6,仮r5Sa1-؄䰞 HӒN_u}3K_D5'*sR0%>@yʞ;%Y)Sύcɧ@FLNVK͑3^DSSU";…I.ւ5e VpHoԣd 3^NulS_E7ůU J5n_زZV*Gd 'Ϋp`v- I>4˙xxT7PZWUJL g_57: 1-loFd)-FN$ܒ~#>0#o+/{?BQgr]pF7-l߰R3MxJAt-*g"^7&0 $oiÃY<'Eϧ($qȊ$"IM$ 1 lGTu|JܚdzXYdjKmiy-b\Ws߮BAgUIyg_BExWKd9Vw%Mۣr 4ݓ-'K*Fwi$h1,dЍ-7Ps|2K>PUS5]z=aA<ۺ$LbJlJ^+e$1u)8\`֎sx=j2͈Ѹ;S@jE~xm {4wJA&qK CnS] U,&Ż(vyztąJ}CT(Tᬉ GKvRV&se~"4myQ@" }PChbQ?(W>Sb)>]h3҆m`Ewf%ΨDbdc9LKtR{z_Q2]{I]͢:툂pX.('_E|SȚ+LvmU ܸt | O R4}4zŭ1&q16p Fwg|9Lع`=AO 0 l ߗte{w[["R,f#Epk{N-,GhPә:W~XRe!ZMyHijlyD.3u2EwdLl78ޭ0sk.$7Hk,(q8K8EZ6K9s5UAqʶlƑq{M, |C, 0#f &@W-K©Zhڊol7h;t%/޼@r];j{9{a6l$CFD:ܙv3O53|iú^^ᆑn 5<6du/@%4fP {͓QUCD5,omȆxX]?aH#Zge7(oƝJvwL#Da87`'d^L3na伪jCuVw;{O]d>rMîζ1oPr3t$qz-Ĉ@%z#t6NPXx ʼg#Ɵ3ܵbx´4TŎLlyh ,+^΃(+G8Ꞥrǝ("-&I61 FoJUprTcWRTPE2zRNz 'Gug19;(;%a[Mx T<1mb?`exQ^#`B}UͦH@o3KNʣϲAFKr`x"iߓY] pB<ѮSﴏSPE}G‘V{f]&8"|o\]\I8Fʝ{x}G=%v&;ig3|'(bk'JՆk@rT|t_\ ,ǧ>?.@E2y-|<j0~4KENf 9϶RX\ "?Ai-Eq؟;v fMzbN+7ҩYj |?<3,C+#f:gAR-ZX;ce]8 NWSTሶ Ī fAOd Xm((g206:d~ggcl?1!jff/m6lzWo(Ɠ9} ءsS{4Q\­q1L Y7Fwi{P,˝qrӡ"~f3fs)fEDB&̗X`*WP{ۺ{*CnĒ]I%[)vp+ji*l/77 U<&;h"kzamIF eVdd=,3fMP_5t=}ScDQ  A:ZNZ lq8ؘaW%O 㷝2Ie@N|./&Ny;ײʒ2/O(*;琭nA;svD1wOУ0ԳDh_i떮WΦ[JBXoޒIASr-N$? 6}\IC wІL_)v'Ff@2`{ݣߕg }:䐻mٲ%0YP͘ݜ_pM2>F} ;drB>ɲFuPYDٗ&=҂e3-CMa̛5\@1b҈7C9pAU⎫D#lw1/GK *dr߃+vNAz"V\=I!Y6^P XդM3@C(/ҠULq_;-dd\9.>.1o'\#FD yK9[m3dy9ZN4Ehqgܽ ]×5qP$',Lm:(Mu.վuB>iTZ֚ DM#PM_m, ʨgIS[0q6ۖVS%/I:4l uW+&ymw^4mhFۍ]Y=5.J& YBmʇWk 0K)jaU71F>`?Vc xUMౄ҆,*ڽ%@(4R`بxUliX*xx*9N>Zg&WΘ4icED~9~G0>pq$4IQ:^©_w(WCCUp.4&Լ{9q4 dу=d>CE$ME]^of_``cV\KChFUQM 5*AG5x+ 7y$ρ}_*8&u)RA(/ ~D6CxR^'ĥ9W_xhđԭA-ŷFY14XІE"SMLXT\7/@KJKߢ,zӫњ@~rɨC@wvm&ýDy*L:lUV~~>5g 7.D"+4RcѠ4 m3{|eD(3`Ay3,Rq O)&|zafNfJEAblƀiK"Za2ȰP*X=v(굯ՐD.J X,5hH2?fZkZjC5(GW.i[t{y&Ih UlP7lܾs"@(yp|[ e8{r 6/:$ LkZ˧1hH֐}fP@tzp*x-/\Ɖ٪˰Uo{MID֡:pd0} WX|/.~^W}lTHSvk_Z[mcgy$RALT$؆i먛ėوs͢ /.`aLzLjޤ*-qV[mD;<\kJw*M z3b$t&QK G zk=$B]S imqx-Hp+WjxҦ^H('lGd|ɷvu(8mZF kWVwhAKG,K^|P\A2#̑SHpuYYz(@A qeW@Ue'ʸf?'{RndN!Ջ`@6?[?{z/_P_ܧĻw!xӭ 8It^>(JFs^quCrlw-2Rj,=v]\+[Zӫ|W`t7dS)|>,Xa5T M˨b]P]0@tguBDNWy:*"xee mfᯔL{rFTy4QL7{YJeϕ*1;j4D4iFG t1qk^PC% k݊V߹cz[]4pL]9v^oZkNq΀qob4{a^$܎ 9(V\yfˇTONݣ֧2mC},q²}m2Eh/*ჽǴO]⧀BI^ '꫍ 5-;q\\GԱbW4&k:yfImY7_4, nv 8Kk FwɃpZf^j0XPR:k:ؒgL>7nk 50dw#L72hPbּ47Mvu;,qɌ-/WeVJ}ʱz(gG쎻j{HC䓳T>rrW]\ORWB M/,Zau|fci$3T&KM0 U9b}rFpo 5RIvxͰEۨ2&y%4wwX&%_>Ӛm1n] YVUmU Ng}q C_%(lG=ZÇ8nKƦ蛘v`ozo$&.k1# Bas~op{vtLӌr&+H͇u^\}eYSmʁhFf$6Aa. +qf̙3rJ{8 +L-o"Y/-[F]&4rzZ5# -4pΥڰƻjZFO}md_J;WE#Wkض[43A d>)3 /e0\ TP-6gWMW鿸IՈnPrwlSmA/A>Ha{FI]F$`fVWn# z.u fN #>ƭ921@S 1~fs#,cM@8vYkϬK";烿r1]. 2Ì$ci(~7of乩\V.L%妏4g!  ú~H!)zwvafM7JN\(or{tnA:4=V]pZ*\{ٴ G@Y9 ;X؄Z QrІ,#gJ ׀h,9ft3 &Fba.}tfBv G/5g %' Ơ("Fs(cu=1W%^%8WfVt㏜||gVþv!(u_w9RӒtEF61`Mp)3%_tH!,L߯p+܏g:GIY)ҋXTe^,tZz9X~&hK/o Q%Gz,Brv8g^f¤3.!mαƇ]A¤%r U0-O:1lXOH-˳I, 9.>ji""`j̃`U 0[h'HP"qWy%̤r;q#U}FX^,i ^nf@H;~}J^vEY 4yBοݙM)hT=~&l_o L=YPZFҦM QηQE?֟w0]DZSs]gXlE%x^ui(Jه/rd>)V2=o,[q{,f[`Kh"O*I TGb~Jg!Zg%?޺K~4J`EܿzYߐW t;.łM(Rwd+c3.Uf;i!LPst)]QO1674uAHʎښI8l5X)GKO'ޗ0q(5T~m[K41#q{/›3tr`ǗcfU%CD4.,̜~J+(ܚzbmn jR.!>cK|݆ʫIt;GhG.}󀍕ߣC2~t?@Z_ IתTtLB}` +,h Y&`YdK!5 3,./"Z͵JD;Z=^P/ji+vrx/?*n9'P֋9kASDZѧ6Fe&A|.Y'И'P?Е}`7!WT\*uF0zMUsTz[!mQvUde6ۊ3Dk} ;V $bTyHr@27ؽh['% 2B(+V'4"qqybII\25)l,\رR&1sV3B{Mڋu Ab %T+BH ",X{#'gk-lv,L#p)4?A[ )UBhv3pHe,k~l^`5Bf_gǫHT]'b* xɽE]:]w^ukQY@:l urɣŤalT ~iYC}GhctdOE`@'*sͺ`:#Wn ('Nڿ1nmLE/RBΊ*BJvfG> F`f =6׫l 9e\/B*ŽZ_U˂+L)eL}>nrI*P?}gZ.vwCw&0ftDGEaE)&(Y#G4g7ŹY6$bb3~x&LҞF0*Z=7; 0 (uڴqL1^=@$I6S=?6 ˋ ]+TgM64ж {ha֗g:l1:6rIr=zK;+kz!Scc( .2s Mu<9b *d`"fX{t@hXs_G؋g𯯲`[`T. !KK ^}S4u"kae^ HHF9@y9^N~?ǘ-w,=]U8bh6(XſYsTp^D$1@>'P$Y:"#:&k釀$C Vƞo_e U;3% L*gIa`{ݠVB5يqM{&seTaո_IpqYfe XNDU;0gqas"ݰg6~4*wL>γ#n؆xz)r9eϠ&v@1bkv1vqk>7 zO|۶ ]rO+gPXiRt\o Ƞ5.7l*n U / 3S*I.W$NM lcƔ5g54=pU(mr$U:,R/_j5y%6T^Uf/UDz*Շ 5nJ[Tx>4~|4dv;-C\$ob 0_}x:]uӯYHQylpgF_SԞppdc9 ~dna@5x^bB #6슘b_qhې$l#y wBMPO>;Q/}7&uD5rydH̿-KMXcr|4lG:3ğXez;Tf!XZa< }‘L: 3>cLUC;A?B_s<GL15t%M)˕"^?0_5ʫgչVt륔*?1,P@Yq۩p"ن_6Eux3ۖm*l/ mT}cq18ޔ<8b'271_['7~-$a6Yo1J8Xfڥo$֤%8Ktr`˦]Z@EdH(' _hX*"$p eoFC=S#NCDt[@)KX;>E&D<=!Ks]&)A@< N_pcgtq"N01تnE|Mv-lS9 OKP*HF,fk(_)-%."SlXhCkMTNPlގ]ewigG2.T~t ی=e>XCz4VF×~ BIa;ij.d} rәV:1d.QZO_,Qf%c#)ivw^u]?H:;#ԃ?upVrR0ZR#&(Սn#o*YՇZCH p=哅뛬%#;˄zA0;t|zp8xdNixb cO TTN+hskOl }J (4̡煈inc>byͥ;rJpM\΄uT 5c  .#" [ o{͈fMKƦ=nXS{n/DuH!bͮm脱sYr&dDZz0/vS G;uJyNޛFQTϹ= *W32 ]IKp  du$[w#Dj>j{CʮѺa. NK* )ÀKT 1Hqr-/%qf *?hozGsXd*[`qLAaFB*Vݹ+E:qk3Ηu.?'-6\F w0G2(*MEWs6Z=ڴ8;Eo97{#cH#E>";ludu] r yZ0t ږܲ2JE]#8{߹ Ej{GW=h殧?m?@ͷZ}̴2꾩ڹm8H`ǭms'3C&o{:ͭP8L}#>"@c?~sh`$9Ҡm' fjO-^&maKpf|~lsg^ R4[ZϏ`#̌MQ&Dۿ`5v/\Z|n /|XtLBzkcxo\vJ} 0{m89"òJH'zUƗ]Ckv&ֽqb-O7޾pr sYNW)s? w72z#$1(2+r ˂ OC}eй$P:r~<"_VZ1^KN1=Oe%bo: W,`&kg:°OV7;}]qN79*bjkOii<ѬD*D%JԿā czYfkV0?ёnwG #tt;d J )bse!Aۡuj뢋ɇh vcdЀx%((׈Iʬ]QfZH?T [Y|IS@MANUqe~(>^M6 ]H؍0{\)D~yH; JݍXց * .lmUZvEOX`n^$=)g9fI-r-B<.5g_?3L/>VS2b~vOTOU8G< wzg2ڣB)>H 0ہQ{4wQ Fe@l$JPQR.2ݻZ?N:CzBo-C\%aBA:¯(َH1lR@Ğ`:$bYX>Fqg1_|፫A\s,Dq޹p$S|I)pP0cS ƈkD;*Cν ؙ߮D8QЊ?(ݗ>X?QtY Z¥c45(N&qDIOzB(<Dv1*?-T31AMP03WsU !'VEdn>ynBsss;S.(CX{aUȁ,^GV)6~hS() :*<@=ibv,BwuPuD%gRU6` e%;ѱݚ|< *ލ #&NDFuBbݸZu0 %\FɻU- ݴ09:mZ"5e63 A Ā# NISkx _**L?'6q`~$Au=$` !9dž%dWuӳ}{2rG!ġHvC䙊`\k;9Ĕ5Wy`CBOb\D<DO߻ă|JMuԊm49!~HܞnZtpn-I 7(D+&(`ݧtC-% |9*2ړ볁|& N$zRZM"D˖/8S;9 /WhjQ$c -˩|Qݭ0WƼc궱k410z|{"[tw#YDfW> 4ETt<X +2Q@%r_e%l\գDD;@P48ih<9@ `HN]oL&Y }&ilz&sNBJ+i$eKbjpamh)M3̉2 M#vtvёg4"<-J˓/8JOʟ~(ȜH)栥Zz1 #xvseg,IKQV{RoJPߪ]Sc%tkD |vtGF&ٶm "hi} $s|S<~$S}乸fe` 9ǞyV' ƇB;~NEe9G268Q%c)˫Df>c<l:P:kPpށ9O)P1A79;:|mL rĚLv\f<^ WRlREZ&mrJyS98(O*4cRѢvT߶>|4A53[F}Z7؝ psBt<}^i^ݡ@0/.r9 OB*qݷCGis\"1pS<1s^BnG=Y&j-ˆ[%M@7:``ЬUL ωnTgE.Rofg(Pf)9M<:0O85զm58H* @u.ccd79'Z@gKӟ j{$(3"é갼פvwvHk!TE񶺘P'‹;?AkJ3e.TGkp-ޣU 46?ˌĽ(`6]zJ8>"#y~ W:)|fA[V:j l/1%a]^AY7SLr5-.4׀:Ь즞_ Fo*uKlNI<}k7"V'{NMy"wzq'l%)>g ^DJ ,0O|ǹų ֈ${ mtT+ [ܜRVii[~aH]-x }G[S5B'I_ZQ*k`w2%GK/tm8ql1aV\/ЖY@0~pn/fӪds[4t~mU({ 66ҋ;dɠP-? :Ekr[~M|"o,3J߬ Cȭ+zDr $)$o}+:rIiQ ;o 6+pU(Tsy,6mZmc/Q&(؃s*f@:R~ZVÝME(o-\$R$p"vuʇJY׍ۅ IrRGw2=Ǚw 6F: ȴ>Ts,clJ`/@j,ú}&i^i0Tw 1. JlcSmf7|v= ^"UajO:j#LSm}@gQHcݜee6%=b`u^ v~ܰC|Vsx; 48)$Oه JwcPG4q"Ȓy˜< NvbGz"ٮ(>Z5wuS P3[ a)gY > P)ۄU>1nb@Nv^2.QA昆"ީT#r(joT?I0FCr/NhKϑT~7DFqHyPjv#0HB/k0Zڏ)$jNJ]b&e 5M*멏_C}Hl) m{w?4O_+ȶٮqйU$YQv0hIFĸ~5a!4uG@c"1nkϦciPϳqΑcFોr$ +1FVUg4oñGh>l d7`xe<w_92r?:pҷN4~7lKtag9(S/:P##d5fZ "_\ M!jNnH|I\Lʮ?`bwdŽFlD.Gj;\}WRCuD/ ҷ}9TD3ᆽvݟr!Hw`u͕y)8ff4<k5LNЎЬ8J樯}gcP{n5|AlznC21,g< Bz:=3;G?;cPJ-ka739>Z.i `0ipMTOZ`A s`٪­P>'T\jY/OcJһ]Xip]Y5{%tn&|?NJ1 a*'Nc"RVg%\17FTVsDDAFS/O^gWRўpϩO/䊉{o,79HR4Er)[Cw0HI79IA(!HyaCd2uGəϕAGɓ YY,T;6Uu!=ZvDdQ69e2c(N$ǵһJ8m}*6"NTmF_gTVıeNlƱowPbueYYMM.;SxmE*D].PSR?밹2Ѭ@&GA \H ʷ.Mcp7m|s/.ßMFqң]AA\LCK.}~8iWzfj 0^S\G_<:xS& &"9_Jw=@}:K^*`?z;pBfT kn>AEbpv슨㑭fl'٬%:.%m1.\6Mf.@C_o k;%9}Rߐ.f?TX zXӥmI8v Dyd~/̘g)Uc(d3b @EFPu9"5PTRkY >|`6/M 0i\#"& ك^r.ෆӯ>i!83@R[Bb&ƊtB/Omd\30V~6/ֽ V:Pa8Ȱ e@7.goFڐJq werC! A^[i&ldhV+YSiЛv75Gb@D*ixȥ'+;gxB2#z#3loT6Ʈw|)+>Y4\.JvKM [Y :gRHok#`'*JkN%@̰GDWK 623ZL)f;-~t`naD˗Z8и/vJ ]{bUig>!(uuDQn:Њ^-Y5CLOl4\~S)R +^unq6p#kqP_:, <22+$bqRJ`R1z\Ê-ĭ*2O@YFd>-p 9G+pP_ 4$l9%@zD2*ǽ=/l`ώlF@l-z| :^t?GODQ ť&DM:Ɣ|:[@Ax:!\SvQw;Aݕ/9[o(yl$cLr hG:u _m+@p3A*ՄHeQpIbfN"'jL?5ᙠxC56;r;g yl5@MC_2^+uvq p7>z<ps2pzҝJ~7]B.uK]]BS*g4eޤuSE2u+=_G/hx;D+.bX"X4eTQꌒa=r7gnS_*kn} %" #?)[[uXь[5t=k;sOV<9҉DY[zd*&? ~nУ>"d|@Cx"7NmeE /_bP3/g{F_Puc~w.[4pkO&<Z%N0+k{,yWrp^b!{7cPR!B[]ԕ_g3(݂KgAddMwrBp勘-"Jse kv{4e&N+s]Rˤq)뵦u1Indgl0:zc#^W[@`gJ##vLfn?ĽzJ:cX'}naFUcq+'5៾|B0?-񣻙1@2B-K@UvcŭB-w\SXÝqȚ JwPy,y9lrhǤ!!ak#a0 A5W!ߤn->n:Réb0ۺ_hс4_, ys8/3$iKcn[*@> KWqk6zs u{[7qiɯ!_Ne (~x^@O,`rhhE!eDWBo6-MM[|[B.zN[s2+*@ 6>7I%m\TP@3'ة( hثt%1K77o2[ȫs:5J]d@HPQ+#f`8KJbžbاaA6˜>WICV51Р/zq=aP3⻞ b%cTO$$3e#bXdz1Jh荭:3D W>3:gi!N=Ҩm5O`|!BpIim\b(6?ew 1&(W+<%]JP)aW.E1DNn{` bޑosCsw\};?kjW{ZZٶ13.grQ=dLUtzFZ$֍9AWV̵S7EK]M]-[J?(xytgoKjYFj:iP5^RuO%HK<"`PrKiaĐs:RL_kMZd>RĜg:/7k-Ci%2z+_Y\@dbsT!}7EK[K]XxJE`ckʥyʫקf,xxֱ?CB,?J|&mY2]AcSEQ֔]y%|YB'6w6/sXlva@pb5l@)Rdx)tjVV}Jz9?46Hx ծw2>;#P6NSGl9^E3;j9uR)yPnd0!wT M8AUSu %|7*\@#B{HV.*7j7~ys v%֥GH 48۴9Ny"ؑSjPa H!Y(B&=3}¤C>`QNuQV%pVROtGn:^o Eյe;@[';>3Fh9q‡R~"VS -L'(m.`=c=[N7Tf$Kv1 u{qۑ2~] vm.yr]!Myz_RqʜzC9G<͟+=qF=g<?ȍ:apc"+,2X3U<4y:P5#(Pj m t+u*ȵ̻bf0=܍^h42 H a.m݄@t@/_♂X >?&]$ p+lTD<x*$4.ADϨ7yITS"ZYX?Xa8:0j޻jgW"$j+]ݚa>_]/v oFM{x њ9@Vh*&|ؖnĹ'X_3W ?`Eؕ Ѐ :8wN6>ǛvGʟ|Eq閰wdKJLҀac]8| )ܩWvrSJT.TMk;0-ǚiGJog/'7v ^;?Y?H`d[+67Ԍq+mPyvL7>/Dڝ|2T"3'7 ~Weyl>ƶMX$}l$&O]ى j[Xh^/Ee7MBIqVzw]>:m/Iħ^̴[e 4f4]UJhLo1Ll|T7[b X3:Cx͔#cy?xJ1^aPk<7"|>\$]v볽9kL]fפ%RZ5:L6S,1i|2L<=|j{)Z"/ހ(*dYZ`_Az/SEj-rn[ 'e.  Hr Cu '=~N5*Mߐ! !E ɀxS,qSpK9qP(YdJq>wy`&&v3qi=,Z)ߛ#-y}#K7dFgK@z7#{Xz%W\oR//? -c|c߃g&5= vp6&yrq=h hV{&Jjao4k'0ǹ[IČj]7m1$U~'jhgoq ݮa4!]6խ7#x=0䯌LZ'4o(/'&ODQ7C- Wm㭣w aIA>!pώ .vWG04Qb|`h$/M2OcL{w)^(8ߕ}j;JZQt40ͱRh)W3Rs<>11 z n};?Fe0\+q g2oA&n^A4}c1Cے?g:zaȣ_;Hg*ZwL3ˎi~JERĊ{ƞ,ɬ=Zo+Tf2ko%H|D|zy)dJ2qChç$* X/qůڙy||ѻw_ 3N+:[D8:D4 MQhƫ"wLjm<`!7o[9a1b"dr`1O.E+Db>/lsWo-_'APͿL4jJ4>ۦ\#ǚm9_2–q`خ=L}/"Q TwDvwmnoDX-͍[V#2z7"7Yvf`#tՍ c a?;!Si/xq bVa !f#ROl󯘚 !Z3L b׮OV9ae ʦ%ײUgÔҊ_J fmF&7;g33w?)BSK;Ӱ6,C^Ol4D}#1[:^1 ?&}=d>a̦iy~_`b ]'`bHNZ22"۔ = Y C.FqR<ݔ@eb-R l}pi`IYIc^TU Ikmߤyq&řv*B1xcaE?oX,֒sG ;lC@otwBdؾ kQUl3k/6G'-b4{zbD2wOt(Jc0Fj.> s4=EoH{q>֭< [e0Iso'v@ }akjHSr#qrUw.v?tMB 콵{-MRhX1yLDB c*UA^3/ v2=$.-uP A^R/ٛpy]ˀn86;`IJ±n^uGe,;ݾ k%ܧ"&afS-!_աî_%Fʯi }6F%M+t53rCڗ/ \&oHkL7}ty?y=ˈ؂30ȷl4z A_;amWUlb5U;,;1%ؠ%Tj]=]%Nl-|Yu. fޞ^OD['ӳFU`Bg ;j\ "C[E>3^U+}ŧk a3Yg`:ډl?zdh ؖ_fwLr,ٮDL8;1lf3 yq+p( U=y8EbQݣCnfi¾(r=& 7TNۤbZϦ082)tVo|W1eM,|Z+N^=+t`]/w/0{]QY dzMYo8h7 x=lqA9JHy >Hcy9S| CB.QZeՒ\ʦNU!(.zy!q-6)pQn(baRpH;~jV'y_ P՟WAMغ&`ZhMeǃmrec .$0l[0~JcqV_Kʹ=@an0a%_<`51bY0}֪nf8q~)RuR!k 4gmVq~4BbBquu3Dm@..E4'ء_{Z Ǯ*|ғ[90Z3Rã`2PQ,}uΥ cgv&\"jwXss+3=y>Y`_|V/oxk0"ixijk_X"pYc6x Ye6I!-E>}בM`@~)SŴe>y1R؎ tnxg4NV± o -Rxy 9BBe햐sPǕv1%tt(5&ӐH5㥈|ǫ@ w zofkQʚ3!d УSviXqW]ukm} i-zZt BqQIAv$v )C[}ayeJq jք֬9Ep8"qš#S8 uA2ͺZqƒb_sE,.,*I:)y7r;%z6|\ _Xkr0Sn2oEʽC*ŒNTBM#wry`OU|wA`s@ ib "1郍Kzѻk@A[1Q>{y?DPAʝEZ%WfJ"B#X/I6߄E 5.&Zk p; R"'t*ǝろ9[jhhAEARV/inCZNĺ#t:^ܚ+R.C@yQ.Vpw^-79#lW mT V]2ϧw݁ؤ_ ~z+X ,a_7V4\ηf$WD zH#4 H$@㻞$ΘM. r&.#/؅r'pdƭ鍓ԑVQo[3]BUf"5  Rj9dqAXrsaj].t-zQ!Uw -o dR:{QIs:rCSʫ poMPeI+Js{4q7#Z"p<+y+֩g ۺ(bjb—An²~/ ^ZUfe4^FA5Ӿ3p `Mz,I L9-uoxJo:w㥩4"Xj|3O)+z]|s$hex./r5BC/Aҟ}Sȕ'I>Y<$?Ce1ހDw9kwX=Ta Ԁ1q~!]1J\xJUuj9gGZV,- 8e?v ~Sm|3Ly̌AJ j l<uS>@Đ8b[W[ꆚݱ/Y9Gd4 KX C8OAX'ɖ%- Pkm`A'GQ=].! @#2hԊKPpދyjF,K*aNMH6)' iO[ß+Q1ɪm;yP2zj',ZdrIu5O (1!9M9I*:B5n3o/0l˘3XRKߖO(yF;%sh,-Q13s!&/ `.*=YR8&yc" Q=`RпIbI) ?>5+6 {)OD^ç\SWB3($H$WXXo!i.˪6o84͌w!򺣡ǁV{{d}<8{CATGUܰmg0G! TҴq`Y:pFJ!F>9$(ZD;_8ME(̟^ki0|2aE]$}4\bB% ސpt[Qt6f>ϟ5\:S&"$FJ8YS*Z:|3ڢʻg/!_=IoywIۅ4ml'D1$#uh(T Q埬?2P^j:ӭy߮0?)a `+*TrFX Fh9E>@̗}ToSu`ԚxMLƀ5)ecMtB~KZI',X672$pր4=]uK$L:}ѣ% T|f:A(mEco]xC~2,3O CUg{\աǚ,R~mjuLݼ0zBQךwKM270tstey :PK!dX<(N!߾PZ3?eY47sYYnj[,P )"x,ցRV!!Ȍ2m핍''Ti(2U,BuߟCF.-DYyw/!GA7kƅNɞLS6syoZO0 R9#LPQXN8i+K>{&)4б\+()nN\"6r^EًpBlc0O`aK?ɉq4e "W-6vf;3e܆^{Uprp ?G)\W5p',G rcn`/$eTr氽ɫ_5a_XPZ6q:3c.nWܯ{xslRmrښbU{/aW۠xR8zY6_t^*Z(cjgG7٥ÃsGk L^y` zODR)jKAf4Z"n% A6$o,B-v-''NXj| /{=|{gg:^HoYp} wsh@ؒ!=^hlD? >т!G03Ze3]h[D.ETq3@Bd!rX_)YS)TV3#[Hޫt\yoĖ2p̨n~4,N,R6Hqz= 'ynMeX_BdtA=N"Ux8|4=9/"+2ػևZq!d*pZYlyE;2쵎,RL>v@&7o6@w%ԂWE>A2z%^vQ2wfƼ>ll`$N|z}6R%dsbxrT 2["Ds_{1CuDV.5chyo,$lӿ.kf k49 U&j1G暜Hv,daE=j@dJ.ZPv7`!)6:0i\a=A7(cWkX[A)fEur36C(:f=WɄ\&**ʠIxMZ&xdTxB)(V,*d( Q|ExPz l鬅M4ckP$|c}_XL}[U܌fUhyήYiqb;(Ƣ'? j,?hBTKgRI^K I^@cn ]cYJ~OX&?ȗMBCdžW8݈?ۿ|*?FdR`oK{L^ŋQH!dUQ]n%cEXԜX > ۢ`#9;NoT")Ӱwz_bJ0˚i7L؟]B˞hxD]$|?=3\IsMF HwtC5Yf iÚ0U-FS03$:_hTD5w߮r=B0O-/?gzDӊ^w#~x:#?Q>h*wpUIr_@Ϙc͂3"F@kmSbi=zOꛠ'ƴU;kU$t㿩fZ8Y~^N;YP" M<I^b HΤH,ja^´AiԂ9* t_*,MT%D!pD ܹגR#n V7M{ap@dHakgzŪO"G <v]B- 4k+oжԜ<>T7]v y3(z=&Eΐg ǧ}^Q}"Detq[@ȟec%$澍9N;l1J㱠W!!_~\SA4❄5v&Pџ!- P*,D_FSyaEoG7#WMڠW܍|ڥ+NTϞo _(ze,?R bgsZ} Җd/ E&fgwO:˻$VSa:-e9aIbb0ޘs V\~wHvo CSnE/6zF\]VR"3&~ڭP<&=4ʀ>ŸT udC1 @Q ShT̍QC]:.J"xǀE U."=[}&(0U,f%aIq`"'֍pàj84ݭ$SZ{[]: VSG bq2eWe4LiAOZ6D^>tB*=Sj0 1 @.7 34ђt;^8nS%<ƾkH p4ne΃^OBOEOqs!4wݔ3}*ކ`k8%7K4uEg*9|cő<մC PڪWIoNR)"}ͤ(,ɢ-i3i`8RO ;A_H{rBCo~ۙ]"h9*,~/HGFaѻ\WZ\ N˖-"vW[:GSJñ>n%IedBFX"$L\(ƅ1?z1G@R'd9LtyiAQpS)o^‰B!4e<>[kKQnj۹՞O'DG 5R嘼ɷa=xPeQI;`q#(!B=SK>Wm4Se $u@VYnF8$AQ  n0Z~Ifc.;aAm8 ȥK":$DC52iOS@J!Hq7-a2G ,Lz^˒p=x*f/A?PIOn~*982UV|#Z w&cPvgg W) 2-v}2yD* d|vU[\xljQ!.ȫM)c^;xP-)L&;\Uܿ'ە̒x~Bcq?3T\/©] V7EJD+qMp`4R4q͆WsO&f`{_A "yA]3*$rM[Xj %}Sd"hQ pvTkY`<:KwxŒUך.L 1lVByYYs1W.;2 )C$]t*+5[۔*3Yn7KNu׎3?|E,+ yP|{E;jfeש>9MUq4ޗd k_3R, |q9{0N*nWEsλ %a?f [|kR3◕|sm&R'% uw~ p)jB=6/9{D0YgX0ChGƕR;**¥˲ g8"Iq_%J1lM:,! PhOGWic!r }=οـ x˸S'F(?o]2B=rImRK{?v<'_SIdQ?l%lCЙOKm]o.8-3&.Qk*Fd~gXZ`NH,H7S$[7*wK>hdf{xU>/pGm%" jɠӧ0M Mh`\j&Jg]/`Ɏ(GQS7/Ib*L-M)]< Q iNX}p3m5D `qi1rqŔvT|B3-zPC< Tԃځ≉f$7HC(ZWƨ%^.'5Gپ2 @$GZBm =qoVQ`$ܺ#s()\NM܍,jٖ(HYfG<_Ls'QFΟi&sj1H+BɊ4ĸДEVɸY~b0npg}YEglGa{L6Jz*%<co AGhn~ XMQsC_fG55M/97dpcA7 ŲP*I@yy"Z tA Sۂ+}a ?dQXc) H-zN/t4s\Rwv1M"WR!L՟`8lEy~LVCAW9ί5Hq:PP{8ypI -,,PC*fȚ1G% |cklhWNTH׆%,K LFqb'a~G9TEdDr_Yx\LuY7l B\`uQ7دʰ~}&T,?>rljm+"iKh[P^ `'\QdzD,c!xE0("7Kk!rS[SB{en&w ǢRǫ1=DJ-G`z>*׋!tq/8~߯ftPke S$/y eVE^a`v*[M')q̠=! }޻9%Vr#$nj:_ tB|N6quwPz:=G#@ҶW[]VY#k·8*のGgN&ӛx[Y̛v9?␙5uv<;45n{=;2?5udF\[?)u8ɲ @v*б@\qa+ڮvj#ttwltIOL#& gnhNģKe͵# 7O{ 4utɏN04Ȫ9=l `n⺭ D˃Â66)6Cdg|lLZ–d2Sq~D_̏- 52>n_ct:r]%Vxdox}c} xYI=蹀۩bJ ‘򘀦Jf ( ahhf/+㳣!MLOeO7\iZP?"j&艺. 3dBqOi3QJx?_R9!S#2`fc>\CqB)5R.>JsB'0_?*g727b u ֣(GJb'^ KV}IbhEPޗ\DS+i88SwE{(Ѿ84>4eoij;vSb7e HbCkbwZ*T̤m-|ag{.ٵIsS{EXFyg$}Əw&ARn v:,a-sYe&Z lnC|מY!.|OֱI4T_PhV+pucî Ϫ/~vQ 4B#{y J;be*wNW- $fo-E?慩}13u@ :bXU܈=w{Aq>Cu[bIgQ\@U8 Y,Z+&_Tġ\~M9^v9rU"ގ/Kė-wx 7k[A#W5ۡ_[GvI-I;B3j'=XHP@-\ fub/DVw;^#D̾͢X P{mƒr OG>43sxQS;ڬ,FdTb?mW#-H.Ryܦ6V(# ` jFؐ{51ݿ<^h:*0@Nm.{5!g)#)KiT// 71[~$6#)rTL4h͸e7V?%(0"7trD0B٣K@絋 %zG\XEӶHpo*_nNÜ[8X omQ5Z ݣ )X0~6{( 8خ=p`Rzw,ƋL>=飪yfGAg 9DztKR#H6\,tK-k{b_-z l?M0ŧ׸Gt5@AK铞һ&. {_4(&Da$cS-૜9֢MVHK3.qTgBBRnS^]- jQ3i2U ô] jOޜ #Z;(ߋ @c$F`QUHX_ tR󻛍3|eMU"$.kzX7\ w{ _b|Im3 hp<QjhUE8$#0d)sQVޥ۴ Hk]9M/jdml *:,5EyB8' `E=FcLҊI%F?hg|vnވf%%LPFfK@.YY$ oG^7>d~CRъUҚMQ)$|m 8O;жz ﴓ6Y v<5.IhOm<a83d/_ X Hglv_{Ϫ߀fZ!7뛜x;\ c6" qxw{L+^ p+!ɝD`# ٟ|iChJWChK&d{*\٘ Ac"%klhb(JPJY "'ȟNzc$323:z԰VSၫB}(Ʒ&u_F¾0*h~StkQKB%B8*B4gStBlp՗#lqJ\ڻx0cJs@'1, !P3ʝPg95_rU'x]/IWq._5=–onx&9rI%E1U5fi6PGfii*/'W9|L0ɣ#8>b?;"0t: ^9RQ  ZԻ;#MrM8/6v/&ʽV:&_z66"*O޵zbhT#{Q4wU,jki_{b4WΚܚO{=(H0ol(ajbJo3qcp$]WV0%oTȞFuɨoD_;NHDc|9HtBw!b&I&|z. e1Mqeovj(UV˳Y$r1KD<+U&-Q<).wvRd 4RK|D֤6<(JܡF,H~ UGhf2eyx7+ P  Gm#f+ qFjހ[2 86 hrdkD_UFOa%bjssDqsBLNxx%^9@vIhܦg22}Y%4.LP5 `6fT\ey2<ֆٿݳՠa r}FoHp پ0Pߏwo~[@}}>6ʏg4>Kî :TKz5 BPV bHvQ(u!vKU-ǽ޽GP >w6 $,o#^K3|KƁ seōe0E@>!)XjsŒjjX g:*3#;`/U`.16آ"{#J?nVN Ld(7YH7:r 6e3Sy`D8\ġP%'{\.S>7Tx߃)ޏY\+\tOmF??H=5վZ-fRߥ^tȰcߢ+'Ʒ]-:*2uP5 N;L>2,'?~3 k [/}욂q|A,D>;Ƽ(O68ySqS#6еħL#RX{TޖW$St=x k,CFM϶ ?IUCQa77?\q9V0?y@SQ[$ Ee|6xMK2Rϕ{gO{FOϾxI{'AWk==O h]+M8t)n¬Ȫ,B j9 YOMm(ҏ˼N['ZdAԜG%]8c]% ohK0>޴2\8E@޸n/Rme|)ӱs%) %HiW5O/ʾy/vJU+I? oẈ{f:qp0>t8iA2N[.7l:}ϝ Hd 8c3yR_74._D"g"+([ҮlzI2w1qm} i)R}eP8U J-%Gz:+NA]LIHd!q36FIX+s9[~E\"8rԊѽ&J⎄Õ*qR Zeߘw S+B_Urk3/ЯZOCp3oh_T^# C~Fc)-_đv(4MT\yI(S $eлvo<F7Ep~M]WKfXcep",ʒiƒeͷ qzJs ѩiRT} (Ao`{D>fT u_IPZ6zuƷ"O !=f]|vېȂ >ߵX,{ZkN>5oAkN̪S/d(F7ońTBN+H(j溚~WtYB>h'دÝW Fj$IbJW\gj ܨ(5IoO/H8y/i(b6W!ޛ8qIkG) YiGtu7e[՘`:$cxrawxoCj :8juӼp16݉a| 4> P 6\ltUzhj]n|2$FhUj4|&1Dڂ9p}iP 9@:%l.$?˛Ux,wt ?w-cQe ̓sRDV@.T_Gs F#BᶋO͝_!=X׳vLh8jLGu&wiMmcy ֟{ߙd|r זbPp5%]0R- dX*?d@S;Dfrr١ZA 㛤Enn::X Ç aM1wuS¨SHGsdoE{*Ɋ\=+ -!C]'-T.tQƽRN b?_&4m_)wk&{muV^@qaVySne'l t٩I/1{oϫaop腯IZDL5xdZA"ޣ0#%QW`'"oQZ[ߴyd䶡 vjD8'm`hoȜ20U! x -+iɳZH/0?C=ӎ^H٪?!FoR!2zD9rHh6 ίIEgAf"5j< |vE"drַ&d}o%8vރ+,bWrS_q{U/$H8 5>N-@}٘/dƄ.ar8.r%FCUcQHwouhH^'zɍ?*D,V`+{1 /ucD)3iDlUvVN_}YE˒>pvBYù2X%07ȯn/UrZNgqݦ{5F|Tы}RX_Um]`d״((#!o̒XzE*S :T\ ;W/|9 4+Chb_+pO4)1 fHq%r8ӱӥ[.`#85ZGgJ 0rmiuFH|DKFSY#i)*dO1uu"|#W z:yIj%F{b'a5cOo]Wee[" b8< '>G•|YPCxӠRWޡ\p)(cIt]#ʟm^Eq՗+7v't`٣H&sn5-0o!`١`y8] /d8>1sx}IHТqcEV'{ rٟ5S/Kʒjtzϱ}L`FVT4u Ѻp*?6YkJ m Kn[E,q =:J5289P'h|ٟ_W49qD-k&Po" q$D9mv6enm4@( Ro5&<&ě' L|χޔK__u](XrPf@W(a ${W1cI\lIKUPᜩ t.0yl;=S*,({/wvG&wu! Zs2NgKT6uU_,XE=Yd`AYc"QJHn,BާL[ G*Oi_SM` i!Q1r*>k9深F Kٜܤ!ôc9fE> mt-8lfw4 " VC-_#VF ms+,2+LYg~yɪ3+j1&o81FLP^d*Ϣ Dx a`aY"'? cG./5YH]7J,>łPQWA?AQLG2Z@t}DZ4Q-/43)1/`۹*5Jb[1i㾮4XA)-$%*~J5F H7QޗP 5D9bnd D((g@GM`@c@ZO4rOZq\3rIF3?s/'NX:|"KЃ* BM7țW9+oцU/)I=uxdCKuI+Izw D+9OK5Ӫ m _gu@bcux+ #_tMՉAeɤ)23hD-4eV+djƍu𩠥B<7!}r#]&=2e SW$5n --2p F; tG|g@V6B;ȝ _@+39P8~v(*8Kfrean@*AK  1Ccns.zu+-xs!K #-^uFktQ>M$}:Ʊ(~CᗑN;`p3l>p`ϵѯD ~&XiP #> bwM`M,k8 Gم&J(} ̢Ɓ"!GGB(>y#a[`Mc4_(إSDMTp^x UeRԑ#xw l|-/17ydΓg~~W%~n&S9 &|9kQP$* mËuIQh#3&"@V(g(J RJHh.;DJ_e /)REd僅#Y/~VB;4&9FB=yXq64E {v_zp *"6ѣ3Ex[O˥oA/ T=LcDLpA8=Rf)5MۈOC7WPW* !Rf+*gtB,)K3WDoeIo" ؤnU`"?-n &|8@Yv;P0BE%ȷ=QctIY0ψ3)oV @o sQC8v ~O˹Dn<֠ 8r ܏AՎ}#vo'|s~67xCM~zQ`IL;OHK3숬ЦipV%EJ@Rki4LkA͎2.];4UYJA@(Ky)6x;gUw\[df5mR #ئo:6 b;HKz#.] )m-8mjdv{&v=<&lKD_m k`lf,z@>N/M& +AA$9\ׄn)G|5SiQ7U:*%FއQXD}Xt,Qo%iѪ^ԛÊt*? ΰ;s+(1m1[r:܊:  lf0ZGK`K<XݯQ0:}Xlbˀ?[΁*1YSP6'Q/͕I17[{c͕5J~ .Fʟ L{3=$e:QxƲvzʅ+j3w*oT\]'=6+F2 _$PI!(́o^Ȼ\^sDq[OqMAY)N(gȋǬ+A֏.rA"FE?ʯzu75"@p߷\yzH>b4q@&;xGTJeҹYfP8>բrI@3O9s/%BVjO{bsKmϼft+P Mt-bQ)i9M|) Pu 7d@gH9i;c۳ ٠ _Vk|i+yL}Y㥎B9XNo/Zi+^B}{r=HA[b2 $UR9Hє6ߘ;v*«31Uk;/M#cF>#MDfҟO":Gl  9dJJ8\Y SCvT(OHni99dqtȝ$9vmˑ8 vqG u҇2$#R$ OkYkő]4h