st_readme.txt 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. @verbatim
  2. ******************************************************************************
  3. *
  4. * Portions COPYRIGHT 2016 STMicroelectronics
  5. * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
  6. *
  7. * @file st_readme.txt
  8. * @author MCD Application Team
  9. * @brief This file lists the main modification done by STMicroelectronics on
  10. * mbedTLS for integration with STM32Cube solution.
  11. ******************************************************************************
  12. *
  13. * Redistribution and use in source and binary forms, with or without
  14. * modification, are permitted, provided that the following conditions are met:
  15. *
  16. * 1. Redistribution of source code must retain the above copyright notice,
  17. * this list of conditions and the following disclaimer.
  18. * 2. Redistributions in binary form must reproduce the above copyright notice,
  19. * this list of conditions and the following disclaimer in the documentation
  20. * and/or other materials provided with the distribution.
  21. * 3. Neither the name of STMicroelectronics nor the names of other
  22. * contributors to this software may be used to endorse or promote products
  23. * derived from this software without specific written permission.
  24. * 4. This software, including modifications and/or derivative works of this
  25. * software, must execute solely and exclusively on microcontroller or
  26. * microprocessor devices manufactured by or for STMicroelectronics.
  27. * 5. Redistribution and use of this software other than as permitted under
  28. * this license is void and will automatically terminate your rights under
  29. * this license.
  30. *
  31. * THIS SOFTWARE IS PROVIDED BY STMICROELECTRONICS AND CONTRIBUTORS "AS IS"
  32. * AND ANY EXPRESS, IMPLIED OR STATUTORY WARRANTIES, INCLUDING, BUT NOT
  33. * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  34. * PARTICULAR PURPOSE AND NON-INFRINGEMENT OF THIRD PARTY INTELLECTUAL PROPERTY
  35. * RIGHTS ARE DISCLAIMED TO THE FULLEST EXTENT PERMITTED BY LAW. IN NO EVENT
  36. * SHALL STMICROELECTRONICS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  37. * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  38. * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
  39. * OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  40. * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  41. * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  42. * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  43. *
  44. ******************************************************************************
  45. @endverbatim
  46. ### 23-December-2016 ###
  47. ========================
  48. + Upgrade to use mbedTLS V2.4.0
  49. + Rename the "net_sockets.c" to "net_sockets_template.c" to provide the net_sockets.c actual implemtentation in user projects.
  50. + Fix warnings due to invalid code for 32 bit machines, see https://github.com/ARMmbed/mbedtls/issues/683
  51. ### 27-March-2015 ###
  52. =====================
  53. + Add support of the hardware Cryptographic and Hash processors embedded in STM32F756xx devices.
  54. This support is activated by defining "USE_STM32F7XX_HW_CRYPTO" macro in PolarSSL config.h file.
  55. + Fix some compilation warnings
  56. ### 13-March-2015 ###
  57. =====================
  58. + Align to latest version of STM32Cube CRYP HAL driver: add initialization of Crypto handler's Instance field
  59. ### 18-February-2014 ###
  60. ========================
  61. + PolarSSL V1.2.8 customized version for STM32Cube solution.
  62. + Source files modified to support the hardware Cryptographic and Hash processors embedded in
  63. STM32F415xx/417xx/437xx/439xx devices. This support is activated by defining
  64. "USE_STM32F4XX_HW_CRYPTO" macro in PolarSSL config.h file.
  65. * <h3><center>&copy; COPYRIGHT STMicroelectronics</center></h3>
  66. */