Lines Matching refs:found

68    * Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber,
124 curves as well as RSA. Fixes #777 found by dbedev.
958 * Removed potential leak in mbedtls_rsa_rsassa_pkcs1_v15_sign(), found by
1070 * Fix warning when using a 64bit platform. (found by embedthis) (#275)
1076 use of mbedtls_x509_crt_profile_next. (found by NWilson)
1093 * Fix build error with CMake and pre-4.5 versions of GCC (found by Hugo
1095 * Fix bug when parsing a ServerHello without extensions (found by David
1098 (found by Benoit Lecocq).
1100 installed (found by Rawi666).
1103 (found by robotanarchy) (#232).
1105 tests (found by robotanarchy) (#232).
1111 be always used (found by dcb314) (#235)
1113 result trying to unlock an unlocked mutex on invalid input (found by
1115 * Fix -Wshadow warnings (found by hnrkp) (#240)
1117 SSL_MAX_CONTENT_LEN or higher - not triggerrable remotely (found by
1120 MBEDTLS_SHAxxx_ALT (found by Henrik) (#239)
1121 * Fix memory corruption in pkey programs (found by yankuncheng) (#210)
1163 * Headers are now found in the 'mbedtls' directory (previously 'polarssl').
1360 * Fix bug in ssl_mail_client when password is longer that username (found
1365 initialized but not set (found by pravic).
1368 * Fix handling of symlinks by "make install" (found by Gaël PORTAY).
1374 * Fix bug in Via Padlock support (found by Nikos Mavrogiannopoulos).
1375 * Fix thread safety bug in RSA operations (found by Fredrik Axelsson).
1377 versions of mingw64 (found by kxjhlele).
1378 * Fix warnings from mingw64 in timing.c (found by kxjklele).
1381 * Fix potential memory leak in ssl_set_psk() (found by Mansour Moufid).
1414 full and polarssl_free() is called (found by Mark Hasemeyer)
1419 client certificate) (found using Codenomicon Defensics).
1422 (found using Codenomicon Defensics).
1425 (found using Codenomicon Defensics).
1451 add_len (found by Jean-Philippe Aumasson) (not triggerable remotely).
1455 * User set CFLAGS were ignored by Cmake with gcc (introduced in 1.3.9, found
1459 multiple of 8 (found by Gergely Budai).
1460 * Fix unchecked return code in x509_crt_parse_path() on Windows (found by
1464 to a failed verification (found by Fredrik Axelsson).
1470 (found by Hendrik van den Boogaard).
1491 TLS 1.2 (found by Darren Bane) (introduced in 1.3.8).
1494 (found using Codenomicon Defensics).
1496 (not affected if ECC support was compiled out) (found using Codenomicon
1501 * Fix compile error in ssl_pthread_server (found by Julian Ospald).
1502 * Fix net_accept() regarding non-blocking sockets (found by Luca Pesce).
1503 * Don't print uninitialised buffer in ssl_mail_client (found by Marc Abel).
1506 are defined but not POLARSSL_HAVE_TIME (found by Stephane Di Vito).
1507 * Remove non-existent file from VS projects (found by Peter Vaskovic).
1514 * Fix compiler warnings on iOS (found by Sander Niemeijer).
1517 * Fix potential bad read in parsing ServerHello (found by Adrien
1537 * Fix length checking for AEAD ciphersuites (found by Codenomicon).
1572 size (found by TrustInSoft)
1573 * Fix WSAStartup() return value check (found by Peter Vaskovic)
1574 * Other minor issues (found by Peter Vaskovic)
1575 * Fix symlink command for cross compiling with CMake (found by Andre
1577 * Fix DER output of gen_key app (found by Gergely Budai)
1590 * Fix preprocessor checks for bn_mul PPC asm (found by Barry K. Nathan).
1592 interpret semicolons as comment delimiters (found by Barry K. Nathan).
1598 * Disable broken Sparc64 bn_mul assembly (found by Florian Obser).
1601 * Fix mpi_write_string() to write "00" as hex output for empty MPI (found
1621 (found by Matthew Page)
1622 * Typos in platform.c and pkcs11.c (found by Daniel Phillips and Steffan
1628 ServerHello when no extensions are present (found by Matthew Page)
1635 * Fix detection of DragonflyBSD in net.c (found by Markus Pfeiffer)
1637 (found by Barry K. Nathan)
1663 * Prevent potential NULL pointer dereference in ssl_read_record() (found by
1671 * Fixed malloc/free default #define in platform.c (found by Gergely Budai).
1672 * Fixed type which made POLARSSL_ENTROPY_FORCE_SHA256 uneffective (found by
1675 (found by Gergely Budai)
1676 * Fix compile errors when POLARSSL_ERROR_STRERROR_BC is undefined (found by
1684 indication (found by Thijs Alkemade)
1686 stored in RAM due to missing 'const's (found by Gergely Budai).
1720 * Possible remotely-triggered out-of-bounds memory access fixed (found by
1760 * net module handles timeouts on blocking sockets better (found by Tilman
1765 * Missing MPI_CHK calls added around unguarded mpi calls (found by
1799 * Added missing MPI_CHK() around some statements in mpi_div_mpi() (found by
1802 ssl_write_certificate() (found by TrustInSoft)
1805 * Possible remotely-triggered out-of-bounds memory access fixed (found by
1827 * Fix ECDSA corner case: missing reduction mod N (found by DualTachyon)
1913 (found by Cyril Arnaud and Pierre-Alain Fouque)
1920 crash it remotely (found by Caj Larsson).
1923 (found using Codenomicon Defensics).
1928 * Fix bug in Via Padlock support (found by Nikos Mavrogiannopoulos).
1930 versions of mingw64 (found by kxjhlele).
1931 * Fix warnings from mingw64 in timing.c (found by kxjklele).
1933 platforms (found with Coverity Scan).
1942 for a client certificate) (found using Codenomicon Defensics).
1945 (found using Codenomicon Defensics).
1948 found using Codenomicon Defensics).
1956 add_len (found by Jean-Philippe Aumasson) (not triggerable remotely).
1959 * Fix unchecked return code in x509_crt_parse_path() on Windows (found by
1963 to a failed verification (found by Fredrik Axelsson).
1969 (found by Hendrik van den Boogaard).
1984 * Fix potential bad read in parsing ServerHello (found by Adrien
1989 * Fix compiler warnings on iOS (found by Sander Niemeijer).
1990 * Don't print uninitialised buffer in ssl_mail_client (found by Marc Abel).
1991 * Fix net_accept() regarding non-blocking sockets (found by Luca Pesce).
2024 * Prevent potential NULL pointer dereference in ssl_read_record() (found by
2026 * Fix length checking for AEAD ciphersuites (found by Codenomicon).
2035 * Added missing MPI_CHK() around some statements in mpi_div_mpi() (found by
2038 ssl_write_certificate() (found by TrustInSoft)
2058 when no extensions are present (found by Matthew Page)
2063 * Fix detection of DragonflyBSD in net.c (found by Markus Pfeiffer)
2065 size (found by TrustInSoft)
2066 * Fix preprocessor checks for bn_mul PPC asm (found by Barry K. Nathan).
2068 interpret semicolons as comment delimiters (found by Barry K. Nathan).
2069 * Disable broken Sparc64 bn_mul assembly (found by Florian Obser).
2088 * Fixed potential file descriptor leaks (found by Remi Gacogne)
2095 (found by Cyril Arnaud and Pierre-Alain Fouque)
2131 PEM-encoded certificates has been fixed (found by Jack Lloyd)
2149 128-bits (found by Yawning Angel)
2219 * Allow R and A to point to same mpi in mpi_div_mpi (found by Manuel
2221 * Fixed possible segfault in mpi_shift_r() (found by Manuel
2274 * Fixed handling error in mpi_cmp_mpi() on longer B values (found by
2285 with carry rollover (found by Ruslan Yushchenko)
2290 * Fixed potential memory zeroization on miscrafted RSA key (found by Eloi
2299 * Potential buffer-overflow for ssl_read_record() (independently found by
2318 PEM-encoded certificates has been fixed (found by Jack Lloyd)
2346 * Fixed possible segfault in mpi_shift_r() (found by Manuel
2348 * Allow R and A to point to same mpi in mpi_div_mpi (found by Manuel
2357 * Fixed potential memory zeroization on miscrafted RSA key (found by Eloi
2372 * Fixed handling error in mpi_cmp_mpi() on longer B values (found by
2376 * Fixed potential memory corruption on miscrafted client messages (found by
2378 * Fixed generation of DHM parameters to correct length (found by Ruslan
2384 (Closes ticket #47, found by Hugo Leisink)
2511 platform (32-bit / 64-bit) (Fixes ticket #19, found by Mads
2514 #18, found by Nikolay Epifanov)
2535 (found by Mads Kiilerich)
2537 certificates (found by Mads Kiilerich)
2541 found by Boris Krasnovskiy)
2596 * Fixed CMake out of source build for tests (found by
2629 ssl_write_certificate_request() (found by fatbob)
2631 (found by Frank de Brabander)
2632 * Fixed algorithmic bug in mpi_is_prime() (found by
2643 * Changed typo in #ifdef in x509parse.c (found
2663 * Fixed include location of endian.h on FreeBSD (found by
2666 Apples (found by Martin van Hensbergen)
2669 (found by code coverage tests)
2671 POLARSSL_HAVE_LONGLONG not defined (found by Giles
2674 mpi_read_string() (found by code coverage tests).
2676 rsa_check_pubkey() and rsa_check_privkey() (found by
2679 value in mpi_add_abs() (found by code coverage tests).
2681 value in mpi_sub_abs() (found by code coverage tests).
2684 change also affects mpi_write_string() (found by code
2686 * Corrected is_prime() results for 0, 1 and 2 (found by
2697 (found by Pierre Habouzit).
2704 handling of 'full' certificate chains (found by Mathias
2718 (found by Felix von Leitner).
2727 rsa_pkcs1_decrypt (found by Christophe Devine)
2740 not be swapped in the SSLv2 ClientHello (found by Greg Robson)