libmbedcrypto3-64bit-2.16.9-bp153.2.5.1 4>$  Apail>!M@eeeql%qLEEcR,_b^fJ =5l죫c 2H@WWzKRe%c5RXE/t+}!+vWW |y /G-F`+~&qwU:2 Dd,rt)U,LT1 OUF[bPXcy'ɯ,@]oʑ(K7~B60S@,ˣ/* %Ӽ2~66688347a27ea6bf3cc6af1cdc50b2f1b7698c67d2a9608ed0de95d1de09de8959c35ab035160e3c4405d4a1567f57d5ffa55a11ITail>!M@eee'J# fs!3-PX_HHA:|x1PXwoۻ|>Hhh3!]Z  >AMaA^idl":* ? @Z3_XK-GD>B/ T*S±j'^Nv:'uN#*ʨ[~&< m9a`+)!at_19Fl@5zt˔Q*vԕPW؍sXw)XPym1E%Ye>p>@?0d * Q $=Fe ~    " <DNX|   (B8L#9#:#>GH$I,X0Y<\d]l^bcIdefluvwxy,Clibmbedcrypto3-64bit2.16.9bp153.2.5.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.ail:obs-arm-110SUSE Linux Enterprise 15openSUSEApache-2.0 OR GPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttps://tls.mbed.orglinuxaarch64_ilp32/sbin/ldconfig0ail:ail:2befd5a7afda373a3414ffe2ecdf8614a446c5590513dff097d4007ea979df14libmbedcrypto.so.2.16.9rootrootrootrootmbedtls-2.16.9-bp153.2.5.1.src.rpmlibmbedcrypto.so.3()(64bit)libmbedcrypto3-64bitlibmbedcrypto3-64bit(aarch-64)@@@@@@    /bin/shld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.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.1aV@`U^]@]nU\3?@\\[~[CN@Za@Z%Z@YzYcl@XX(UWW@WhWW~VGVLh@VZU@U~@UUF@U hUUt@Ut@TC@TWn@Pedro Monreal Alexandros Toptsoglou 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- Security fix: [bsc#1189589, CVE-2021-24119] * Side-channel vulnerability in base64 PEM * Guard against strong local side channel attack against base64 tables by making access aceess to them use constant flow code. * Add mbedtls-CVE-2021-24119.patch- Update to version 2.16.9: * Reduce stack usage significantly during sliding window exponentiation. * Remove the zeroization of a pointer variable in AES rounds. It was valid but spurious and misleading since it looked like a mistaken attempt to zeroize the pointed-to buffer. * see https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.9 - Update to version 2.16.8 * Support building on e2k (Elbrus) architecture: correctly enable -Wformat-signedness, and fix the code that causes signed-one-bit-field and sign-compare warnings. * see https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.8 - Update to version 2.16.7 * Unify the example programs termination to call mbedtls_exit() instead of using a return command. This has been done to enable customization of the behavior in bare metal environments. * Abort the ClientHello writing function as soon as some extension doesn't fit into the record buffer. Previously, such extensions were silently dropped. As a consequence, the TLS handshake now fails when the output buffer is not large enough to hold the ClientHello. * The ECP module, enabled by MBEDTLS_ECP_C, now depends on MBEDTLS_CTR_DRBG_C, MBEDTLS_HMAC_DRBG_C, MBEDTLS_SHA512_C or MBEDTLS_SHA256_C for some side-channel coutermeasures. If side channels are not a concern, this dependency can be avoided by enabling the new option MBEDTLS_ECP_NO_INTERNAL_RNG. * see https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.7 - Update to 2.16.6 * CVE-2020-10932: Fixed side channel in ECC code that allowed an adversary with access to precise enough timing and memory access information (typically an untrusted operating system attacking a secure enclave) to fully recover an ECDSA private key (boo#1181468). * Fix a potentially remotely exploitable buffer overread in a DTLS client when parsing the Hello Verify Request message. Bugfix * Fix compilation failure when both MBEDTLS_SSL_PROTO_DTLS and MBEDTLS_SSL_HW_RECORD_ACCEL are enabled. * Fix a function name in a debug message. Contributed by Ercan Ozturk in [#3013]. - Cheanged License in changes file from Apache-2.0 to Apache-2.0 OR GPL-2.0-or-later as the upstream package changed too- 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./bin/sh2.16.9-bp153.2.5.12.16.9-bp153.2.5.1libmbedcrypto.so.2.16.9libmbedcrypto.so.3/usr/lib64/-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:17059/openSUSE_Backports_SLE-15-SP3_Update/6ad61f96e107c85dbf32a2018a8b7c46-mbedtls.openSUSE_Backports_SLE-15-SP3_Updatecpioxz5aarch64_ilp32-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1f58729c6744cb10e831d60395e64ee00a91facd, not strippedPRRRRRRutf-89c5ce0763b216811e701026831144ca50cd8ef34887a0129261ab19841db0195? 7zXZ !t/G] crv9zؑ cIQ/TP_N7K+ LkaR]: Pĸ| W JF@vs/Nha톥HN&imhke؁ue0֏LtM@?Wj:>(Bm鳓[%".x0 y -VӮ˪"wX]^x;LuHpX{fwRg_&$D4 <u43c3GYntfJ$ OoecDLx nQi3 \|(4<305F k1wr iT57„x8: -s65ucL⮲՝;|t%kReVN=Vx0YN5_lE'wH1pj? mZ4*wƳvqKo.0nmX:VЖ\$'M+{̳nqm3F4zh8gfj~]/1XXdzniй[,f<ډeweƔ EIN4Pdc0\քp/g!0@6]* ;`{.ã] z5:6"}AS 3^V"' ;ۘ"$LTq G*Ӊܬ=Nf̬?xux 0I(Zoc}yh'aH$SJP0..S.uڴws=@K$ŝWE*\W_޹mzAUeځh4 Xfg Yޔ߉O]竨XL=ThE/muo{J {Z0P?ZZyyIךSyj><>3fC ~Z+~of#p;~r$$8\cFupM9,5$B]NKn߆1[[g B~Gş,K:14:PZ|Y<$MO #(˂:+i ~[vvARȻ[$vrMg<+)H@YT'ǵ˂im~6 G^?Yawn<0j!I  '3`,5I'_DzH*L -@=rgri剐"_"CXøM,vl_ӎ^fلþ&(?!D bne8\*xRLmN6%wC5Uw(?&t jG`>KSb5C[ 4j2՝Lf .&_ u*o$Laٲ@Hے7{{.~8 5W2Ml1P83"⇪!S@C"Pbʆ5? cyv3?9$M/r3?stz)ОgJs,&$+<ÊI&<8ď~h.l1D4~28|[. wō"f3Ҋ3wj# B{fќ|"ta1U]>3Q ȱbO+y+We_[Ͷ2P\%lK.V>/|̖7WR ԈZ1P:)|^$m):0Nv@qm5+J<,#v{PG c3H3l6jD68ȑ*A!궜C@R MS>BKfM'r0E* FJ` eTSIU}^r:!h3>qj8NpF>S.ɀ5PۗSKícCD=17m~y<.3uWi;ۺ'+ҩ6p:I 2oZsa^XvbLk4gM'*%B7yڜڍԍYQW ݏCYkͣp;q2ڟ/,84CkO]E:hpo(!,J}m0J l\bbC_b{ D{ Y/UŏSzX03}5 1RذeN-HEO'T '@&}u$|G:>"#$Ů$+Vߔ"JuUXi&0Cfc1vƃf{>u볍1lT"YKYfgP8TMkJ[EmNtVQLB-rðҽl׊z7LaS6"_9Cp69"/fq7xk{HX|:Yϖ;+^p(3GCp.{'KPM5i { XX6]Ʌr0'+"`R+\P-V^[]|hv&SZu]F~ f2+TKNӁѱj k-dxtt>̀ƍ[OGpMv ^`JBj6))'Q{|ȼ*E[sկvOh Q C|nb}:~h$0`Z=;s^gl&JzsCZߥZ3ieA߳ ZXս>.q_8DY)SK0 J }2=u& ]փ^d)dj/iaF^iQtc }K %8{SH]6Hߧ t*Sʙmt֩d>eum+;30C}% $&8Z83O ZQ%I7*T'UД[<;$[ۧ:;8F[ !,IALJz ؗ˖uc=̮ҍʊ*_FM=@=vrGoPkEg) La-i\N?bD{4,44iqxM`Pbkp9-Y]^kƃlz-w:z/(=to/e~,o+t5f7ʹITSD&@k-ʡ>7 γ᪜cINpWX){D Ę ; V\g((r^J_溻ћt+unofVցJ՟_ Tj\'%' <%^3FeoUftzIzYOa0[̭Ã>Cշn!w/! KѨOU8?06}}b5t;(wdz uĞ|Q0F.({wG_y;9YP9;<5 ŔWc* Dd $ߍ0YG>mV;5FɵϹSd=޵!>#|Ifd(6dhBejXSXynj U MO%GFq0K lrb*\$ZOr'}dGՒM7}=I8ʤ<<Rejĥ>ܙ ٥t ؽa bx:^MaG*9Pt畓h!1)Zk2)\iHO4?m܌grx+ aY#pG`܋.i+(cln1#nQDF@ d ATDt$5sAjoNKOH 8Tm\gs&B+; 7ގf1x_4X!HFۉ CN`s,/1J`4L6V(Fd蘥6Vن=2)e!K0n=ߗ?S,%"{7IJ#}[-).2mIl nH"k(+*'Jc] ^dfƄ(w#Zآ@ :}61ɹ͘p: 0|/"dK= 4r ֖д&b<X[ڥN#~7[MRދI;AE؆f1@ӯC(>}JkN >ބ@9^{˴ A}#1~jx/0S 2櫬>~FyEb|@/@c[n<6T98%%R)N> !?MHDiy |8~Cmv~3pװn_b5Af 4WReC1ѳ)z0k" rwvtꬶlFk+qC,&-7fe8Tr<*2|0B.$ٚn緔j\2sVαd2R@Ӧ^f-4#զU`'K$Fו!x2](a'dn0A%P\>p&H3$o!~B"DE\#B"m½Mm#x ̮20oz3$[Uk@9)61-ő;Œ|_+ƕʷÌ޸Zh@J|P9o9{3ל:geA; .Y)gNp7|ma92${tyqgv&(՝{ض;ñ'5I RɅ4A'3c,o$CN*S8&yjGjlxJ<0L@F۴SGOsjm:1Y1j67pNgDEm:H8d qS-QWҋ1|N=pk&z-O88`l0AΔpN,ˬ|6HXPT<2DR=/uRŀ< 5|& 1f}V<@b ,*IsƠoAy3\AiFsoO6<{=jv] jQJۍQ+j:4]F:*cX4v&e=YD#œNSS$e`^(]"$&I Lf2YTDTunȴ_)@Ң? t-FL?rNI,@,\$€\a&Y ;>ukQyH>Imۏey ƃZr25UFu?Y}.u.FC'2֥S9q+5V[enxG.zT/gjtK˞7b7mSe1k۴8<\m1YK7ͥPjnC*K<,-(E[z@X.X5ݴ G?Α>sU dkuUޝA_u[kC_4 .TXL;e:֥X⠩Q]ijzi}b"Kg77hs#.IR]޾mk28у2pS 5k4hIMNN[}. )GWԬbKIp) "ъc6o[ֆ} K5Z:hQI#x+F6vՂ~o`yt|<7.;iZw,2gʎ1>Vz|Y¡܁?¢<3jH;nQ3a3>yr[KEɟD_4ޑ f™[Nq(vg W'Ě+U,"&H؊)BG wenS4 ES:?tA򈐼A9X-G>eӯo;p`>>8];}qY`+#^UWpYvMΥ(BS4e/Uz1֏ IdE_掜5?= () d̵"&̑V459(L[ѻ7$f&habHO_2R jT&W)k ZIMf}P䟒5)f J$<ڠ΢V(Y;#dO%`ks c%V t|]\?5SDZf˴sG1gLHٓC(eb'irZRUiRւ8e3B { Wj )/$FFJrg[C\)(`KxG f$L˾P [ܚZ!sf8Z Fez漉# L#$|DYsڣe!EWD~/DUǤ:lʵ>f,7ѫ ˎV-ٳ->lh>!?9Iܼ8(6^.S}\>h#fQ~@9HYPXEo`+4+C!lg \pQ96mm^MZTFg'Q{F^/U昚ǏY7 Qʤ˅S8f3J~.Jd*:G򁠈Pܿnjp0Zt a?1%4T<.}*8Q$kƻ:#LƿKah8pi+u=,ũgJ7-[U @(hUG*to'h`45v&Z4&Z;]ST4ym RDs 6K" c?j,%4tc}`פ[[" ̀D9|?;ӡP8QQYE^UCLئj -'gU21Jt6Ao>$Ԓ^׷٦} QωoH’9ƫO[X-~Q¼!F?2jЊ*/ F&F^ >iۄUy!޹EK*T35wnWkRe',Q_Q994)eZ68;pǤYl_th"2Dc7ZGCnKM[Co`~ZOӧbANz]M*S-%3_0ƫnɻJ!W/'=o2NTG/b/bq>_|]+B?WHxGԨtOwlBtHJKmy- ݜR˲4j.q+?ΑeEVQ#wn7ǸTi~/Qu𬒳%L:&SE? YDVhI!Ϥ.Jpk`kL Q@SKbȴGuWffK3l΄Zu"oxExs8yG2fO 7jM 5ENf&ِkND|<<sád Oqɑ4 K@v]`2\"4)'v(8B0][8NHzF{2 IQڟŕ*<*n hӓoQ"N86xD S9)Vԁlm5Lu*8%by ٙ,,,gZ`hv]fB&' ݤr{) 뫢۰QJd0(|_<~$GxqzQnƨIa 8>":Y^XH @'e PMѿIku#W}|d/pZ5.O+$#N ܬQtg)p^ȓ>Z{ Z.=W,VƳ|@&8^.aG=PG`pUiob !.O*{)0 />+e>V%#ҥ]SkaHU@d6bPܼ,=p,!.HIBZkt䂁Kσe>#}6m-#p? {r" ;7Ɇ4tzTߢ__4B+P 82PqYgPU.q܅BR)͢WLtγ&3pHNiGJuMQ8L~^_[R a%$. yXw<1 ~/-8?A'Am&'[-p_Bґ"s,p86Ы*2m4 ~ֲ ywUo zp%_-hk(VŸ2ff`5 }:(Ƭ,#$-k3nj/舭V{6qtvŕP qx԰{ޢO-ٴZIwKO$_O"ֳ{l>YaP|C3bT;VOͪey[;pIRga-i|S34oHM:11 ?jV|]V7N0+>[ [q&D0 a*,Ӭd?5K%Sh<$\^*gM>'䨨  #eepĭDx)^zjt~YT vWrS =ϳTm;I-:STHВw7hȬ@Y_lcygzoj&8wu5'V"W4ҿp,R~a7{]ɑBE{q[$whx/iB僣9 p$ B0Ц& 9Pk$?8R%&40%"c&dnLaw "?~^.64r^Y|[;'SWf#-<ʛf/ ɸ2DLc'eSÝo!OΐN)Tzڑu+ّ0!4'ͷ#ց5z+5u[< Ed?-@h 1rٗ8>EY{9(XQg#gHUR1>%7D>VXޫ1)S8-ƸzB+|Lkõ1 3&)=.|<}f.9vvIo2N6r VU<||SYĞ u]_Neĥ"xr ئ8b8z^򺅕.)m#۟uAe^D<_Ě]NsB̧+}]oD JEM&87wDPE ڌstzB]s Okm [6[fKl"?kxkH$ EcFH ޝ:q;P#4긤lxtH[C?+QV0&*RϪlt<DGG7LuG\ljL^Lۨ;@1*Kh.=ܥЏPP/VZ476fjuJPݩa֑(/k> $e@58R &`p1?ղ/M&jDsMǶN!5g}d֐kszq]9< L}9D:(Ȝz26H)ɉ@΍^y01n[0O  ʪ-bWBEey[_2= J!5`XU|#+3-X]:fN?]X=R~m>@Ny0KDÔ=;64չEGC`l"Do5YOaDžT4YUr Hՠ]>$ e=ɝhF5c & `m)b9n'4βmg qhJh.I*״` jqEw/l3{<0\ |߆߸e)$2H58|iHX44U3~%Pt*W4u}q_Q0&)y5jj:_ϕZ )AxA".}c8%0: A[Q+f[wWԅو%Jp!+ɬ.@VUZ n}2\)xG3(ֳ OO{=U}CQJ }0* K˩1>M?i,F8 p˞Ĕn:s^ƌ%ǏWPR ,KN#" %8Ŷ0WtdwA[_Zl'#}T%S?xj r˝f D+Wߐ9u ܌S{spk;*QZ6P~G/` c !TXƉ&.-X#M>J1Kj_J96j1EM* 5gy^]lΆ][xl25YcWDΰevf @jɍITS'eoƪ׍VfJlTSYQCShFl7Z"X7ճ`1E=0^fVؾ|1 K FT|] "(ɱN@W"*d95s.4a o.nMD5uuyJq6-1ԯ@ m:i._e8 j@5' e<u d,IɋPB{}za ih?fged+[,`@%,[0yi:` Ϥ&5KϊӡSTLZ̰AG%٤I,ki9vvBzqcDr{kmz55szY*KֺL0J ,¡E{{KV(o4"8ΙV)U]hW(⏄#2XE߯ Č( S8s i*-TŵoؖzKi2҄-d6=NE@ᥚPPo6iQĩ_O-$$0><*ءf4ߋ*>\0l ^A yߏ7?V/5%,nS&{>+E{c7A /B >qjv[zd(fCUiT'*3c9[$vi Slot)xxˤ1!`NPw՘kvr!kĽ)oY-gd#D#i{@Fkls90"U,__٫MdOl7Pv~%ݰD{]fXɋ_HLRj?.PB3~hX胜 aaqmo3=<`&&.@g򱀠'.#'_ 3E5% K'&ݑn]p9Bj bڒbB/yyyͳj촬Qk6gc|uHa -s]x5-2&*>ÜREne*M䍥nA(BOdd"H޳:eʅgż:hK5 ] {Fj@YRAlOw]򲓔M lC.Fj7 @]hO9[ڼ-ER.-Q>TlvU<:.&߷^}[6݄EϪ&#b*c#B1wf!\PHb,uWcXYJ\v o nr-53.ɠKyUOm>"8JzZfs3XvI:zFmr-qi9%ɮnqҝh?뵩 UZUNKpEe6")y} IJMMPR37 >u2 +cc?vU9k`QG (n }mިs'\J"Kķ/Y?1YzÓ!$_3[u^6njBsfx&K$5PNESSXJ]͍ӚԾ8EEi#z!#G`M 69%Ht6=2 cFit\88:Vey;0߷*@Y̓n'hunD=cvHɋ4U邱S!3phǩg dhkZ2ۑo_Ό ) te 7FJ1%0'KaV[GKHX P<]o {?6s/ : &N9׈Y3'$n,9w95NSګd|fӪwxWsd7j??%T(O*'U E}S F_+SP!s+iTT`aޢk+=H`4ghF 2_(#Y$XyIkl4L 9̤i۸Rԣr C67~S%ɸO\v6DcЍYԍ eۼ;N'僯{P<&%`5r_FC.n~CC²G\< :{Sk 2o^XRYcrXyBɢЩ&ȅCI.C#R50=y#f-0Iq43fYlAtiHD;ìrFE䘳=o9iDwͺ{@bōn朂/#7.wbS85@,pcA̤ hç~gc/B|=k#]\uJg_q} II˴s[ FoC8_gΎN2g8,bH^ b1")4<"`lO# 9fSChb."0 \,iKeɒ@]o1_st Z( -8Z$t:n}Q uF)EaT$-dAq [Z+Ӷz =d'݈ tWvT-w3 O_J埏 DnE@1z<Nn>WsM[23ˇJGj5g?vzҚW#H´ް~Q?cH&)SfQwspd f`0#-@[g9Z{2.4v".OYC+EϭE,6\J.5cjac(k n',pQ4~fFV&yuYX@Gb,nL9d[1x%!nuZf(;c.mm?Xx~^z?{R)~ŭ{"[;_CsCmy뙔L{L9h7y>bf/K5BrF8Zo疿?/ go]yjR{:TFv=pdq xdZ?8hNPLdX4Bnɢ]2/TF?v8K򷂤Qy1K8ukzCsaF yI̎mD1n09xI.tY\xR?PG+BjAVZ~;Be]ȶ-D߼ 'ݷ{gMO< nkCѱLP67ȴAFm2k$/ xΗIeXNeNeV4Yn$a+}{g49RGH}L OP=M[TJ9 mpb37^eE')+8t^A8 ]@Bki^A>7ؑ|Zw[16QYBhx5:l[.-mme 1;D ;NIA@n}4Mv(_j6ӴrQ, <|Qza_IWKsg_^hQBPpn)7Iu*񣟻hzeCZord ybe_h+Bu~B\::'z<9+}1VI+TDģ 4ĠnC2أ:dNJy[ 7H;uH#>XS ay{N,%P I.C"14kG훮hfhLqJtrlaϴ=5qzW? ;K3v>w[AHfh5s߈ܰ8GIG&ך6ad*.Kasb#PxXb//m'wil}[{c vmxS9m+~ٯlUu6f Q$M{R\&Tc^) (o.k j^r (2$c %w{vCC/-j錤s6׎'iv= ӶlD#\Z4z ЏA\>Lf&OH߳LK|ՠ\CZrW gtQtZ쁬әՐ,Bw^$!-(4ix5㝱}NP%LnrĨsy0eZ4֢r+3Mo!-nk C4\qGcfN\A{{g;mOJy RՀHz<,:/,g0c\ @Ci?+6j&ã$@[UO*cad`F~΢9qFkO> S,%ߑ15de@9!彩(PDYHʞ9dΠNȘBwSGڧL]J(V+".f["GL ƶa쩦N0  [/9XZ; N˘j] $>]26dؼeؘ+2 0*UT6`rF_g(@ʒNwUʍ_crN4%Eo_vW"dꇙK^@9'T\nt 0Uc5 OjmI |wdgg 9g(@/sdylibH"欃fXžB?P Ȭ N󉭄*9SOb R?~aФoܥ #j!v4 wҁ-q" 5}uȸwr-=akݩ(E&w3OH/9]Qx9 ՐG;" |U':NK?jc):.ÛNT(GZ$4O`eߜiɩ! ]MnE.$AOS%Xx(?<87I@9y/|'9TZ> [ {؉pN[GGJE2j,~L[YͤMhqvܑp~5\F;JetP| RIB]O*6'Ը >= .e?'lI'>gUi3о!A1`7=bq#*a]';SthQV*;$[<a2o-|t[Ga"W8ZzN]F'iD`7jaҬ՝a5CnϷ¥v4@Y]FQPZdgEa&A?e_?tN1qu/9Wۈ7EUZ-ڰe٨UZ-d%%27R\{HcX*1yNni3)c%" x P?MT#9 {R4w۶p-18EKM [3ν˲.r&߮9 q{zTYq~,6x:BPg@ޕj8Kr,OF_cv~I<vD*U@_5иpiJ[zI6R ĮRU|8<.ՇbB'51h^,aNߩJ%ldi,gɐq]XyHJ%7^4|EL]t#:*|_iX(uZ܆3Чʸp%fxs3c9/\ǀ}`Ozf}ي(:f@Stzr."vAJIl+Bt,r# :uP[:>21[U<,)FGL 8loUdbv/3=!ʔ}WԻXa?UQdҚh= l5$ /O&~diÓ}pjHptm OGٝ z!tInR uγ]9ȯb{kWA\ xfF?&p$A$-һtC{ih]RG1&mTiU_Wm*Q SpHR<{A?Q_4NX yRIFf aВR$ku{7?B+,wzښ)wD;7aEWG}ٖlS?o=[mO!)$,-O>0ͱ3Tl@ߕ׶F%R7]+K1 >7|{a{X77@}lHe] zWÐPiFZ?JamC>'3`DKc8Lv ݟKգʎĻ< n-P2ēZ&^+iId&h1K)L|(}5; ΠA:rCj[ ͿUwJ7Pe˦v<9"nR>+8)gHDX2U7`!{"N6Sl6.gG4Ԇ Jfb5JzQ;äCtaF40 iKfD8DC#D^o5(GU!55"hCllK2_@VYvsd belӬ*t_q|BUlT0ѕmy/bnFy)v#p<| ?¥(,R?|u(LD:ܵ̚Gt VANbe-V "Xc)<>⏺RQ-9w1X+f p7~Pďŧ%Zt(!,t^c*k)xr0eܝ`>o72H(Bfgu_x!yl,@"oCɅ__exY͜EA͘#F0zyPvYz)+u*@;TbY dzʶDrZNئ2QvYSX·[ e{]aLʩI"ʡ}}iNkfz $2k5!`\^!~pE@ߧʋgĎ0`15PϧAO 0+?`}Ô<}@n2uup3'HvN8<~L}ОUNцq1!Zdo\A^Sձ9dR#*mݬ5lmSbk'7IkLh 62 Q+1Ӟr%3AfoYޔN==lD}q{IU̒*u곾PXY5Zss)CdeIRKqʐB#+]L[N$ ƨvS_8=K.OӊBey$|Dv EPw=FGHĬhh2, L++9:7B͗6YӦyZKO<%Úa*'[<9ţK-DQ>4Q3Φsuo,ٮW]=Zݴp|dw^ĖlςrC,A/d*9{7_<l< tR"7Src)>[q!sl՝+Ӝb4a`H凋C{kg>#n+WS &8Qk:=^ + ,O p.y\!QMW=istYkB`[D9QQHFS[ƾ?\-GB"Y9lV?Ȁ`2m_= " }@ |"ܒp\rQm7ӂ8bmgNH azo|ˠSdAoK 6 kj%kkp;;irCIvcm"58w.)ԣdwʕJc$ܠ(DL4Z jiSط] 1Tz`Hl}39gدy9Dօլ|lݩRг:*6QB%GҳҢWOZ2&oC-;io.,VHY L`JyKt/f&Hɣ0GD# Azw- 4"KFxYR@|o8,zځEIɚK_V ^{EwXJfaj~kXK<y l4 hEC;d}Nu/IU7l.?4lx֨>,sm$?X"@Ɍ~}rɵo6ܱ(80[Gu|clvDn"Tݬ|xe͇{jO/-S8 UDbG̑4 j\Q٦N plIY7HyhO{6 $6?DD1_LDGmcp`b#"AAj5G/UKZr)>Fq{dG-|t.6 `Pmnme%Pba^HWԉԻf܊L?7𞾋 'mmC+ܾQ2SSlFd Vz8w9@VRue%xǐAUEov#E}Vx*r7*E ddhd\ҺͽrMjWehmArQ0.M;nة&TaJ׶Y=`k9#+gEڰq N_pԘY~;MZÐE#r!s[*\쯭(\RSexdP}YUb؛4'{ňZ:pRTĥXFUIRü k:[~M;/׳aZW(]k4tZ.O,P U0=Vl(ڤ3m~{PNҢ1!}+h}@ޢ&W6Zc +TAZBګd;Tbp$af^mXpw@E@؇"4TX޹Ԝ&=/ybG˴ 7nla]bZ`z `8mRN9Uv7,r8QG~ȪEmcm4 @0#)q$ZX-C|'и0p9ෲQIޙ?WJ/{H]a>x[Q^\ ɦ%BU<7&kv /fՏyCtQqP;Ks C+y[D,#M!n`̖6I?N6 MwR^Bc> ,^} }>}z!g׍3\ a3_NX 1Z*}ёyrq) K\%Us dm'hNxA mR.emVX_C@{|'`Odrsۧj Ң`Ii3S'T:<,}ϑ=XANX_Tkkߚ?r"X[ `X?/"v]FOq.|QT:s]tG\)emK/}К>7 3MM}-HQT2*/Vb?i 9s4cʸAkjgzͬ^s:Qe^$𜋵3@:Q K|^F ߪ";նK_^# ޼ G;g%%-gگW%C!2vf۶ts[r'%?TEI]n79D@PY~<80 v>Kܛل]>j Hl" x#3$o3ʢd"L1`d:܈QMS6J>'HLW6]GusZZWL!ci!<ƤTFI-VOT)~,.i/R9ULZ~5Upwz R.D+W ⇽ur4gF{~99,<$ynxlE y*XC-ݧꐼ+nʦN \'Ҽ{dݒ%.%$NvB f{?7hR>"sڛZc _3;SI$-XEG+$.@{]nZ f`.At/Y2RH0v#|ƥVn FoREq} 9NOpTRSW+5-"ÊJw濼G25KJd\✩WJ (1s>̀{9y/QAzb}띔B"ᒤYyHQk;Pb0̣;GtCP5SumMrzx[xPMb/tpW-:Aَ ; ;3 vx>`~Ò V,{pAnDѯ'֑za%mEw֚ء Iu" $Er&֐y@fӆFԛ c#"nF5<o$i}FlS2gw/\A C%ŸCn>ŒszZx9ါ:4tW͸Ue. x dRf=VR%avL=IHb$)ά* ՞Uq_7L;Zzj|rN^!7rz CG[/{GgBR[PVuA!ۄ)\^q3E:Sؐ%Aܧ^*Oc*.R'E ޸?4}R+iB`.sD'oYaMg¡w1[ݮL.>6V]?w[u$Oy ir/y5*B=Vة`F[>ZN~ k:tף'`8e`Ej2úraZ]vեM(ϊWfDnذ HnN 6|1v'l(4*Eמ44 aԈ}‑=H_t@3Q! *Ex9No*0t֔'kB1kBfؗ @r97ywG}8%~L6|I "HpL%~Ns,D箌獵sP3 N %3X!@RCt&gCԼJڈ8t?|0t;4(m#V1IsBB0=˶F] ΅ vS"SN/[+g'_Aq{d=/zY))G NGt&7)V{!.[y/9wD3IW{;w5NZw#n-2x/ RH!YL@vkbx%pz֠amೳiƉ#SBIGĆd'Cl}C:8$.>lܜGLT ˋ k mA{hIoKPCJ/ A d (M) s9[{l`Ora CE5'clӥa.)1.b5B/Fh2L֯%NK#(()N*fZugh*`ȖI4)oAmv5S q-RZ! 䨾 oHCK]|y&濉 \hQj9]ȽІPɹIJ'b{R}i= z"n<ק^Vo?J@ܯAsFG El{s={eҁY_!^;,Z(T>C `]…;.Ko 1C8 7S6:Fۃk l.,7b|Bb5zi{卫4 ͬgcb-W_Qx|\:t9ƎiU_&=̐GǡBOk }IWg)e]=`AYϦ no澪O'|ֆ4K@5 R;>V<z_D雴Ćg,D<%zsxLs-Ͽ@V%''w$IMgs]*#gJӓCU|q!ۅ7VmD]mSM<:SgtN3LWo\"Nc {S%Z\K=aԡ| tM w2z/XYQEW>?XL<)LU}&Br=_f0|bՐb&zVQ c>"MίVbפ\-0:=O5ΤA0Cϵ"8V$RcW]&Ap ==Ϳ) +y)eGy!K,NfRy54^ b+zsK(b{;e`4Iǵ> r*ך|OI;5#k٧ãaCϪ3X|hW mt:ȼR職!>DŔ!a1{CU.ݡ%/? WO;GC13z+N }G>]!զñ m+sy2.Cd{YzdkMԉ|׃ zҕ']ަAR" !q$iG@ 8aRC6GL](-ɴ-Bf;; }:iz8h_R!m,4BɱtS槸?plexf^q`1Y'~ oX̌]$k4-(0Få"ɻVAtZQUNn+I*vpU#'W ]݂yͭql3^1SzL *6^;2oL%6ѷ]$9I$T;!{ʀ_j4Ƕ'eW| mDsȯoBN|ɼq]g#̮-_H=|Q6,ώs9>.{F4՚RT~Ք\H*ef0a`6uu18s[ 'z*I5^Տm)Zi4O7vD+"f&gb߅s70 (f,egP.v {J] }H>i'NFe=}qI| ނ?hE#Br[K IW(NҤzH9GN>J?;4+}'ܵ+݇[Y8J6M~o'!/lhZ|Ҙkﰬ}c zq2ab?' \|3X:q!FW_*jɂJȤ'idN:5bs7lKV]hM:ʙ[<ڍ$1_ |bM4:u#@rlҢE&r(}J#{Ӓܛkic1Su-%%c5%??H"ưs;e|p% Um,䬑5yn-H wXLWvKprhZ$^l[tW“W}K>'(DE}iR`d: c_#1ejɷfI@]%RX)݀\?Dm7m%eMF~g5 #>jqʬ3ΔIxt]:$i1{>`Yu?C2+]i?QG] `}AUMBBQ[g:1JȷNKtPgHa%)?['<9x:"LiQ;I8Zs!v}. j}a)4yD|d1sLYRESBQq5f9+ӹUBp>6Іqiڦg|@VJƸKϿ0:k<ˎފ>rJ1Cȥ> SrM;EH A2?TDpOl*ԤIe dpr;Owf37$oޮ2o +)A[9m>iyBI^)_{v:xn/9,mKi7F8$$^ɰS˒kpǸV~Irj˝y'nUُm_zq-EL;5_;* 5Ti}Q8/ -a4OUmINE(GKw*;ercS1d[?:N5zef 3a[UU^Z'\!p/ pPu}?,2C"p omLy^?ŗak=ٺ&]_{x'.TVUY!<ÈtR2lFSѥ'lT kw\m ) HG#Gpr/6܆ ^14Yٺ&.&zo*\S2Vy6{Խ:Y-Ƥ'.\eCBy_="3/stj& Ke~ߺ !s9^k &\O䑏s=ZUo εAdYn,RmI9kAZB P h V}XQ!@:߇ 4dq(ck|,"F(ϭ=rU);|tadƽI!¦,rRa-ԊԨ%*-t"E ; \0 _LLT\F/5Uueܨ id+3sq(;qåTltI ۇ(L$$+D #g$MEy+T;M nd0rDZmȬkX74N|Nת/2myT>w a~OQ@zcD"nB-B(=N}kzX#Lvi4@|Usp ˟O,^5a oQ EdJ 7*pɉm[ElVɓ >=U &,h3:yhfd7_M0<@ NI<WnI.ڏe88h:|M<9<9=hgco4B Uƽ]LcN/eURNz,.Ơ?O{8©MF*٤6R <7vD8mf{{P ꥍkE('B:JHmb8r֡6,lwn.Q&Ya*=KZӽTKmp"|%2H =!2Lc0WRc_<G$#tM]!\ ^ZgGX弱Je pR_ߎ^3,ȵK |@< R%mކM@`¯m_R<_pcAMD!>iYJ2U#3_v4Dv͢N3w{5οbd5KqYs n%( q {UT%zʻ .þVN֨c/ʬ|q5/!G/PFج+- KtULmg<}c摯gy=Ih[Aj& l ɟA<#R:RpD@vX~d=5q27V47/!kXƾ4IPM[ X}vÜb{$ي˒NAMI sy+!? R3%n"Is|鍏?,տbrRҢ-/ʪ^J *t`p۪g)x1?-/dڟ5~Jx vQm<*R?K䏔zAbœNšmAG5t$Wtb!jWL[@k, X dUt̅'9Z yP9>Zo`Pg2H:7!{ }Ge\WU[5B*nRo} ČVt34B~| 6 +X^׀JN>0ӈoDU<MBg赲쇘%z$&8ڛfږ֞)/ŨIċTeZ~=wXNS?/6IX1n zFQ%zZ8{8ұsp4JtZ07 HCQ>I4d50ݶ'*[%6du4)죃|1t!sS4~y #sNQ뿖N+4"sQt/?1^CB3K6xe.$7b8iVU`ݳ x 1Dq,RUm3:i=)A`W2$NIІ<[(pZ9v]%0? _mࣜ)<ől]Xx7H3x- :?hFӾPwȆ4(~aT!~(϶~q~a$H"gZ(\EWk ejksG0kU}0aA? 0-ReV1WoX5)EJ $'eJ%tMgz8Rnx6 rRLfa=GLgoP65t0i7hz)dj/C^ld WF& n$JfN"`*>b HqMѬچbfq,s|=2-*Cpu=TR+Y G g>!R3HN1blآHiU8p6?Ю vUxc\:8wGR8Ǡeܨ+x+ р?X34KaA0߻ٿ>+;|l/`Ŭd0XHd1^gJEAB줿^s&hhE^-ɢJ hoVחP҉52Dre.0k:( D ̖2ep; _%g`-Ne+Ds+^72c {rJY?~35OрͮT>ü^?[iTZ9C*i H%uaq~ cF"k^GZSq,EQȚփ"h@S4o^&O}]7KV9SJA'UWS^n+KQ/AŸ=Zm/P}%8Nb"[?3*$ Jz[lDl`&M@xIjY:6[&zIQ J|q JBva<5[AtYv3QZf3z 6m6&.l?kX>UF|3%kؘTt?QQ+gRRƳU`hP^^JGq2^n~/9avz})vѓva8i*ǒQBE&{BpgEfcj>Mj[,l)䯈~G1O瑵 4gMQp׵v:E%d}\-n`'lj >TU2Ë+x<#ʻm>eA N:ZAlol;\Ak[wW".w/`|*?SefmCMxD 3@V-:#ZO?>*Y? @JHB1Z޺I:JAxٺX$x^]rX9{i]  ٌ<۳@Q^ue5ÿ́GҢD`s@qJױ8Q^NE݁(GA'?f^Ϝĵ/ N@B`i>G %thYDrˠ>=\̼{˸!*ohzDEy&x|gb ԪPDgfqÍu-bXү&i%@c gt(ѾPca5D lڬHA9ҼoGU6YPE.\E}@w~ܨ#'c &`LB !fK F4F!+Wqh/u)ZU>X\}ey63IԤ*86e̟~`s_f4 Ɉ cڮ .a; ">\idk{97ͰW} Ǫ=,z̨ b[Mܹxc9]*@@i ES'4ѣ Nu w8IZ Trv6Ё={^$UY|'A!!hH2{r ح$;Mq2B| L"9>E~<98d4Kr\3T4)Xp6ɊiDh xl$ -ݖ/yqYyd[O#D9GWO8^./9i*eˊ @'B~@#GʿkO;9*|P))Z2$8$~AZ̄Z+ o_Ũmvo [UWuJ1|^!BL le y2C*|.lcN2E@I<:Ay5[HHdᄶGe?S&uY@J|8*<]Bj+MW] mp u$י\# Akku|߇PcKP(ypCJoCIS:)kLwF\R5ΰߓ &/vU%RʀV x~ܭ9\0 M9s{4؃sEyPn- )}j q3Sklgg/j} Ỉ{Q-!N AɘIO;9L^<1Z`q w}5o uIC`~Q(ZV~Va-}Jpb^-"2=U[k3$'敁{D:O9J ;UQҏWR,(jCC.:9j ˔W~l_IӒCUe3W$Ax%3%R)<5ӘXR0Hbp7pIk`\sWc ;?mY}G6ozs-ߝEѴ0܍dlCuI8RP=uCY('L ]W 'm&ϕc`4 hk½C“H5 (p;\h4tMX;.&[aD3:UrKn%2㍿Mihl0D+ӛAtO:jga&zXgϫM4l *^bQ|AԬwOOa~tɨo n6Kpb_MXL`.Tlz,MױLpoX#^v"/oa4nېj!9Igd,GW0O&2"r83y2(!B  hejD=2N ׬ޏ8\Ɨa?!SsP? k0LN;h6;&vC1? m_8]ᮋy^HQΐ~saG FƔ-k%!.Y*'b~ԩI*% Ǫ`?d>n,w4[kLbhXэ<[}'IۦL $wV$xupj⤌׾Mh@j+c{jֶ/;5M|=\+N;Z%_`i\'!q7ԖB>-.IMտ]b\U$2͇FN](tО )wN_"1)*px#!/.uim?V\`zy0]G.OZM]p iiJ2]q׎o}cȈ?P) _*nt":1d:?wMi0RE'sQPVoTv&W: {!+ +OmB~'X-fzothب"rb=a*i仛*ox1 :V6k8][)Ά%'%GT}^('! Pnk\|j>E!<8N"ոeDdڮvw.w*+P޾8 xXj;qsWKDLDL@`Sg _ a 8;<J"r$hX{C-`S3E?fų,y#uu~jgr$īX5h(LʞG4E'#qߩ Լr&́㺐iR&q^j3`],aJJiuv!g} ='aPr!*M;xwMMJSOG" 5J-`czx ]hrժ \??o9i^{xX_wVظg$^y-<$BEifx;~Pg)BMd 1Vv.@ݴNyb"8+_B䲿 Ћ[x2 fQzt3N T!!6l$EOX#$1H<,y GFnʸ"5HH^$B@8O챫Y`)7ʊlP(OJ%chZZRT&6m_\r XafKbC:n~%1J͟$o Sk7e21y0`#Y}sA'4{o2Z5-_ƚB0Gg*g[<ӁBy޽=썥]s0-'^Zn+0;ԟ(imeu[_lLx2"umMʘF)I[?,{,z]H\ivѶf@QrXI_j-mZJI{Δ ӫ@^,c6r ѧ*%iJ휭EBlЃB)LI;p' ܡlFjfy 4l-co*Dg狓rʭ؉H`Gm/#k~:s*%Ҿn"xz2IJ4g9sQi5| -I Ks]N藽ay%,> 3 Usӻi!O#, [î2:7ıb>U®>Vы9rpfnܒUlK'a0uBχ0r *]0y ,aQ.LZ@nfj|Sg &cIpsMEA|\Ÿ4(b=M/?3{(E<f CsIjP=ɼ^ ty#Xe 4>}m^YMz7N@53F!U%"Q{!oMaJ5'! SJMG⌴e BT$#z¤Ȩ*ء<^k.~YfLJl=AZ7TAe*AcZ2<]w ЉLB :ε8d2/ D\g2.bؒt>˩tihmjV_cF0 m_3 o$R{S)sc Gqm,Uۖ- Nb:Gژ0+O&_Q3[|1 $>'wnrѭbUkE-hٷv!Kd4H+P@ t~㭊I؅rfufnDmӶ$|r_^ZbNWqYi& Sq  U<4{䖋7nV) Nm"gԌ֣S!)*%qv~ S0BXH4~f!}&R0NYC>q3/?fY?nPBEt뎑 `l̏|kMc/SoA)F"nO@Ʉ9\3HqɼĤ aI/E5G~"gp%'So8 _Vw=ڞgj3I>]yZ wn>@*spz\Tlih]׮lG~ }Oc[qSkk]d{6u-/@'Jzd"V=ZD+=ז= xc ]3yݲiҚG3zO͈wVA&:SxbL$]ˀkt$LEb΀hS dG%04IGݠ}chTaÏ`('|i>gqGO,ǘݩ1|pYg،I]AT7GZk,rZiAZp]} ^\R^7+|MSB[hI˹uT^>WGj ]'k)/D%u(\[|ܬBrR ]3dWkR}ts9kA.B^դ9_}?gm/sBS9X*T2\͎j "7JPtrC'0K&f]_piYkgZvt媎&EXb#.c=e<'ʨlo,f%sDuЂM=~Fvb:~BI"_yh93r&ް*tiXyq=Sr,cUsBxXfIL]HfX, {JʊB?_HU 'p?qۦU*K~&_`lS o%jӏi-g!fZ/:#Bv):tq~A:[!|PU>^qWH>PPm%N+ʢpF*g[U0󣵞-GoVn^!}1Y{qz>K g(#:,Xi#DIwQu p;`)hQ^D"@;S.nwWq)U7l5ϖ9=Ӽ N{/fwFS$&n' s(Iyy9` T?FoiH­S8!idGt!msH2q~kT~ȑ-{H{/0W<4 >.Pc@ fZ yV6cG_ɜFbzLb?\cSÖ{bg Q~"Wkr,rAفHO/1icy F4("&[AQnP)- !=o 8Br`rA>C杧H 8`',9Ĥm} n:qBHTA= ?L6OnӶ-) n"n_>23ʳ[Ոf.}7ZWVɥ's[3uhț9LS|~2gr}#45: aq\ӂ:{T:N%$DtȌW1氫or:m?M8q:9h  RsW!ʏM}+Fr”SC'0OBNl'r?THu6n'x(,3U۞.)qw9 G*7R1K{2&غfu2ᒻVv05y]!l㈊ #E918jh]Yoy;4lwTV G Uǵc,RcuNu^}9,h9HtQ'hzb|_2ED7K 0g2s3ZPߒMf6 b1B-ݦ~Η==fc@+2xu,r3xgcۏF\y:%;V$"?w`}!DdOR؉:/2\y|3$^/&fG7j#*b| jiI#U&7)G~Rf|T~\L&(2Q* }9-8} <<*,2ѻ4m;@G8N 6m;( LųXsԩ?L"SD->eg`@0uፇ[W7-;T#޹mL⯬5nĖ)a[\ @Se6=ܠUA1 wc:/ q]njuhw)vʬHȣV)f]d^&gm;Fym*)v{<kM9fn0UapK z4||zN(iXT<\ϫ>* `A}^&U-O7Z+p4DOiEn NQr F 6VnCWY|AuTzÛSemBΪ Yd 2i uУC!xykheך0&2fGc斥8 'lX}!{K^AwJ鍈Ef3cD()ˉ 慶c8: ̊g=5<}S2olqђ` ZqP"FCfp 2qۯw;c|WkrJ8y$I`]C,֣j |e>R$lқ㓺*X=(Z*q2n$z(q0jیAh4 z͒FͽGW+?; k)tiNCS\uO[}HVtgYu*/]BŬʤiY}/^+ NߒCѬ3WEp q?:?ǭQǕR2s٢-On" kX_=ͯaA ˚l4#S ]024bxdl1I{>Qi@aU̎EJf޻LaHl6ǟ*HHtDH|K,“Or1S\CkJzv%KBݻ<*{WސZ)rB3w7 *%8{ri@_Yޝ &M罻وHleKu& ,Q p#ϞF<}c8-mmdd8U}]{ͲiPrbMD2[S9ɁIo {<+O5~@b@_o@q|K/o%LgJGuoسKKGZ! *B],#𦍲o^ MwKv0Xa5>hԐⷑJ1,=3aM\Cݳ|OHnhݾ[0ObaPӒnQp[bgŬu;vzF.Ge ʟJ~}Pnj\)1i-MzHMʣf8L,/A؎w?1,:w>#Y􃹆,>}DNDAY^@3har;!zF;Ĭ"h;>[*&AfFn0~.Oo$dvu8vs Nur+M17 /JegnJ73,a*R_@g<2M>z$&" ^@ s/ ҁ&}ID_5lhϭx""<Y܋ U׊p=Q#+(m C8v6 >U)A&eͳ4iѠτ2ܵ(-srq,8=H'j!6I9,ZȕgsR8\yxD+J]ܔ ;2jҦP봚A̯g.H"R3D\]GJVV*ҐˆzE2g\WKpٖlB78RE^s<%s\T!sr?RذJró6)7ɱM#R1z=ܾ8xwci0Ԝh6mV:Bg܋sd}MEBt7zRږ+4bȵQMlc"/˹<=F (@:A'ƶ%+$IWq> `"< Ttbpe/ &Y>f ו/hCoZTiwfXg?P5V'LP_d; =d (fa ,Fb-x-|rbU0=u(#E-ʣOYZuʘXE0a S|VȶQrvhAG֬ 4GADbe%XÅzԮ\:DY̳ ˜d9ƹ,4I?%]}@kU`2SLT͇جh{\x2 A,h57,讯ͬڹ1ԗ̷נPLP6z#)*2 :X4jFx\O| 4!6hWϐ`9RBDz{%lbמyyDzIvH]= d( A%#O6 cMmv| gb|7'kNne= ";&%orm'R 'kq:^%  #3Ku Tu9*~2,#A5h1 DkM|96 QB81Gao|%L֞t}][@M=|&[׾#Đ?jH“H_,xw,J.ԥb%VΔS`4# "I*x5F@5m&0@o}5/Yyv 6Nwwd{.U9/W. }Ht"%F@p{~_ ]+FX}NϹ(XX&"B>@T;(NX,Y[ǀIsIeμD1G 7ϑ:, =+EDaWy|×1} bDmB &qEآBewtxGސZ-:\[.qR;04sjq6g^[+sM_D,B{a)])(x,-8 4&w2PO02ے#+Wέ]+ZgRoCr!oif umǖ, 'oʒ/{X'ۡ>Ʉp~! Sp ߘ=~̜ ?yVSNIԕêVg7 <׺cdgJp16VXf$B%Z/d '/_$蹍V!&UrxYwqX2?1aWX.}hDf'~21f+/&#dW'OAB]LFnW?P%A﨓Hb;}7Ȏ赀>H P2 Ӊ̉G~⸴#eK}!VJ Y9非[+HL2gU[<^5dq,hlF:_NuS>WۆXWe`XTѰ-;̶_v&g[$lpXjwThp12ެ .r>لP˒jDm0nepc#{)]|:m~uõx 7v3-6Jr Ă]&Us%ҩ"+ppo:JQP6ADb`$fF+L So3rA_P90;%ù|$ù[#՝&rKk!0LDK[Pfn}f ?~y,\e:1XV<(~@oI|\Aë3q?kWP1@!@BZN?cYL S{M lTu QEn6 ˘HDfk.9a\~DM䀦mQ+UashtFe+>aϺGm_ɂaSc2 ƉTedKtI,$̆3xw?s v"QS A{3?,oLanZ ZE>#橕>.ǬuU!r}9'mBAs3K^<2Wa @ VVh8|rfVĬP(Tdute35(ͪ~pLOTv`&5ʚcV[t?UWHݪK2bo'7٠gclj6Z;+;.BqDb֪ Ry/K<e%iB] 7mwz ΁ȾDE[:~T\fÉ;vX]<-| o6BL]ڻfЗ@))XVVg$ ,U6Ð3`qAI!B k'_&P97ň@"_s8Lt*lFH]Ƴ bA<dr(,ϷJ-ݴ)]{Tr+ 8R脥м2E)}`e <ϵ~ e*L̋?rVa>\@ךzLz *ٴrOZQܞK79NSPz#1~X?xW_$ !"ׁ{ˤSF/7CBU߁68#K-7aFHy&ؿYv>z8h KN"o)Ng):nJOd/PծnHA >ԍL+(,s1h$A:a نNX=(4";@Vs`B5h,i\ {pux3jRoDY/|MpJuS~Cղj-Yuߡ0S}XN<"҃ mH^$zSv ׫p]!/׹qAb'&xeW ͉,cz0DS+(͕r26҆ғSVyGR8PPyF8T8ׄ8םզuj[P)\8× P9Z_'Sn+Z)/' ( ?XSken05Tcmؐ6kl*c/vEӋsO9<]JF˛zZkQU"N E bJ^bOL# ;0]Cǫ;Œ$ڋ ٲBZ]dR8]*$5 yM{Vр9k)H2H,Ʀ1|`ʨV b<`bQs^GԾER_1kajH dI!w'Bti>>)sfvԒ\R%ǛhƖZA㊨V8*bmAW*$M L8wJi)U]+ G 9YIY:rϏ@B:okH}#j^-f*.g=tԧ9ԉۈ׻)98l46N.^PI29|Hm򓊨6Mq#lá0 ў ~E\37W<%M3'0—CivYo!>xㄠϘϓzPlJqVi qG P4O/Zf#B*_0Wi) 1BXM 1Tu/4eKf~fp/+`uEYZInrL곗ӏ'CpkЧKDY[;֠4Lb7bS^oi{%<>حo&ҋK]&͓ f淬I/y55V}NQI]qQeROLA-HXlteb4ۮV*ڨж$SXAYP)EiKWR$.AB 8%r|XzVEBaN51B(S8yX3NFo'ʗ#΢B.)/X(kC\gn 1aIE;E,RR1@Zo]~[ :v4 f062 )r5|_T^5aߒ ˳},'z$ ެ~4BOQj8C,n<ɌL6oTRK"aـūR-^f-@(`d+#+6Iˀڼ&eX^P0P#7'rCWǵ`7NV*݃;!-nI8- Z'z*zSc>n&:/`AJG5@ _u2-_{ +Kf`;Qlm#8/8+C2M='0ctw܈uDd3RNtwq1t^p|PzsR6eoJ(ANƓ\] ^c̭a}# EyllA:nٱg(P1Wq)ǎť EJ Am?"=dT$U r9$^.r`08.!L!?t;41VxoPࠠI3w:+r4 v4Zv.ǃ;MT [E{9Ruv{BDJNsT̹bNŪE/%"}|Rl$6[2y?%DVS;qH~*rq-lX.aZ5ѤH(9]D# |vVM⫄إखnsVR,XT9;bvmMfwPVRW⧊[wpOUYPBd_3ip^7$tk3ł".f*\XA q1yDX!IKPmI4=&2=JLn;^&^_q\W?∐rM_gu@x<Ȍ%>gc u({v} ਟMKm}\7 3(FRZvMjlf4xq VV$~_+3vˡɔqe1L| nABN1exuwQ$y+΁%i 8x+E"+uetIQ+ƍuQ~.]GKl[^y9jJ# m8S?hL*ƙ0W%cϔY#LX1AdwAM3~<B%lbC ^FI$DetzņI&1anzN Hw0?:lJS۴]HŋaW5\W|6 {Z~G79,`Zx#0dAxuay/r)̹[dcOuT/)H;3UJ7'DJ*qq `>#Ge"{`+ۙ%foAZ`uZ%&=hPSޘIB$k}iuU-[ήl )f+WgTI YJƜ\ pWh,BLsͨGɘ4-í>&Օ?:X?b*cy\m_9Yh8kzU3\"w?:e1XةatbB@dr2Qz ~ݪlȸv/= pȊx؊k$ٴ/6 = C~SGDͤ&/ MZ--~V&egvci加)%"C,M( \r >1,#qr`Tl WRMB'^]~wDVI>0R 7LJL~*0q_38xu:_FZn1<6dqM$O=![DxUxF`Q'*)=G\XkPJitH]HB|4mEytg\z5h`h7`? sR`mQ ?F~`g?[λ.6CSΥL>ZIЃ_X4y^?.U(\0LL(.,T$ -` $JQ 49r;o^,F55j7) a_Db!Hl^s5 d2㜁=\ rzP.LKaT={&lz'{:7 ݢ2t9pXԌdWv re`e{dEø>ՖZ/ctN}#FPl xye-Ȅ#'rb45Dd@pN[5NU\ȏՊ~eTGVR7s| JI)7 ]MeRA~טUtd:rĮ[߫{SG&dZ ej9VtS&RFa`FjRv/)#/q$l`QֶRW4ErP}9~a7?lHY $[,oh|XD_JUʣZZ|V"l"'shV,3;ͣ]J8M8-WvtAĀOcNqr4U&:U{<pGһG]/Ml{t.q4RP/S|f}= ԭ;6Tg={r( T50>;|5b,v#6 g3#Ҩ#^j$n9a;߭ (`l4Ȑ±i>DX}0AeĔGo q(dxV忈^ݔaG9޼Y?+1U"g%(بMWT݌'+v6R<0ן`9k= UKLv#˂rϐ BBO|ުuxLh^c/ɲ5V($?gGER~Va pOrDEآI|-BU獴$fԛ.qNsMgyQIǀ'I"ڹ$)++&h)LU }n챭tGPtI,j婰GPfO,_|=ANb(q@6xz(NDj~Na| j}@탃L:8_aنBT<=R)JA-∶{VV͎Hk4evl?w3W, Kuyw`hۻ⋅ n[gNI JljO ]i[73R̈́HdrJxGS>U"~-+:'oWT1+)ـOӊ G "`? iE:{}x)٭k6q88}xUti2$9M3QS/ 3O1Sqa(XSyEMuѶ4%," uK[E"WzJӹpe ~P}nA`~wU7v;ِnoP3U),jx&oGQ?AxD@~z}֧oR٣k0g@iteA]aza4;]aN@!Xa(S5HY1[YyDk2-‚jAg'Q0&iҕ݌ߞyِ$Vr0@5m OLA % CI˜s&˨PbsD(jTd5=@M{o-f)q$5.,ruxxsw'QMzu=V`)5>z=IA@ʜvxS (R/ Qcno:ɖ5u_^*}rWkJpUPL~ƏnQ`l~ /P@?-k~-Ϧ@ 2f ' :ߢI!FKSۏeJICJcVdk*?Еa DBBGLBIw|O:wlF R'Y.6N69A**K]ld!tGz9㠛P_ʨ-%9ݏeߟ9s0yވ>.&Cxm`zCz?+to/5 4MI..Z Ih'~w'ier5Sz"ʯ::p#ف)4S4VzHo:~XS5+HWߜ.͕E(?=k:.C8jXJ`G "$홢+v.9Bh3Iѿ r]C[36j#3*GYfv̚WE./Z^ yw% +$+-Mt$QxB,@\o4 L-v5,EgINcO>*IS47D'ǕSytΥta r6BXEoljf;>ES0o#07t+N:\>N53MAYxG:pi%]R!RbۖzY LoTTΥ^ާ57%N>(+KFجWcbtS_vg kfLVMΐ6Fq u Dpۚ!\ygD]yH %_B~|Es*f=7E1벘!UГwM8 $E|,ؐefkY{`@<ѧRz{TEo, jź6| f# A:AH C~꯾ڱ*U/nLןc%*硃*Wj\e5ӷoz/U,  B<`ocjX_3 a1c(/˯H }h !;]o%&WJ>1fMfcH6YvfY3Gs@~:D ]ˑe_ď ԃ4.^kG  PCO`;?i,0ؘE:ta[gr $\z P7BkpxC7ܓ&IgqR- ,ؕndsU-;[堗0n7<.Ind,oR%ˡwHeT!pvgQ;3}v+QcdW(USR>kޮL( *%OZpAwO rB!1sEQ ѿ0|ճy#ءEÿ~n+%t"_\]P@Jx{n{}jC H_C;XSj8 jAa"(HyX2pX̼IxCS5UXZ-C&֖-0~$v4cm-bcG@plZ,O/%@AKќ~{~O-=Š .e8#lJQʋӳΔV)tA'bvĝV3q#zN}!)$Qwu>W->{aę\˧,sP!̦w$U}ioDÆ}C)*\d+nXU^b]'oZيrv V=!U >/ש"EV $O^lau{"C^QN5uxg'{v q VCm!/uM*$o Puy5qw,Dj A ڜ kfQ`ƀoS,oTU8sZX "z$$$u1%;"$6d?iFkSf j;-Ӎ?{o%?Vg31I4^9]{ϬHS3Z5Nz D$>_92srm{Vxwua{t=\6 B5{gdJMtJ~z`j2V⚴$P񐷖7X}Ѿ!"|Yll0-XP*&Y <֌Sqjx)K/Լrq͈'Ħ#*4qz+sEC7[*ÔsDF=Wgc!ׄ:J9|zvQ2זmWquDm.W1Lfktj>A@Ƒu'B>rPmw_ʁljC6UycVAn?kI):tn#.@>[ Z3FkFtF Gi[2x_4 ^8vlrp[oiv(`ZƂ+ݗcUz;jz/HrRvNԛ ?݂(7N̸NJ$U HZxȊw"Ls013v)=`_AacHٵ(xn.rzUէP<8T&m3XؑfCtLҶj'LJ.6tzӼr0TΆ-Uލ-Vu𮐷p+)E)qe75c Ahg?6[_ EFs`%_M58%L֢荐SAX> BT2l#ve Vc<쩔oX5R 3& ^L_,; +/י3 ޢ=\y<*,\p`B  ?T4.L4]oXGs 1+O4A+2ʹwG0U؃ta|]*֕ \&xpȥ#[i)h!oD-N~ջO90d:E88vA+'Va%YgQDp&! $UeC3e5DU E8K̲eZfIۋns&3}g*,vp&gB <fsΡ;t|:W ͌!]l 7 # eT9g$ 05thO^w ɓz-|c\*0EyHnTC$L>AXŧLtV@޲ YIJ\xbڠu@ !E:V!F#tO({l0S N9=|RsS+̻բ.e VoH;-vsk%$q|0>:ʖȏ(L5@+=DsJc9mZtDq%*ԯGPV)dq+թA۱Ө:Mc(} l. ]wݤA3q%3*B{ 05 FjS`wD?{l5g*|jH0M ٳci!wꌏJtdOΥZs2i3'aLWWY#+i8/E^(HG]Ϧ+v"u&kA jʲW__613ZJHN'lCt㝓HƋ;-()p r0v~i'R2b>/WԓI,CԮu2w;eQ\U=:ryKBX=wcCP滣zVHt5j0 =f~\N&M _KHRo__c!/5/9`#I7ve߬Lga}"Ű мвE2u>Ӯ+PmK] jdzmƦ,Re3՘l&1΀*":9/tЀe^a@`V]XrÃwZN jMODvR|c*Y$]"*bL+W%0 Q>S.Y J(th|Qqsg V-T͔\9&Bm<OFpfmɤ^z|R(4Vfegq..*@ cw!P(!̌RWC7-őy6zaҠ`Hhnx '#·"p wc.-ty$r4OB'VjIJ-eti%m:ȿKJJj5A}) n!dZOU ^\;}ab8 lſ^xkY|EI4<g Ňp1*IS'9GH{¢*R~)i,jȝ|% k z,YSHMڮyn1+EfZָ/|4/%OprI TVQXWkubFS:@-u#e`bJ#f$ii q5rTAԔ97d/dM]QCc,(0УCȘju >ka)Y  LApFSǣfr'lc_FXZMrYs>#)8j 1:Xc*G; 5ix,b&ֱPyDdeZ˘_C>n_ ^lOHXkAq ҋ1 kmkBf]TCFRT*I`4J%VplQejF5vWd"yHUqa;a-GjѫCR2pQlo͝W' f{ۢl~|"W8nu8J-W;씋>SC55 8ݏI5Q~ZP>$O'OLCP_-cH[̅Y,0UpKv>Euxأ;V@]J/2Ňw2gJizDؽ.,n3_hLF4}Dڑyhd e&u`Ggsp*5gι`|Lq9x{SiV[pڨOmg❛5]A}+u-yG r9!^uj TEeE&cܴkΎa40y+~!5YOŸ0{|hЗ ttdaqNQ$?{_mYZ bQ aT򺾤py[&? z&-ٜn/`ӑ.kRC*d{![p\M" ";㧻+o[ *ϼH`;+^yycrޏ!hҬy1 9 n$TEiH6wM;_g@ 2QH ?9+-|oS!{ço,kqץ.1k<\QH "S .8GK eHj?8;1}NMChS'4n~$[,D<<h yD#57kዊpi@O{n qa8z*J<P^|SamcoPg3Cw:M¹z8x*ʗdD *qbtK.){3 tI5ԯNm#bւ9ET*+],I**@ŝⷅ{TFἱ0sVɢX2 JHܼ0t傟l*[pj<Z-[qOsuD\vßj̧u%m)!woyjSȞB&th`nAEz L-2]>T\һzNuE]! l#dF8f,.8$ d?Y.O+ {$qA2׺AfQխ\ۅAtEbcRe@bӚ.8PkUwNDq~ꝭЊ7J TW^mΌUeo|{o^dE荌S\%xjH?:΄܌ΖzGj( UmՆ|Uɢ#恧oBϝMPz0OO{/I{ߥeG5gL IE.̈́g`a)~43 {d 2U`ѲOԚ/'rfw{7HҎ7G :K`ZXV麍G/M L;,hKNW12|WH_;Ň~4+zKT,ʮm+ڵ@Yr`g7|+%Tǖ< U˹݁iq$ Ј>E;첈'HLˬwFpdݷPO4Ģ7%G{\~.(HGsVW|쳏ͬ8-1a8<$r$[f < 1? kdQ xBe{LN9|gɜ]<a1lq +t|>( =#s7pQ_Uh^7fy;aS̨m#⢊M-k7p-RtjZ%1[rm'0bۭ-#ߙ.^?4ml4\78L}:F(UoJ9|j+* PdORN2@;ש;.RX1x7` <*X}:a  J:d|CFdF /,2\|u9jSs%(`c<ӵ'>a1|w4SqZ@g}ڟ|D 4̉g".)VWJ`'U*#췰; &`1.I*N}Nlf{mx6tp5vQr&tDIZ62={G@$>9j@ţ|MjӺqq|n7Cg˯.&kC8kN0=Wt5 ?n5g1n~?]="-cQ~+ΑY%_PSUPl_Qs,Ŋ \4I"\Y++Yr( ?zF` Q3JR|4 vʦщ8[\/n.e'-2en8T//>^3q'27˶>62@NH vH e yT컅hgan M+֏0'C?hWox0nL0v0 L=(UWM7PL\Zj>o#5t j砺~L=Lhw"1L,{PO_;dsBm  Ae|ȭ=CF ЊEa8{K1򱱓f'kG3_-C'jrojbqVd -#Ȟ1 E0=/A Œ>=}Չw?cFfu\SI馬0 x5CUBr *l.eM wǎ;:Xnm'\u(IБ,O!*rHZg%s567 "=(G|>/c:7J ib &x6|E\2Yb"w9t 1D qq_shC5r4C @eVA夛c }}{a pls}בWlMkuPss5g_ DI !=gYK"3~AzBD~?to ^aԹmP%Ulb)l*,@ߑiv; 26W7D}y~PM@ `6$a3*6$ ~VG@̂?&v Mw!_Uojh sj Mb(覠X(<`h#}QL#3Csޱ%?#Έ?|v#ɿ5E(+[ݫZR&l,Kz.<_΅(sŇEM%Ex +i6C=yiMFeU!T o5| !\ N[$w_)L~8Ɣ%xKpZB">rfhe i;_)]c/I$|o-6"#X$uWJXO˴kM/=ߣ{OEv̜PEHʍײ-뻓rF|=%]KGZǪÖenijyv䚑$*%x~)]$b/l I{p`sF,?,=5JaxhX1>\y?O xCFæ ؖC8%f/"Yܥ9U[@u\|C95`G}Uf} :FxV_O 6-<H% Hp szsǿ ,V*n7yZ,krpao B˦$N9.V }G=be=Zz#x:2zå#=ވ>Al+@y0 X!㒧ȍ]E^&lߝ1Ϲ ubIw6D\cCo%64zFU|q!̷%--t@:Tth5NugQ,dpz$Ps!52.2[flޫSr;k]yHWc4Z>bm{z3z . jzSj'rU _57U9XRz47ߜ83`o]Zz;,{u]Iٳf~W_?N1o `ƥ4T`JXD=@xg0䱬aj}AnrH:S- a`֥I0I;]Hr. jT ])&&.jMoA6X|#? U`}8nU|&h&?\Npɯ6i< ;@̵#h?:ɑ&o#S1jO=hR+N>VL_vtw)>?ή,]i|w~(_ؖ֝҉湄h?ăOr\! B 1A̯4!׶ (2?tn(t)u~j7W,Q\@Y*) GSC ,[Qe&ab&vͳ 6}_()7Īi¸UIsVj֫;GM}ֲE/֓WrDis?@LH-@#o/yp,> ID&#"հEFʲN [oB %qy=4EHhh1󲱫JOAlbr\!*7_#~w ' nf| @rPj:0BN#߁^q.߉:"VaΧ hMoMrwؾHwpj_6 ሁ>V;$e)c|SبLsB۔Jɱֵ]wflx!x9E啧~УG2J VqwUaFKjI !a5e*nO&1cf0Ov Oj'2xh7>r2f~fl\+U̔Q$GwztKԧ4t]t)_.|dXNyeqa!`'Lwo)P8ۖ(|>+5zY[zsa[>Q$m0Fqe0nc8ʍ[1$v># @ # JI"g}ZГ$KE|njId!vV܎GZ+}!VS7TcڣA1XUyNǩ* OqD:YFC>ehܘV۩G5&߽/`lno֩4j hzH2.xCgb/*qS=hoDiE4 +WnpWx_N0$D*BfV xE0H|(ɹC}~Gaַ >yg"N(͓'CW7 .V>G ]'=:x Փb=Dᦢ6]ugQUvN G?h_,3>E/,JiM$|bGpY苒kp_pc<&xZAL>FǗuГѠ]r_fԶ Dx%. s:j'W/ Ψ pd GLVI(Z#~N<)Hᴥ9|n6*Z2({zO' -&b^rI~c9<7+Uꘖn9ua'O-1̀J[FPQdq_vf_KK3Lg:ތp@&@?_N.ҳ nmFÙp/Kz9Ho? G0>@5 ?+Mxeũ>4nRؔҊ-آi2wz%yΦ0oh$󹼉nTjS ӂ}vED'ϪP؂1;:p]9)LоΪ;07wZ^Z^a<⌸i rl*(wN:o'a:8~Be5,/QplyUCQĤΝi'?#\D|J85klo_hJC:r6,=\|9ZI mKiTb_sw }-yD)5YVHɆ7v ݷ*6)ޣ'6>1BS{0d~ FS- AY~BETPp64uJ`aV쌼PcЌh F׺FVsyp u`tÝxdPz -RF{Ny_N#^NB XHSowU ;N!CY7ܲ8g8T:Xv]Ulny_ 7sv  Dѝf ?B<Yf} iV^Ja/ V{Fba/u~O\\%BJu?iUܒG8qKI74{\W%μ`ȿWPY2p,:dnCk mBw%Dk! ӒiEhج<$v΢Bh5c] bq)hiWDKoggpvW֪d%d]G9YS3\l B'kl.z)FelVx nT^?5B&dt0of~SFdxTXŢddVA kP,5]g'uY-{*i@'Y&J7RԚNd`N,Â\qع:+f܄rh|/D˝sR.)/ l!TDbĒs.q/i_e Ap=[5.t~P:砧okg𶅻wy*qoĝNTYEֿg,(_%±usFТk TIm3 wH l]kwQ g1ƕO^L8f@lG6O)P$݉"_`ty&5ƺ8C `qlp&}&!_p7,J,Afik <}jX"De1 jU%0Px% tM1A5"aP Ha#ղYZyТ{HkԚ&+?߹(.r֑˝MR=X[xY8сG-Id' chE2FbnBhei:bЭrF^ aε\ Kn`wvɭ=;Z t3}ճáL\N\zs&[hF[¹{ EkAa6ogjrL]f}.nrc]v$CIYaEm@]^ѻ&ӏzϟ9j}e kvXJlLUZGWDŽRݗ0Hc,;\Y~*?f.f,ȵpW_j<ܾxw _\\kMA})P1*/`!S-2HRW3h I5P/Nv}X 01Ugƪd wәUۮtus .g=AWJ,}cNq7>U!.cD <1UG'-ڬ3EN4l X1϶RnoŭŤ_KXѷlZ.2cuur\3Um}0)Yc UOQo?.uUP<-P/a%H(8-ӀUǟu.W<}Εт=zsC,WRo"a"93`8l}H:ux^^W* a{A"Y]-CHg&#JeT;OcXbUܰVj/ŦCH**G/K*xid}^8גАv3:;"Y[-Sd_d G]H:<  żU@m/1*W;~Wϔk ˬ UGAT pBaZ@|D8f ޥQ*s+y0.6-H1PG 7gԣkB-w);Lo6?X,bkiL,Jd i{[[LaO1+Y3ݏW|xVR{YLD \NeY說}"RW mjS'(EFLZjbhx99㪮{N8[ Q:7=;8I`ᖿ3scl ?9|CJ窌zA`.-Ԯt|-,8aStb2Ss@K%L>1\.2#J"w'IY~=hlS{4ki;Sh=o)1=;v@JŇMxHy}u܁BPaü0?LFd692O# yq*ogM" V S!+*g#>+j1T|~3mQ$ !}h oRX9+=ZOW+\Hld( xAJ]z5jG}t)1p Q_*EDe.m]u 8+ѝA?Ol}[?5W$8|x8* Du{F{4ޜ'-[Z*?`-t/@dEOp&rX>õD\ E`;%_Hܮ:!8Ai o?:ʁY՝mEJzzHPFڕ )y`=m z:C]XTll8dAԁ%zPl_|n5)wlGkॅ!fKE(Y9IG}#2b<'W2sИQpQy r| 2XXڪ>hUXC@I JHpe6ܥD'丵QM+i? Z &x\;Z$\ {{lO`p17Gߙ UDi] I39,G(ʡ [ITslxl/^bf&j^ 'C;򞵂LIJ+c77UMB&Kif+DRe;9j;w5u ^HTb?Y*NXۦ_|-zՈ|@M,-f{sɬEi_E*6 팼&%=s"ԏR L~&h?>RMw*@_e-W(](0, cNYHRjb4RC9+]|P5LJ9]pfīzyVd&!lU"$k}ٵ扴 ژY7"]G,\5O0ij7fԧf1cCY ˟3(û: [sᕊO|lΡ; :$74ox7iH& ्Fi{B,3Lw.kKE:zAf]7?J~6 ̟G絶#oGY{$Mx! yF?lEp<ӑ TWȪބQBBC;R8l {X :`+Oֽ~C&图w?uF,w-@3Z,9v Qg42{7t_ʁ;*="h`0H>=F`XӛY P*Mqkۧ9~ E l(&@Re߱hY x "$uy08ձR# ]b Hŏ6Ҽ imKj09Q lK;Y_po?tVQdwAls5&Xi l=^HGz*@,}$i$ تxbY}4ispXԥc;K~dlp[i:)Z.i??"Eɻe'5rd{tam錨tѹ\Y,P ?mOP{f:HZ} -$>LIT/d.q̡1@}2WE(I*l?`' {'ǚD}|\ݭy.,iyJ;..\d%i@v53Z*4YbI{:aY۟C^mC`a62 [?y!ղՔ9rNBpˇ?_bYkRV%sBcCԷ* 2V7DLzn6m*tK䷟Lʏk rxK$N')_o%Ar M5$4ұO[19n[|1o)E -[|P,{⃳8`8I5%- ǀ$}È:b2M- u\ggf'ΈC\?6HCdMk28v,7M)pwY >}9?_@!Sc^<885#"'}8jd=i$dbx@i4݂3ݒ6XPh^)kh @A# \˜v=!&Uqdk>2M*m$S"Ǭbp Vuܧ7Xt2-zO=6R1ى:AvX_ru;q ZlB* 1ոpT7QnnlҀs&y3 2@5%M*ޓeUdJ?7FYʼBKY&^+ z];z>H*&`U*%p^Ӟ':J#ony@H_WgxgP3}fRrǀs7( ZM~ǥKEٖ TFx v cMrxҧy#_q9<69k \0~BC@ɼ@N$o391Sp`˳r6G"E"FXPQԹ%z&y3,5Py6!oC'Z8N=Lɦ4 :K\+- N n4[p=RHlgI )*8Q5";"x8R kΏc}~],6 lr.B.<0Eș`L_SM@t/N{*T%OKN_%̗I&׻-Ra)Y%U+R>%K#vZ 5`ЭuA1ŗu~q2SRd "og^QI^ء@Q+b70/Oԡm>6(l)^z8~/4&Zpyu!먡ؽWeoV!C{oi6@e]ZKVC jWYsϗ.ytA&,n4mz"$%P^!*ܲt#D} c~Ɇ-6D,dM,}2U_R1JeMbԈO\HMnL!qa{j9Vв HSUF%1hw־pA$LaDWaD蓄teM4Fp3̙77Ed#^=V-{PiH5g흭\Q#9}FE_˭p6ٰ83@Cq+֎cvݦIu!ғ{? R=W&aH\xޑ[}AAN"Q^^EW8 m6vJٻ@?"!Q_K%ѵViC%×[&{H.d^Q՛!k 0X`rC[$ZO!Eض~#3pʁrݏeadqbcX^+7xAcpE N̉zl@{iĴYoG ]1&@ήݝU6tM(*g96{&̋׆p|x1ǵ(!hmhB 5_lդ5 Bs N ;qN/27DH!艉o0Ca:FFJƾ~#|Ջ*A֙Q@>z$hJ+"E4p<т1<77I Zجҵ rS}3$Pxմ+1.IѢcM!Xa!N?'MI ,~dcxFhM &i C2q0Cry+=s歪3= owQWφ7)-ogG%QDBJ=m=vt5:E"jt,XuA1Zh sOO^J8} iAZ;S3V6-{H B.<#ADB UJ*c YА wVW }n} *"@5yg{ŋ=zD~ے=æ}wm# A,gtjG"_{0.A$vxbxoqUNۻN3%cc:ʃ2H-Zp>T@!Pl7jS7H>1(8W#r\ZoMD5 hԷx Bގ}簟SGo^}&AKr~E<6Xw?#)It8I6 CO"}qmmfx{QXr(v~W09Gp#pkhwFP(qKY:}/ky%PJ/Zx1B<[GX%V#ʞ9"W|1q_8vcH{0lfN< 5"ٱi}k5(o:-ϗm*qx>3G|CXl.9 dq )>[a+G :KhBg"P$W!Eҹa3wm}SkU mBY1}ҬWMV3wṡc8֞fC1FP)枬pl`(N 8ڱF,0:֍  B9LG|[ OB` (U;4}n9 &ߓk@8nq gw=tOv:m"L,F6câQն|BO1m"1Dצ$$CgT T+TV|$ymJ{t8;ab]oGR+5iAn,g_B.sc Q u35\}$N dP~E QrC;ԿO?)LMkZJݑzv\=T1LZ$"o (ixH>vy-!LY1x65 掯Y36&65y!2[(y'k`3$r~iÅ%f݈*`!8H_I<ۻF푒_fs:+ x7Oi=gG°@2NGD& L9'/83e[S8 42 80t?,r3C-wE0Qʢ+jrEC8z;!'l\E;Đ~ Um1|ƈ j pR_%1G&ސ*LGŏh.E r}Ls?8h&Jؠp)q݅3JUK%M"Y U-~G#Lc3>vE?H['@p}\҃vh.qT4]~k=1O¡B^ ¹ 3|xvDQh0idX x]̌4g1T`_1?3$o]z / 16ؕ9<ݲ,N:H!КH/֛:FSB ~JL9:"\Q嫴[Mh=.i?6sjoSyƆ!KVLZY$?Jz"@)1fiހI"c6&ڕwެU+i}`C6kϿyA]GDBJ뚅9 gyoZV(T.Tn=RE:>A)5ԥ?ߪ+]luɡ+b4(fhyS7n`tmϽ+AkL{v#lٛ\=J6T |ZZdSL.Zk' )ZjR58́y\5J I4\QcT 0Dk|Q@O{-ÜLRDX*2ְVD0O$*[~kUvۖfdmn-AW3\Eg=HՄ$]Vxjrk 괺c[fFϛ׍ШIX҇ vƔR=I *Ltk ?[ L#F;E=lB'[EUX_xG'3أ8 ?=E IO2taZ;g~_S:CQ!Y'"4ζa~t́J:h aM!ۺKilۀ#$をvr0MՆGeeFvx FiݤYz`SSF=TigZӷOּ\NG^8?fNÐG, m+ !Kk7>+Wx w #,= Qnk *i7ȕVFbVSK9r?7n4~Iܹ񮇋YՀ&d (_9?DZbvEFJl+e+!]wa $ZHHVT +Y"95mwu5ɧ-:$8f8s}6 Os2$=|Cqd0(d^N?9f3ZX_8o"뿎n5ѪUi Kjgd:YG\eЋ7_9{:0(q&y|鹖h 3v7cԾDfxw [bQ9l/kЌ7ص ̮ R[GJyIA51Q9e$t5D0{:9:)*iFc^ٯ+6<ꊍxoҡGA1G7<זd!^@M+}ơһYZ [@]j.Yx4qPtQ^Ѷt$;nJ te KP:s<@@OCE1E (*TZP`o}ưH7#*&f2Q9Tln۬!o6@f%Is_knLM,׽'=<Ӏ Qͷ=x;#SniISҫ<lOWe,؟plq[z2@qo2($s@֣BqŠ&Foz]/UAyY0Z(WniZ.e+=]NVD+MВY6=AyDxѣF盄ew_Pnn|%uII/sl.wfe#`[3'|X2ʃpS-Auq%ppy3N@V(gb1˵K&% ʦڡH GPH6nAB:C+=[HanNA1 IdvqrMy ΆO+¼ʩo~!1B`6U^3RfK;n㭣d\q㈜z>/)@)c1\AL.#vXQJaȋQx>܆;Wa8@q|6^x ]u53&8m sD @@P P ^M6m%2mX3 C0ngzTfצlQOSGWtmzcP$\yL[Al=PNkJCz/SLΡzE'/h|ᾎe F^kWvC]-Ej!_"z68P@8OVRװΡŏ^z 8#8m1cc͟Źu~gold}<-{k}9do^*RC)1.Bzn: a1w޳< 4I\}`rjPGfiG5?@!7ClbfV2;] b ׶0_j!a'gQOUm}}~- L!!0?if{ISR'uP$MwIMY^gwL8'ԫd2|g-F5/ ;y6ߵ߲݂xN&$_XgzG7)*Ux{QW:֣b0- %GTAڜht6_|ʮ@Z< AOiw9>u]`;s x%F6g/ئR.8?P7o|9]ӦU TI W|zq( 51D8hʀnP|b1(Ik_ x#*!@d%f?+b)ӱ=UÔ5nhj&0єQnP~A=rYΎ:Nm`=HKCԏ85̞M:vۘIʡnq̓ ,0rS~qb54MHxlu"Ղ%K\ Ʌ5+pIcمm##!zġ|9X#n[긡(v$|I "%xe?@B"oޙ1aIATWU\FQV}rx'X֧N*UTkYGrw:H<0)lHMd($wy!-72>U9|WU?%2l.-lujUq%lb1BwAC5u#܁[Km\iܝk3KFM%Swէ?{ A%/w;yBcr'瀻&" \L]bqF/Ha@ZVJ67?sO]Ivt$.SǍ^FlCB#1>ݪlg w2Y^KUՊ@lhݥ:V5GX¿ taSJ4ĉBxk"żDڂ1- r؄q/zO2|衲P(0uE>.DM-\LE:r̥1˿Vp j_6@玏[{w]"eD$;vB2Zx|d9 L\pީ˓1j@|MD$n\xO ׽XcGm͐=tnd1~}z*sRcBDRX?ey?q|$.Ʌ̙no,ޟ;rTsz, XMˆ[u2WyWe,V㪗E'O ϻٽM5 1:Noo,d? pR8`ݰc7ml儁d dV_d(ю*U:'M2qo@emT~h"n bP_%1fd]=NF@=}lX.hVJ`oA"b`380Tf)`[HB؞‹‘~G"uiK$PȪv"IX#sT))%V3}"7+e~`RV⿫B] 7p[|qTdt?_UTGkD wD/zJ8t$Mn ZJ(iُe7:5Ä9;%֯}yv:`8Re/?,Z⊌s%UMS9r;C Ӻ6k2-y x,D\mR'/pU#p3g%V+3vKP5Oďɷ/ݢ+@!ދL {+!L<3BSn凗ٱ"Iz'ڮ]˄ NM]!Po1omԹScT⭞ (tnȅ}fw<,M0P}TpbNhPĥ\ȋ a{ag"ҟG5amm(GnK)6ã*-\!1׽xqЋi{Lt9@&> K) VR3()A$([ݢx#L[5L)[#ET4&`eRVfkRpsդDelJN)O%>hBwz; /Pvveo\ 0dɚ4ƱïG \N*ž0\`)V{nF8Yw?Êqm>{&Y%eƨӈ|Z}} y~.p# e5;}13>S pCUw rz''n>[N¯2NN18¢W3I)B9H,߫lU;m'򆠕suxغOF/ 徔<*t- z@QcdhpYae;"(8 v//a%qȧ׀R>_! [XɎfU(<UjpV)d"sƵd~0DUϿ\u#k ˱WH]ϽX={m蜲%d(E0ޕPb6 X$ i; rn^h[LC#*>f֐L s%t.uOrT&Ɵg 3ylJKL?5oks)-PW/؛33l'Eڻ ps>:nVS.m K7gk/ћ,Ҧ<"菋]Mb4Jo(0(bXQ 88y (zZnjЩQN${.A"+Ti/J&u]"ҶV$r27,ې@T:E<,n$Sn+ѿ}͞M: т yNpIHqۘ*?'Gfh/Fz30͚Y:Hm 8iNRU J(=4Z0@կVhJy0G?'51J;٨~ˆ%sQ|Mvg:===7վOr)eak]Js>9 \gc[{ y 5bB}*)N_*T[i c/bD #65[U/3ե"mEaHk$F涣 S%3wcAަ .`ħoeELժ*zzm*wЦ1UW<#ԝgw p̡Vs3v}  /TW$h{f֩ jj?7bR \B֍˵ic!3 8:96"x*.=k!&vR*Mry fbHi& $M%nAeeJ6Qx`N *4/rBu p?플DL~BV\++xP8$󯙂-sUv54%kHETbA?֊^|Rːܕ~y|{w Yw?: e8F*gtVp.k8WpvBbV/uS#"} ocXu1&%M 5ouNJ7@/2Ic*=g>dV6)~dNJɝqTd~rLk?gWg]z2ȭ2(̗VI*TxkCzdqIK6?6G>avۺws/&Ez.'`3ȻE#4;ހ$5IzTha=Qdܜhe?stAB: YnNK<#y7Ƈwe2sF.gwwYIk⍜ ~F?ف-SM }'гJcMq36-y X^K"z)6Z?S8!jˎS5߮hDe+;N-`6 wSAL*D9F">rzuAP䭊Ȁ:E!4qJ6a|i&6 SKw*{bo] (:ˉtBE]셔gD0?DOJņ`ˍ3s~aKH+q›u,gZiFJߟҀ\!!#ál1z-q/7KnBei4&>LX>i%<8h$KMEWϨd)mMnaB.N˘]HFw0f/L-IP ڞ"BR3mdL:vA㓈CtcF2݄^uߞ1Us' 5B\S HIO\+Y [~VpC %l NW?9LPpЏ FTv8}`2.&Hb5R{gK(ةfPd@*y9SldS0FqIFO^]ɯ5;ڍ'C;Ip:ѽSgsW\+Mxn жd0>9CU^9UQ[ (\K65S]L7g/WGs#dpeد 57VTX5cޣ% ̊_H6c>g c< 8f(B?WLb切~?޲G}g +~/@E_#ypd@ZSIr; kJ08SB\ߨ4 O(?wOi `D] o<ߵ o1tTMlV'g I%Aej|-5eRƎ`fQ"aਡ̦GBE4;Z }?<5nE!%U5ɹh|Aܠ-L5cD:}}UXÐqLu'_ԏ;aG(tw7uOD=SvS'!Wp\dS~`ik._㰼=&8:SI(ΊwJg(VW390=qXOә1 VY:K; Jxc 8Ci{U~,lN$$^z7u-X*MsD"R!*o`K r@utUPP'+sX%(?. 3vTyQz֚/JԼE;}VÑ (RN5t0J >ajxxUq1/@G 麖<AyBfJ /G( "$iʟ&S U UXHiFH+WF'ԮT仆oi|3[,:Rw%utNp%1JRppn@幮:)\PĔsSWI ~iҥWpy~,Cz!nqE8 ؕ~}3.Y3:+n>I0>3Ze٬`hC \ 5leXju9sN] 0%%#Ď; |lPy\+hGi%ܼJhʙ]~T8'@IEz~aSvSs SО/F(=dCcVݾ W5k(J{wȰoW )Q7O[و|v ҵ,sP~ghnWCO6]Vp>JGjN yñjf:E>_йhXNޯg`8L ͣy؁*UM[tt\>V $k' R E~P+q~mj03<-Fخd=bڪ { U=3Xǡs-\799Ʃ]z@y;aܼy. s p}tcp$Hyϙ+ئ3@9a yCY{&7?^W3t(Z;DG\JZ05 z+M[t%qLIBp;^n{H,zX$/oaBウ'BFh[KնWl6 =&9n: 6p4dƏUP{+TR3E?@c'~6O ԑGN\=ZކVwf GKz)=a.%%er#`Z=[ݘ7gC b.0Șrg ǴrIUI^2DAn53xMT@u>S3tGFnDIkZ$,2@m׿¼L^%r>%>h窡AC6 #ru7D&Ń+ K:/\I#>uXP5zH}nlʭSۨ@z%»=ڲ!eh-TXo$fw a2d;ЄU[[*ܒ[+~U;5ꈶ~[Tmֹ/n}tϦ 3Ze,Me޴Ѱw ]3uZɱ2Kj ^Ak@zJߌ9a1P*0EjRIQ'md'+07!0>o🼔fWIEc贚^?yStX vֻޢm6di0| bViEVyvK6 yu˲@7{VIǣ{ٞ_̟|e @-ޥ)p'!OꀤX"\}Md na: aլ0,|gq d\:{LpK&y~ 2<6fZvJZqjlq.Tk&l]yqzc֩۰2ehP:LrfZyn?{ڎ&$9:C-:ics#& Tl\SO1ȩ[gx͛MM?bĭۢ0J[ RzÒnMEU A:vܻ3 ٶ;cjAJv9%8cT!h{j ܇3ul@y:$qS'YOz8Mx(U8 @wb`q9iGCm&qRˈV^Sfݙ"5Jܧ|[v1E mvccY%d"."<*F:tQmc5^&N`#\$ˊIt_k0W$\}kvN[;4O-+^)^*n&YA xk ]ᢚd\^V^1a+M EJEc!kTή &\0$%9N.e&ZW4Ox;pwh&&`woIƩ =)blJ##$s6QvHnF,:nu8DK c }̄ [d.$^OZg&Ho@uY`rl}q.q/ll*@A2,wfqE+Ĵ;cs:nBR2#wP8V⌓T)r?+x?-ͺ71 2pTQ ^^&!6$zhQ$|_֊WM "q$T!]0_KDb$׻ibG4'OHxh@lU!ջǻA!3U^cX'z9 )ݾ)^Vx*0<Ѿl+WeUOT\5AJ_q\ ɴIEU@/UCAa9۞>ũq5 3c*: ! +S>aE*5Lf-/,JzsˣFRfm_D$~ h uJPЍIѶ)Q7#rKÎk&_hHRXb1w9nG,7~؝EzәR ,u0\5nZ.t6V ~H[P|nIi9jj0~[_TIw*}ifc`hK%x.f ݹO?U&(] &շ;-n)LW3Q"F'Z?c&mZGi}e[Kc ";Vibu-&vn7PC^@kq~6HK,*Ot/"Kj9Q&)`fZx`3G">s Qp~,|do*0;۩Q'T^SlJ0uxЋU#s[Cmq˯k(cWımi!͵U":WQ_[jV tc6-G BN[K_,ZQ-WKR\v#X\yIevVV!Ԣq.RT)рHA&\9x \|UۮqU-v Z_ڎpk#&k\JUWьzKG߸6Wf;=ʰ"*@͜(<}nK㰣)`aLŬ9وb/-L׏1/ܼѠ"m\ư{K٦)=ӏ`$_u:%r r1/ruP\vk?u;`h҂y8tRsPAu}3"S`SHJ*P̌RB/30i6eY@. (ؘ㬴 sIy@KB+3TiT~3^$=eG|:i-h}L1epARXӮ*D@;c?;v|4$ B0B]HO| OogM푩Rd=w0Foc/Z%[tסSlxc _FݟUvˍ6a[@L7ElCj6߷8ԳR]Bd-be򖋭}_x˴[gDZq!?jc&sk Tw!-ZeEkR0OXm_ <]xt/.! >M&Al\[ǍU|s3N,TFOIouA WN_X/]fڜldK Va]=xqvEP^@I 7/A:~ovS$ݢ&2"w]fB:;K%]xI/d+$ |]EpkS|7;葹]ƭIS“<)S LZf-x/haZ򹝛<%N3xs, !.~!%R rr/d6Py \򼾣3,_ز^' luB9GHt3cUzxPޛ-NgSht]`DIiYKoʞILs1 0Rc|HyxW|گ#ʿV:Yа(aɾv˟9I#sGgC㴿LeZxI<}yOE^(C6DtJC6HӲIsgH#S1M,: V9Y{XS/v烘dxF_5-NuYNN+F9ډݞ'm]뷗L-bJ:ĐZ,6̹w0XS>'%Q?L2w4 0Xn^RbҒ(ǔ'OP 4(%I ef ar45q+J 6 ) =`'5\2c]fs묰)QARMiIUSQ ܙ:2 %$3ŬdVޅ;KjA \&J/f;KS:mo3iѕ߈o1U-RX`,u=)5ȸꂰxkt>X\/P\iѷ ӋձAvnA:_F;o~8s2 .){D)ZNOqdh4U |*!ƨ4:݋}7>)FĺdE?37̲oUYm]XK22+cnΣS#tqjS7Nps=Ŷ7eP|?wLT!w \2O"_,Gw{7}ظvAZp uL|p/xcgkcӣ6/@lLI]{k8i.8B#nN~w˵"n6G!2f(c`h1 V$l'3;$}/GV4w/W5c }_Ac+Yfe;vqٮCA%XdJCġHvm!g8;籠҂9wgriaM`l ?,L酰?p ]Ftf5> ,]:0?)Rs>B%t<93%yX^R3S 1URbg2I0ba /=TYywIWDѽ5'g]pSx'ȻyR$; st5 Ș1'bO`Y.0caȃ}uyCWrѠߨ;JT^R u7y^Ujǰ)X(c˺4DT V"R<rStb N5:Txu-^lL,Rwg䠸@ﱶ>@3->-S/ Ox@nx8,a+!~?ۍ&_Q|@1G@Iwe}9kC&+2~9U-jf hDƨ}AeVP5!c|L2=p34g*KzHr mSih{0{cç50]DeT#%=VgGh% v4}£&syr #k^u_䫭cj$0$mBV:{]* ޣ*')U2:EjRLG}_ v/GFKBpRbXI0:Ћy7){++chf~aBofYɣP1p0%ᏉoL:32$w ӑUX<̃/0!roy?' fQ:B)T/RT׵!D֥,[RaLRs^,-ᔟ>FcNxGV=0J◳:bY>ȴe 2K@-&|v?&#(PdH jL{7SM;{԰dA9y XNCD #d/ȸ-c8$t`|Smc6yPCZQ\Kֈ ,3Yi1I=TN+]+a^.[4Dn*QiPSy;x}iF!!ԛ$߲FNYLDu!~qScR. }Y1uw/W Ut6owݥ9sqp oTʫ6ME;9ĿaGd=bjsl(`w7WBYTdU2u8Q3 W2jBwٸI)DN(r3,ZApB2|(cVZ*GƎ:RPu +ILZx)|r Q}Zk\:S@ϱ,Zv\"chSRGM6;"<+0`BQM,dQ:"c 3ϔe8=i;0r):.5T|< Dx֨͢){_.6`eӫf #Pee`*FDm銢>2ӏOZ|iAyZeIc56po gMO K4`hQoO+_fjȘO>KL&OH2t/|dJ0y>*8c?V69@-zk 6 V+5YqOc ǭo S9'*Rkxi|I d9u0҂0Z6rI Cx+An{UqoLq\ ^Y Ŕ?j}UkSkb {!s M4ž[1ֺL,DN41H>$K"EX6wu~GʀT5>΢C,ʹhAʡBw4] s 2Hq?)j/=}ZY"5_ (?3N7늂kCD0Xؼ:;1pg]z"t0$F<0,rx1szeHK旒y X5GsZmm[NYˡWu_'xWC8(,`dD\%r);WQb ^gRNIytUiAt=b+=åt: ;rPR?+ R[bۛH1lP^aH0la&j&ai?WCxdBΜAc3YJi!U~b xsG@=~(>|Ip1zIČqz޶wCLoW6{;.rETp.hk,[ 8H.Xa^pi7P=*b5>2cj87*T6ܧT-Vg*ep zʖH~D)"o%X{-YGNc'#Oqb16ӳL)֙}Q&dOWzY E#eqԖt`;`47<zY5#ap.)0o4vzkB{a{cWڤ/]:]!:"vA3Q6G+[8Dnz?z*x'PE!Zrm!~ <-@=ra&<;i8Aaf,叁 &~rV&Wep&j0?aU'_R ɲd혤2m׌,ғbY{sIАF9J \LA( RJRQm) w@(Ere9?PgrFZ]L}ó4%(]^u }:Am 8?z'N[F(q?[ɆqFWAi:.aXdnA-* >} ir\&2f|TNU;e#qgtK8t݉K7Г$ms8.iBhڌh8iv=̻[ Aʹ,nĶ'l`4+ͨ1/Q` A2údFye'R`^DJMqC ?=b;s7Z!X7K<$' ^i5E݆gG6%^S]ϛnRzFKƕӿxGbF GL-XjҦO[kUhPoгXP ܜ $Fϭ;"߮O>egu1j6}K\J V~[PhJy{ fV X1[X,M ǙoM/yy[*jexgÆV ^L%ݑrn-}0:O,1 Ejgtc_f ]Ч@tQ$,,( Z%mbd^AhnKW.w6›{؈ZPi 1H6頉tPMː7_Ր'sp_,I#^ANﵠȉY"[0,*ۓtms-xe(xVrCqA*7:Mr-I;ac)Sjin"gA3n4D!Qg|+OS@v(ؚ 0{BI\yb "$ߐ^1`MxMb9PH>byfgQøz>㙣WU.pw Up= il3s„>U#> d_(;F_9}4g}+k[_\_]eN15de,~["Tfy1^. $3T?n@S<"nGC2eY "eл卶>DTH6 K=5Y{1܌2Yt7G2aUan^Zwd/+|?jmO%ŶC/gE>FՖFi :P %"00{m:@ wtc#Gv F7ر#k#DP`%F1WJ'Bsh P~,fH1pRߖǀuǷ)嗰JhK@lQZ-YW s)i>S:U}-A'-`nB^8r9>[#1,2A^!<BA~-C/3b_GDܪXiw]mv4N%u$DRI79">m#diELUP'Sꕍ^ 39DpEW}]4U49q%UBXIiS:XL, q b~PC5ӭa2B\ |&]j1*}' dzc]K0 ]fǁ.T4_9 B[6ZLD3tRuY{o&rפ 2bܮE-Y:T}Ro \5 Zm3SS?= =zoGѶQB$A$W.:6q[_^{kCęk)^akboZ?L,ȭM -U4 2r%eո8,D~2NuD=jeEYq̘c6NOA[q,mG~ JCځEc|@!iz-7O/1KT㝭{@Dfq:yfP0|KXgVP ]Xd9@=qm.0ͩjL5&R fl^!ǾcMa}Y< 40ml._ʆ ~M_4^GGэt"-vm<ۚTՎrU2$w^r!ۓx3a5n=9ɶU ^WVf.J=#ԏbh9hd#Wb_y(cARڵ;bܩo}߰L[404|9y"Hp`Y ϶ ;.'&~~:؏4Qmyįt:Z-=X~|ԽC<2֎P-x?0pۇ#I%/bpu.UT@(N qtc^㾑THspzILqLXvȕy 4URBu; mG JQd9nWo:ܵ)Q!_/鄃W4:)zV%x Q8ZdX5Տ"̿-(/%ƿu)|LN[s$\ܧp[AQ68'`+++$, 2o&P!!$/afoۓNHaF@ȇ! |ݱ󃡙g"l3X[ʒBLgVI"QrG3owXf`zPe3S)L8MY2cj^OƳP ibC+>$["D6UidZIƎOw%]>g&a-l Äⱃ:[^Z?4J($蜻 o~;.7u(fpM!oXZvy@FZS™um0-pD;-}?V]`&ȉak?͢9tklN*n}&1 aͤւz r98^0#4-]<Ҩ-RK"\lEx^^:G6 |O5hd>rVn뺪l믿ˎPp),gbPyMPr:WcH bhrXCD;8&H <4(O\Ϝ]{b 3N}I()ԦENTHĪTGٿoa6ţܿܓrm䣈YjĒT )k`U%Aj!dGB/AjpҚt4cOr/Fk+fAk?.&xL< ]e%+)w;J;L-bewV}h[% $V#\uG<_;>s„~iV8&-S3 Tw팯'bF>\J)dq-@KӕV r2A<_DmT?ݝB9zg s$4d\#8 U0UZD$D|)3]^iILd̮pˉIXfƞސ]I_hwr[Hs nnC 27 r)H3qPtOwAm H ,&R?t %qqw#v*mdish+CVnHmݶBtП&!BÑ?3'y _;6) $!<@[чiYH[Ee]1ȇI ] 4&,,j8%:[2C`ajӪ؈?<[q-G^՚Yfkȑ{K M(&} &Lg ]wQk{:a\9;Ѫ"':]/X~(QkSQ!c_,F,fDJRtܫ$b?Ou3!Ybx%*V *̝#DV0Jy\E|+G ߉ւBK "4Dž_#%\ 1}oAQ a> YS1d P>%QS~}A[ %M@gpGPYimL$լ ZMQ݃ߤX7ᴏ9zmA$o, :^EyF[{'}A( qY鯭:ESoH+^\\Q{5_؋d 9< Kˮ!zriDC ַMgUdeQ sQZ \Kd8k-Z%hfR" 4(RJunoW'!G}-L/K_x4%Et !#8SOձ;'ԽG9}fN‹4Yh|"%ցrٷ.ŚEh;A23RLBw>NTlfP&M1y1̓kxWm[yKKnw밗*u;w9pdܚ4m; uW[K( YϿ(P8T1Ndn?r, iUЦoßSRۣB k$o( ^ kQ23یgfwP eOq0lxe)|$qvsꚍ.sF,jiE}\y:@SZ]f/`uiTq;DZcEYuWZoVBɏY9<틍iK 7:60Up'NO*Ɗ'\%H҅:`QӬ0g[Bi*``&x;rC E 5w~2ԧF{(4}3&Ѯ5ZCcN^1e*.P/TwG{)4w2P$tEgB~g3-7NfLX9T6K1 GU5! n癸o8`@<_&!yӭKi,';ɵ)\5)_%M,G{"/$ qKGs5E75J\ŋM vVӶWLPrxGRVqYe-kkD#p}5b7yk'|rH2hj\h2KŹ?%%5Vb*!BcW -Wa&/柫fxK} [DzhW&t?6V=]*2DчuP B ^̈́{0|tR(O$\y):ʄ𑈂!cJؑw"((9 \˹0u:[IE@qѣ[Q2HPU6k (~ypϔ@l ;e[y91r/4Lmd: E H)rJ!NU]Gm@5$bQ{-ƽ.P"-f-kZx޻%X99\c [.\m_f`,[%VxT7 R@@.>I<;l}BtMxGATF\d)H,'vvi PqF;.FIY[<{(9VCnn. ,Jj<1m㛗$DϚ.c2yG{LlBvmDTvӐ@ږ2o ZȷPUjhBX @j|3V[as36(90kn8XQɐp. ~؋J:hȞ~f ?. f1_p-z9:V7%s$OTf>W'. .ç0;zqy͝|\2Dwcӡö-EXcyeyGGm;B@g `fo^N(^;x ?᯻l_ٸSWb]*OLÐn.;B2md'J|M5\rq=GoC?7a}4uz)_?\mld]Y쨹 6Q;W[LMc &mY~b#Tb.TouD%LU.g;>l#*% mHJ /b ~{Wof6ښ!"}U:a "!UjϾx3Ckf͈kD-@ROc=o`Dr b]0C¦Sad.Q*`7ߑ'|2_<9/Zw~ݴ6tZZwDise]a.M< TIgW3 B= xaAJ鎏[?ѷ1qfǘesNqD&YUgGqWR.v]f5J!@w~r"?K}9|Bŧ2}%1қ}ƎJ̬}$ ÅI|EԌs&E!T/+g1#J1Q4$hPlrpX3낳]J]R\k.Hİ09 ?#lU3Tʈh 6:d1J7Cҗ\սtE'QQf?=N`HtO˥=Af i@{ ;oQc;nCb^dZ-u\Z*/$rv^^ nuzNq4*j~蛛`G ;=*(jZlwV'=rq- >0 pߜc*b1@,Veiۈ-h'CRF$+qXYTx(Oc#ng4ْ2uy:'1oym29Ֆ]c#C*ҁm 7cPxnY DB u ;{CohQ?9Y-{E.avf-)SWd01r J|254M13ޤ~ӈ6N/*rňc";B G:[MK\x9wb8rX_:4j @p, lR@Z:H 1yhqROm#DsT|„"ZA,Dz',>cBw{vFQA; >NP =yݔH<aEW4'{FZ-u>ihC7/PR3޸cUdc$'H Xi^(G1TFieIT3Dm)-#ǾޟN 8g Wa1MANk?a&Z{^'\27TVzʄ5œ|q|YN`>`w)cf7 `t{Kb?[8q(K3]4`,]4XӴAdiѮlX.ؘRѾ3sn*UU˗cwV3?mMϿ!94]3')"s8D7qh2CW~L} ?'G9DK9 R>o[1e%/,Mm)$?.%H8ؒ[vq\G#aV"YE7Ĉ+Fp*|,m#cV{R29(uE}cP)$YKI3gLY" Z%Ikqʛ{;mfr\Ԙ &$Nbmnfi=Ŭ /Ow?Ll@E_msH mݶhz%b>eɠJI@p^^)z?XAV5-oЭfjYB\dxi [yhLaar~0p{c.FG*1+NՆ;6?mh,% J4y!6+e=qE>2u3#xL:_6? xB Xv-}r2 4ٟD2 FhA IО^jHbvdciIS$-ܼ>*03'@)`:< Yb2}PƉ7[֮ϯlbyOͿF$K ۀY|*n"6-K2/}Q="%[iFl'֑{iS0C٣laX&vQJ>^ز)}PJ b-" SnIjlw>b*Yz :SJGJ% D俗N#nn6w^Rw_w#IP %( lϗn )!做s7C̊Bkjs+`>^)7 0ހSW!SҸ3f};8$L>܍=йQ)7=^6\ Qw\^Z(1:E wWٱwb-aq?Nw9 H̀)(fet_0ZV3{ۨ `EMb[kYQJ7o_5! 5///Ȣxi833pEFC=H%Z~뮳@P]۪I-Jkrwr\kQ\R'jpF[_m,peB %""T U;ѯ QAvT0ރx\Ap(jr8bʤͻs ˽/;ԫeO!]$nH',D3b&|g%3eW'ѵ< b`_<* mvh pL hv@Gɰ!9hfchm#GxU&w(1Rljԕj`'oj-z($n酴3!ܓPSgf7=25SGB6v(ܥa^VMp.|"(0S"r i LoAW_֘OՎ F6kdP{ G4vTlU}'U{7^Z0DUs|J{<1ZPyWtnJ1nl!ͅoGU *NLlt6iʵr6zi L _7`.8: RBWLz^]@D?6[29鲝Mx-'$ = bh_N r=OLݬZe||Ù(Tz C%g z$8LapE1up>yXYXW=#6N'U_N^G2s+^Pћ[Ji:.2%(R6L4+%𘸺rEf/b+=/2ʥO7=J&>+EG0p>¹#w۶YsY$MkoQAz MF.*{^Nz-Euw&oinF}춒 jԉ< =&oj؇ةmС7q5Y[nF(#E垖UQ|olL|Ծ~h ,.ȧ~O1LW/+6*gƏ4el?iږ5R'|ySG(ľwVzض{>Rπw@ŷIA >M#@ Ť{gOut<YTVY\Nm ?’loۿ%4&"**Fv]:RgQ}<'V9@}@Ɋ[7d3 Hm28u<$fФa7W|^(yEqPCgC6oS}X;Q.p XTRSqӳ q{c b{yȶw%SrvSlp4+񅸆)ngJK o5/y7`PDj]6F}+?70-25;#ɱ!!>PC3<>{W`\RpʺYHSYe^vI OUӳTYU@\CSutuEi VF"ĈZ4rZ9Õ`?Qr :Q3 ϳdp>B^9RSms6r^~j2)#\λ@,PAJ4>>5E Th]Jkzd+ƙ= K؛|?V OX̾)A#ƣ'/aH<{ќVG8NJ1L,U1d_PXOz:3$MܚMKRsRχ+yLpt VcP ڗupjgA@QeHnF@bg bxZMH!xDlbr" r?`x%F#I=-C+Ca㰱ӻgQ}j81WfVCILhQ?f|h䚹VR[Y/ֆΰP,%X \VG#gfKImRA1 ${`}bE~f;"1t{>ՄUGE #]nw Rn"x.)X,\5?1[p,fH+ܫ:z v=u.%dP|;hv$7AP"H.t]#Ʒe6CFյ~M@"\lPll#S {B1#dVѱءz?Η1ېtLP V9A1D-םl*B9?1csX= 1aHӬmenD<(VҒ>gkNswuk z^~l7 mr|MP*bpJ u\-9D v ͡蝅>ƴw%pĮEǾC'ܱ񷘉D#&==*rx?0Ƃ?XYҙ:O-I[G,p]JCDRB0!ߞbA](N7Mb?VUIȹj^l6X͈{| {R<*:sAԌ+? {vB٦*ʳqS( ŨSkzx,o!:̵&{6Hg3FDjRh G UV)JVC*~mBk٧zr߮x.!/xqSYP36jzOT2:ϖ?Z_Z{Q`Ǡ㐶]1 D&)HF~vPv@هW+}q3#]~Vz8͜L (@[nt?aWI(=C`&A In,%\?-uJ@=QCib9*ࣲf/n%)nu9q=+y:@$G*ي&Rؽ!'E7r_Ҝ 7o&X/3C r],x}_jtd \ =!B0eeR&w8~CulSȂs[ Tj /|w^FdwvJs+aWS@ 8`,z47B "Я/%TSAw#y٧ AT_Se#\Wz9>*L\\'vdZkY!Q^7([ș$=xb{w_rPn6a>;)GC~FZ櫙,,{<),S_Q:‰l, Ȅ&9c^򥖃AOWZ,MSD[%C?$,)-xK~)A"Ͻ$)&tsJT&﫚5in{i!e<Ղ 4J~箧>jD j~ T^2?kネmMdXw 6tٵ[6dQmEF|L2'1]T6UCD !ݨAAZʣ#?ruz?=EiqXG3uW߿[hGJxCʁڒ@ww4G!/ß͖ߊUNɃJ5G?K`99XRl}+A%YS*ɉD9_/0ze'[ yZP;C2ݨ.Yn־ȍM~F_"$Va߂ϙ;<}cyL,r=aTwBs^Z#ќ5?gQ;lڝ ;"MOAWG!?1H*Ь_B+ kLOE9f/Wv2;H A'o~Mߛ5D<:kEɲ%{EpPНRE}&p|3)i?MJlG- 2G.Z,&ǀUϵ8ol$Rrohw?0e>?@QGIKrwUp-&HJZrRſ"l#4`wKwuAM{o#oj{VP!۬i0v "pxn`ۦjr#yįjh ^D_'@s<7}|Ca{@\9DS#壕ΊMu4* 7\ܷQ l#~@ {p'KXƎ؜UDgš< g§9[Yu|QJTð%^%{ ~(\DY C#K%s52j`hZAD^@ߗmXrS6ET 51EX銫9}]'3X;f?5E.o _Apqb*AqbrY;k,Dȯc񋬚X4rT4Fkߗ!F"%Ae(\=e%|վM,n g} Ho˯ NY]{ܵ np0 )Q7F$C/t r+|KPdQF eT*T%ƟTV07KId7KPtxU4.k;^@sf1Wr M'U9ԍk$XkU79q(5PRWtv0Ҧr3W~agwF1RZYkh7XEpt-RS V@Sfey "\ k~^ xOeʖՑ/C5jZ/zXu+ʉ0 FiƩ#wE[N!*hnqD7ZK{'!Ŧ.Ae'N!Gن9zJQRDHT .9*^V|FPM5I:a/2J_qY4%0v.m1g;^'i [0\R$J+g^[c )6e0Z0Mv\/(jx9m'4D:QZYtraQjɹBY$P)tk%`Sr3C4qGvg @7l*7]f `@C`/&=Kkc̽N6L[63gf`$'g.K2:=f+~HEj, R?{ږg$˄ϦM4Jis0 a[tyn.Zg:|GS;;D{dP12L};+""t|kkfpzhEѣXnB+Sř'tTF =j A>dրAs~*м̝N+H;{duC\uĜHΰo(&Q鶷ȗJ`g:QfQfw0 ^"SFǿ GnĦie *A:EӦY؝R*g_hmg;oqQOeܜ)  d6SID|!b]-3V]x~pCV.7=ؘ[Ҥn1pv9NG8dT7ߦgp}8+E::8d\ո{egGdc!VbŅدmٱkNF$7hb_Hg.7JRe*G'+6CiZf+H?MDrc+'⩣Bx cňGM~JRfvAnFРnyG_\ȯF;J‡j/X9\&6$n묱 8;`ƾ1HTTYYk~"kg.]_%sU7\G5<0xhχ)gf5`չn4^nW5@Cu!yn2sʢ@^ASfK߱.Gtm+p(nS4YF-1{ATä1BJQ )fݦi{Sz8/%A.#k?O c s4ǜw:Q@^T߱9MkjQ*߫tj|:aû}Pԅ^|Myn`9ip|yopk|'>xyTyKrm< pgXz K~g0 -)% /\Oef-o<|`'KtQ4ĞAhʙhe"5]EVRuf`$8S#TS `Fmӷ/Fɩ!fͱ]s7#mtJhY Ah(A%*ً/!+=,SBT`?_~weC&cHcC[;隖('_y|l &Wbz17v/->h`<9R' _bƵJT%V?Y(R_h[Tgț}g@+gKm G\42Jf<wo< S5ϡ4UM ,7Q'0A-@,U?rI7:] wtY%2Jj32N$E*^\֣MDFʌp(ҸpMinG%RAFVLHbp#RΉ$HGfhuU}x;89Z:ۀ/+qvB7!م !R~}V+ccDRPnW*'"KeϭG=p?#-o6pŬGVkYoDcKh}Iһ(Y/45=#wPrG+5rjCc4``H)ak;F UJm!W۩UMdHNW IrPeґ9;lwbB\9 6͇yj|މ|QcZ #$ k*-׏=%C =-+IDù\Zy2D:yъ(s &GUvgE=.d"TZi6Rx dtbY/& izEb$^gK,$ zuY$Fd1Z_\bJk-T|#VGXB>3/O _0} vbV]_[}{ܽZT\ f54&x L`ߧS9QU|KT_#q*! Ā6.fpy#?-<;7AUsv [,%&<II'VwG/cׂZ0v T"YiV[esUHlGTpiI-"`h3רˀi$j6 B4Nf?P11E5l.za/r;l]@ig<%P;8@11ĶuŔj{1Vɍ.B Q_w##q;L r)Jx.Mᷔev`-*U7-HpEd#O#AB.hyh1}*/L" KA5F+|}LҊbU7L͉'],Զ|ŶikI(v JG2WAp^d['ވ&I|μIQ'' ZK^P$ǹl#Эcx۸) q.^8_8 H55z/s2G]lw_8L-󷛙{WP,%TTP9LV"—/vY׉hMli; 4' 55ѐܫ ~ݫЉsgyN SD1)kj$@.Gоzބȣg+`spevFUIiS'SF;B}aD^x`Ud =9,^WV&=ve ##.Ul+4w8#m=lc]2*Z)ﶲ599lDj?-DJr(T1G5wQ?upTl8H;Z 5. >H͐$5xHw-uEѻ>|j+m#)Ek5}nznKswzջg̵)[( 2Jv2Yw..k,4ހ7Id$bK˃p;:߾sR8&֬4F=n^~AjA (9䓙8S͖QrWBmZ%~?l20& Qph!s+d+!˹ :6B7,HAfXHݓ1XJwslb~X=:=ܾ4]~zO+S昕y|rvaaRP ؟.m,Egc*aŰG/|hʢMDe@(L`ah+$-e(ϻ8O] =r'|6`rryEKiw,:`uɯ?;, h82W㏓aj]57H rKnI6GWzdz?z|[Ht JeW4U%S+bP&chۂ'&.y~+N#TEù`_ꄗ^sΡe/w@i燖/_ho1иyPcRk^XW6dLtC%d?/X瀶07$)\uZ(m?d*{[к*(p =YK$Wz-{bϚ.=ۉCiU/ppiշ19&箘z,\z)BGʬ>=ȒK=cf4kQO 8q8~)i>5͇pH' T5џM.`=(ERфnӵf-O(JMPLnM\&yN:_%qjqzLk0Υ+^%HtWRfT7M1_4 zqN/.uՒ Q+ִhko#C#oDpKec*Q%yfQi)2Cp>\ʴFGx_@<,c04=.ɂ̴z`p_c]k~$b퍛M*|>Syv2'emR;k)"M;)2@O,TŎAEGdDmܾj>4FAel(]cwE}Azo~7; Ok%1}zB  4~.%V\XwoH+g4׵&|?T"PO IL0:T'; L{ pNWjG;^f#64=?0i1 yG# w+14| E+?b &rX`!&SXZHcg$.f5zp >nBE-e,7o:Gi@ڪsXeX,,춼`=I%l``wZ+x86*yWl 20$29)/ZuS'׈KNbQ)j\f?K߁ u"WYSFB]L`KYppj|c<[Hv,`Vglٺ^R4e?vdvSsťARD1 b[3VD; A|H5FyCn +tuMF*_q3cD 8tr,@-@X  fg:}6[!qhA~7+/H5+#]p2!i`r%t*4=.LF{pT0 =- X/؝O~=G#Pd@wܱDZb-bpdeVPZsΌ9(؆y A~Gx ҡ#df,6L1.hTXDNWрdlVd|e-zs:D7sGH3+oRU+h|m?UDɵw{N11N҈u\e)YPS`ggqݓJr4r?Ło҈ H99[ HSqS̐*9fYXyT:U"߹$UJ.BEs@b`/c8ob'NM.0ґ㮳T^G}"B8 bN0 NeM)6lܺv'Fz/mC'8{ot\/3!b+ʶ{ͣSE lz%cm瑜1EӅ;+Apu_/[*=±T-^9mrbgk 9c#M'ԨVAo/Gb4|x /DA|iQd%v?CF ךOy0/͛Ig,aKnmKpښ9~o`3B$P'{V j  ЯJ&3NHJd'~v cN=.q^vʩ:uTd0}ie> /^;EU# IfYJ^NлCW?B|~~[vs[i9IfD?}u4%e ՚UšKcL4qK -0;iZ>#]~Hld#^o[du>2Gi!a"/VySX1' H(A΅YC6A0wM mA8uU)|9v]R X]}苶Q]Anm(gR؊cgiRxJ.KponE]%q4Z@$K:NQKC*f)m&s +` K]X6^a}H؁>Uo3|H,bG|"z xH(I";z:#VEX;sQ7poĆ*@/ o$j5c_@&do*PEWKT ~(*8ù͖ Om`O;HR: ߹`\ϕ)]3Gwt"5P6B;8bTr=Xɒ9C+Pcיw1V&2y3j|R=aj3Bm/ ~yGj?p :e5Y2PL׻{"д?m?@ro" j59+Q61xF8X|7уYTߚH K5%Kcz%Vg!пҌ{6"8x2VN[!U[۔u%τuǷ,6oϱ[2ΈUOlnC=[aWgW꺼ηp˚' rM6)Wڧ,pg iFsJ7)x}cM>k?̲3p#kmGz- idhe2r j$TgBknd!l=G~Ia=lYH~{$W.UgJ|EjLG_mKԋS`w D6JMZU$Qf&m|iv.j ^1#;0ir,1dLRď{?cTǓHl^>Ԅ48f(rzi@ blG)9BŦ`[B\'MR^Vڮ F~nhr_]$8_xE>w4td;_BX_,p;eU[РT돰`Xx~ q vЃY<-U}H9~~F.ra)Vz"{٫;;H`' R&Hvl@R<>g+io1l1 IaodҤ'ORfλ+%gV 鋦$9Vf6OB]=qDD eZFO|D< <7Q6&?d,W hy)ķs U!?15#,$0໥0x9,",I|<"xauֿ"͐ v3c/@lj7B}XxlI5nezn sxD}oDL@x[%22ėJ# *Rhe'Fn>9V9Ӄ2,T5o-m2. ..ƚ]:ALTmD`{L|2<|J ^Keղ|,%V{Q- .`ܱ$[ 7iGOgHFwVny-1Wtazc>&lDqɅ$w.p២ՌDKnRFX-EP mtr;t B,}Uv0ձn d gO wЭhC9Xg&IRY/%EJӤ^)z[/A \{W5F˖!zNO_$8ONmjEu"i_Rd E<=:LݚoԹ?ߍP崸" J z7Di ʡN]p=Th*LE0Gw'{RV#.jyIS9a/>AѺ4ynPQk-焷.'el˩ X{;]_Q&(b\cjևl\c">Lx%VB[W<-s%+GCRqsfNp)bYbe&bKoqE2~x=94uOiϛXs*<霋5,|>qkaKHy\FࣧƓl$gd+4pV ڛ9;%H8YA@ᅐF"Ї@^~AMG0.d7a}2p>v-*}+(Bڑ!:twE=>1r|߀tFȖBm#cΓQӔx_96GFU:]τw_Hې2F8lO/x19`=ʦn.d"MĿ/"dvWб;- EI1#s .c۰<]Oi{zoLG6zaZM}9;X'/:|ͷej2E FTETl[TGr]{E+ϑDsz7Hv8%qa:򢉔;y~ERy[2nh ,!6?.x E;#jGUFDKL5yo3{z76VN9isW2-LgY@AjEx5R K*nTĴdR+څgFm&$ȑi@ZVuyt]h%P;km봨)wLҏ]!rARV*eKe^{ǥE,~RcS5R|<1Vaphn_%Ji~o,P|S&c0Jnfh:*AhbL셺{:5 lw4BÿCA[ Pm] MqymMs~VL$;@o AS4Zn%OxUHr&1vɅ&eV]s]wwv60i&!1 U(6l9p5K_(! Έ-dHc@ LvVT pG3nZ솁>޿(ĒF~$q+hЁgCݐqg>d$lɉ[nk&`9ܔ {ԄdVe o/ ~!)|φF ՜֜A V%>%9gHf/'SLZss2(?kIA0vʓ8?no@7Vl ] 4D _Dy Ŵu'=TU"w0HncZgqoOģˡ/h:LֆJ'M*%AP8@Antzɽ-A:@NBvqf#oeav!ƫ^+`=HuGP"M*{IimyFVMC1zx53  V >j`bnJ7.?R-q5䆇 V )p|h9g0-h0|d:2A1E/5W b<:_".@{HQA9m?f!y{Mnʶ3={"ƤfL^PˉezƔ+\'w[aII7k~.jG 4\زlY  KKj~EPK.2MPZrTPe2&cnDDEq\ P}ĺ͜[W)3\_q)LZG:(w 6_d{ I%h \HP2V8! |:,$WAȂΧW@\Fi Jp5X81z`uThR`i'K\~wVRLzP5謠i3К@9evzX); WsA[K-s–+¯ Z|^f?xS˫xKEY7ɋ/"MݨX_u z"6򹠲r6B`/+N!OKjhx'׊j')!0WD[GUʁT>[)/ eDUNe'A3 Q¶O$U.h]݀PS4!E6%aŶO?h'6(?8U⬛mw `Rc L1s(ot*I-Pb^R.Mk5k|`ZNtǡI}ߍ1\-4uT2yR3ifGaw&VۇހC(,yj“o,;H#cVJ)N hi7lP•`ꊧ.mɘPt?s~;,;w{mb*&kKRd>4ַdeuk,l&5Yz:{G)CT}*BFhCe  v? غOR;%Tԅq9ɯމs 6 Ҝ/2bUy1b 7ڭᶿX56o#jb,el1Fm: pkDgA¤.ܟi8o%4Ȟzo;$ R6ȸꅓ9@0e;瓬WLW}ܫ"\6q} uxpef^跉\ҭ/؝W`th1K"P0cJ A;`P\i#JTtʰn2Qb݋]L h!*+ 4 h\}F[\7$`lzBQ`-N0ڙvO?:J'Ƽ4gC@3hL.G1\& hU1g5Ck v)sŹ7.2=Ss*vRRn& B + 9)a?SЌé0YHcp|7]oy%WCL Nl}Ǵ$FooͅI:T0 7_Cԣ]R3DB |UAU&mКRUXusH4$4 LkdeQ)DeYף@e879wC@nNuDZ6XɟҐ*R21xs}O3>I %+ʰ1ޅ] do?j ̃Ľ4BĽs:'ƥiU  RHD5iWb v4?-[SBoZBXӐ*T4h7 3?adRY*FXY0 סD%vQ,@8[{]JҤ^<@#is' ̞뒨%ٞR#sxR! !88?߈NfP(ۃ꛶\G5#9Z4)cЙxE3J;!827lz8[~~Bi٘Bdm/Plm`1À/,Pà$?sQx¸.< ؓ-ˊʛd5DM+x?mكt$ NH V gxWwY"t>a5-_vICLXi|Ňd:ɱn徭`uXJwT!'C "F*v2y(:قb_O"Z&{V s W:m'J#;%_GA8볳..@+8t!7-e4ytλD!?{Ga;Kw`an}s+QJhC2.FDyhRB9s߳˩* L5.[+= 35xQÓ5S= 5sv0eUC&# #xޜe:Iˏ2ޥ!&Ֆ𙂷YvČ񤟖#H  9_gy\#%M  +? q)b|_y,DȢAfd1U7_r:]׵T"B ic)rsⒻ3/b;߻>GkC46PL%{?V|"lXW?2-ڭեNJ2*eMFjwSM=g3ua-䈻 ^l+D$)a{(cu9ӾN*]녺v`|:- q+d^Q#XfUdRa&#(2NՆ?PM"Q6~T[եP4} gsԞ9B/nh ^T@ _BYSslGTu mOtHP rŷ, o/\9ufQ-Pyۉ(]DIO:'G|m?=CRK_G2M**D )]񐶑]@j'ʢGvo3Uhc\|-(y-FxiT T]::I^brd3a^X`%F"'1X |t7rĸ֫&_g 0[Y ?>M%l+w$Dk) ?213Zz8n0BA`rγ=Պ-=|-[?:4)a,7!>)%- 3dQcdJm! oT{YB\8Ēw$&U;?ޟs䠨Z]+4OtC& RyOW.>밣K`M`s;`X{!(lz5לzsܢy=o*5SZu*1?$bi%tIrtle&/ldfXy.س q$^=r8dja#]ؙ{"Վq gJX|Bq[z)ǭdUX1Qޤ`2}o@3 &C(ʠ-e CxrMoTV X5\Yim0ͿGoOn&+&2!76toKCa[`͈XG=WH}vUoÛ-PrYiUy*gw! JM:DJN;  OI1y~ޱ|Ÿ&{q)JqAMu ؆i`qS ~a_$8}@v fɄg̙d9Rh_?9 Nj:W%.b]!=w/ Ԣ +3~&e7r%/yhE'4Zx: ̻T/5Illc{/Xqs49Bf`˃mw-EKɂHanU4Bt4ɹ^2ZS@D4(e _Mx3lR\hS5