forked from wolfSSL/wolfssl
update README
This commit is contained in:
29
README
29
README
@@ -32,18 +32,41 @@ SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, 0);
|
|||||||
|
|
||||||
before calling SSL_new(); Though it's not recommended.
|
before calling SSL_new(); Though it's not recommended.
|
||||||
|
|
||||||
|
*** end Notes ***
|
||||||
|
|
||||||
|
|
||||||
|
CyaSSL Release 2.5.0 (02/04/2013)
|
||||||
|
|
||||||
|
Release 2.5.0 CyaSSL has bug fixes and new features including:
|
||||||
|
- Microchip PIC32 (MIPS16, MIPS32) support
|
||||||
|
- Microchip MPLAB X example projects for PIC32 Ethernet Starter Kit
|
||||||
|
- Updated CTaoCrypt benchmark app for embedded systems
|
||||||
|
- 1024-bit test certs/keys and cert/key buffers
|
||||||
|
- Initial Cavium Nitrox support
|
||||||
|
- AES-CCM-8 crypto and cipher suites
|
||||||
|
- Camellia crypto and cipher suites
|
||||||
|
- Bumped minimum autoconf version to 2.65, automake version to 1.12
|
||||||
|
- Addition of OCSP callbacks
|
||||||
|
- STM32F2 support with hardware crypto and RNG
|
||||||
|
|
||||||
|
CTaoCrypt now has support for the Microchip PIC32 and has been tested with
|
||||||
|
the Microchip PIC32 Ethernet Starter Kit, the XC32 compiler and
|
||||||
|
MPLAB X IDE in both MIPS16 and MIPS32 instruction set modes. See the README
|
||||||
|
located under the <cyassl_root>/mplabx directory for more details.
|
||||||
|
|
||||||
Note 3)
|
|
||||||
CyaSSL is able to use the STM32F2 hardware-based cryptography and random number
|
CyaSSL is able to use the STM32F2 hardware-based cryptography and random number
|
||||||
generator through the STM32F2 Standard Peripheral Library. For necessary
|
generator through the STM32F2 Standard Peripheral Library. For necessary
|
||||||
defines, see the CYASSL_STM32F2 define in settings.h. Documentation for the
|
defines, see the CYASSL_STM32F2 define in settings.h. Documentation for the
|
||||||
STM32F2 Standard Peripheral Library can be found in the following document:
|
STM32F2 Standard Peripheral Library can be found in the following document:
|
||||||
http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/USER_MANUAL/DM00023896.pdf
|
http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/USER_MANUAL/DM00023896.pdf
|
||||||
|
|
||||||
*** end Notes ***
|
The CyaSSL manual is available at:
|
||||||
|
http://www.yassl.com/documentation/CyaSSL-Manual.pdf. For build instructions
|
||||||
|
and comments about the new features please check the manual.
|
||||||
|
|
||||||
|
|
||||||
CyaSSL Release 2.4.6 (12/20/2012)
|
|
||||||
|
*************** CyaSSL Release 2.4.6 (12/20/2012)
|
||||||
|
|
||||||
Release 2.4.6 CyaSSL has bug fixes and a few new features including:
|
Release 2.4.6 CyaSSL has bug fixes and a few new features including:
|
||||||
- ECC into main version
|
- ECC into main version
|
||||||
|
@@ -2,6 +2,9 @@
|
|||||||
# All paths should be given relative to the root
|
# All paths should be given relative to the root
|
||||||
#
|
#
|
||||||
|
|
||||||
|
EXTRA_DIST += \
|
||||||
|
mqx/README
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
mqx/cyassl/.cproject \
|
mqx/cyassl/.cproject \
|
||||||
mqx/cyassl/.project
|
mqx/cyassl/.project
|
||||||
|
Reference in New Issue
Block a user