Commit Graph

29 Commits (d3acb121ff8ad61476e3c18fa6a01c14287f8402)

Author SHA1 Message Date
Kaleb Himes 53057f0b0d name changes kaleb push 2014-12-17 10:00:17 -07:00
toddouska 519820133d Merge branch 'const_errorstrings' of https://github.com/rofl0r/cyassl into errstr 2014-05-14 14:51:40 -07:00
Chris Conlon be65f5d518 update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
rofl0r a36c18c27f implement CyaSSL_ERR_reason_error_string
this has several advantages:
- we can provide a replacement for openssl's ERR_reason_error_string,
  which makes porting simpler,
- code shrink due to removal of excessive strcpy call
- all error strings are const anyway so there's no point to force the
  user to supply storage for them and copying them around.
2013-12-19 19:40:48 +01:00
John Safranek f65f86bb88 improvements to CCM, ssn6 2013-03-22 11:30:12 -07:00
toddouska 8564014983 add mcapi hash with tests 2013-03-20 10:14:06 -07:00
John Safranek 591e1fc772 DTLSv1.2, fixed DTLS socket timeout 2013-03-06 23:02:33 -08:00
toddouska 44e0d7543c change copyright name with name change 2013-02-05 12:44:17 -08:00
toddouska f4f13371f9 update copyright date 2013-02-04 14:51:41 -08:00
toddouska 53e4c2ed72 fix pvs studio warnings 2013-01-02 11:39:12 -08:00
toddouska dd259b12c7 add CyaSSL_peek() 2012-11-16 12:16:00 -08:00
Chris Conlon 4c79ac1f88 windows build fix 2012-05-21 15:13:11 -06:00
toddouska 7e322558ef windows build fixes 2012-05-18 11:48:38 -07:00
toddouska 968dfc4cf7 fortress ssh build fixes 2012-05-07 18:19:48 -07:00
toddouska 2a817adfcc ssh non ecc 2012-05-07 16:35:23 -07:00
toddouska 2a5db9371c BN help 2012-05-02 15:11:20 -07:00
toddouska f49b106aef ssh2 2012-05-01 16:12:12 -07:00
toddouska 81be167ee2 init ssh changes 2012-04-26 16:27:27 -07:00
toddouska 0f5b0ff8c3 sha384 plus merge changes 2012-04-26 14:58:29 -07:00
toddouska 84614da13e increase copyright date 2012 2012-02-13 11:54:10 -08:00
toddouska 3b7fcc6ca1 add ssmtp build support 2012-01-16 15:11:37 -08:00
toddouska f97759c9e1 hostapd adds 2011-10-31 17:33:40 -07:00
toddouska cb90900920 wpa adds 2011-10-28 18:43:07 -07:00
Todd A Ouska d99932962a change Visual Studio files to use new CyaSSL headers and layout, have examples and testsuite try to change to CyaSSL Home dir if not 2011-09-23 16:13:02 -07:00
Todd A Ouska efe6f80e77 allow an app to link with cyassl and openssl, whew 2011-08-26 14:40:51 -07:00
Todd A Ouska 9d7c016cdb move cyassl headers out of openssl dir 2011-08-25 14:28:57 -07:00
Todd A Ouska 5619fa81fa remove ctc_ prefix and cyassl_ prefix since all includes now specify dir 2011-08-25 12:41:19 -07:00
Todd A Ouska 9d34e45b71 remove automatic version generated file use since embedded, windows, and project builds won't have available, can turn on in settings 2011-08-24 16:23:27 -07:00
Todd A Ouska 5d49bf7cb0 Brian Aker commits plus some minor changes like AM_CFLAGS getting AC_SUBST and --enable-xxx #ifdef to new header layout 2011-08-24 15:54:58 -07:00