libmbedcrypto3-2.16.9-bp153.2.2.1 4>$  Apa*!M@eee"kn݋ =gWiab%>"l HOVO@#oZƤI!JS ܌Yd?BKφGnH4fsdꏉoɈ̖XDe|-h_aNjz , c7~^$Tނ8IdE0^3xCvw@VۡZp9F?DhD q;;Ϝ"m ftUY`s5fo470bb2cf2b6908d298e88c55127d59247c6ddea25454a12ea67b3280b2937463907acbbe554a05dc4463dd220777faab5c5c6b06ja*!M@eee\CC&9nAɪG.DfC^;dSߕt+JbPЪ gپ];pZ[i7@J3d*tQtJ?bEֳUXSr11ÏSTe(x8AX͈,7 -i0fΫV t:3BsKƇV q_7 ȾAFy H f%=b U1 5> xLZ>p@p?`d $ K 5>] v    \ x \(8"9L":S">`@oF~GHIXY\]^>bc?defluvwxy z\Clibmbedcrypto32.16.9bp153.2.2.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.a*cloud105SUSE Linux Enterprise 15openSUSEApache-2.0 OR GPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttps://tls.mbed.orglinuxi586!A큤a*a*a*_wbfd8f580264b0b18426ad041a27cc423da69cfcbfd9fadce127bb1ca624d4c3593ffdf17d6585eada49caa2429d21d192f8a7894e57e00c7432953cf07bae44alibmbedcrypto.so.2.16.9rootrootrootrootrootrootrootrootmbedtls-2.16.9-bp153.2.2.1.src.rpmlibmbedcrypto.so.3libmbedcrypto3libmbedcrypto3(x86-32)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)libpthread.so.0libpthread.so.0(GLIBC_2.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`U^]@]nU\3?@\\[~[CN@Za@Z%Z@YzYcl@XX(UWW@WhWW~VGVLh@VZU@U~@UUF@U hUUt@Ut@TC@TWn@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- 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./sbin/ldconfig/sbin/ldconfigcloud105 16301438842.16.9-bp153.2.2.12.16.9-bp153.2.2.1libmbedcrypto.so.2.16.9libmbedcrypto.so.3libmbedcrypto3LICENSE/usr/lib//usr/share/licenses//usr/share/licenses/libmbedcrypto3/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:16873/openSUSE_Backports_SLE-15-SP3_Update/b2ee534d25eafce5cb9e911fa2819ae5-mbedtls.openSUSE_Backports_SLE-15-SP3_Updatecpioxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad77c87d9b7e40a02b9ca08e2ace72fdaee3ff5c, strippeddirectoryASCII text PRRRRRRR R Rh"2\FC;`utf-8ecaced6880c91fd4cdb9ffb8b716028dc035eac274d1158edb47f1bc3223a8d6?7zXZ !t/Y] crv9w?uB= \)8֝W]; 9K:[=@ AG/ sppq[Lbz~<3S;y$jϧDL;0|TX?Igςk*0eD" 5ow=R)Z:!$ևX9}Gt#t?׫B QS%m]L̢B|y+pYn# j&R%:=e To=VU/L]Jr3v | 7 =>j\HȂ $`/m+.1Q1uY)l*"v}Rcq&OŒ1*ۖFhۖT)l F@bSX= 3 P_+ڞ0Ƭ|j &HޭEX̾[ rqI*;j6FPO,y0!i\nGDSbgS+ysn(UzEW#%{nD!P'ɝU4h Jld/:K? Zi͢/}|pFd]E`Nň-_/ۖ+'٩]w8᱅B2IԖ]yc#U8U2 {r(ʂTk$/3г{]=$u{_8[-}~f̫4I hAtrTF>cw j"t"$wInz'5IǙh25I>[lw)(%>b \:);r4)сrDb{<~kx?=k\ln~c .$7nTmPf51C4?/Pr.0RP#Du%&@=È[k-haڝ3ƔT׌ a!Fa^Y6ꉅ789.؎ң"`z@߁>sT7;g{W 9|\^,( U|.+#4+'.DMZ<eޫyR*4͌Y^M7/ BXK-+uo;A1XMpj<֕li0gk]biꃘgz]q0gZcdm܊+E*)!f2H+"`'I:ЧK10&Do߮jDܕLoiTWyז޹bF٬P@#6z9N$a4edi{0MGwxmm1)oЗD(}B5,v"lM@YkF5zG4Nrx{v?(y:3W&d)/r8j݂B{@! `J*nAa7jOغdbx^{0=̍Z>t AĢQ6b7UF(x v덆l|l>c`&+ADuita*Ak8Oʃ{{>{{ zմzlqF3oI6(`I3 3 ;HgGoBUE&^sj#kU.jx!UEHvFkxGKJW^"XEE> VLV@IOrXo-g\Բ+i6BkZ_*,@{tdW5Ӥ IٵG/raɌ$\ yeh(gF791&FeIQ4V5]?AϷ#Ȕ*N?0?Xj7vQ er5t<Յ+뗩Q(;_*xM9Uvg]O-‚ECba NR/Dx1-ߢس d9IiL`Z@ K=08ւ;,G$)߿dO'Sꦵ}u xu}A6暈MrGwx5-8+ZP+Ĩ}{|1zux(>%"P I][p7rjt_ rL?%YXv֣@ T-EcIYZ8&lj@ЗS_%zp#;H;d~ a@ϑ\FFR?{z{67Ӎ@ԖdEQ|MoS R|\No d/W@xrl_sI"Uӈ3n&7`~IŬ ;&+WW`ަd6.%z"dO:myx)Xnd>z l M[/k,S-lzQu*<#7F}NpI B9bt`:s.թ_ѷZ!A_p΁yoZr%g^{+<^ƁA>ۙP%XOjݗj= o@:tdqɒE MdV#(j1l"\Nm70"e>T$xx u0Se:ᑖ\@t oa'iΦ ɽo+Dȼm?#]b Jtbn{v񔠢IDUHԢ]&[4(?'&piH(6<;P_Z z̲ؿj'q0POLg9[&*gR5]-84Lv[;hļ!!dмTC?+&瑨ڤW5fB-t$u`W}e_ * hBVڏQ+a3z{vn=t^`#k f5̠713)gy(!g<rPw3t*eo!{_; */td4K&ڬKZGz|n?j$.fU(3{OtZ0ZR=I]LOgo n^J lR]70 1ܙ.̽qHaCQ :CC9)Їe塄¾Q:z/ڄQ Bl/Q*2J92m`*N:1ib׌uer$+0Fcw9A yWښ#aΐ#_?T}3 t ewͲ{ H)9 UǞx]4odn˝-+PUЎ Ҳ_HBŶ"&F dERWN.aa#>n@~9[3zO ͪ{ fvZ(WpyK2I D㚵L&[7D̫-wrGЇjf>pLx&$-htl 5TXaT+SEЌI)H.ҨX'C.ZwtY|T*jI7Eh_Rl\hEC. tM>"ÊesEMVilh:x +G(KR2O tW KD挏+=>*m3ӱbe\{H"+u|p*v{S:/]d HaM` {zocJӯD?/wJdхtURLQub婹;fOK&'g "Ip(C۸*.58wߒ.ՖlVzTgq4PGф^/KVץJulGaMP()7Ґ ,0"CV7K\b;❛ѿ+}ﰿ<77mAYQjf]d:kG*0)S9٪u,2yZ@qsp?H-j}Ued\ұ$YT<ơ Xi!ގk?,@X"x;/Wayï>;CͲ7X.ܵcXՀ8stP[QWryelA J߂wq̀1+&_}{eQ&  %m4O{[*JS"'!9ezB+RgQ ¦NfjQ2[yI6p`D^ZH ;99{fP𸒯MUc!ɡ e&czM[~#vnge ](.@dC/iW(3PLdH©Ȁ /{e⊩dB}=σlož:;?[RwW܅FAΈ*eKU(Ʈ̡kbP e)]Yo?~X~-E89O5/U^ ܿJS[OZ ]ФoBMq0.ј!<ݱZXmX찜 G:> ΂oB^h.otU8>4Q#C7_)1 e\Y9q'^=h{:ْ8̅l}1P~ \~^KF!m<a@`U/!çGij@Ϳ~˩!'Ia^N婨v w):Jir IkSM\e!=A7@shQ7wSzp7:EKd 30aN=3(So$(Y-N/s:o7̜W8u WjVA ֜$g?c簙K#opsci3=:3*4&c`lqxd+&A?EMԄz-ρuPLQiV|#7y71nnUHlEx<]B2˗ڞ*R=r sv5"4˛Bb)h.~*}}}1Uʁ`~le3px|Xz 5ꍵDU'W7[3dދxѠ-.0ra%ڒ.S0Mω ƶT:z1}F֚ML| LԼ$8$"Q"tf,#\m2Jbg}")7vp .`I1QnzhjzmWrH= +@4%y+2q~(@mT;ٮgNOe2tC滉G@4m&q_^Cq4 uйOd91 ϼb~qVj.Fgۈ!M]mq>?M֍EQ 1<1_o$kS毟"Q~ QIf n v\{gE)pù_oNMОDsrZdy?By|X2ňo<.n]HW(J?/3 QM;}\s ilUonL8 ➮kDڹNPklҬrM#)OdZIzI7ZM?}tݐ)7ԂlX dJ^e5*(vt0JQ  ɐ!;E_ yd+s9>J̎2!iqP.h!#]h, ̛8kӢ@d Q-kI,ԃ)4ZτB&%ɣ-+n.a>'ASCz8.?zp9d}OP?>'V,7,'V*sQYH/f?s,3Šsď-nkogSxRJݙGAzߧI*:8-ިi*؍^i>Ay-A7P`M987%b?n%gIhhwƞƮ)7'F:l0kl9 }DNL_epLb|^6 K0&#Y+x)cssS#d#,K͚~dz'LyNĕ2mVDA*EV::yF5vQ%[j}4V2:P:t^jc0+FKwևPg8VQՄd<+jNL5"ÊN:9xAD 'O{C{h'7GcS$v=L@I}*ys^PwXr`Nd a q<[ {jzg1&J['XlHW:mt -RD_ќ3e͎/)DvSq;㧅Q~@6T^D*P9C`nwNԊ"Bи` OMxNpaw ppi x䳅-;Ln|]wg65Oine2ˈɦy)ɡAd\P}=OᰊK|: Mtg{Y 4C0FqZ.}ȜOY 3Dݔ!n&W !&aqnp6 ª9N|̛ע!(_euw`r1) MӒ?=J6Ąn-}䚪ݢ7=ma`*"o -o!I80V[]Шm鑒+DT|sB_%Tk)ly7X+7 ;:-A o9A1kw2aoQ&f}dg k8ӹ_m#X,|H[ ҊrCeHVc]D> ؄$"bb\6FBDVV{Pq5>+q#ʈkjDWUJΜ1/҄]PyCUT's 95K1g=>*&n6zn0Uʍc6'tR&xב_Lu}߹NZOWdP@BYd(U+1qmYFWFfJ%kC! A #37Ym&EQ/vx6FUg?*kyZ?@o9K3a#t?F nKhNqC)*u$no9'/8#1CGƯ/i.q¿хj$o|{PO ɛݡG`=G:[ھ%iZok6Z$`Y%p_sOPQtdǰ5e#5A` ,!209|e`8٩_M ԫHa,l{My;/}cAT{j Lك+ae&Ί rtYŰEr. sZ"oUMVrj<\Mw$V7;Ipw#GeSX tpI!주76ci%mŽ域Ss)܆ubJ3n jQ\ADY; hz.eKpf\b ea~0ĴF:<?ކ baVH-qkKK9R5= 8?Fg0'oܾWjrn^(%5`D8r]7M{:u)@"?sR'sbz]0숔5=}l,:D;mוkI\\N5O) a]@r@g1=Wvrqv'&&eOQ%9( HzZ("Qݙح$M ϫ'e U/?LHn" R]$>Mе#lxE`d7w+ߧF9e%ze[U]&B<^'D_x,u0䩀$8}C6)NYƨ}0&?e(ʊ/2"ZeDVm,8.=)&j ~ӁGzYbs;^ojzT@OE,8gVGwyhyőW^uHmA1rȕ:V ocE{6R~b^X%XiȁFk/#yLC™;6%FmIPYDҥyE ;#`J-Pdd4O .~?wϺ-tl'D9 Ѻ&u˗ojP_3RJ Z%6!ύJcӊj /o. x N(!|0CoNԤPX2@\yO>G4м1pV LE( $)iMǁrt&#Ro 9Bbgk_fM@4>:7_l"1+ߏ@ Ăbj4] E Wiy3[( jye!r؞F>D-Eec9sbuZ@M@=.zxK>3g=wo`LᾖHӒ^ӄYo0J˕W8VֆYKq-'4_yֹҦ3*vsqA87 ?`Rzr sj~|>7%9BH"TBHlQJETgMFBCoBSFàR xy #/:2!J]w(50,~P 4m!RgGHPK;[tp`=0nO,1blG&jsdk3nD5!Ll!g.GBdZZH" !))ڰ;Ԩ|^]i>d 4x<Tަ@2]iLJlH\ı=Ǎpr`xH FB)ߧPج&w+" ?\Ѷ?j%h *9Qՠ@|p`וR^d#su$Ifҏ[qTLT7E.[ Q?@X@UIy[(__*ٲ$<8yS twxPВsA] iӔ/IAg> 9DEn@#Ĭ $a༗!fWFYa+;TŹ#,s /\T &#g0m܁; o`Oż=T+"HGQf? M0 fXSWKKǙ;Uu2q49^ 4fvy j'>-SzRURZ>Y܊j_9C }puA;>nDcxBS':y]zK2f@nJ,0 L}ǔ<Ӫɵ@N&7LyHΤ0b:st-A 5W[r-WXO5s'(B̜\*zŋm4pH@v$j(+5 PhYNIa'GdpoA>.YvF ߡFSQ ExnJ:;lwt+B9t'|A)؋'NFT4@qJtȬil֨5k'? {Zo?_h6zpKḪqOk:# bcM_4dIBdm6K;La6ޅbgxTdJ$SXCFG^`/]5s1=۩h|c`[crdYuΚҧ0RZȟ (BZp9 "W=@iLvhא\>"o{V㭖azE8He1[v˛)u7N8^BLH̀Qݹ"mP\B.4Eɴ26ٽ3937Fux+VIZ3 \[o1ۃ֚xM1v9ͰLiDVl#XK1 pVo\ݑ.0\罖w'.:VL#*}q8I 3ڙ@7_2U Q$XEQMuN9 kQ"Ca8Er \!I*Q30cdA iv3CyU' ӀzuQw* -oǴ[Twv)`A1?LPb7JqDdiW='$~ب"Aq 1ƒ,niWec<F~W2Fv.{C|08溺 >^W[qc҅XDA' ms:9j@:Ѧ)L4׸ W0o~5ƊusiQ~ 4vF5UuLn%X*aϤuo:tDC60"'Af ,aִF,kWR7VuMB(S4iW#G'UQ|6X&f3IX2_eHU-W[PPv{it EʩM>Z+X[~rQ@BݘO, ,u3Tq,@ 0{MZf x=Cr N@nu6LP {yh"%Dmѩ`u F3'UJ+rFredOLDC!>pm5 @a캚OEB]cx?o%^Ei"^Iy]EA[%7$ jp>x4m;jB=Qna Uu?.,BK|2 f"h_Oȡ"?GVUm4L^X$:a~Tcs );s96כ < I:bB( yr! "⋖~qϬԃd/sxAߍUAVY|.Z2l%cx=P'?SU#>RRLƒt+(Dֻ9ǿݠQd*pts:<3/_;mo=Enajlk~cXևϻH~gMȗ'M (UjnUiVe9n IX%Ngt@wc/ov7/V})F3Y.XUpݘJqˤi꠪m6#?XYP ,S2G䐐@X# tͬMPfp8 疕oJMt~fT6>97%oh׿l+I ":p93ŎT.[(H7\V*6$ w FK]$ᶡp>-Sv~=}үtuC0LǡtŧF;w1 z9gWb8@`8c|EK "$x> Qu6E?:PbmÒ鍑\3m9>pIp g\|IV{$eF`=*ׁOfEQM㫰đ,ЌuSR Nv,VF*# .d`WKk(H܆UT˗m|<,"_3'HSؚ.*+ק4t鷴|o[}Ȯa~ycSo:M@6MTrSJcƧ}!\`Ϳv̫.lh |3!L$,u-+n[1䄁*ZbrG([c{F#UUZLTin)4@i6ғaՐ,0;?. lqgg`G-g7шbk G;vboMgfK?,keE->d&Zׅ4.pԴGut:aC˛3G3! JaX~7Vl .qErUn@(!e?p' ,uXu@?Tr;h!yEbR@=:wrT:j{{Q+ѩs0cJ|Ӵpn%)9vqU}L \Gn&V( k4(z}❖l.Y'C$ N!_Nk: Xc76Tq:jFzr@/Ix#{ʀT_E=L ,T|B`aWqa/JTsp53P\57bq[lp6*riVB Ǭ;-$ĉn$t6fmNw ?J|w{u5OKMF}l.I4pxX K&R1 798|f%[(b% 7?; &{7EFN3PD]hC>m3 =2OS` ο pڒ-=l_sTqu?|U>Eg8=XI$Y^sGX1gUL>EY zB@|%`y-)7b|o/Ss!1cs=A*还P@5(V) A.^=K\K5^Sdp8y0UcS V=,wΥ9NA}{%2ەlEO !2\ 0'D'y|ɨAۣ3|)dI[;GA2+ ^俥ɞC0 L Wt?zowOWвX2G? jSa8+$]3]E`Ы9JCR] :KRQG emkM;>$ %q$<Ŗo߷М?57TO>ܦr1TA@:Wf9 ggWK }ŧDBn5p1a܋P_,,!>HU z?r͇7 &^AKBQ^5u귳vHXm@#-/W5aC*7L]UcLD=  uj;{Ifq7wf[Z ja9R 'Ž:Tv3 M;/!G ϩ@ MK 1!Q¸Y̎=C~& Yn# 7|&K6@K!F7T [O]wƊf7JLfCP0AXCϩ"V4fV͜zR%RB6p -^=Џz XU-,P&ŷT/R᜛w C_ $UΚGBk7$Cp!pCBKI̠=p0TU B")iJ t=/8S$w0RmJ:ה|`cwqdZGᕫrdL_xa7sA5hZ"Ӫ&)0tЇ㗷IȱZ:Z.D쉕4i!A "EE)ʟ] 7`IdiGв 񛏤RtLD͉I٘Avk) +2Mu/0P-.C?Cu\^Mt@&u{;`#LG >_uT]8J]3F^&a0D &dlzΞczvXW@xzgGSN8J5s!Y)*=Sm0$b[R]0Nj6UzK=R&9k"6PѺEb` lUa!p1$F<;$ȴ3V&9vha$·y*s @ըԏ D $P?{8jLl,Pl˃ VS('!یrCBN?\A7B`"4z`7|:UAm&8Eֱu慨a4-z2]޸`_$rX=KVI@Z;~Azo<^oLqޞAYw<gYDJ.uɣA.Y>2Bb{w]4iCvв[ mOqLO}  l' ([ ޾CJsUbFZH,P]@nI2(7 l+NUeyٺÅ_^t4|B.Lv5x g# ӷ>+dooP{Yy}&BjSYf뾀 xW@_ Κ\ ,8!@@Pk5ެ]~6&unZh六#TL5 b8;\o%mXHFZc`ބC$!q# Җ@> -o1}@TwM߸(VO`I^Yv|ƙ}daF+N*<~z;GB.$d]fCQ3]`.UIWڿF V,)fܵH% ﰂjX2H|a(M:%U2灯ܫ7b)vOgkcn_.Oz3virM&P6Ҳ_q:̡v8-X{`(& / \{K$S[;?I[o3)[6c͓f|A#$y}I'e 5ר*qI0g+a4cu$v"謹92Qpö >2 +Wȶue|(&^o!Zjn-Iy@A &IEقZ~OqUȾztE>?Nƪ[`(UJF"1"_ycWΝazd&=0w lEog1%dW~is !%^e\b8MWQN}"FY4H ҄s4GZzfܩ_6T^KlS KׇH&ʯ6 ;P FwT@/T=G!F6QF({x;IC3 !`t;-Bl6*vq+]ȇBgeM>`/:֞o[.Tr~U&CUUFyEpԛm/œ@q=9-6XC`RU+Z4 |*?҃~>5T0AlZon&3}"bW޿A/.]P=9|(ͣ! ̪TI&]M3j׈ H&E@!O +{,ODn%];n;/?'EveòktbJ3}?5M)cGKNlٌ4vPpϭݚCb:UÀ9Δ:_ɦ"J"]0 ]$%9K=a_;I< NU˰QBlQZLƒ#gzi `^{nYw঺]r-Ғ%ɖ>K&tlh}˜ax} RW;^|zL>/*?= JP4+~=PJO~0>\ۄj. P1U(Z~EBE;>xw|ӱiZ~'?\P/$<=uW ߜC8L%ElC+ǼF_Nm9:H*( ":-{:j"~D6ԍ ;Ho؅wij܀v|f(LV sū1V +_7,R,$ <6$7>[w6I*dK q 1ձXlM= Iޙ NsΑ_ owZZzrX ƣ%?7iߧ9&N̹JQ?<$2'aI*šӭ zxDX/ <#nOG5|S:h&P6Ȕ8=N]w(xr=1z_@q/X* =@K/-h+/cWF;?voZʹM9"]Np%7fEDʑtܸf[+:5'" K(Q PoBE qL|ڃ:n!5Yv(7IRAT;ٲ#a mY`i$h[ZDr 'H8&P廮ZKMϧTVA$5%)Ўɼ8=VQ /tIkŔ<=Q mzXH1qd'%IHFnD.u3=؁(?ʃ.f=I(YnmD5m^}v0"S :_ gvW`=d78_O}bDxByLGhw[D, '3~`ai|ECG>Z ^JMo.? ў | nwJ*A=qKWzr(I#ðp=>LTOۏaŵZ+½ͩ|:R0t;{sӦѡN'g4S%wڏ*]NKаLS WMTh:rNsSl]T1އ!R2im JN0B=V)t hJ{yWK,o\'QVfM؀+&!qcƋ/3"}L9ZA Rp\*z]*T,Ɨ/Q J'o~y@볷od>gB?9Iu&uyQ zfvFdsӋtMasDF{̨[L(qgжW?%\4< οek!Ofhve L,^oR ^ٚKǖ0,fC}rwS4T6H9~D 4HgV} #F.̈́KӯrazN .矛 8J#.*t5v~d0)D,ܙ"3IL3T{'^Mp$8zb~z{_HyL~6SnpgNN1>[  F0; 3Mx:\ڢhkT=j/Upw4޾I~7۞ l:cX7L=F̻XSE.=dC5Tuf veE- 4]Tij+FC󌸺 Wpl#фxTYN[,YW$V })Hc23208SqN,:υ÷\6Q5bG\OV`??<{7M>!eRˠf@`Đ3ٲq2 )>y7 ab>Cʯ9~ fDdWw (W+:@O̜[a%B(2w5 E͌)lMJQذ{FY/(X '/^S4\ cU=^5^H }`ܟո iN p82u[XX8|Յ[ 1(}S'(Z#ӥ2)lXs^Y) f孹;TNMKaoU 94dAez۪-v$J;\yk[^PqA[lx3Z7jŤB|r漳SDXE93?\ Qs G~.z>NͰp@Iynwg8\_C &(^.8y 6>Ԁ}ߑݬhŵз: 1[LlCXNuoR{׽U 7W͍ u_sCu4տn=e9~_1Ǎ|Z\ syXRHbXȜɴevޜ1W̤@WBuqw=Q|Y}:U.\w4E%Q:~`ԛ\oi~t/;R1);Ͱt),HK. 2bSD܋5i2Emȗk<W7}ȟOp?sXM3r$3 X1WƂpy'M'Ef =?%IBEv%:N:Gs$g`2f1_~ο0fDY|;׹#E<\ӝyp7駎NDrpJ#˷]D})u|L/,-*.G !Tyή#2CmoRw 3uHo9Baޜ.lK-N û0Nh>(2Y)T=`vqyd+o:RY羁g;05`C()NڦV7SFy:(17u0_ɾ!|- wlZJUƤ xիAu W|4vH3F';PAE8V=eow%C锒_hqe38 :u h/ jŒy-ງ;cB%õ@55Pr&.N~@D K$>#cσ?'_Sνb ./RL?Rָ+ H;&$&;ҋPBe@Io;2U1GȿomЭNkdg0!ظp/V(>mOd=Qmh=`CKJR$N~gTT\;.$CNkg2$\_@~-zv9Kx-Mw2F|.b&ķgAE4Gŕؿ%;6u׃:y.8>5*E%B'~I6#n>U ­k\y#/@"뒁qڽK @-g^#4],RzfFi㿺dvz1MdDR߶ˑc_D =MS2`xkU:9v(3^Z0Σ4@>Ltd?b H<3E%{wL8W*D7FqwwSMp_㣧 ё`[GI]$hM*2Z2,Eiy!7'.FW$?N&q\(j_0X۬N29]ZcʷwBXM8 _zfm̆Y Z{!$8@y'~`CPCo W]A Wۂ%6\,HرjGkv\mA窛*uch F,eVװeKKзUƹ-Ə^vJ `g4gcn4m0gv!>T!c6s<ig3І9vVW‘ʠag TLuAqu@٘Cz1]{5m7v<y$G7q%: 4>\ԖZ&gV3椗#ѥ/V?kBT XD?G;?cx4Iqsfvl#M^)W=*Pfei { F9CY /Ԓkv=?hFualQ[{QW1׋5MD@Dp\8*^{wQ`/R[id:56Gke)%qzehnS.´YL(6!: (j1HeuHbF0(Ǹ(m`[9z m(3 ;I .M+N$&G?zJ4xOҪnLEB3 #s@N=/s^z- Cvó-+3ΠIA懝}i*j1Scڦ>V}~Th8Y:V}q32*4[;ݑE֧r}g_uBnL*U^?$$fn1m@Xc1/Pm2JѡfDFe5-LZL2# {ZyNxeIE/CpK{| %6t#+ cxGs1ܑZE gl$^_-mczk@Vq [ /pCZ%~|";8c @W{P_ݯ)(E!& *ٔ"ټP/t@#Oԫ1)0e:YŚ- /Ym5.t䙇 A޻W3,M;䣥fySbë0YsB9psJyZ|X #1m$S Lؿw8N#oOTN{*Ɔ*i>P^R? o}NRau.n .xmQ&YU6tRf`4L"2E:I<4=k* >/ yBq2 Mo8M>\$g`#c%JYDs:"1N84|ԝwuY5:a'`68N,CEqfɱ08zǦ0u L1u3Ma&S++Of( &<͔vFoƥWt%$ ߵS5!g-ݦ3 +inmrȻ*a_D2ioe!*Nɳt]vw;|0V},U*%d' l g5k_|ӽ䦨XEE.pO|Wfiܠ/`aYK+ Q <)}RB\GC}\%=}VNԽ"\m#ݬWX#`D[+AŽB>O"2W6ŷ @h}JL# lpy_ǹ;-SlGeJ293ƘLeO1g[$ L96-[(4c/2%ѩPЄK][WDqEr=:% $=fpҌGTvWQ,ǩpyfhnzgnv߽ɻc>JvhYB$w c3ii@?vSZ~=]'bG (P_TZ)Jm27RʎV3&EjpK@t$S@نp3̚pS|$%T)Y0 G|/-h߆hLG3^@[MUM .-$lVb,Zb"U!2N57[<޲%Izo)SғSRmmLjc;n0Á9ftm9R[ApO쏢{/"ֲ^t>j )+u 繣tmFrD'<7BZ]AiHL8v_I7I'(d4 Ы8Mf{"n|\]A]H=(L?R*{M#&8M6 /(Y|"I#uAD:?/ȫJߢu|1o?2}paH)ɀF y48~ IH/!!5u(KmaU2ĬfzGkDKl|/2 `ukOl<儺T}„l峙TrK~#twe7?4~MzBmѴgDyc%K  R ֈ<(Ubmfku4ej:Aա6+Ӛ  Oe[^);msd” #Txh]ypeC8*NYT{S rO,̪ևճ-;Cz>fs]/ҩאakCa|q*FJ\"B5@ԴYf˜ wF~g*qK!RƜ'>}i_x=fvfT袛\3Êm|F|$Grksďc0 z/wWگX =-@M/:I<g-@?e)x6톬}uNmߘ^"K2;b 7g}*Md(x|lpn@LۨNsP*JD0\| . 50>6,@B+]l Ҁ0'dRIX`&O+h5{< 'v|%kn*Ch|H~XJq6Ms-jX\9Ïq7fn`U5lMW HtZ w_Y|tڑHp`)nz:9Λ7Aga)*Xo$<==3O5| s؜A?EDDLIy\Qg2;{>:(K0fvMW}xJUG9aDkG< T 1Rl.;)sЦL_f'w_@o|RwC0;i(* bX't5Kb|yyËT4W$O }iH0˥X]9ZE*)ԃDw_3o<9orF`~,!ޟV(rz$P8 cW}Ⱥdj')U$ĈR>mMч B\]gL~B3)>-9&#f 9eFfbڒ< iTQ A8jz˗Lů8nYEc8EdHJbo}vuRlЄkz\,}NXRt^>vSmo(z\P[MBÔ@pᇁ5Jsiot,?WJl,_׭Dr4FP&vpX"5*Po 6IUoNQf"&z&䧎. :3ᶱ7M k"-fo*h5ibqݦ=Y^?W󥑺|zV^:_A3Z}ҵKV,_) A 'NL VҧVILMAkwM`wrFe+3L5;*(شCVRotDI=-t< nQd ۿB^zf58Ѫ#s%/3N^7l!>(oٶ4YS iKU}O[ 9O#}tpwTh!#A nCa6C& dvpDp/-.K-IBB')T?3~o!#5K "8S`矜@[X"KC ~6#PSh5ϯv%NC(}RqP圠\ }Yϔ=C0NpEwq`9&bc8;5e4UC!VgϕƋ:>u8G7zNK BlRtl$ CS[W9Qs*ӊH~k+%]t[#Kq{ R3&/YPE6m ,wײ+kv!PgM@hcvQ^鴼JF;y؉e?h*5ɩ.R}#Nh.fF".bjocƊwszvz$Ywٝluz2W渥r'м/%<9⿺ Uj?DS w6^)s=ptxv,jJ衵\֞;RpLF`F.И)âKj1o '}7>##b }H9ZW?` ?՝X!J"!M9OƘK'?9N TPm_rxMp5:bJ+z`0unHˢ+J>̵=~Ph(B+y e7VE ߉1m!bH-JZefs9P&.}!3g[wmMD֕3k|>|QB |R5c?46^xOB5I ȭhPcq?R Q+k÷}yZzB~8|YcOvAyߩ khM- ^?$ S|ї$)"ח)i)4u( A(kf p?\\&E}Ґ4M`1P.f2{u0sc .xwc nVd7 K(fw'*{2k[ > 857X3ᾉp%qFڋΔ#blҺꪁߕhӏ/ XA{s0)̮CY;Y rn¬E7[`<ßv( K 5췁`]~=/+Ը m:JZ|xP`l.bWWu L$+J`?콾*:/=g`LQyew?TuhH)+Ɏ%Eu*Rg^`}Wal\|tI4kS Y(`4*2f]ip$h˼U݆N}MMɋ(mB1KucӼ;&*AD맺B}܋~uQVsȨik= 45|wO%* >Ҫ[$T^{[YL˼X?^t^@YNڈYpLL}D{cd;0Kw,Gew;W4LHz11 zg? Ddߞ{5p'7xqLTCrԋA mlt\L8 3\7Wh}drZ-\Sz>WsN'?(#^ ܔ|SysPl<c*\^Ŏs6'e:kæ&"ǘo/\'L{iy셟7 yPY#XZX;"Ogz)݅['݀}N( K37cS[~٣w?owFGKPwX{9+^ n3n%[+'ڑa3 qLr)p{?1b"! =MxmOv'ks\'yes}&&>Ta_%h検Z8`YqF,]GUFuR jdevTeu͞c=}vIv,DKO-;]J'w;.^9+?&!gbV" }d2>LX:jy4%6:5Yyo^&ICZi>Ց@^%U#5P0աyTpOSM~qE$?xרs7>hYͦ5V%rXJfPuTP#]h z-2-4d4B]؋_[]͋im5Y4$f19kHKc4;G~ ߦ!r-B"Al]"¯BZ>r3 7I.yd?K0ckȚY_+e,pSFL5! Ktcy742lpB6>hgKkCl:kek}MM ƎuW]oX:(0SHܖj/J>PWAl +6N_ᑿ(rӺog`=|O=MoJbG!itW9#Jj'Dꕇ%)Ρu@Z|6D&~sxh^p9jaq]Zߔ.>PƑ̭ul\O1lt A ˸G`sjt4+R!4i+g8<5]ZaCa.*4ʌC0ZU!Iw@XAԅqOn]kgJP{~#qe*eȘ G|kv(+ zL޷1pU-:~1mŀBU.[Q]{.gBz*ڷڤ.!ZێlG j9uQQA}KL%"ɂjŇZ ~_ٵGܐM( 3 ŧb}$UT3#?@8Z՗. uvflRɓD(zD 9_e35F4ie 0t jyFn4L !ػ;8B~?M,E>9${e6бH'ɠgt䎾"#yZlwRHlR:2).LD\ .rA(DW׼* ;C'D_F:udgHȒȯ ruwm}Hs}a~aǁnԖ,pg&@qIC(*lr §K\c$k}Y4T1Y+YWcRWsZj%#7NZ6=_(@TQj㿴JSxV`7# S 8Icjg`n!B):nM [Z!RîVcct}k+|iDM.vkDu ahQ~4He,ٿ[QAOaJiMrV_G<㵋:P+W5D:Y{Ǧg fG;g  j+B5c[aB+2+MKMCp+UqmcJ" L\ܒ1EHNsaKW43X+W_¼/eg?m G@K@TE5DĺMɰY Wqe f77 ;: HN^oۯ ]c&F,# 1tJj} TcDĐc5o|榑!_~EV jE"'`d)+$ Y㳠`iCe"ȳ^_*\eY%g3؂`q.2>aw'{!r"%3eRYL\km/?4))6,ʡw)uoxV]j_m!@o]ԚPu.oMFݬb% "*% WJ8[Q}h$U${^“}HâӶxx6Bvm\c1 "=Y؊^GY;AY<0 31ǫbL8,rq7M> 0Z%#{P|K_B3uyOL ?״OD}2AOmcVQX᧑ƶ]}W=J>zq&fXE.%uoUG6.PP[aO|hP/DL0oA$;v#ȷfg-`/J i Yh=W0%\,B`/z3UduSaUjr|Gd; ,͇UNXz%Ff߽ᄫyKB2;XG~XGx,^k ZI=#@$vϦ9mܬ+UJyyEd ݱ|z}^dS?ٗ9wofoaD-J(Ǻݸ_XE&\&)G״G`G/Hrd$LbBb`*QР Ud&&uȇqP2?7p2 GSZ'{ieB9#C?胾& @N0qsui'01Ҍ{lŦϫ}>z3溝 6_\W;q؞Pr@P H1{ d7H@8_Y2 ortӣQyS0zЈw@q[m?[+ъVhBnq 5CZ%w{%J)vUBtcEݡw 5{I6G0@n(QPm]rrA iZv* ׫Ru4U.ZP_ۣharJƔ5gFh6RuNK$\.20w)&M9J;nANcpUC|m`|/E-Gw [ DZjt ӈ`_@HS(jma-UPy*kWJȩy| Mmccځf|5Gw6)^ns|_JhC3;`_7S+3VKs & *ؿ>G;`L!oMsedjW)LEdj #1e$  ͉ўp[٪X)DHw<]G :Љ*^F($(&Ruʥ\o馻B4BM3XaD=- եKCݘNa2~q8De /"❼Q'Jy* rP޷s7se~Vw0_ )-e ҙӕs7݆O0殿200|( I-LtmUUQ_Dڿ,DO|`LۦGe ω̅6D@o\F( 6fWf̟O@@W9"VΚ~9ǩBmCP9\AJd}c$cߒ{60b+J0{5,LJ} bI7ln<͖vr}%[&ұmqY9+QZ. ,HL9c@P%PG`@9s(@ܕ#=KJGM,<4د@R0I]Kzc,@G6?d҇^!>t֬2 %@fʸC]!عg.;p Y<$b~z9Ȭ<ƶmHjɱ=l/7Hi9%{KjMF(my~%.q?ѦUb=cO|:K_׌~fGB`!a$=e!.2oMFVjahZ4C)LݤVsx$9Ard,cFZ@\us74G`nW-zVzv)y>46_(OLnb˛|Q^4N& RҏEW:= bMgw]4̬b;N-TǕ)ÿ0. 8 ?q0*UWo+@b;&kϛ@~ Ci<$3. k] #ËE4fn"Q#iAjրKxt"X11`uP>wJJ Pcl}$bKFx e _**R]C8SĒ%dHq>R?xх6 aճ_EXg+6Et12HI\Z-Č>Ai5I-`%EKS"{}V ɷBӫrԶ: #gn:}δva H|>I($c!n &!Qk25h7Yqz{ 06r-TPmdb[,k Ȥ``wm{QHzq<j#Yc*Ef)Wῶ8Yg{'tOBpgí]jA[< Q@qfhVMJDC[1.zZlgUbPl+ dH <&']>K֟:-zFd@j/X}');ŒhfM ޖsQ aR1֍Pdȋ=qBמ+]jeR@$G|q&d;칶(z^C{` DQ>S)q?+[<) ΄~%]K-da"pu +5$LQ2zAFpZ5& ԫH2$R3;\cE>9?!q*ެa`t_D'h)ι##jBuUjoMJˡxXa6{z&q@_cD.q)ro©x:rY]E#ML}d"r=;WNy'Gs>^BnA#ңQ>`eL R 297RfD1!0]Z&čd)>* }#TTaĸ\^ue+ ^ ^"s7]6|Āx+<\SaPM0BuG]8+_a]gN}HrD9ޤ CIC ݌b6΂1p3=ԺXzRA:G@qPO`rU6p?b9Vy/@]]Vre3<>KMH)JC1b/.m{RY&0FT/IO_ 6e3+)v'Bv|$R.~?]=qnHq(j;=| ~8KncG8i# Rdef0EDZǵo& 5IBpJ%k,pʎA˪-`% |c(ik®rOe.$c'_Jy2^S1(Xt' kdTo {%6B_zbʶ= q 3o85:]`gkI TJ壩b3UnI ܫ9Rvِu?0#ڙ. 2e`B2Y9,w3<̅1Uc2:8\ui03l||'|[GJ`蹆TBqL1!%M8A (v7Vu'!+ "1 Wt1L̚wim\־ATl^5:QiҲB޺ WsԐ`q{!201O }|NĎ ).: kqdq Q̼0мotɽ DܣUfa 7cMsfJ]J].)5PҪK|j # J|XM7.+X{HhS-hdvk6/ ^oIHV/o>##SSt>.8!th\}HcrtB{jp${ZOn)i|rx{{tHlg㘳_[~@Sg]W HGJc . =2)Jg`~ۋs6!ɽ-;V]Xjeed| Evp \bA>}!(6ꡌ]? km!'2"}3jd n D 4)@,QcBH1:!nap?/ѯ*C5}5]mW[IBj,]{$c=ۋ(Ay V?)ٟ WQD^oz5 Z ̅,Ӂ& q*T!R;vC!ٓl2+Vdqm]^Pr C,\cùpoƌt{9Ox&*JM*}`\V?ngr Gg@);ouĐZi5p:[m*ǙTh=BתL4JF]iyDMt-s_#A"lm, C'j (Ɖl{:>F9xv`^Z+P:5yfY~JL]piiQ.kޭ>.)א/$ Mb/$d3ɍ/M.8nf9)OFEP6@߷s)2ŘfʾFHޚ6u?ơ“/7# ܭ/8 !!cz ᥗ tpu[9;+CT揄Xa?${6#& ,jndLvºyo|AaN^hKS@5!F"jl3N8 6ޞQҳgfpCEK*7"*Yd_jj~A>Y^7gHRܝB<]` V~"pucbETs?ԫftGWSMS>[\\y\gVqs^J'5z"ܑdN*J{R4+V,M*Z 3Zt!}@иFh%zlE'IRh؋b!t=C&X1B&8bag _*瑳npR-ݖE-5bwS+:r5\)~B \zTD?ˊ- (@/thgY`Do?bse$!?{;};xJMZZZ/省^_}aEJӈ'Ev!rZ]}R7y]ULO%rHwkXw!l.#pp!2 3pT1|襞5Vz }k/ ˍG6O.9g5MqVS}[8SwLh~Cէb*E> [7O`17C\0oueIO`&*+>bL5+UŽDUĀC:u֨xPC*}Z6EȺ; 8aMǎvߧ87޲o <*T~.IQ` b@&QP%3hX<}'#X+b=-\p,zg["L?˚8,| \V${`grY|9̄1j>=(# H/.BN}%& BO]z\;h9Ka ÍO槥fy 2|8Tall5mdN@sfz-[#y;P\zRPLq/Za31̴R?o'\Wc(xﶹ`GGb/Y+^$ؿQTgY+Aa7Yw'P9L0#qx lמ<ĤXX0a0ҏ22[ђqyꃟ% )2_f{84 ){ņk?n[p){}keX6&Q3JYBA2;- ptxw¸!1R pecms.^I5;A*%CQD<VLi$Cܖw=XȈ" ڕp]}+$ą(ɛ0ax#ʪ-HVN׵:؉xkVz9𧙗pDUwS?&(3|~|-bՏ$Ԋq Z| Tb|\>",c^wp\djb, 1J: " *E -(C Iu<P ;E _5D @)4H2bWHⰽvg7fN ֋[1fSP/ܔIO/_8r{"Rhyr2r!Iܺ|>h#P53͇K$'5;Cex n$Ɛs2I[A(ΔA0Il!&07%ٶiގ7E}[=ߨyߩzpjTK(6h*w?=>Zذn9г9|/9U_])?Ap8a呂nIӀe,"F k91.x{#<}-Yg+i'&tiO< ~۪E1]wύ4?aD3AOQ^X 7 :i}6H#+dlT#. qӅ2El4属*&u}F$>I#O!Õ:.y(xx+/K^JZܡZɝ&x[BoI@1vP|V<#/9C ±} SދG^)@>na' Mh¿ܯ FOi m<&Jb<^OEbJᔫ4+e[H'X9vwuQxUȇG6~/E|2%[ K! sfcU3-ł08۶V/|xrrɣvgS+#/RIdn DZ*=L%X[I$Jc ``Gy[2s(~yuF<6)hÓuJR<4WHN2MRYOͯf🊛WHlmd3fb%e (裞^~a<\S/԰Z4Ch)xB݋h_Wv;z7G(*z1|V6,;O\t9ь"5e ꡎ#oSI{q >A=,fJOP{ðY\g~$ĞWZ ̀2F<$ڼΘ#A>Kdқr.{\8ѥaOC N9b JW #hG8O =zͣ<濷)o/3E7QV F}9"k eI*ГS!KCU<#>˸j J\+3"{ߟ5'PEl.:nxOM? ϼ`ՕchIA!T6Kc91yK<0[2W47'PC&/\ @sRQ%"%=wV!Gאr~c=2ބ·|q:\7Yj >= /7[!ƪ9)iN?p'&qiptKyE7rtlQ1^H`Ox7 ħrH;>atw9Jj3W*0OG*D8N !q_ ?2sN޻d/SD +M\g}P94"1P1g˯]Dğ5;X m aBZ/OuPx{j|ӥ67#//Z#XbT IT!# ѫuNѦ //lJd4O)JGM~l#俅HЭ5ma i-?ejfnp[jULUS\s\8Caޠ]|QW;5(^K%mXsDf*WdB:V8h thT ޵؄f[0wqtYx\",L\YR)vb:ďQJ ^Yeo'tmnR B^\k/hՖy y<bcB35E۵zM<0)}&`Yh;ꛐ E"J}%Dݠ@:Z .74Ug:|g,T@HSdgraMVkuaF8GR[ ސdMHr\rc=#a3$˴?HJ*qT!qRݦ:%-UcbѸ H[M1J UZ1:36n9|(%9f:țeMOSKrߒPNgOtg7J?_:-׵5!W^0sj۶-仍)Ej)}9m|vPI % WlƼ s@}HhXAgGmq6zzjj+J / ڲ4)ϥ=mdm*¾-8~ޗyz# 3i?9^ihshp=@:|e01@~wø/gPe]v81m0:?SP48e K麭N1Â`UFITOk|/;͓LDlkMRu͸!6V\qn:ǂ-%6] :(LbNTS&d9ͺ-PNe^7B!Ū?0fbVVxrUO1O(vC:DhJ;m5ʡ.`}HmlْsQ^x_;IHFÑU{}rErQIpK󉤜)f^(o+.fml1ua5 x~-N"y)eH;b]F"Liq5:<S{9C.j!EHl2#qF[7|G*⋬f,w?E~W"_z?غyoҋlbv ֈ)mVzlX(@فÏUXD*zS(Y(diCn/fe`cB.Ω̜LUiܷi59uxus6_|nф~d{9nHPe2!>c#aٻSGrH1DS8f|cma\8ˮH1R+*7bև@>d }09ab$Q%%X6ǗJ`x`JVdh 2[CM|80Ŷ0~ͷۗtS)+Z6g̽[8z8eOHK%Ué0FW38ޘ^6:–=MCXҹKdui9:5VY'\ė(7,<qhPih(2fjbpށu@ðǩ K3?0s 9xi^Ú🼣}anl(MT|Eh:C6BZsF2ٍȰVGڰ3;*:۩p1N %"QN!$2˟ڮG9ZVbַ(ˁύ؈iI1)3zAE3P8H7olm, ]\)@qߣ2MiBFQJwt<'b<;)W;" .q<8˲̹݌zW˰4paWQ d/=:"ITk8c$jC{XW=*Ya`thM%?P/ւΏ%3>yMާE"u=yeN'" c A/F6'9KrJH"M/ gZ<"~vT|?UD;O/?DKzOh*.ϰ5 z` lu|{@ږ ;D!*3֤-qu_$k#KѸlk2Fr ><+~WdȱOڑɨ1)l'&" -d0$jot~tvLBD9hTEϺm3c ϳc'B6kV,;t oSvdH^i\=Dk/[&"]0 X:b ;Xyc[71c\,b ٭fhK֬ !f#S%G15%X+䓫5"ClO,YwZLzq{^̘z"xuI\ċ(IǠ_}z+[P}H9YMr55ʏlSc_' t =œ\Ud^C޵i>qץSÇR3DhФ(pHDYΓ_hD(p8.N+"}Fʖ\-@Lkt? 0OD$~at.W=-O'F^deߟUX!/K@uivĖ?mƉ ۽(x!f׆쪉 h^}N^{R(Vs@;_Ρԓ/Ҿ5glM pV0=Zl< ?lGdb#LDRsSsWNMZOl`!"; D?5wyeVo$ccצ+bbBhunΈ|paDDVP&cTWj!Q+n7rhKes|0S5H2ߦ҃4N|˵w9H0)4G:ꡢc@O6rC-H몓#Cnww$m]H#j=럅 ,uu6rSRR- `6d{7Üpwfё}<אZHK=H I0֕RI%d}&U tPR)cŊ3 vBWT0Qs/Za à鷂r[8oS"㾈ͣ*'Y1??Bc:r0@"Yv W zZáb"X񦤖9$2+xqM&Twg{Uy.&W5=]=wTpҢѡŐk*jOE;PQ̜RF=lJr_jk\yh-M>xUm'K"2iL6W | ;eT ueB!j 0* f ٱ_0׺OG7z ؎9zwpl 1 *.VztMgQޥW$ZnOktCv<6h,) }Qض+jhc8“ɬyՏv򩯂y®&?h/Ud/T:)Gz^Z9[c?N{sw#0=IVLː:&xX\#INjF ~nicŗ:&*i*$}s$*t`G*w(|n&5 +]#HN0ƅ~$ĵ'! 7`PxkB=[8AIp6|^[q@hcwf\w7Pߘ@JCY zҐғa3c Mwa,##jS"fL+L,\'wJ}[=>/G4}OZAEәnLcnY9Tup6E%@r6?-|}F D9R`1]R|h_6ͱ'KՓhKN=Y%|olEG2/LoP{ ȀO[bBxW(wrGVj>K&i}Uy ?z 9(_8pr`A Elʡe 3m Xϟ;8[KqfU`Y:1l_[`̌rUϊK~6)]Fb߬ZQ[YӨsAG}n 2w\ŸǙ<\YT0u,b#wK>87:CL`k;31OY&,M#@ -ysߕCADe+o`3=rF4j9%JD6%Ԅ;? E p̡ot!01Z6bQ]5ںWP c#T=2iozvA9Xgf'Y*0fjKmwZi ]]լ>fd.˜t[9@.`n@auWˊߊDr4 3mtLHRx;s-w5I5 +"T( 1U#D;N%CLt\2EeV'{N"DxvYA<QUҘʪ8[.gaFk8/kpӱ0Q*dKatUۛ =V|҅)DV,rlzmf`3iw }7msQ_g§c>s/zAinU8R0GD/sڬ;.f$|v[+U!`*<1FΟ#/} |'yVKwjxDP&Yh$D.ݖ8KCl,>l y/A]hD pYqf<9hg]T݋q#8MaR30|^PƤ@%q^H=_Vܨ$ i^Ӭ:Lq6ّ/|!# >?ɿ/Ë:`'sfFjp8 `Y(_uCDX Z@Ay ;1[>z,yr "{ՓpvSºؿ5yr*NOch N jKddW%{Z5}ֻT!쭡JmScreF nB|gאbkmA9fXЀ 7HC\WKi!L<k-&O3n=41k9$+CbٛN!e2?dS[}pF*mwo,nwP6h^☂M :lƓL7דID,*.I3 2Ă=E5$1*E.+`&1Kܪ@oo.iE a&!cQyc10[@ϛhQ?Џ$[*<ȊTiP)/؁y nVͷ5*ӁL-{_sR{uoe; Ϛl[EI*AjOAeURЯjӫ9HGRD rpq[KKn; .FSSm?p;R<\λ *Upr7p30gipv.=`8h{@ ݿ۵/wjch@F )vo,`P}Wx_B8?g ҉ y{jA[)VjyD9:utjm WD_aA`s& >Yu C W}"8MkAv1Ie>L8\?Hi=c]M="K 校N̺ G;6>NT;%Kr) n/5 @,7v=5'LV¤lsCTEU֖'@SaX)5}ˉ\c.d+a.6":]F5 zb@>]3[Ar~j|lĊmJ klࡺV7N^:}xHx@ˉ8j"HtT?Rcvb iWrsTP2sच T([敉Wf]BJ[Vub ~p]WR28caڑG6K۔Z:aSʞI] kݫFEf^ N18!j|i7"H᫈P,r }K.XVB}p 2'eD~'Yx|#1^D/`V̷Uf|fOn}}5E蘷-+st.և#y;w2sŮphqcy!M %Tnx"r|2ivi[rwfa^ ٹ#$p7gi34ZE8 \$wi4{ Ii#ܕ}^Fg jbIc۞|Ø"e0a6ls6@w z;FP^_;z:c,8cFSDA/CTNVH+&7rxJLp6=ۙ{a|a( 1P9{u F!W& p6O49Y.V΀BW[+yn? N;@5*Ѱ@/rzy7eWEm_Odn)OVi.hs<#f>' HnȘlHP5pPvVR?"k@ۘ` @ȺEo||&Iɵ&v oVkn??17]> e} %@oYanѾ ~RI=e+7ER`M"&$ƥ0k٫F Ib/$}u)G:*h7ᦵb\ ҕ;|02 *-edU!= +I6ybLnM sjVe ΠucOG"~]:x9ԌomKfӇznr:r"9 Sd-,{ J_#̈*w䄺J̢:rK]?k3Ax6DFd3j`=%Whrjm9K҂Lۄ9ܞmNF6<)`W}ȹ<> ugb~m7<{&?͐8 ڷpH1XڭO24@zQۼ m9!z]v3J'վZrHvP'wT9F)PC%\ B}(HeY'_e\mCw8T6"_\y_+3rS wlh k_.M4uFT@1YUWF 11)01eJbtT{0ҽz-h޷_xu qg&H(-t¦.x?yʅ']E3k wx!ViH8 )R_Ì\:cqrLk#'&8xG Gx1Pjoߊra#hw롊K_ Vc5i_&-QZR<؉.ZG5/^CLiNN!YC6i}%h* rvp[G:hyK!AΔŤ4È{mBA@ t(Jؕn7KxRj/2Vȅ;osc5tF>7כ|cCnA/ѰwQJw@>؟d++gM@P"68A4b.bW^z1.\GzY7Y|;LPVp1qezfx\J& '^-`{s - m fOǼNl+ R |kp#_boCCxQC7$"$ NRVBbJ8NZ.U3t ϷdP;\exC0hԱλE:; CґOY(7)V1ij $ </cd 6`!E2Lf> AJY!C@JJP/ UWc82={3dŇv7Ing4 ߈0N#{Ldo+1hO ɒ TϹ/eWZ9i3_0Bʯ9x0C$ӋcOF|5#+2$gJoq&Q }|].{,nu,lӇ9{sԼ9 #Oϒ 'WawBNy.M[!cȆ.h}@\$>H2N܂"XSW/ r_`tԎLdӖ#\2)[PF 2] ʈ-wC.: [F&hx3_1nƬ/ PnxKAYXp_X қ,Yx:USG?^ֿ@G(?S[Pϛ vmj2=ZU !r%8zd4^ϛL\c:+УDHQ^o t՘j#WF/ PbL|Y8O:ۏ|KgC$6I˷y̢ á# VGG, ^|J|"X06I?}AfӍ]jmoL1!65cXܑc*SѦ*P|e^^TD3V2}Ԛ-,G["<>H)Ǻ4>OdL@*-"@ CSU7?zܩ魒R,#$n(Ru+ڨE3v*Vm//8Eǫ ߿=,^s[6Q1r`Y;IU%'mu}ϻ9iO9iMf*؃?: fi!l/Eib+_l\+Rܴ$P+I5e{#I$&Vl| EbQ(`7 JA"ˤY pC1 0}*0V`ָ eɷ2) | >c88Sq+NCS?gOH{Ĥ ԫQP!<(MsͅJʽӺ:>GPVE=Eӡ~ֆfI瓻UVp)N)i5a 1FwcF:Rw/wъU T{MYŁ\!`)=]ħ#)L/ᑧZjMg%FKg$4}g-bxjlڃ?ibgQ^rV2POq M]ALw?~hKTj 0ljca}AH;c'rˌj[,ڠ2%HyLŞI}㍵0 W!Ӌj9Qٱ>)d:rwBJK: rȔ𘔯bA<2>UUzh%Sg񔱤3LzӱsݴjV#G b " &wWwI̛8 _t7/k>)bfE=y-'I^[0MAK%Otߙx?׿~̷6>^<(ƚqp wST8VlG;gZ ]|s4H6O&v/Ka0f]9=2{9dh +*2`[NF%TQb%8s˜܎2C & , -\eX@jl=o0B4DSݰ~(1 Z8FFrv-3|Y0#XQek:MJ7.TԼ#I.6/?&?tex嵖2IAvG+iBϏڷ œj wܴ1t2@Qաr\ ]eN%"28.rwK^VZ%0䒣ԵjTl퉲X|X0JdD9WDZ)L] ŸV?27jnIN}o4i򩤅\@j8|}}Xf]o<"`iL^c $^IR`Б$Tdg%T PsƷgrѫֽTōOru-AMMxR{[`vr,7NU+y}UB7"M.Cfы$M=D^ty^;,ЉY4bc@{Bך)eৄ}oFob!'~hc_!Ȏ=QrS,/%W9?Q"֦Kif^ʷzpO9ӂyuIfx[͑\vʓCE]5!&!{Tx{f& 2yk4xP ol$$?^2pͬ2yD߰a>ʒv(T pDxyIyPAJiid޻@TX03 )Lw2,ұœf _{D}:j[u\!/36'+&k (@HswJoKhw\ך0@C9Cضvxkcsn(d^;fEGǏ1d["S*TEC N w]x dY -C7}-35?(Tg4#:BQKw -zTJψr-i?DN';"k|;k.9C_[ć%D9nN ;6V ĊO\=\%:B^BP;@-1rl'A2:nF*7~ϥ)Up^!k*8޹qZlc`ͻ@$ӑRyQB1٭YՀ;sNa$viɐlFe/=U3Ӗ3STDf7U6|ypGmvϘZp`0;!fAlGN 06@?S6iHWSq10a_Jp1*5} iGߟZ^]#B:4ָ/f?쎜V2oxcG2twghmrĿ]EnpǦώ'U]>sx=ֻVt9[E$Py6Xfɵv{dy jc)'>ӷᮍ7Lh8^5?ŸI͸lF%goC /HWӲL`7݅st+?P%ŒBؑ.iԷoșD1sòZrqYzA]ƌD͍m(IlM=dw^} ~RQ+5ٰ kP~!r!s&$vuX0fmaE @>5`oBS:96l-)Dw}D<5ڢO.f2zkqĎ;"?`YwG&%!!Wئ_'1zm1+O4",hl7NqA 0)s;Si}(ä{=`+ 1rw:5-&35UHgҜ 963nSUrMQvLQZi0 0SiPt{cWYuOkY-HKHNE)aýMSå]\gpk Ln^jgFkI1/0m֕ORĻX;Q~+RxɋkH)ef5W_\fFSP;q5dr̳zqpaB IRPCDMr|0߼.J$V+C2;w6Xj&;C> hmOC>)Pu&f, 0&.n+S-1jh㡆.[*,ei͉5Hp}"D(,gnn𝕜;i;j (\E,YԼȞ] qZ5co9DT (h yk-qu@ƈ/#o&2Sj]=F;Qx :z&*w-4cf ^jv6: -R9g2䑕pGxɐU_3 0Q\a[dnPN ;@+IN<ڃD+]8/Ar)p)1wRW,URqg«,tZMǣp #jR* :~FJ؀8d'S&y#MZ I_q:oI)Vl[H!D$׭.?P3uOS8|'y]eQm/ڠq3pcgz(wt83,Ll X.S8yBAsB華=YgsK?TH>"E>lnͺ5M9D;f4RLBNR[dGm9WH=E['Fx&l2o7i ^7gLV_f{_x$ }2Hn "}#  njѸ5K6Ayߨ=DPRJÄѻޮ!q TpM&Fбk5Nͦ%@u.YyVӨBW<8T'ۭE j^X{jpdW01u!,K9fyw@h$^=;^,(q d~5W }Tw@W3UՖ?z|Tysux5&tE#om px):YaF=B>#@4ds 0lQm`/H-Ө^>|8,yP>n* (.#5ztVEʱ_=>f+ ShYʨ+++J5zVR>f_=XB3K"XÓr #з 4"R!{eBTȌbJe4oڌr' _"*pS/bq*W$оcGʘ:'8 3:v1&Q8`<0kí =o)9"/x)'je:޸*~OFIH˄S/1ͼ_e̷sDq4[Ѥ7.bp 4|ěS*v;Mr>ՑD3Lf wC%(6q^mSUc<KaTݼWOx'" q<<&!ە]t9$cָp ء/_ 5;rA .@qt tJ9rU^6bk "_I#je cT;]*86 oqHXas[P 7(1iL#9k7r+ ޘM}]F8 f<&< q𚲝7<2mĥwhRn&1yh (YeKOmW& wԢUVTj53\Lw[muc+6~#w=لk 9{sS&>*K>c,kylg|vX~= >贶=XL  1M0ե;>1di_W)OWV n_P &q+Rm{PkrvsEhAIk'EiBo&UZI1dl@HbJHնF ?- 홥FM3>BiY!!$慇_"p5 i?U?.ך *1m ~N%[T&1P_nzM ڬ/Rt:]5m*M,zarRFdk;eoX`Xm=X<0#^UU=Y EMkݧY:S+6CȣHʻbu9Ƣ;l=9ݿ.ŜpQal Kt7D 4*;Yc]_ueoZ?@{VCDYE!LjQz״ D6<T2Cr~HL([EUe;~\oP;,B4]ǘ`#Me:NLXg.aH*IW0c$gɖEVpmܷ!nПPri2nk,/*'8 65 `REZ\T15;%`̨5j4xp>^z~CWagE߰$6://s Gd " 'q8|&Cg›̡k'sz(CbW:B;P,f'i.jWżTq3rLMr zAMD>JQXF~eW&9D8jT> Sj(u^?:푠4Coޑt`B"_|p}1 czʝ6 ϢzD7H$A.@. m"h'e㠡4.~~Ihڬ{*‚۴6\\E.ryҶs#UB9ةrʂsWt~oĺ_..h4AAMV%"`U6rMI'9qÚьlผߋ!AnxOt\d;N }?G8  `֠ geW9f-LS.bȶb07Oe_D}i798uTT5PFgBbn İVz,$/!08b]r|݁G 4&ЁC&V-qI$pp z6؟+ʗYI%d3ED(,xy'~4/) \$D}5)10s 9F۰Lݸ]6 z b//Qn]~L1 i`F0GEe"xi1İS{P.S;r*Q7s$ʠl(Q&G7Z>?72a_k V͊ C =GC3Ӝf W;JV<|41D%kɔ&%PU? =_{E)N+1bӨSwǫZ{ʪ"9ZKs锱h/OVOP!qJ2 grdEk)`ԂC~@[eT'+Rޡ)(NU_cO!!08HYyƗ!4I/ΨKڀI3v/OӕCEl2Xi'Rok YHSYK:oR kۂi 'С=ǎ'w˜VsDݪ%,,ՙɣbib+xs|/L]J|]h4,Fn|}fJzFcU.lbsٹP{SWNz6p(4-6 ?IJKǤ"*ds5:?uE"̜5^zw<"; V⧌_V9@H&%YmV+y95u&㘍y_F:y]$T +C,'HCH#`+hgĉ5?_0Yp E&%;3LM^4PbȜ݊1C͹^5I[Тomϗ&BԵ7Oo"Sf1&cW5G"3U榟F8Df}?s]>‚. 4N1s޵ҟױ2tjGdoXh뚰K1^ s`>ϧ=F3ܗ)t#9=YS0Gz4f/ҡyj#'y!:W3)zN@ORNA3n6L'I0 L"49FM*98 Pﯖ=i!]j5l1}谁FlhS6% =Kǹإ }fS[j48Y$MBF:p֮V1uY}H9mQ"ff'lɚur`hwGد:G k0:Z~8 غyJeGaMUseB@U0~IG=8첄mj'Ԫo7"))@Ёly9Fɱ;lwr<_6a1d_=jL|#Jvs-oLÝOj;C&)rկ梒ki@ J:|xU6`Nϳ 6]u2k;m,o?EtslaNV0W2p)K1ݟh 10 J"wH:5#ܧq(e;(EM4U%N]=ɂ?ȮЎx>W':efh ? DΤrN-b, 6HIDqgQ9;u.0q.k7R8ԢpFa뻺t)8w_gDD's}^J$rjJӛv7VMo>騉:B~ޓDœdY~1qV_Ò["=KT[V4MD+?ƋQV\!rcUՍ4UfT? `Ͷ,1qǟ`|yawU=@yF-hq+?p'imHq /T@E:'-6ͷp fm1A[ܕY  #Y"M58" ;GĩL>AїlqcFuEѿmXzJn!w׸AJh/g?}#rw EO+"͓5 xOdfjZ0k,LI>?G[ǖq[ĘWlPz1'R3l_BWNA,;LdY~\)~&謨aUk8W6ݕtT>W#yU:|G]n.yV1Iwx]eGEx24@$颜o!)OO*8Zѻ/FJ'>H*+WGkriPo +ނKK UFkO?$~9l{5>$BZ2u) n]Ķ@!G)FSV2frHsGK d,">施 '?]i-qmR&\i07;&=Ò+d%(Ju\t}JQ\usel3"E8Qi}>_74ޖpQ3lWкpà$Х١|%.4͊EO0㍝?o rs73jѴ '  )_2~q1 6OxDr95s F[[66 ʖwҕuc7̙ Ѵ K8[=#*"X2B3t2Q{E[l _06E$߳ - [nl8R$APz (1KݲXЁ :uͩW])UpDt8 ƍTNIrW?OS1`pA6a>(!=OS4r٨0@ReW&azSd\ȞZ8sU{A1"EE.@Wg-d) М$6n4.G=JAXYڹ$o>\)KhR`b#XZr;bn=0DVN\xG(Ѕ8F'[ב#ktj.:Z2W$8+K]Δ0CoGYZ/gZ@zJbšJ ZS; CXeѫ~hDhyQR:yֹ;zL!yRI]]3%_,0Ck85}0ס8?ސ$eB+"Ӟ Q7<~-:zщهߖaR%7p:p [ҝHfE6(@B$D.CQ˧S!Y7 ?䘳_oVkS -X`1qe.Q1VrEO^)Cùj;F&:+S_pd/Ka0qL}-Oxk:1J>pcEd٨G!=98mTعc7i&<]E /\7Wvȓ~+h7UIخ)ȩwba6>%fS [`XKt74Ć)xQ3 #@/mwҨ;/Ihg:_=^2Yį䇾\Y@eAoƞ‰PE`vs ğ U`LH?y؏(']Y . Fb.2l'ީNI.S ) >qIĸp C 4yFА22DiT҈?6}b mER'ytE:;!.W?+#;M;ɵ1u;5ȰȝЯY^sM&s|N.V :v.aۣqFێK=;m=fƇZW!"Kl*VtEF {_8p f06Ss.я~n nWZO4P5"$ڋA+xfko|Tx\6mp[n -LT-#'~zjWfU5 ޸;(>GCL&aBFoBUj$r ?*vOˠZS )(ߏ,E=|<{8e+1jZdmxc{gcX3܂sG Qy)-38Ku.utL2a!6BznѨ <`WF6C&˩9v.#XUYY/^-%aA{Ljr@ď}g] 7.{nRy$Ip!RZI$N4ncQ_U3۴ "ḾEh8h_xͦ#4"AfBpy>WQ3/x.$X XP8! E~wV {ImӐM*W 0̮P`Xʆ(*QKUUrhIzo*.6h6/E&6931GAy_ R7vaI8KR83RW,\j##E3Ѩ޹"@Yy=wW7[$`1 #ܔHXn\! \)eA.lvO|^oI4 Ef[/UC'J7D  Jgu4-|䷢>{QL^꾎b 4V%  W?=QеH]&[g6ĸyQ e o>.[vJQ_@(|38D>T5fV1܈4]+1^ X-әjczc| Lȟ對0xղx98= *м2΄<뚡.ë-+Sq-+Z@><‚27_8oAoGWH 6(XS)aukND2#MSҤ^9æ|hu -&v珵j. @ éOz^}`*`b(|h[oeYq=:@y^n*,}B%rNƖs)eJ2 B_E:F-K\G<10))A'\y).CT\~0Q b|u൥㼏/'moN=X`^~w>V#nΟQYu>>U"N0ls<%WVr93(E=r=7v\@8Sr\־釛t=Q:vnoq301u2K6Sʴ 4a7lU)( g̤5 g)@] W v/qK9 vDX.= n*Uw^Ԓ T;cMoƐV|XtP2DJ0r 3|eֵG|cp;rSŨJC"?% m#2p#o^9]6E}[2eNd ^KQKI_1O8f4̬ZCO`ip{@ansՃq7llz2џlJ n.,3L{`!OJTހy1>:K*5Cȫ1[kπ ٧gޔߊfU=Rt%])ɣhR QJD/ōlV+;Y?-9)GZ!:KԤ_2^ Ir Cǵg3þ}I*%-w {OsgJZaݭE쟁6nnA`q1Gɚ[-9YƐ4^5&[6i. $R \[͐[ifs>@2hP_I}WZ [4AR+3#xPL55bDJ-%&\k@ #Nyv(8ICíD0SIq-A4maXj'8YR?T]%vض L!B\&ӐE,C\3Z/]edѩ$)0?F k޼Pv}x1~{;!&`T z+<ȷ:&tilB$+z!86q "ۣt)h_)=/'4׎m }Qxu]hk2V40CqA'(cqC4Y$[:B0z`ġejr8˚XԢA`6ݰ&/7fdA#~lVaҧ{wKR2SLe+_}۷V^,VHқhmaWHJD/j.S28& ԑHthA< vUpmB^ٿ:LULnA@6w|Wd4ml`Tpv!dDW %M3PLw?_-t$ؖj#99.LvxK֮XǟE#Y2W4;QpBbLQ.:6έ2y ®({ߔs"~& Ƨ,<ިpEB|6Fgo5:kXf9@;CT`Ǵҋ T ,jNG NfI=2uvYXF)ҬJz,\7E}[Rp,ahF~+&ձف %MI\Qug vyGN2dlmct?o <]a!KJ&cb}xYVX|ZI'z@:<9?Pdѕwhoodu!4"Hg[焣eb/*V\.{dl[&HEPx 0lְ5?aub 2l)@:?{>I*=d0h:l, 0$-[bZj`cϐ ei~ R :91/mѳ7 <nixxN0,@/5~8-b-ԺG/ f>ƯQsi_uU8h kd5(Ԛ1@X嫉wf88r wqErgo1KKI"-O>n_E5}_qu-P{(1bAÁ(%_ZD&n`S4[u.d5E@>=')` l?8u~fgz:$/Y@n#2;&rNToWBDxo!^b \ޏTr3v fn¢TgѶTINMXqgh5ߓԺ.k@M%sI^l*ؒ9Ih5ڽZ~+DB5ZpŶ@U}[oDJfZ5[Skdy@?em*M7lC+nk> |YImk;[dFh0iSG~ZY<ڎ:fע#pnh`$?E9$NI'dXCSNmu|<'bjo. ۷/YBY"$C9ȸE}:_3mZ՗Vw7Jm5OdeC}{-Na~Cu%S~xjONܷ>s${ճ2$%ђ|&0=h/UrkXPMHM=ũQavTwkI#Af9 ݥr-f28N7v/q+ӧipHE}($ ӟPtP,I@ŧ\d(+TI?kA`(|IavL$H.ݺZY@ĕr'RDk=G_YX>m.^_ߠIȓvŲc]#c2\!AH,C~T  9/Uc~h4wȉJkB=o AL=,пL_rh{0̐f0Eb2*ΦRO#1FCeֵj]W}Y-S|TTf t^,:wؾ I{/Y枌~~zN$F W c4XFj$~`|]쨂 %(#va"i9g!r =ɛ@[5^H$257 kۚ89ՠ3LT}jֈĢH Ֆ̹_;䈬%2}YɅJ9FRZ~,硱l{ҤHvUOmFB2,0@eMwB6nh?qլ}g3zdGX? k bew}-#vJݨELAhDA=I:LC$: Z!~$d r^(HBMrpc%4[HPwE73~_'i)!/W= DR?F]7qؼ%1ɠ?e)Qyz+Z*/tA34w}.K6`Y+p4 jdA-ILٶRI~С}u,KW@BvgN0Szj OmP!U 3>?`͎#TMڙ$ߺY]lfEY5z"g:a8]ԲgzR Ԁ9/ei {ѻbu*_\aU"B&τm"CT $N'< iʤ&?, ,2N|GP9JyFG$U>K,q)KakE]IwU,ck/ҧ24ipk)/d5hU&]B;3n'b9db ua ˋ '6 %IЉFo^`cP6}7q6dy5+. JIK ` C`yv;Q␀?xnxuֳHJgE\o398%nsG*y~9/"hXR/jL:=id)mM/l=*mHWU ".80u.Atg6R驌s'Ch ZP󤐓c!y?G?VclVl00yEfQkPCR&Ndص ahՙK֫{B8vT+ cD3dLePű {~HDKf.ĕt~%յ:itE>_|VʛsT7 C_iXCaMn8JmsͰj'q?j9Wْ^qK5"Ybf;20R}6i_ c٭?-6<[ߗ!3 'K~g%"/4hMcgU҈ϰP-+3DdDׂw%)0JH 9Ew1~O\X 0jyOZ`~}>`+$@=qg 2ʌ51+Kdc-/W3SbaDg>J\AOPxqxaQJP5S$Ȯ* ,Q_S1~$) GWK'?Ug-BI"z{$ 1Y{M1tE;h|ҸA&nn( vBd@JN &kr{?\Z>VތVTIlJ|ED lXOB\jGE$rT,p!ޙ<*ǁDff}`/8i=H%gJ>`%%bq!xmW@P"VㅣE#܅ tak[ K? (0R"TYJ-r*?i|}gg;BY$ c-P 2\  7< MN'Ol򴌪3}ܠipكjmǶ-抧#awoHoR rJ|3#Ѫ!cv_lxXYLj\OE> ;)&,eM&@ۦd>|eH4S&FZ)K ڇ]6[䪢4P4Ѡ"gMoHI"b[ގ,]^ b_uLͳ5u%.Vz~ŧK߽lǓkbhN;9#F/3O?kx<߳=).$cy?5v8Oν*:U}%CpaXb\A|X>^p>/mkn)5~е?Ιt\FZ~G3`+psst_ìjbG-@ns5 G}}'>}l:N#EPz~ y[Wd=}?̪&&~PO-} z)"ȭ;^iP|$Nq0 tWm!Sϩ$J71iGUEAxroOgRaXF&f@_BZ].-2NuzA8넪FLX̵t\;@X7鷏G#ioS~LǙJg AT˖.,v~#.%,ѣS~Ȇ܎7ŧ8?$nmd'V0o V+4DQJtFA` &N6IM&\zO;2F$SPft#D{P '$S\ H?bYbaYX媷CĖxvC"ңe{s\5,I?k'Sh/j e rۍ$Q;2.{(K-!߅l੶8*>ʣ&mb =bPC5B:htroQ\0sH1|pX<;5Ix0#4[o[$4 su9.rI6dDGZ?G{8E1ye1_` 8."K3&kX ;%} =[9P M_S{Mbb6MԯLlz"V3O*REC{LW'?coEy/` f:cu?W[!)ZpA2[vP4Ig9{+DlvNRYM\Njۑu!, |H; "clpday / &axM3;= weJ[FQ'?M`@ }UPȊ2](BzVU:Vi2ƇWUTZ5/G)c;! V6T"ފN΅1-o@(pv(NLFUv-L4Z|ɌFt]SR M)esY!l'9i5.v_t(j rcy[qAc c Q|)'ma  uhK3:WȤ '8mp9,NB2s+}"04&:Z)㲣n>ց! \JqhCbe˦~j'ٽaj1NZ:d(3hw3Sj@)u2(~sNoC=%s \z[D9yLYnŒ"+ӣGyc!}YiH&~0Q}W3YhsGQj:ai,s㼷uͧ2U%$B\4/Buj 4;O9aŰ  S}r۷V;*Mp9Y?~ saa&Ҡ˳B3 z~h..puULl! H;$lE8TOO3׈*n ,![>BaIˉ>$?l(SAOZ_KӾZJw<ב;g{يmQ5GǐueOi")%7ɻ;HQSgck5inx\Ҹ02!ꚶc/3 q,N&OW+'YUdo6tF;2݂Ez7|҆)$MHfoBFiȐ27GX8Rcd]Hڧ]=#D7҅gl "Rc;/} I1#uHF襃ePp2CRV[TqZ:fk[sz.7h=X#/@XɸQlQa3!( .q}/.*>*K$(j̗ )wa1ĆǗՁXs8HÏNDV=UX(Cߝ^U'W5й,{!@E<…S0jGrZ0C| b7__ݙ'h\ |CW4I D +7ʖRue :Wn\P {#{8 ; m ^.Ƒzkr7 YR΁P̍A<8Ncx/c֝WSrBn[|.% |{B4 K] N?s+'qHy=n\{|8>3š?h;5(jOuNXӧSADjg<q^ڳ3HJn tʌ!×T6@{`>-B)CaԦ?O T^&px2E;%nNQŘv!IWR~|++mn"OVhCU\&RЎ Gܖ/ot1f5՗gB;1jYʇAçeRx9^0I0C0& W_vZdb ftȊKqRQǎjdcq@8.85Ւ 'KwUMvXn?iF/EM/z*WIE,Oꄂ)i2si~΃Ȥ^)#/G%Y3k)mc͞:ɃT*;d,йAmy##rSP°0+&'N3y9%u~ 0l LHr;״IfVְN<{U~x .%[cwet%P=N^~u􊇉THH S-tͮ\U-ƲKۓjB37h&㴁Ry:i:GIDi:HSM'Vs@G]DtO^KZ4oT,ABE -'C̣= 0j5u7~% IdopΕ#~wF(+)\O2 .wtXj! Mȇ 2]`5W,J4Fݖf%"_8ʢQهsE Dg'minR2Y"QL c[o'q (| d?9&k`)qN‹`)(yHv5=S]wN$71H0lPYNϞ~ '⇩RJڽT1#q&i~B>($w9 1/vAzAD9ϟ:%Ss6,\bPkܢet9KB _Z;a܎/msiޔi"Ƭ mhm[ ("_?{JnQ΂@䲛73$n=IcP{Mddt4j/tr(6HwQyQ&&ԽJHҳ:} 5pf1נMKCt> ua37_;t0.:ͧO'0_]2 I{8ۯj;s3qME@--ĀM,֫p:%=! L6Xu<#hH'<HɎ BQwS~e烇 r\N{B=6!Z )䁦{RK-6U>9 i}.ݼc:Q?kn^'gŊ%jP+l=$ Ƅ/l @˿V-< ȯk&Zg< RлLO]%i!$dȥׯŨ2eϹ,:zX_K9di5pSxQQQ8^19 |In3iq!AfpIltX;تk[2a،D"6OcCK$RI;`R"d Sh۬bKI~NֻXSHIHжuDC a%LMʑW. LHozi3\i2hIbsZB3iDpfYY8fژ?3"2}w! g+D%575b0U fOgw%HN`WP/E9BP 5MG@6=e@HtvL骤+{}9a97T p͜'`@pJGaL4çk'Ƚ.^=-\^ '~u[j:G<&\R :6a$EĚR)=-P R*{~iԘqL&tF?iE:.g_Q*A.yxd0TUW3G$F~%;^VOB0/&`1L?!"DַNƵ3׉ IېY m.(NW@m2>'PLfe!Jtഫ|`17=c D%ζ{0Z,z~{fe{AX|xi{ _4uc01Vu8F( HR| :GZ|=Hɧ;:m-q+j'E!3-GuJL姱{vw n: hNJ#[ #/M EKg҂$pS<68f: 2yVf A,T/B+mTEeX<p yTXUQ8Nxk״6HȬv@jeozH kX RrHA@JJ0; [Eh.;P4'qm @{Zh٫-Ps?NB(ݒqq.ʃeJ I ;NFMdo*(Q;WɌD#42Y PдhmM!@$z 8jT8o<8~]횦c;nQѾn+XlSfsbXpVp NC&үc!H4T{B$*,/=^͂8  Zf6oG>6h疨ӶT7 pfKv/SA ue5l>Aԣ%"+A[J& Ƒ҆\L2e$.s g!'L|X*/)ȝtNa@TNdڀ%xt;^%جXr<_DR;3ό BȊ=qz9ǝIY媧PGw5B͊ :)t|ܑxYLh-Om /q5ozKxXu]LȺ/?je =ު3҇PW6I8 Ow\M%W/;m܄_C$o{ߖo lfIXEw蜓JA6fXIsmj25T~5ȸzZ2iGgUZ=sN}nY;rb71$6H}Da ^f{L,1D2`NNN ȮJ|]]= %!cv,_)⠔_4wF5'0$-$իxV`=E+6'A*LQX?TWEGƐ{E@_iKzRGTծqU*7Bm:pEs).Z舽q*xZ3r&ߝZ[Fl˵T'M4ة*H̴'{B6/7|l=I[nU!$Y>ݼw 2ũ0Kzt&v$LO! hqt}4'} ('Kl//55)| nuXfVB1O$?!Fв ڠ)h bOJb(Or8w57WJzSE>ECoϣp3 ̔Y0LЕb@P}@}Ĕw5+Ϸ:3#[W5s#\NN]?R{' -5r0]gN}-C Jоc1D_BnGpSFVu}PKU=]yF.):hՖQosDYDiZw _H^dhOH(iA(49$B7k!c?D SIc"}}bǁ|&ɃVg y1Txle>rE\ r8;QcE ̈́":3 6[g~ٳ p0CcJ=Qv3`<)\9)j&EE3cb>?Ki>̥ H C w(+b5c|)윈% k)X _N;Af]3hJRyD,7S9 E =Uޒ ^z`ASHW/pCmr%*Mhe/m6鐡6衖}׹6Lc-X[fY 0y3!b%Bx bt}_*KO" {bfFp@n3줘qC\w6L24PCnjթqc4!HýCV縫Cr]`XYxZs 'U+I kڒ^v&1^N遤 kwE&iKL'eNβR5!f }-Gn "5 }'e綗,@#7SF~/'OӍ{#LD>{NQ:n<<e5$Ӊn5C->.ĵw @fL%_uK5b_IL *#f1=Q \= F,"g>$]8&#VJG#C93U?6"49#z$9vK R|[Êgfd 3}X <߅p0`gYC=WK$w5{ >c85BOJUsR?xx508xCj6}ձ ˘bT$} .jZKxw2}M.,~! )z#EbޟL=#lZd&di H#"B `3̗h5һi nREԸTNcq8|MᥜQxHzmZCK/WK豖1Tk?|3J=BqkBou<krL4kx{h+KVp tljB@{ljk_PxT%wRۃ;>y )T%X0=أp.R TgAUr:BV._jmK%xM@f'VNli Uxgx?2tY P^Tp O!9f=4P!\ہY|976N? l߸ZxwzTrZQN&dU+ kGnmb^eSW;}`LψYigm1()v݆/y|3ܓC}"]wrźΒEPBIx+sa?-BU-Qz68U94O*~?Kd1 =p41g8/:,7ٳ y̺x?S 5ZW?³A0b)cQ{e T.Y$T V@ЀEcӁb;" @,ۆȓ jШ'OFx7!ϩӴBc9 Pq5J~3 M&V+"P!bQ#8C'ztd,yZ;G{ 洬#Uڬ)ypDXpQQ.@k@S ytB9 df.bPoH6 p pvXHce}aϞ8]"HvPrYPmm%dÂj "PyAEf {k|?1u15㩞ABfsc'F|'6*TZ>ZB_>i Ӱ6 GZzig$|9ҵVS]0M.1 Knj3U<1?s+&"8X38A;q03ԩ p38GdOnP0ШvJv-fpz}4Nxʜ jej 2fmL< /o~2;} I9شbPOhsk-(E=c\oFg\6hk4֛Beo{*MDV5sнzѭs D\T>5nCoPmClF0U c,'5݈ՅX8%ȕ鷃Gd/p I'uQ tMF{ |xz֦0?󗛘RYYy"Z XnO[z6[̹FF熵)ؒy"oBΝ $kuvTQr?lDY\_dFsg9aB공ֱf!ҽڧu0xG}po: L+n6Cg;pzRH|$MU$GdBaI#KCO֟daGҞ dgew8tqȡ&zk*F- lb%]ԫY!?SMUjMrɈJ./R3.4}Gmgˆcu,kT548qF+vEOoTxc zĎ"K^YlȍLqac .*6}6f<ʘ|V"XduCpfFn{ ĕ-&0^e@;(qnL'C) !D4X@3ʦ=Y6$~Gr+e\bNL l윻U%.񲍘aA&*\ ֧͑+>#FVEei$0kWEd|˽턻@+1g{:ğUh^yW!1:yD/)ƜmM"OuUtܸJeUx+ͳ!ne*/`p;o'$,aQnN`VL{{ڣM7pQܭ!>95騦( +XHQW })Ǻ=dڛO76d@>q e[Lg#54.vgMM໇9_;JC ӄ !3#l%bapyeq̨ZO cE =?f&x/%}r(S|pT]E JWVe}ؓ/U _Wuk".g1'Q7es32:~&f7Wԗl%'#թXo4JKIX$s^p%N,Q[dWw!ԘN{sТn1KQ|zWDwHx݄6o7e^zQ\LM/к"[0rXh=@S GVFe/8o#mhftv'6\ȘB ߩwn"X&VxC f4" u0Or!ȃи<(h|fX~*Sv38_P-WխUyN/^$+(f'pIO9E"g-]vu~;f (vѻ?I'>Tuc}D."xӜ&(Vq C{ x*Uk~U}iA社zB;/&`NJSt5tJWb0sv4xX2 N:ZVЈ2k~zL³:(O:(;@M l%rAY e,<߀ ~$Gt&z)+;jB*zgϠ3Yfj(lqU$b#BDεOMh}dN9hv|ΏQDZtZ-ꣷeF J9QP^/R*kkw%n 0 jG"MM +F?3Dm;;06[YIn<1 ܋lny&4ߤ˓hYk ̓N2,FHCF:.@z.ɬ{d\.@WZa{<3oVa͏v z\F{K ; &WwkP9]P)9>|Q| "5 f[_R𚸞̓U+]/~ZDVyYoA}[pZFO Nbw w}J3GLrxh% 8aE?cIޚ:ZE<8HJSWC7;MZi><^ #1HiS@-ıM6MjRZYmMq k:h w]X;E9=`UmZ&zG<~LnPB$Riý_\(j6=hT5 NP-*fǍi-5qzGmH~ytITZTz;h+MYj5*T(Ҝ hKuz̧f>_ljA^ kzءcnHX bV5 $(.2M [iX^[$D%уQȝcwB梥xY 2QҺjZ<-Q7$Ml{za9uo+8`x]VsMt\ul.縔P & 3da+t'_ySXP֙*8%fѫWaE.Qo"Or$rIY-pֹ`0j^sYF rwjCpd~ÉY,Tw>>Zz=lrJ&iJT 227Kχvp3ʑ HS RłOx]E3`+Q70G:y7B.Q$Tlkʍ\^G U Y}%ӆQwfEG<ey,A&ZcQA 7zqtk JZ`A E#4!"d+W,ʬOۛ(3Kt(\Oɠ881{ZݏycȝR"(s#Ko/bM;9ruHr"4Yan+6홓v[cRȪ6>$e je+N+$}0/hql`{܌_ iuP0qa”.mm<Jd7$^xJCer?[_D{&1ϵbV*y' "|d19+k * v"VI *Wݤ;5kvސhՊIo<Eeoૐ̱ld4zUA-8~@Bk co%EOnTC{XaV={?V-ԓ I4X-3cE=%Ԕs$G mXV_TsZ5qiz`jH|Dnt~b^*|C(Sg4vVcߍ,bGSHr^a4//>)]i<*itTch~2!Ԧ>Z4RgaBާ?ޚ4N4ܣ6U oQL_F:(]͝{I_lyq1EY[Jly<:b˃N}ŒoLK e?f_۲)Obf.@a )$,CpT>IJGfN䴻bPKl;n7,>`֍P6 a\ZHwzo)lDZRL> oiCq+u:%.]'KG(_2`Hk6=uvb|WM^>'yVqs3Ѣ-Mʬ',>v4b{!Cȏ Zeo# bƁa 옩'ܥѵ_u\>owױ;>/}ƁLDFIS4aV^cAR=&DK7;E+j(ȃ aVX#YpSbQ+=Ac ?U&(/hV?Mg|*=BGRȿZ)&@/;1sѥ[|n~2)=ܺ,f.Rx['Q_%I}zp"^Υ0J_፫8Gl׹C Ҧj'w"|a[9i#<p[%n( ]}[璕(Khl㪙eeTl>pWQG&I#p˖t9e)6CJ|~t)F7Y>' w=iA pgPVL$O/}k2W%߂;67 E^K ^v@աF)4g^' "ufcCC,:M;KFy4F\6fw M0+"NlLص.P1̱EW !73|V%њpD3pRFPC÷Pٱobutf; @;MX#<`۴^ZkPh8#&8LkP!Gp\n\p%#kT 1Х%j޴5бrȭkXۋW`DMlөڹ kG` %#!ȍaTrٙ= v,4܀vf&[lpq^ƳΖX__V{*=^?r-yd`4B8$9e0m+3wl})Tʶ> \Q uYj4]c&TR,:Ib3hfAٲAo5ؠi4f?oHFlڊN{Lڲ羆Zo떈򖒡G%36y J,apv ưtn7s? 0*(LcjV鹰fπÇi \AʁʗiZb+ ,iuJd*/Gpgq|v)Pӗ]u6C(ؑ 0i6+0gE n  BhSwroRMݩr03cu!omKX1`Nwf<!&]ܮT ѪB~[_$D@ e: zD,9Mjɿ߯Q3|~ݠѨU='q^b8⛆Pay̘M-Jql!&ŋ_sS@7r}(Cٸ a1ԗ|:6vK9_D%CG|F7X(efKN$={ك(Ϋx5c m!x9/D8QJ 11G#VBw9Tk/`:m÷X{hg§$uOܾM{W 6V!Na}7l:iQPARrfPPmOfIOJǹ}M'4|Ƽ7^ OA.,AOQ@<٩^>N,Ƃ"Adua / \@=u0O4b-Nq5oD<4ki[fiG1HNጸ:X {aqa-/hXV6KR*=mm^e#?%Z?JO˶tB*KZs61AiQ CZs 6Pq_(yO$2jݚT8LPh:e*tāA7ZAmzvUƖE U4Kՠ"X0V6롮 vyUq%'aЭ(YSM|_q)H]*nRͭ`i %%N7ig3k,*{SE 4+h pF<kWX_`nRP,W,7>;w]U س&$MBƼ}Os5wLR|`W~ n祹NCx1UJ[)Ś7םbM*# ikzt5~/9ߊ5 XC-v Ū˝D}oĺY GJg z,4H=*ߊ˲:'0:Czn jhN-EJ+ EjBl-BQ3ݞ|yz>pkTA_O޼D'7yQq|l;23קv;L {Gp*Au4)N^)[fL"݇$=({$HYeޑjYLi+pVb!l]?)Qc!- g#1'c!:iP~( tA|UXb4Dl `a:[| PA" e `֐ԭ(IYEg6c rvxaK3( Bi0*%Ѐ7dwLeþ3A/5Yk/Z>נ.bd,HMZ/- X}v5~A_׳tn5ul5LMBfX+M٘1iSز(0` ]V`DUzRCZUweP+ NZSUڌ|'U/¦Ŕ_=rzLcTFO2Y a@긏d;i3qUج0}g15yRg@'\%hfհ%^ g6J0Sr$r"mXObۚW#T6. ymDķ=,6{iR0j[Zb!ΣmD?!h4R>JaCmB/օcNC.yh$@n84r b=`J\mHa jт^u?証=]].b$j7!sO8]84 Ѽ?8oYh܅0'RK$dK-!2⺲RV *5 Qw iv.P<$;{du ÷w[3mgOwè70C ŵ@-88dx0OCM`SmW'#Y霸7K/~t9FDX?@ל#Pdd^ĘڸDq!3Lt=g)@u]s/_J\g&-Ÿ}2%3+k7DQS\1Gh *)lAH("sY172,aE )10jtqFO2sZzY(\OUA^_}v%@c DK11RF'$>0[+)AbwE=+qɲB RҐrk[(p\3g , >0F͹oynj6H`n'хkBVMtR"`O{`^vv\G,-H\ƙ(\Pfah{!,Ђi 0CJW UUt9 442;1cVQiH jd'Peu=oP nT Z)Fx=۽r4{־*H6[aY6qT^Y&W"*z'vzBvh;k/G jiRs({tlNM 貒Ox85}5y7zAJ}K7~ ! Lx;%>m!66W[ϫ5pB @5m+3:-Dwb7zzi9X\VD焰:R丽gʌ7KGT|,Ui`t&? ߮ 㞝N]ۤdj:yB1!ZXTmza$-A(/J} g# I-FQ *k[vC3#T|GoPM܊ah[3t(jnP׊?םAf-ظQ$$84 A)sntp[J1ibTJa.kTb^IKdG56A>§o;9!6^g@IY1`=xɃ/ 4',t<\QopW|+|֎|'TƫI/˴)!tsvyZHWThHR Ỹ2+<\{хԔ~袶瀷 1?*:l'7:TVo3#/'oCDw~hKLBAaG-Gh9s8V%XE2AY>ʎ2 i5_^W<=Jjd{Px6cao)SA:FH&Hh{6NiWgwʆ(y%ܪ k몎D-񈡻<ז<|%kX~-g^qvϮXSL=ކzs-}aQ0?l/{4+^ϙI)0MoٷH>)LfyPӵ%OnfqP&չY/oT!*izȇ3K)\zJg;[eQ[)ezI[Ca8ajqgXg2U()a)=ȬEcMCOh ɓm&FR/.FI@me2CPvOP#Lk]U7wJ=TKO{XE@T炰ɡ7_Ɂ}#IpD‡tn/$؍[٩HRA?AŃ?ol+9ӾpUX`Nc2~iO{qGt4s-8zCB o5鮍17yZĬS_9_I*eQM߻?*ŗP-E6*)2YZO4pDIf׶хh:^ua" b<],Ա(|:-xSŸsyp%6 {2)Wy ch)^0Z>SR!³m[E=6bu5X ~1%B~k/NOjZڞV(k[x]7C.Yw%r${~Hoࠓ8ƃi=1*X?@fjLm)2hK,Krt@?,t0v׈8aQt_o\(#DR϶͸023W>6馇4/+p;ԾYg +E<ӭ`IM5D%0(0\'9oC F[῟3.ػ;GHFW2%#}h~zQzIWA{kΈ:Z 0sl?ZuxLI:pDh43DDm(0 pиu= %S"5}*6=\*b۽s$uf¯,W'R"ue(QRQQ%Q D帔ih#Nн5bkv\v*R%A %qF{ڎ;^.+^5qK="bIX+{TH=q 8̸ě'aVߐi8aeDi pn7;&՟~NɀWכ)\5iS4Ht ̞E*3X6:&zcT}uTrXPx6:U.E-Zlܦz hd"7|wX-,F*2ˬ7#{\VؘA, -'+2ߚ7 YBzzxmHt/6*8gpkx"EdxN4^*щpxesDhIwu?ؼ O Y_$y]|#VǪ8Y˻w.42 wHicڒVRA&.LXie*]m.\Y8CђQY\ " LXѿ8 ?rlacɲw|m(aDs-q)!0xKo: ڡPVv`MHA]mJb TKHΟ-j 8;]9р1[#9)ťDS@ibϡ4჏۔ pK}R8/7RH\siavvJvi`UXk{F}B=ʗ|lKgH{B"$fulJ^_}n>UQkz8f{=(bPxgv 'bh ;'(NXF@pYݩ}6^TO?O%AÖTk}̐ Rۼqs97U ILdxDY02p7 f?MaGH"iDq:(H Ed3b4N٩Gj7(2gd^AubxxV< $?O5蛏]uP-M?h//dM]&>YɁC b_hŮ "|D,܂j3 xKiaUR~WI˄H^L5-ukQTڰ*Y`|L~SK"aO5t*rẁcHP:c6(̞"Kx5{n,CϠ'X/XewQkdb0-f+r:r$+{L_Fg|,lw4*;HYi|N;r? @s_o,O ri"%T#M`}5pbb^CKh#Cz]95,| /jȔ *c#FD NN/ħ&IÔ[tܳ5T#"*q); `*ʃ]*ɮ]t'z :ʞ/7Pe~!VaQ;.H(r=2R$~ ը8^N>c,> p"oE2]˵z^J\<+(Eq{,f33-|:䕤q4ڋ-f /(:H| Nc,n};WyPgC)pU²1udSQc> CmiT00(93ieG`, R/ᅁ=r"{@pǻG/~n'$AҖ_:ݝL0KD n(؁F`[2m!ωC MELG[H"]Rܻ݄(*y( K W=<ȴYDzK-;W1oխcXr,ٌd$"q[LJ7^Y hm_ x/Y7(ί:Ng4Q(ن&1#vY18и!qFh)ſt4ܙDU]edG[$轀/a:M.^K"4|"_Z.͉zA +`8 ǂ)yM} xxN F85T3RFU{/K Wbrp}g7:P#[!Ww3^9#ncNzFMx]Z!wANj H99)HQ5$X^'/N%Vp r-űN_ 5bRtZڛdVN ʆZt.//at 9eIc"j98$!y%GZ4+T[:q<ړ>~"?ɆN"07_㘭5˲*;7iBISKraܧKJPEec8r'FO!Ab4 wkMRӐ)(T'WEkL 0wKY{ \8w[u/'Vgt[IL !fj-W}swN0je#`u%T9wfusrtsb&EDpq8\oYg&U͕-elp̣wG͂mXm˶ 42Kmd%re3HWgwWsFd'k,r\p2V'x>".'Z-#{ // \y8Pː gZ_S(@IB+9Ym]>&K`!mzL2APwQfAҾ$6? Hb"ܩT"]PLyg[p_7'%cvKJ'| q܈!˘8o|Ϗq[ofZ, ӶO9mFʼnk=Ib\LJO K٬tV(ԂFIsxg8rd.ӼVC0nf¦{8VA5GϛͿ~/OyieĘ7Lmem{φ]~ j$l-L"{y+n|zY_[`,ωDUm]X~x3"Fp=O; f< pU{J:+*[joU1VDb e Jԛ-x8d4SV0t~LyUՆ7N̪;KNy{+n %#Zw5A_|h]Y.'S3_H*#>TYwkH2  D~^npzhW2ʕ>>Q z9,èU V_PFg pܳua /Nk$0v]@^%աBFaDc*"dW2RUem9iUP羐lI.2"Nh 7O(Ӷ܇'˝+xbWav7+iahvw(1:[! " /PU#瘑Ƣ'zD a(jCwdktm=@ ^iF!I+n%.; C_>fhq66QRj <)ć(i$KB8.+&ߘ$svrQ5DIgm QO_'Hp(.0}A)0rb;@1o{hZS>^o:{~-D ǟs3򹀼Eړ2QՆƸRBzjIhBߘ[CC]b)ʢNonb {nQp 5"]dP{UHT8>ţLvE^Eh *lK.ZW?\|KʙySrbuu G, `;c9Iʁ; [8sP'55ZlI ry@YkR'TDcqﴜbQFXxi·_d8HUMd9r_L;3ޒD,._; N >cܕ %8y'nήHBb1Ϩ'}J g{#ntT{2J pƍ`Ac#lM{B B,Gt {y*gBeI.6r_Xr畸5T[V'y>i$e'o)GC\>6K=3U$97Y`&Q2;JUe8gpˡe/%?025hA<[?[7,PVeIxN8qqpy^c 3GU%@PgȐN4-\`?GRiHUE 2^wZ0nW?xkVc/hdϴS ؅I!sQ;uk1zmO֢Bk! 5ZL+{V(ů/-=#w qkfȯAg}n ApQ< O-fc u&IeFMt$)*5/]ᨸ?*1BajHet1>Pj) 6ϥWȀdžGpWDLDصZPʃ1N Oؤ`k\)BlvXH'PTkik~*T!]Bfa \IOE.T~6G"!$BI͕zVkHq1j^z5:I;->%Toy=YAoX Q :PU"7 q…aUڽN.\ʜljm)28sNcܗo6҃ȟΑ8jl ֚[5|n_jS'ʯW4i ]ˇ. qo@"^~7HahRI"ڷ9wmF*REev >H% &8< D[>…_u؉)e |[obhV'&YVO-qNy1ջ4=ku̩nthKtwUt~ܠbE_72sFZ't[5T )N_ϛwAB"5  ;;EO'9朁HuϏ[P=Ԛ6M2BXpBB=zA ،8{-q㕀 dʟt-!-8t()4lqp G$Og3j$cM ?Xc3v,5XV``m??m-!1 Ѷ | @!/Mx7q(9qn*y`&<𦦷}hKYPEQ[&. K8"{nDY|h*k]1+$spF#^##o6z1O?B< 2) EL0~9N aO9k^ T;{gQҧ^Xإ5rnP S#OoMP,v>m L6霗Tu8ةߎbLa'-<iHA-2G\ɮuO&vesٴh- J󇗑fm$Yg3Qtfqc/+(2 k_"k#X65Pd V#x>zyDܚ%dyR)xRi*uYz楺yeq_p"*jA,f*Syf\b:Z2W%RpGZnr`?Fv/ov'dbTzkNu᫸AA4NMI{Pp1nMQ0> 3k 9oJố|[$FG0e| [&h/EJu#]঄ۺJetvI^z_ Á]/h[%6y#ʄvM*l&6@j`CB'.uxw객naUyY`KnNn MMWa,Czyz"^ \П v]_7-sS#qeVQZ aNŞQ]c#ȴ)xB!mG[)Gӈx!4缂QS HP` N}U ҃đscZ=PTRA"]v%;>9zTgv%e8g"eϦI W *ms',yfs>FS!Zh^z۳9L%^F饗~|> ѷ]$x3$ueΦg铔ߐy1 حi[11C cdfL\-oCB&%`ot!IblX[VcT!c< od%h 5|=ku8./_VB ?5\ зghM BLἥµsjRASu[$HL[Yt;Lʪ ~گKRCu%A{&`ʯ-oPE]|d4 9ՖTSSx~J \ʿ+u>igg\"3opg0y!;hG%'rgPWeLd&h{,m1m1uIǥXoH咵h= ܰ/OANeVo:dcʫp"8m5 ʵ-3#n=0?.p@{9,ajB2<0sY~C :*…0SPBJF[e Pxxze>r+#X+qc1Z'.ۣ2]f}!{4px8~+GEE  Ҽ~"z_.1(0g{1 ;Yl1FɈ ˖\=2+I,4m3DhcػtZ?~ٔne:3>F0wgIO,hwg٘aV1 !Kyxz>=_ u]ԪJBHb:qx\T/abη)%\M% M[V_xhٞuG⓽^a]%ro/Ta9a dbSoluzUKm T2FѹJ,H&`kR92v-f0$5djC%WZS+ @D 3UIW6մb a*m`vd!Viܗق^9l*W#7JDC/0*܂(ʚY۔rNs&]A)1YT B~YZI _Ib@evc>rgpPRpnzf?UOtīb _}r)R-ܴ:Hc$e6(QAD*nyII4K}.B5P9]!%2Dyj`HO)jZ'Q(lmH26r)3SrN9Ѵs.­t-On^>ԪbNk)^:?Qm0 1A+ZeMLyhHSXbf0]rrr[R+D8GN!9< otJ MG2bf=|TbijL#>CS8BMT~-}ė ܖ}+FYǧGlH 0FņEqj_xc}x9,&lk] TK 3lhQ[f蘀l a|en6ǤUOBdŝ{(^\MpQ 5\WRuzPO.6&M  ɰpIao:rEeńuݚ/0c+pc9=ZR kǖgЭp,#ٔvȥrX*oh` @,7h[3AǺ)4T\ @Z5QL}-"NH>|~>!xGs҄o( }uYT`bꚵʈlXe\ P`u%D{GXj׸c@Z^2\/޺O4[yA>鍺"I'ρl} 8Qa]BN~kEj?h֜SP ]Ir%l ,)0I&U hgHDtG%z[_B9PD[gWT&jY7̅LXŞxi,^/ > L~3[GVByPK{R)sf8pǮ}{xho'oo Gc_t%F+ObLv6 =C`YjW7t W{nIx =h%< of#Q-cI9}ldx;6Q];XPj˦p_ KL,{?oMV+6k\'JN޳~ # 6ezpiƍGJQ7iݪBoVaOd\\U,y"; ClB @ )j^":Bd)pbL4CbB_% ?beJOx_<* cB';]\X6Ҳ:54aꢃf YPdY< Jq`64H@N/t{׀k &wlESxDyjb E%:Z# ʪ^5lܴ:8ț$[rfP:CI\=B8I*>؍av@KݖYwj`4Yɐfeu*0V2"fm{p$8YbN%"(ewVH&4!T(˭*#C;E'q{ϤE,9ωPp`lUTLB/Yq*n̆&o XK$9rvI@PTq˻Yԭ&r,yxS !>wvy'Ln=[2!oH6N Ʌ}._Rl$ zV97TS^DHZW%Rr;QŜe螳^)j TI/04\j\()B0Ը> g|qs?%-|uhH֪wM!MRR;5:3T٨0Y0 sٲ='֌&M7Uż6hDk>Ca;gsNK$E-S) CoOƈ fN% 4n\[4':,mgDsV`4|5!Ep'+e9T@.8VU[Vw%i,=i7W] B#wwͭ]h/L<iz#<ĜYEjZ٫Qbt|\$Ct, [{?#{ $q_y]Awm ^w6P#< 8?tv-Ba&Q&K_h5}mȩ9kѣ Hgڐ 5=+N3cZ62Nk1!\a8;5 dDa6uٝsH sUUyb=1s#=bvJU)Ln:;&b$:͔N}*- ]6^WqKӳ{x7DP7P4 ^TO% o؟t "?TQxc$; 8AamfUi !Υ\ ݮ`-堩V^&;_J53Q I&a-9O0A 8I63;P9#9M'Ol^֙kB3HN~F70L<43ؚW ?EW̹&51[ nV jYu1w;.#I)cԃJJK4HcNYb?GCWybyD8hЮC"X_ґ3vbTƟ6A]  zv.U>)K+͛ߤ1ftTT%}{g ouD!6waKZ $RSu8˽s+/{ӱ<3+05kɢ;WC)EaJJf W##T'*[` 𞢏:x-brwe~r1bM$.t叼SGV?;o2N:^T _д+ ֠*5FLS 0nŽ[g*ӅCr6RHmpC8Zfr c= L;Jv3\0U<)b'aC\IQjjO6 /R*Jqkt,,qN"*_ps%$Cbf敼jHUBpu( kaX.ĞsABX$ż[VluFC!5:9#af0;~,/T蹬mXZZR<'L Z P%==j́)#h4n&=^ʝ π68?),~I:}ǤmɄPAWll_F- Q*R52o=BDY A9£ y.(#vS>h1VиZ`%Ĝ+{𔘕2䍔r*cU_8 a嬨 񗠻=k#(d'\<ԻlHܽh^a䁶Ű:q}rD 4 ŹV#ݒ!ax(\ι,U =좩c`hN )[+POxJ1w_zC愺H!#b%8 }Zy[LR1jZz$T䰄̧gO1O(•F_| Bݙq9Ae{ DtOc˝ǔ\0CUl8bך܀7Dc?M.{-zK,`ZiqguPBT8jykx]0FC…ԙL*A *{ kO̊^eRj@X)XC{qrG㉢ '}a3E`χ:DAl|ϵz7 \ 3!ɫˎ| CT5a lU `@MAQўñY2| K1"<|fSmB!@n-]xζ#v@@ZZzc@t7ujj*Eцl.^9eͧ.X+vw-c*cGԉin9q!˚=fdWU W1Cv텁w:G/<2~I<&3tȦT?b咻rCR"U};GͿף.>/+BY\]; AAvd%c>FU}P*wv-%  ̓ܓC)pBB&lEc/ܾ{{Lٛ/uIBN̬@af9l&?TId׶ (824Oy'#r ?jv3yU^|Tq)^W[n`9.cG.m U:S>q[B>/,p 焯xxaN#tg)n_eA 2T.#dIDզd;MCdZ<2KOIHE2^_ sRjlн,.>Szz+: 6(SML08ut )" g[WX*o=N h&h3_Y+P]cS׋fļD>>o0ZC!?:rOC)m ߐ-.c?-X#k06L~b5uV Hq/K?{YQK=.2*>Xy 8sQ `@D7Yv 6PX1L>nSY6G}z[>_/ }p̅[Dz a5W5vTE5U|o7L|,(}|,Ďpw{S)! YOM&&&!^ M!Fo[1qP;32xb:E[CIxo4'mnCpakHx&x=(H,Ȣ $! YovO_3C2\#sp;$"L+ك d؇K+=Zwit4s@^0o-+ I1= 0<|/ eN6]9_˱ {bt?`e.$ZFu8+f3g'6<ܐ9gs%)h~!I:$,.EblME ^4P?TݧX0ds ̬bQH}?IaW_e;{$z*І $c <,rp'}Jayp:h˜$:;QƲƵ|)$o$.//U8;HGʹDXg{tV2KY28Ԁy=Q#ۥb˞w23b h_Rk,쭜"e@c^j)1W8nR@Jx>&dX'7z) }XR23=5ڀ{D*X=5"p{mZ 0a2>5Ջd<)tg> QkDp_YSRm1Ztc^0T"Pn9 =׸0Vy]l(0fOI-k_ZCngYTےIz}N);́F>߹~HX Te yYg:RoP*Q\p 9cfӮXfe8ĘH h"bxET[c {ҎdpVZW1d|u|KnuYZ-HX'$١.$ZmO9*>}I!j_iz[D-&`\ k  W `_ pecroI[;]͟HV: :wK^"t eBfkOqXqyXiTuII20/Jީ$0:ʇ)b9:6ӵ<47A[(z=X9$H*O|CmMfF32לQ^܁o06Ȗ\uv9:3.٦cwaIOi|g^kM9;&Qf1p>K4^N 4(ųׯaCV CPMLo$٢RCt45Npc f4DJҘ-j­%7ia!8EooX˒"1}I8Qsᔗ*c "1<  OHSŝmJy\5FPXsoT#TVÁwٲ"蠊9잴7tlG/on&v ioJ-H#JXDn@OjO(  cB/_vTϙPQMzԘCjjYqTBۣ7Oi;} ky6aFd[CQ{eDk`J }]<rajy{-oq^vH:#}OC8w"LJq aԄ2q4%t (c K9pՖ2FakWW,<^:GݏzK n+ϒjKS!=*%oLGԛ·Ǜ&uޣ ғ!ZmDد%k*,M؟ۆXn-px)=S굠srߓr0]\2]`DNg$3vZCCcD&e`k !K= @DRG0='Qn?ޝz XQ߁LB:^$4x6KΛ4軫9aEiEO"2x!Z G7IR`X0w]gN%a_/D# d6=yOyj^q+(WO^$PfV]?ѿI޸{'۱G%s ́|z nGhIU7?A1i~&YnlH@hZ.Gc?IEDs,XOd]Ir{9C,f{YWwu^_44sƤr]˪0yKlGMv(0!{JWYr8Μ݈L۵^]\j )0 Ö҆4Q j۽x¦{o6|9)+Av][ Pme ՟*ya5fqW&EA`/(KSz ]6B:^f0Q3:NV_)JIrAv KI2H0Dߔl=Op7"zfq/~ˬU3KkRGowkrLbwFGy5 uk ڔ1J})>FT['O̕i֝ 9Gr\T,a#>0 *%} 0gL5mEonj&rNGJܽd!n\Od'jbPZ+n~!{P (Ŭs'/RwȬkVĔ2BIvD%ju!)d:`-T/WJT5|&`kȸ޼Q!QzjdO;"Wc#ΤT@{.s^^~D^g"S!xXlEr}z8X:gCwj'lLbLy/E_52-M?'yT$D[ePٹaj=LSe)4Sfh"fH PݳS~6=h&Ea4 " w: jg~} _'y(Ajٗ/!atn0?~Lț$-$Ԫh !]8 7M%;AN8S}s~ZX^To2 cb󖥿q]lк++}i_NdyE$έpӟ qCފ(xsO^edA\ _'?|PvHN4{ " 8Ӈ+rɻ'Zps8Sb)%p1bȰ7K"|!A䢀KsaA%+YG'}@DX L;;56ܗI|ſkY?& [\-F M8P @[+W(^U*| T1q${3D4/17 VG8|н hyJ8Q#*Udh+s]X:燆s1/osrYk5WA_lv*K%cqnJ\\#.p4>`.FYWloG*j]vIWhtA897""g:ҹg< f㛭vZ NQU]Hvsbp$p2J][3FnBOfJTn6ߌ#-ng,;(4H%&ƫqv})U?HK)kQ7sK'" p#d -^ SZ$)i:gưj7s"32s^* 6ɏɥ~asF`뿲=rRZnP=L 0mj ]t]2ww;bniȼв>UV9BDT:',ފj+6DR(|I(U6^:$p%I-$ %6Crسwv4D/:I0̝@,, `UM7@kڑ:dGpt,h$fWfjaܛGbg\lqw1lRb#f4QGa%1c5ܵ)?{%C5ݮi:F83Ʊd+΀}N+{@),6eU ٮa >Sd۾lM.NŏqY^*pDfy'ugrh1 4J:8$}\0܎30_n#ţw,9KbENڤw f5Ec"DQ\/@[B3KȚ%"dnWH;O?|9Y&$lGÿ$78WRn6` hr\QwB,kSd$i aJ>!ƍ|w4?@q-w-٢ϋG1z/feEeCr^[?oƪ;t"-g9_Gz"noC kD3.DQ{$sleE@3U_u,~(7 ~AkG#βyN}{m |<%k|ќb t^fdփ:,pW׹MG2YJbnB= 7m |$"'Wf97Ɖ `nsI"*jpu* K |0~Xol? nm=tUk~J|p ?ѦRޜ̝WSj+XwOX-v=T0^dxS޷ L:_SSO"jON_9rMUU;O#Δl]Ay!#jn#`^"P'Հz_9 ӫ-ں{hꅎR@oB(T^TSwJ#eq}`? 4b\e)^?7@3ҘT/|dJ!5&l`/K4O^¡jd| ? f؊`qtIנ`Bu2hkuZ;k`x /$fx ږ8 TJYY*x.a2Km";tpbz!w$H  w?UyG38fSҾXR@Hhwcc\@{NM⊾2Zպy,g8n?E~(3 D{QqsᲩ99ǓJvc^s /8lγgH|^ *pdAdْt>9,,)ʺ]2|ז0 _hۃ=hAn۴lVlkh&t\SsM۵ӔQTr hPLoW]רّɓ os1ka/ie >,lHzwťUFv'\fbmt6%S`v:pݼFG%dwr-Lfo[ֲ^~D?%-e*]|W^'vB%2=L6lYX#1Ej'#Ƭi̔$fbe-CU5g}4S,UCMOULڎfCF!'he}a9Ȩ멽1=5H5n;`]( J0C *\ L6;w7܃#;:RtBooNz&ÎS̍>` }CLzouڧkeN̑F̡/j$+RaihrbiI􂵼`wtyԟ'DtZ" ;<$MPă#m]ֺx ,%6L`eMr״ɒJڨeO3nSG\A4-?L4 6+q. "&1;Dx>3Dd@76.=ĪF;G>#›.%ӕl],#Q >:k.N֫G!~-sq> CD~:  #4GG (dFn"u7bpr12쌢Sb4R*}΋ׄp3soXEIBɵ80Kz@q4}L*2?Nۜ%; k5F.ʟ?(GöWDBV<^>;H {Iz׀&>Z/{+ e^׃'oGߞc.<njX.f$m$ّ[cd>صL~^&Uycn3o#Ehڰ;|ڐ]%loHm.LLv2"rJR\K52Z̥ 7i,\"q\'=Z8AjEO"I~rwc۳0@x13^]j:[tn=@oڇjhLszQ/<x?_i&o^#3:Pf(R_Jzu~hWFc8ݫv4d v틩}r*^+WG}YVއC9[=\֕6ǾT'ؒ@1FHwtYeX8^?}Vޡufa4()䇔ӷDARceIF^ՍZ|F >@75 p’HAET=X"ݫ5a6Ղj%^e9ta}~~~M; ˯cbܬ G,٠89uMtM%HBJvkxS- t T2Y.Us;{ba#ރ8,V[ BŒ 髴1X Q/_Z +uCo^lƺ i`7lp<ӃTXҭ{'N u5M]@`;[MZy(֖ao.RvA):lgx:Ԥ6Yu˛>tsZ #\V6j/}E$!aI?yEwyA驈\x;"'їw^ D\悫zCkN"H&LMɜʸ%-$6:1GpܣAZB f h/nfRҡ$rpA+&s/ْ9N2CQaEJ3ea!0L$&A+2,݉]-<quiQ8Gkw]axU|/lzcT6P-9,.+lʾҭV `)e?eđ˫*!ٜIԮ4n*-|hR˗FVZt:Q5m_E_p6f7->Z&1kU:uM=˪dﰷ.(0K>XA9qoPV<xtƌ1r)WCg3qp`A&8~\ah)YkG$_{ԿlLaS|DBdv^ [i6Py|sk@cjNq ihr$$:Mz |EfD)Pr"+?ͣٝ38w=2]cm3(cl'Ya^w`%M箪FG!)ۦot.FHԪ)1Y:5Ӏ`Rۚ𣙒Mg|;Xlp%_b|AIvs#(eIq YΙO"};;g{_T3`qF3}Ί6K|uOO>gDFy)=h\0N5 *ёyDű^+s臇8@7S,7:cybԅ| xZZ`-t'|F:BT#^RyG[A($7JeM_=X%]ݷDnq;!KjAE8 \seY:hB %cY[+caRNhOxcv]6&0W@ݹJ\~*N` d!}zAjcuTr}7P݁$XZ@x=K z^ !?}̳aœ@$#XԿ>E_}ͧr2W b1^3XS*O1OJގxQbbK5 $qPk@Y+ngY<yǖYOI)1չqxBF{@}YD68BopLt/"f@0dUxt"wkK/@a0PHF̭ћoap.jZTFK5uh&O#w*B%q"`1H{rzy.caPL'`OW?7qQ{e)W" zltz$}hGb("DKwgLg",Ń,鶔w2'CgT9+Vl|Bd6p\@ՑnhBױ~A)l 3<6>F<db@3J!ȎIYgl4'%v "MoMl3c;,7gqsi~} : 2Oݓz1ʘ'F%h̛D3GrlʳA A64ĜODQMWA)<'/OeVq[EEFoOׁ~Cz˭K'C<ؓ1qu%-Q&go `LGG奔LQج6u`*HvA5SSɖa/u"3@ߤUs%OCyQ?bZjG};}׿~UF~V͑2xYc}ŧU6ȁyaTx DR:[YFB"zBE}.(D|;Z :\񔛍 G.X|TsjVK+s_D/u>LF>{)|59xqԧ&9!Ε˲ S2>¡̄r/-sξ;'N&;z"er%rqzD]9b5_ msLs(+I*w6S2F%I3Jkqԝ2 WȮm|oC"TL6ASԔ`:-=+a!R[kΪhgڻ K^"4f?Mz}>OFV.Cgu'~5C - ~,.0C4s7'O@I`kكքNǟICTj蓌2g7%)XR  i

c$3#:Fh ; ZE"[4H`ѭI7աJW= &ɩ0W1U%@-G|˻,cO;nS NjvW25\,t+=/B}=Z>6ɿS5RB8,ZAMM@@)Vzfd54u3mX#3i  XNBv],L*h'k+@K%,grus6Gcsp>3 rĬӔG %\Fץ9R@[[-=!#wob"[YW ѤA]Af*4 HQڈgȬ w:Ad$ X}U*+Zoe^Z,ob{գBpSRbq#FĪX..ΦkO.Pڗcww&I *QI :l|)@.u,$!)w=w4j*~T-5|+̛Vr"b4~t_uEzu>&꫱".S:|*Bnht)Xa4'RZb0QW&&Ĭ"iJ.j4CB6X=5D؋K$F ]gCXwYU^>YrVM5(`!QςE<*x8kzz C[pz2Y \4ݗC8`dpLnT6!e_ɡSxﱳw{(W֘TJl5ݱԬF 1WZ4:H)TMّc&@'$XPWvT3i%1#v䃋ǔ" Iy$eoP$5 *iLrI y~!i< tM+?\8SzE}Rͱ Y;T.&Oy9^ 1>,響dԞ4ĊU o}G_J.p+~C>mX~\P[:%?i8Wno27x[2SkGQ g/;g#p˴j)h ,L߂٢}c6ى8DOt2>r[a{vٔx$b_0ήӇ?A&0eIpӻ|}N Abҹ ,*+ K1c +?M ԥ$kbh#?" ꠓ6-,xAt2v'q]#lSŠ¹y RM-Z$\a$˛/ Yþא 2$+PtET{="+&5MTCHj{qJAm* D'w&;9 ]՗*Úc&\`bL_ ,w,?}).-7"{sp[$${G\4xXYIH?h A@ĻyJ8r(V*qF"ǕXN\4\?><~keVbo(4k!ֈ~W) S`=UD v[S;A[2uHp0~/H:H8HRAI mUX;t+l1u$A5Otb A&f#doX>eRI,oQ F/\|4'4Y ъDr$!>{7)`nf07 84leI-C.VTȬN&XrsMýܖK>\rCx.4L,/Sx v9oOL 8o3qdڱ3! _]Go6TN.$)yg5Ƨr|PzAt̍|?ы/Sq ǕQM效ve*ž.A,8[/<32]Qqyr)B|rUXp| qݭ.!*\"-.i oYϷE˽N? =o<46h)!NRbNZܑʞjWgA(}6 $bIl(ska4p?}9xx?Sq^n ~{Ff;W )D g2TG%|۞.YPƫiG0ؔHO<}/^|N:dM&7<]#b0 $O7\uZ w;÷nȸe8,]+C4r֔È,@V!c'?3eB0té**#R [cːFwX?S;JSLf(C)Mjݵćӊr#/:43l]~9k^ОWA֚<)*R&ON}Z?n .hQZc.뻌h-P`7>E\'݈W,4 )[=:}9+*^,"l 1nd`BǦpS,I 26lzBBsBȘ &1+/'OPe w/wi:!]J&1R ktyr7KPP<1) oi!"vN65)nAo&=7To-)KEQuq>(\2s4J11&#}: aF\Wl`l4cVvBO]5# Қ&1؋,]d;^Ier5d$ٿW C#Ϳ)iDZX%KJf.Iݢ"MUy7Q 4|E wWwo#1耟5_RQhfmJˤZv $تYXwNJ:Oi E0iEOѾTY0|Ov SO(̦pXky{1ۑ E$9-yTbׂ#Br5r 2ا'@zd&,ɭ}l`D*Z-Z~TEoLfi>ćӾ'ϰ?tKC"eBDdf({ED)*OײQw~! )I歠6jFQj9Y0%9,b\%[mP%WvBU)Ad v_YCF PrT.Jyk75!2&Fh7]QʶJm;> KN"{joὠ7ni =a!cFϒc4G)E0f?uƐ@d>y@٪$qiQ,vpz.f~8v.|LL8EyWfrVBd*W 邵NPZȅN5a B)m D:&|-} Ԙ8Z,>$|A)/|9# AøZȎj5ϤU4M-e4X=Eޑ%ax q2IRW0:Uvd1ss AHfd 62L :E԰q Q( wÊ[;#ۓ:/Vʱ FHk̑>Z n8bmvTXdoYB"7\bRְXeۧW1 $jpbk.Yz^phπ7k8Ő_o=Ǜ'G bdOM'DeelQ"Ltծ]Չf`c Ni×uOV,unM׉ y7Us/hhjT{N̸\=(S°^ƙ{5ߨW)\ lm){T39dl=Sgkߓ#inW/" -H5(+=~.p@@Zd xam |1 ,5M;W-wBLdOn'r.dgx2\$(f4X0hCt"6 X64Θ P7V&]AMAs hda5Lʆa -%⧄pf .=u2u1A0W[| '=eP >ew:oq緽'|>"|aJq1v5H^)!Gz%,*&Hcpٰ]c{|-~5v 8c[Y{<&0憨`X^Eցͺb+3bL3lNػgMTPCO!s.jD۲vr RXҝL'*~n $韥BLk%WDn+<̋þ)t@k;i477ˠ?)t̕savX& n hT!)'|qhC3ѻ7g 7<*ֳT1;S?x^ qʫ?D#:fuVRbgPLmm-8zُ tŅV%SnnQ`<m4k-ENCH\Pw/Zj&b`sR/JqjLlto o)ϑ QFqݻꌴu_NIbv'o;+ፙm97SE}z{gk4~cG$ uk6 T pfgKq:U֊f5RWAc{Wr1Y9. }错]5머hN@;7O-c2'IqQ$t5n? `0'A5b :uGoVI؀Y=JaBαb 5{9_%eZ'ߩbϣ8jyp uKMkYSs+-[ JC zN*2my8`p,W A$lI^8U&gV4 "'M` 075GmatFA"v:CQbyn>ש7.NpD+:⭰,?3w߿.Gfb=mۖiI|n~䔦t^m4Eʰ|AH<zPlt\Arg-,--&S|&FA ~'7xG3bKᣂNYr:1B+\Xd/n]{k2f ,|n!; uvִCxu(E> Nd:b)ْX}'G77AB}>66#ĨdθTcQCgqPے&`]yty47xB&N.'MYvI+!'D?YR@ /A ({ 4H"Pü?dLG%.td h@"9Dğ>#*EIF}2C)!\e*FԵv*0IQWd~QZ} d`oZmY(vRwgvoaB %*v;&T _32!\)r hJf^ OIj7p Qz2q06uMw"(NF"2/B_x#1B l69D",)dY651ݣRmWW_s腅w47/>E-y@/X={6wσz.e?&DQ+PyW~]]5%$zvq-bC%d3.畊 MpGP"b׫`ne=xfd"u^` Z( {@ n7/.nMo 05ڝNftTDm ?|yxQ"oġk<}⼑|˓pZK$sCjeܫufo Em͌0$"hzVhlT[7/IfUmUlZ9 < T!q>!&: H. S00 YZ