Commit History

Author SHA1 Message Date
  jrblixt 6e16410e25 Modifications per Todd's requests. 7 years ago
  jrblixt d62d0aaa26 Changes made per Todd's instruction. 7 years ago
  jrblixt d626c917dd Merge branch 'master' of https://github.com/wolfSSL/wolfssl into unitTest_api_dev 7 years ago
  David Garske 75abeaecfc Updates for TKernel port (WOLFSSL_uTKERNEL2). Added support for InterNiche prconnect_pro using WOLFSSL_PRCONNECT_PRO. Cleanup the min/max functions. Add NO_STDIO_FGETS_REMAP to not include the fgets remap for WOLFSSL_uTKERNEL2. Fix TFM build warning. Added HAVE_POCO_LIB. Added wolfCrypt test temp cert path for WOLFSSL_uTKERNEL2 = /uda/. Added WOLFSSL_CURRTIME_REMAP for benchmark to allow different function name to be used for system which have a conflicting name. Add ability to use normal malloc/free with WOLFSSL_uTKERNEL2 using NO_TKERNEL_MEM_POOL. Added new XMALLOC_OVERRIDE to allow custom XMALLOC/XFREE/XREALLOC macros. Move CUSTOM_RAND_GENERATE up in RNG choices. Rename tls.c STK macros due to conflict. 7 years ago
  jrblixt 2c87f8d33c merge with wolfSSL master. 7 years ago
  David Garske 050ba9d6e0 unit test md5, sha, sha256, sha384, sha512 7 years ago
  Jacob Barthelmeh 511f41b0e4 fix C++ compiler warnings for distro build 7 years ago
  Jacob Barthelmeh 54c51ec4a0 static analysis : Fix warnings with wc_AesCcmSetKey 8 years ago
  toddouska 67a112773e fix secure renegotiation 8 years ago
  toddouska 21726d5ae4 64bit sequence tls proof of concept, dlts needs some work 8 years ago
  David Garske 17a34c5899 Added asynchronous wolfCrypt RSA, TLS client and Cavium Nitrox V support. Asynchronous wolfSSL client support for "DoServerKeyExchange", "SendClientKeyExchange", "SendCertificateVerify" and "DoCertificateVerify". Fixes for async DTLS. Refactor of the wolf event and async handling for use in wolfCrypt. Refactor of the async device support so its hardware agnostic. Added Cavium Nitrox V support (Nitrox tested using SDK v0.2 CNN55XX-SDK with new configure "--with-cavium-v=/dir" option). Moved Nitrox specific functions to new port file "port/cavium/cavium_nitrox.c". RSA refactor to handle async with states. RSA optimization for using dpraw for private key decode. Use double linked list in wolf event for faster/cleaner code. Use typedef for wolf event flag. Cleanup of the async error codes. wolfCrypt test and benchmark support for async RSA. Asynchronous mode enabled using "./configure --enable-asynccrypt". If no async hardware is defined then the internal async simulator (WOLFSSL_ASYNC_CRYPT_TEST) is used. Note: Using async mode requires async.c/h files from wolfSSL. If interested in using asynchronous mode please send email to info@wolfssl.com. 8 years ago
  John Safranek 2f9c9b9a22 Add cipher suite ECDHE-ECDSA-AES128-CCM 8 years ago
  Jacob Barthelmeh 38bbd41f99 add EDH-RSA-AES256-SHA, used in one mysql test 8 years ago
  Jacob Barthelmeh e99a5b0483 prepare for release v3.9.0 8 years ago
  Jacob Barthelmeh 49b547db08 make QSH debug compile for C89 8 years ago
  Jacob Barthelmeh 3ce64da44c ChaCha20-Poly1305 PSK cipher suites 8 years ago
  Jacob Barthelmeh 5a9175a758 add cipher suite ECDHE-PSK-AES128-SHA256 and adjustments to ECDHE-PSK 8 years ago
  Jacob Barthelmeh d04a7e802a add ECDHE-PSK and cipher suite ECDHE-PSK-NULL-SHA256 8 years ago
  Jacob Barthelmeh 93c54c07ea cipher suite ECDHE-ECDSA-NULL-SHA 8 years ago
  Jacob Barthelmeh 611e37b3e8 naming for AEAD macros and TLSX with chacha-poly 8 years ago
  Jacob Barthelmeh 7d71d756f3 update ChaCha20-Poly1305 to most recent RFCs 8 years ago
  Chris Conlon 0801eeac8d update support for Freescale KSDK 1.3.0 8 years ago
  toddouska eed40eb690 add aes256 key derivation to ssl3 8 years ago
  toddouska ca7956b50d update cavium nitrox port to wolfssl 9 years ago
  Ludovic FLAMENT f68400da40 add IDEA cipher (ECB and CBC mode) 9 years ago
  toddouska 21cf0e437e add --enable-cryptonly build option 9 years ago
  Chris Conlon 0cd893a51b Freescale: Use new I/O where applicable 9 years ago
  Jacob Barthelmeh df8b48cd0f NTRU suites from earlier code 9 years ago
  Jacob Barthelmeh 14723b7e65 QSH (quantum-safe handshake) extension 9 years ago
  toddouska d67a031132 fix scr gcm mode 9 years ago