Lines Matching refs:found
916 was found by TrustInSoft Analyzer during REDOCS'22) and #1120.
1116 Fixes 'file not found with <angled> include' error
1839 More details on PCKS#11 wrapper removal can be found in the mailing list
2307 Many thanks to guidovranken who found this issue via differential fuzzing
2444 fixes a local Lucky 13 cache attack found and reported by Tuba Yavuz,
3080 * Remove the mbedtls namespacing from the header file, to fix a "file not found"
3411 (found by Catena cyber using oss-fuzz)
3487 * Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber,
3543 curves as well as RSA. Fixes #777 found by dbedev.
4377 * Removed potential leak in mbedtls_rsa_rsassa_pkcs1_v15_sign(), found by
4489 * Fix warning when using a 64bit platform. (found by embedthis) (#275)
4495 use of mbedtls_x509_crt_profile_next. (found by NWilson)
4512 * Fix build error with CMake and pre-4.5 versions of GCC (found by Hugo
4514 * Fix bug when parsing a ServerHello without extensions (found by David
4517 (found by Benoit Lecocq).
4519 installed (found by Rawi666).
4522 (found by robotanarchy) (#232).
4524 tests (found by robotanarchy) (#232).
4530 be always used (found by dcb314) (#235)
4532 result trying to unlock an unlocked mutex on invalid input (found by
4534 * Fix -Wshadow warnings (found by hnrkp) (#240)
4536 SSL_MAX_CONTENT_LEN or higher - not triggerrable remotely (found by
4539 MBEDTLS_SHAxxx_ALT (found by Henrik) (#239)
4540 * Fix memory corruption in pkey programs (found by yankuncheng) (#210)
4582 * Headers are now found in the 'mbedtls' directory (previously 'polarssl').
4779 * Fix bug in ssl_mail_client when password is longer that username (found
4784 initialized but not set (found by pravic).
4787 * Fix handling of symlinks by "make install" (found by Gaël PORTAY).
4793 * Fix bug in Via Padlock support (found by Nikos Mavrogiannopoulos).
4794 * Fix thread safety bug in RSA operations (found by Fredrik Axelsson).
4796 versions of mingw64 (found by kxjhlele).
4797 * Fix warnings from mingw64 in timing.c (found by kxjklele).
4800 * Fix potential memory leak in ssl_set_psk() (found by Mansour Moufid).
4833 full and polarssl_free() is called (found by Mark Hasemeyer)
4838 client certificate) (found using Codenomicon Defensics).
4841 (found using Codenomicon Defensics).
4844 (found using Codenomicon Defensics).
4870 add_len (found by Jean-Philippe Aumasson) (not triggerable remotely).
4874 * User set CFLAGS were ignored by Cmake with gcc (introduced in 1.3.9, found
4878 multiple of 8 (found by Gergely Budai).
4879 * Fix unchecked return code in x509_crt_parse_path() on Windows (found by
4883 to a failed verification (found by Fredrik Axelsson).
4889 (found by Hendrik van den Boogaard).
4910 TLS 1.2 (found by Darren Bane) (introduced in 1.3.8).
4913 (found using Codenomicon Defensics).
4915 (not affected if ECC support was compiled out) (found using Codenomicon
4920 * Fix compile error in ssl_pthread_server (found by Julian Ospald).
4921 * Fix net_accept() regarding non-blocking sockets (found by Luca Pesce).
4922 * Don't print uninitialised buffer in ssl_mail_client (found by Marc Abel).
4925 are defined but not POLARSSL_HAVE_TIME (found by Stephane Di Vito).
4926 * Remove non-existent file from VS projects (found by Peter Vaskovic).
4933 * Fix compiler warnings on iOS (found by Sander Niemeijer).
4936 * Fix potential bad read in parsing ServerHello (found by Adrien
4956 * Fix length checking for AEAD ciphersuites (found by Codenomicon).
4991 size (found by TrustInSoft)
4992 * Fix WSAStartup() return value check (found by Peter Vaskovic)
4993 * Other minor issues (found by Peter Vaskovic)
4994 * Fix symlink command for cross compiling with CMake (found by Andre
4996 * Fix DER output of gen_key app (found by Gergely Budai)
5009 * Fix preprocessor checks for bn_mul PPC asm (found by Barry K. Nathan).
5011 interpret semicolons as comment delimiters (found by Barry K. Nathan).
5017 * Disable broken Sparc64 bn_mul assembly (found by Florian Obser).
5020 * Fix mpi_write_string() to write "00" as hex output for empty MPI (found
5040 (found by Matthew Page)
5041 * Typos in platform.c and pkcs11.c (found by Daniel Phillips and Steffan
5047 ServerHello when no extensions are present (found by Matthew Page)
5054 * Fix detection of DragonflyBSD in net.c (found by Markus Pfeiffer)
5056 (found by Barry K. Nathan)
5082 * Prevent potential NULL pointer dereference in ssl_read_record() (found by
5090 * Fixed malloc/free default #define in platform.c (found by Gergely Budai).
5091 * Fixed type which made POLARSSL_ENTROPY_FORCE_SHA256 uneffective (found by
5094 (found by Gergely Budai)
5095 * Fix compile errors when POLARSSL_ERROR_STRERROR_BC is undefined (found by
5103 indication (found by Thijs Alkemade)
5105 stored in RAM due to missing 'const's (found by Gergely Budai).
5139 * Possible remotely-triggered out-of-bounds memory access fixed (found by
5179 * net module handles timeouts on blocking sockets better (found by Tilman
5184 * Missing MPI_CHK calls added around unguarded mpi calls (found by
5218 * Added missing MPI_CHK() around some statements in mpi_div_mpi() (found by
5221 ssl_write_certificate() (found by TrustInSoft)
5224 * Possible remotely-triggered out-of-bounds memory access fixed (found by
5246 * Fix ECDSA corner case: missing reduction mod N (found by DualTachyon)
5332 (found by Cyril Arnaud and Pierre-Alain Fouque)
5339 crash it remotely (found by Caj Larsson).
5342 (found using Codenomicon Defensics).
5347 * Fix bug in Via Padlock support (found by Nikos Mavrogiannopoulos).
5349 versions of mingw64 (found by kxjhlele).
5350 * Fix warnings from mingw64 in timing.c (found by kxjklele).
5352 platforms (found with Coverity Scan).
5361 for a client certificate) (found using Codenomicon Defensics).
5364 (found using Codenomicon Defensics).
5367 found using Codenomicon Defensics).
5375 add_len (found by Jean-Philippe Aumasson) (not triggerable remotely).
5378 * Fix unchecked return code in x509_crt_parse_path() on Windows (found by
5382 to a failed verification (found by Fredrik Axelsson).
5388 (found by Hendrik van den Boogaard).
5403 * Fix potential bad read in parsing ServerHello (found by Adrien
5408 * Fix compiler warnings on iOS (found by Sander Niemeijer).
5409 * Don't print uninitialised buffer in ssl_mail_client (found by Marc Abel).
5410 * Fix net_accept() regarding non-blocking sockets (found by Luca Pesce).
5443 * Prevent potential NULL pointer dereference in ssl_read_record() (found by
5445 * Fix length checking for AEAD ciphersuites (found by Codenomicon).
5454 * Added missing MPI_CHK() around some statements in mpi_div_mpi() (found by
5457 ssl_write_certificate() (found by TrustInSoft)
5477 when no extensions are present (found by Matthew Page)
5482 * Fix detection of DragonflyBSD in net.c (found by Markus Pfeiffer)
5484 size (found by TrustInSoft)
5485 * Fix preprocessor checks for bn_mul PPC asm (found by Barry K. Nathan).
5487 interpret semicolons as comment delimiters (found by Barry K. Nathan).
5488 * Disable broken Sparc64 bn_mul assembly (found by Florian Obser).
5507 * Fixed potential file descriptor leaks (found by Remi Gacogne)
5514 (found by Cyril Arnaud and Pierre-Alain Fouque)
5550 PEM-encoded certificates has been fixed (found by Jack Lloyd)
5568 128-bits (found by Yawning Angel)
5638 * Allow R and A to point to same mpi in mpi_div_mpi (found by Manuel
5640 * Fixed possible segfault in mpi_shift_r() (found by Manuel
5693 * Fixed handling error in mpi_cmp_mpi() on longer B values (found by
5704 with carry rollover (found by Ruslan Yushchenko)
5709 * Fixed potential memory zeroization on miscrafted RSA key (found by Eloi
5718 * Potential buffer-overflow for ssl_read_record() (independently found by
5737 PEM-encoded certificates has been fixed (found by Jack Lloyd)
5765 * Fixed possible segfault in mpi_shift_r() (found by Manuel
5767 * Allow R and A to point to same mpi in mpi_div_mpi (found by Manuel
5776 * Fixed potential memory zeroization on miscrafted RSA key (found by Eloi
5791 * Fixed handling error in mpi_cmp_mpi() on longer B values (found by
5795 * Fixed potential memory corruption on miscrafted client messages (found by
5797 * Fixed generation of DHM parameters to correct length (found by Ruslan
5803 (Closes ticket #47, found by Hugo Leisink)
5930 platform (32-bit / 64-bit) (Fixes ticket #19, found by Mads
5933 #18, found by Nikolay Epifanov)
5954 (found by Mads Kiilerich)
5956 certificates (found by Mads Kiilerich)
5960 found by Boris Krasnovskiy)
6015 * Fixed CMake out of source build for tests (found by
6048 ssl_write_certificate_request() (found by fatbob)
6050 (found by Frank de Brabander)
6051 * Fixed algorithmic bug in mpi_is_prime() (found by
6062 * Changed typo in #ifdef in x509parse.c (found
6082 * Fixed include location of endian.h on FreeBSD (found by
6085 Apples (found by Martin van Hensbergen)
6088 (found by code coverage tests)
6090 POLARSSL_HAVE_LONGLONG not defined (found by Giles
6093 mpi_read_string() (found by code coverage tests).
6095 rsa_check_pubkey() and rsa_check_privkey() (found by
6098 value in mpi_add_abs() (found by code coverage tests).
6100 value in mpi_sub_abs() (found by code coverage tests).
6103 change also affects mpi_write_string() (found by code
6105 * Corrected is_prime() results for 0, 1 and 2 (found by
6116 (found by Pierre Habouzit).
6123 handling of 'full' certificate chains (found by Mathias
6137 (found by Felix von Leitner).
6146 rsa_pkcs1_decrypt (found by Christophe Devine)
6159 not be swapped in the SSLv2 ClientHello (found by Greg Robson)