Commit Graph

58 Commits (efb6932d8eba09263bcad963e7f7148a7bb522a1)

Author SHA1 Message Date
toddouska 706bd8a910 add cipher suite client/server driver 2012-08-06 17:14:31 -07:00
toddouska 85889f7fb9 add md2 signature hash support 2012-07-27 14:01:02 -07:00
John Safranek cb178856a8 added 64-bit (default), 32-bit version, and 8-bit table based AES-GCM for faster operation. Selection made at configure. 2012-07-19 14:44:08 -07:00
John Safranek 4e73ad8547 AES-GCM requires SHA-384, configure adds it automatically 2012-06-18 14:31:46 -07:00
John Safranek 76bb3b2558 added stubs for AES-GCM processing and build option 2012-06-13 21:31:32 -07:00
toddouska 31bf833239 have separate --enable-crl-monitor 2012-06-05 11:31:00 -07:00
John Safranek c08486e5e2 bump library version number 2012-06-05 10:38:39 -07:00
toddouska 7edd1bd843 don't use -Warray-bounds except on linux with lots-o-warnings 2012-06-01 12:14:30 -07:00
toddouska 28fb9fb0f7 new dev version 2012-05-25 14:43:36 -07:00
toddouska 6a62623c64 verify suite validity before server picks 2012-05-25 12:18:18 -07:00
toddouska db7773aa54 linux crl dir monitoring fixes 2012-05-23 16:55:26 -07:00
toddouska 5b5b7e231d fix crl dist and dev build 2012-05-18 16:35:19 -07:00
toddouska ecef0e38d5 fix configure sha-512 message 2012-05-18 16:18:53 -07:00
toddouska 2806c995a8 pre release 2.2.0 2012-05-18 11:06:32 -07:00
toddouska 7c91372621 skip crl revoked entry extensions 2012-05-17 15:16:53 -07:00
toddouska 32095795f2 Merge branch 'master' of github.com:cyassl/cyassl 2012-05-11 12:22:23 -07:00
toddouska 6210ff78aa init crl 2012-05-11 12:22:16 -07:00
toddouska 7b2d62f4f7 don't compare session id if server rejects 2012-05-11 12:21:17 -07:00
John Safranek 89b0c932a5 bump version number to v2.1.5 2012-05-10 13:55:34 -07:00
John Safranek b8411f1217 fixed compile flag for SHA-384 when enabling Fortress 2012-05-08 09:35:18 -07:00
toddouska 968dfc4cf7 fortress ssh build fixes 2012-05-07 18:19:48 -07:00
toddouska ccabe829cb v2.1.3 2012-05-03 10:38:10 -07:00
toddouska 225fba5c8d v2.1.2 2012-05-02 16:10:25 -07:00
toddouska 6c7e9b30a5 Merge branch 'master' of github.com:cyassl/cyassl 2012-04-17 11:24:54 -07:00
toddouska d858e9e7b6 2.1.1 for bloxx 2012-04-17 11:24:41 -07:00
John Safranek c0783e4ec4 added configure option and a stub source file for OCSP 2012-04-13 09:39:19 -07:00
toddouska 3001804c51 make SetAltNames optional since need bigger buffer with -DCYASSL_ALT_NAMES 2012-04-05 12:48:28 -07:00
John Safranek a0d056bc5f removed the default cache size from fortress build 2012-03-23 16:12:19 -07:00
John Safranek d7ef83d1b3 Added new session cache size. Added options for Fortress build. 2012-03-12 10:31:45 -07:00
toddouska 4c948e2ef7 don't allow zero length asn names in certs 2012-03-01 16:46:24 -08:00
toddouska b307b8e8f6 2.0.8 release 2012-02-24 15:37:02 -08:00
toddouska bce2508878 add path handling (basic) for load_verify_locations() 2012-02-08 18:07:20 -08:00
toddouska f5e53de098 export Base64_Encode for general use 2012-01-27 10:10:07 -08:00
toddouska bb53240fdf add CyaSSL_X509_get_der(cert) with EXTRA 2012-01-25 14:13:05 -08:00
toddouska 9307d4a40d unit tests configure 2011-12-14 09:20:46 -08:00
toddouska cb42ca227b new version for tags, bump 2011-12-07 16:57:34 -08:00
toddouska a81d3d02e1 2.0.2 release 2011-12-05 15:42:18 -08:00
toddouska 3dd338a062 add aes counter mode 2011-11-22 17:02:36 -08:00
toddouska 8ddd2185c2 warning fixes, 2.0.1 pre 2011-11-01 16:17:45 -07:00
toddouska f97759c9e1 hostapd adds 2011-10-31 17:33:40 -07:00
toddouska 3ac390c147 add direct AES one block access and ECB DES for compatibility 2011-10-26 17:10:44 -07:00
toddouska d3bb4bf4d4 move signature algo types to public header and have test cert gen use SHA256wRSA as example 2011-10-26 13:23:03 -07:00
toddouska 42b7eefbee for cert gen make start day yesterady for bad clocks 2011-10-25 12:30:49 -07:00
toddouska 2021461d7c add alt name copying for cert gen 2011-10-07 16:50:32 -07:00
toddouska 340f275a8a add fastmath to bump, add fastmath FP_MAX_BITS runtime check 2011-10-04 12:29:59 -07:00
toddouska 290f94c8ad add get_subjectCN 2011-10-04 09:29:10 -07:00
toddouska 27d35d50cc lots o warning fixes for rc3 2011-09-28 13:19:05 -07:00
toddouska f33839ac5e fixes for ecc w/ new release 2011-09-27 19:52:57 -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 909a439b0a add key gen to bump configure 2011-09-07 10:12:25 -07:00