Lines Matching refs:found

396      Many thanks to guidovranken who found this issue via differential fuzzing
533 fixes a local Lucky 13 cache attack found and reported by Tuba Yavuz,
1169 * Remove the mbedtls namespacing from the header file, to fix a "file not found"
1500 (found by Catena cyber using oss-fuzz)
1576 * Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber,
1632 curves as well as RSA. Fixes #777 found by dbedev.
2466 * Removed potential leak in mbedtls_rsa_rsassa_pkcs1_v15_sign(), found by
2578 * Fix warning when using a 64bit platform. (found by embedthis) (#275)
2584 use of mbedtls_x509_crt_profile_next. (found by NWilson)
2601 * Fix build error with CMake and pre-4.5 versions of GCC (found by Hugo
2603 * Fix bug when parsing a ServerHello without extensions (found by David
2606 (found by Benoit Lecocq).
2608 installed (found by Rawi666).
2611 (found by robotanarchy) (#232).
2613 tests (found by robotanarchy) (#232).
2619 be always used (found by dcb314) (#235)
2621 result trying to unlock an unlocked mutex on invalid input (found by
2623 * Fix -Wshadow warnings (found by hnrkp) (#240)
2625 SSL_MAX_CONTENT_LEN or higher - not triggerrable remotely (found by
2628 MBEDTLS_SHAxxx_ALT (found by Henrik) (#239)
2629 * Fix memory corruption in pkey programs (found by yankuncheng) (#210)
2671 * Headers are now found in the 'mbedtls' directory (previously 'polarssl').
2868 * Fix bug in ssl_mail_client when password is longer that username (found
2873 initialized but not set (found by pravic).
2876 * Fix handling of symlinks by "make install" (found by Gaël PORTAY).
2882 * Fix bug in Via Padlock support (found by Nikos Mavrogiannopoulos).
2883 * Fix thread safety bug in RSA operations (found by Fredrik Axelsson).
2885 versions of mingw64 (found by kxjhlele).
2886 * Fix warnings from mingw64 in timing.c (found by kxjklele).
2889 * Fix potential memory leak in ssl_set_psk() (found by Mansour Moufid).
2922 full and polarssl_free() is called (found by Mark Hasemeyer)
2927 client certificate) (found using Codenomicon Defensics).
2930 (found using Codenomicon Defensics).
2933 (found using Codenomicon Defensics).
2959 add_len (found by Jean-Philippe Aumasson) (not triggerable remotely).
2963 * User set CFLAGS were ignored by Cmake with gcc (introduced in 1.3.9, found
2967 multiple of 8 (found by Gergely Budai).
2968 * Fix unchecked return code in x509_crt_parse_path() on Windows (found by
2972 to a failed verification (found by Fredrik Axelsson).
2978 (found by Hendrik van den Boogaard).
2999 TLS 1.2 (found by Darren Bane) (introduced in 1.3.8).
3002 (found using Codenomicon Defensics).
3004 (not affected if ECC support was compiled out) (found using Codenomicon
3009 * Fix compile error in ssl_pthread_server (found by Julian Ospald).
3010 * Fix net_accept() regarding non-blocking sockets (found by Luca Pesce).
3011 * Don't print uninitialised buffer in ssl_mail_client (found by Marc Abel).
3014 are defined but not POLARSSL_HAVE_TIME (found by Stephane Di Vito).
3015 * Remove non-existent file from VS projects (found by Peter Vaskovic).
3022 * Fix compiler warnings on iOS (found by Sander Niemeijer).
3025 * Fix potential bad read in parsing ServerHello (found by Adrien
3045 * Fix length checking for AEAD ciphersuites (found by Codenomicon).
3080 size (found by TrustInSoft)
3081 * Fix WSAStartup() return value check (found by Peter Vaskovic)
3082 * Other minor issues (found by Peter Vaskovic)
3083 * Fix symlink command for cross compiling with CMake (found by Andre
3085 * Fix DER output of gen_key app (found by Gergely Budai)
3098 * Fix preprocessor checks for bn_mul PPC asm (found by Barry K. Nathan).
3100 interpret semicolons as comment delimiters (found by Barry K. Nathan).
3106 * Disable broken Sparc64 bn_mul assembly (found by Florian Obser).
3109 * Fix mpi_write_string() to write "00" as hex output for empty MPI (found
3129 (found by Matthew Page)
3130 * Typos in platform.c and pkcs11.c (found by Daniel Phillips and Steffan
3136 ServerHello when no extensions are present (found by Matthew Page)
3143 * Fix detection of DragonflyBSD in net.c (found by Markus Pfeiffer)
3145 (found by Barry K. Nathan)
3171 * Prevent potential NULL pointer dereference in ssl_read_record() (found by
3179 * Fixed malloc/free default #define in platform.c (found by Gergely Budai).
3180 * Fixed type which made POLARSSL_ENTROPY_FORCE_SHA256 uneffective (found by
3183 (found by Gergely Budai)
3184 * Fix compile errors when POLARSSL_ERROR_STRERROR_BC is undefined (found by
3192 indication (found by Thijs Alkemade)
3194 stored in RAM due to missing 'const's (found by Gergely Budai).
3228 * Possible remotely-triggered out-of-bounds memory access fixed (found by
3268 * net module handles timeouts on blocking sockets better (found by Tilman
3273 * Missing MPI_CHK calls added around unguarded mpi calls (found by
3307 * Added missing MPI_CHK() around some statements in mpi_div_mpi() (found by
3310 ssl_write_certificate() (found by TrustInSoft)
3313 * Possible remotely-triggered out-of-bounds memory access fixed (found by
3335 * Fix ECDSA corner case: missing reduction mod N (found by DualTachyon)
3421 (found by Cyril Arnaud and Pierre-Alain Fouque)
3428 crash it remotely (found by Caj Larsson).
3431 (found using Codenomicon Defensics).
3436 * Fix bug in Via Padlock support (found by Nikos Mavrogiannopoulos).
3438 versions of mingw64 (found by kxjhlele).
3439 * Fix warnings from mingw64 in timing.c (found by kxjklele).
3441 platforms (found with Coverity Scan).
3450 for a client certificate) (found using Codenomicon Defensics).
3453 (found using Codenomicon Defensics).
3456 found using Codenomicon Defensics).
3464 add_len (found by Jean-Philippe Aumasson) (not triggerable remotely).
3467 * Fix unchecked return code in x509_crt_parse_path() on Windows (found by
3471 to a failed verification (found by Fredrik Axelsson).
3477 (found by Hendrik van den Boogaard).
3492 * Fix potential bad read in parsing ServerHello (found by Adrien
3497 * Fix compiler warnings on iOS (found by Sander Niemeijer).
3498 * Don't print uninitialised buffer in ssl_mail_client (found by Marc Abel).
3499 * Fix net_accept() regarding non-blocking sockets (found by Luca Pesce).
3532 * Prevent potential NULL pointer dereference in ssl_read_record() (found by
3534 * Fix length checking for AEAD ciphersuites (found by Codenomicon).
3543 * Added missing MPI_CHK() around some statements in mpi_div_mpi() (found by
3546 ssl_write_certificate() (found by TrustInSoft)
3566 when no extensions are present (found by Matthew Page)
3571 * Fix detection of DragonflyBSD in net.c (found by Markus Pfeiffer)
3573 size (found by TrustInSoft)
3574 * Fix preprocessor checks for bn_mul PPC asm (found by Barry K. Nathan).
3576 interpret semicolons as comment delimiters (found by Barry K. Nathan).
3577 * Disable broken Sparc64 bn_mul assembly (found by Florian Obser).
3596 * Fixed potential file descriptor leaks (found by Remi Gacogne)
3603 (found by Cyril Arnaud and Pierre-Alain Fouque)
3639 PEM-encoded certificates has been fixed (found by Jack Lloyd)
3657 128-bits (found by Yawning Angel)
3727 * Allow R and A to point to same mpi in mpi_div_mpi (found by Manuel
3729 * Fixed possible segfault in mpi_shift_r() (found by Manuel
3782 * Fixed handling error in mpi_cmp_mpi() on longer B values (found by
3793 with carry rollover (found by Ruslan Yushchenko)
3798 * Fixed potential memory zeroization on miscrafted RSA key (found by Eloi
3807 * Potential buffer-overflow for ssl_read_record() (independently found by
3826 PEM-encoded certificates has been fixed (found by Jack Lloyd)
3854 * Fixed possible segfault in mpi_shift_r() (found by Manuel
3856 * Allow R and A to point to same mpi in mpi_div_mpi (found by Manuel
3865 * Fixed potential memory zeroization on miscrafted RSA key (found by Eloi
3880 * Fixed handling error in mpi_cmp_mpi() on longer B values (found by
3884 * Fixed potential memory corruption on miscrafted client messages (found by
3886 * Fixed generation of DHM parameters to correct length (found by Ruslan
3892 (Closes ticket #47, found by Hugo Leisink)
4019 platform (32-bit / 64-bit) (Fixes ticket #19, found by Mads
4022 #18, found by Nikolay Epifanov)
4043 (found by Mads Kiilerich)
4045 certificates (found by Mads Kiilerich)
4049 found by Boris Krasnovskiy)
4104 * Fixed CMake out of source build for tests (found by
4137 ssl_write_certificate_request() (found by fatbob)
4139 (found by Frank de Brabander)
4140 * Fixed algorithmic bug in mpi_is_prime() (found by
4151 * Changed typo in #ifdef in x509parse.c (found
4171 * Fixed include location of endian.h on FreeBSD (found by
4174 Apples (found by Martin van Hensbergen)
4177 (found by code coverage tests)
4179 POLARSSL_HAVE_LONGLONG not defined (found by Giles
4182 mpi_read_string() (found by code coverage tests).
4184 rsa_check_pubkey() and rsa_check_privkey() (found by
4187 value in mpi_add_abs() (found by code coverage tests).
4189 value in mpi_sub_abs() (found by code coverage tests).
4192 change also affects mpi_write_string() (found by code
4194 * Corrected is_prime() results for 0, 1 and 2 (found by
4205 (found by Pierre Habouzit).
4212 handling of 'full' certificate chains (found by Mathias
4226 (found by Felix von Leitner).
4235 rsa_pkcs1_decrypt (found by Christophe Devine)
4248 not be swapped in the SSLv2 ClientHello (found by Greg Robson)