Commit Graph

856 Commits (e85caee84521cdeb58a5c6f5a73650100ae65625)

Author SHA1 Message Date
John Safranek c4e91a831f Fixed unit test case. Updated a constant list to be ANSI-C compliant. 2012-03-19 11:30:48 -07:00
John Safranek fc2f329acb added: ex data for CYASSL object, cert cmp function, verify callback call in success case 2012-03-16 10:50:04 -07:00
John Safranek d7ef83d1b3 Added new session cache size. Added options for Fortress build. 2012-03-12 10:31:45 -07:00
toddouska 3744e2122f fix digest hiLen using modded loLen on greater than 2^29 bits 2012-03-02 11:16:12 -08:00
toddouska 4c948e2ef7 don't allow zero length asn names in certs 2012-03-01 16:46:24 -08:00
toddouska 815f3b8f75 terminate user psk hint at ssl even if validated at ctx 2012-02-29 10:06:27 -08:00
toddouska f92df4b4ce fix long user provided path with strncpy 2012-02-29 09:57:03 -08:00
toddouska b307b8e8f6 2.0.8 release 2012-02-24 15:37:02 -08:00
toddouska 6b77c8967a don't allow user override on peer cert ASN_PARSE_E 2012-02-20 12:07:40 -08:00
toddouska 7b529249af extra checks on rsa test for easier porting into 2012-02-17 14:05:50 -08:00
toddouska ec85d47a73 allow changing session timeout for ctx and ssl 2012-02-14 17:46:04 -08:00
toddouska f8e610493c add ability to set Temp EC-DHE key size in octets for ctx or ssl, 20 - 66 allowed for 160bit - 521bit 2012-02-14 12:46:32 -08:00
toddouska 84614da13e increase copyright date 2012 2012-02-13 11:54:10 -08:00
toddouska 20c8fab779 fix ecc cleanup bug with opensslExtra no fastmath 2012-02-13 11:36:07 -08:00
toddouska 03cf62fd07 allow dir path to be defined out NO_CYASSL_DIR, allow file or path on load_verify 2012-02-09 13:21:41 -08:00
toddouska bce2508878 add path handling (basic) for load_verify_locations() 2012-02-08 18:07:20 -08:00
toddouska f0bec7dd02 note dhparam creation 2012-02-08 12:18:56 -08:00
toddouska 9b5ab7c914 respond to negotiation attempt with alert warning no_renegotiation to try graceful continue if possible 2012-02-01 17:18:40 -08:00
toddouska e98715ee11 Merge branch 'master' of github.com:cyassl/cyassl 2012-01-27 11:55:35 -08:00
toddouska 8df90735eb allow echoserver to accept 1 byte G then rest of GET for browsers with CBC hack 2012-01-27 11:55:23 -08:00
toddouska dcf83b23ee 2.0.6 release notes 2012-01-27 11:15:36 -08:00
toddouska f5e53de098 export Base64_Encode for general use 2012-01-27 10:10:07 -08:00
toddouska a475803eea add ca cache callback test to client 2012-01-26 12:52:54 -08:00
toddouska ee46bcce4a allow ca cache addition callback 2012-01-26 12:43:48 -08:00
toddouska bb53240fdf add CyaSSL_X509_get_der(cert) with EXTRA 2012-01-25 14:13:05 -08:00
toddouska b32bc2ce9f add ability to group handshake messages on send with xxx_set_group_messages() 2012-01-24 13:19:03 -08:00
toddouska 3b7fcc6ca1 add ssmtp build support 2012-01-16 15:11:37 -08:00
toddouska 07ed8a5a84 fix aes ctr cast 2012-01-09 09:53:37 -08:00
John Safranek 8c63ac1c4d Cleaned up a unit test case. Added pthread to the unit test build for read/write. 2012-01-01 18:41:14 -08:00
toddouska 54db757f7f update client-key.der to new 2048 bit one 2011-12-28 16:33:45 -08:00
toddouska e3e8bd1de4 add ecc benchmarking 2011-12-22 14:59:57 -08:00
toddouska 1bb8c1f696 remove extra aes ctr test 2011-12-22 13:08:17 -08:00
John Safranek 09d3b242c2 added some more api calls to the unit test 2011-12-19 13:47:52 -08:00
toddouska d9e0c8e526 addca lock mutex failure bug on free 2011-12-19 12:57:44 -08:00
toddouska 57abb0a537 Merge branch 'master' of github.com:cyassl/cyassl 2011-12-15 18:49:42 -08:00
toddouska 7cc11ac8d5 fix BIO free error on not full init w/ opensslExtra server 2011-12-15 18:49:03 -08:00
John Safranek f1cdbe8e74 More coding standards fixes for API test. 2011-12-15 17:42:16 -08:00
John Safranek 9395e90c82 Disabled an invalid test case. 2011-12-15 17:07:16 -08:00
John Safranek 8f2508b5d7 Merged my changes into the head 2011-12-15 16:41:22 -08:00
John Safranek e8ce739274 Brought API test in line with coding standard. 2011-12-15 16:34:50 -08:00
toddouska 0254194e20 lean and mean windows fix 2011-12-15 11:42:31 -08:00
toddouska 46b0b2d370 fix v2 usage, only with OPENSSL_EXTRA 2011-12-15 10:34:34 -08:00
John Safranek 4b8eba575a Added some more test cases. Needs some refactor. 2011-12-14 20:24:10 -08:00
toddouska a3f0aa525b fix hamc test calling ripemd 2011-12-14 17:29:49 -08:00
Chris Conlon 959e2892b9 Added SHA-256, SHA-512, RIPEMD, HMAC hash tests 2011-12-14 11:22:00 -08:00
Chris Conlon 5458401020 Added MD4, MD5, SHA hash tests 2011-12-14 10:55:19 -08:00
John Safranek bdb4437a16 connected api test to the unit tests. 2011-12-14 10:09:00 -08:00
toddouska 9cdc6f8f5e unit3 2011-12-14 10:02:05 -08:00
John Safranek 08bd1c94bf Added a test of Init to the tests. 2011-12-14 09:54:40 -08:00
toddouska 02ec42c79e unit header 2011-12-14 09:31:54 -08:00