Commit Graph

878 Commits (dfca5f82ddb3a1e00e568d17e342ee2f6cb2b4f8)

Author SHA1 Message Date
Chris Conlon 254d53bb18 add CYASSL_STM32F2 define, LwIP errno.h 2012-12-27 10:06:29 -07:00
John Safranek d993ee1969 Merge branch 'master' of github.com:cyassl/cyassl 2012-12-26 21:53:20 -08:00
John Safranek baf9bef8a3 Revert "changed polarity on ocsp thisDate check to allow very timely responses"
This reverts commit afbc34f0e0.
2012-12-26 21:41:12 -08:00
John Safranek cf114b92df made the ecc keys in the CYASSL struct dynamic 2012-12-26 16:39:19 -08:00
Chris Conlon ea3dc3d834 add STM32F2 AES, DES, 3DES support 2012-12-26 15:18:57 -07:00
Chris Conlon a7e0f4e483 add STM32F2 SHA1, MD5 support 2012-12-26 15:16:39 -07:00
Chris Conlon acf1d07eea add STM32F2 RNG support 2012-12-26 15:08:33 -07:00
John Safranek 6913a46331 Merge branch 'master' of github.com:cyassl/cyassl 2012-12-26 10:40:28 -08:00
toddouska 59419bef89 non block type ciphertext sanity checks 2012-12-26 10:11:15 -08:00
John Safranek 5bc976ee0f free ecc keys at the end of handshaking 2012-12-26 09:49:53 -08:00
toddouska dc88a7e8eb Merge branch 'timing' 2012-12-24 15:41:23 -08:00
toddouska 9c58f70e29 add ciphertext size sanity checks 2012-12-24 15:40:09 -08:00
toddouska 6b15443a3b fix clang using -pthreads flags on lion or greater 2012-12-24 14:37:03 -08:00
toddouska 76bbcbb7b2 fix clang warning on api test 2012-12-20 18:38:48 -08:00
toddouska 66a66c8905 valgrind needs .sh 2012-12-20 18:29:25 -08:00
John Safranek 831c760edc Merge branch 'ocsp'
Fixes some bugs in the ocsp code, and adds a new option to skip nonces.
2012-12-20 16:26:49 -08:00
John Safranek afbc34f0e0 changed polarity on ocsp thisDate check to allow very timely responses 2012-12-20 15:56:57 -08:00
John Safranek 5164c15216 fixed missed initialization when not using ocsp nonces 2012-12-20 15:29:15 -08:00
toddouska 541deaa0c0 release 2.4.6 2012-12-20 13:25:32 -08:00
toddouska 902069783e allow leanpsk dist to build 2012-12-20 11:46:25 -08:00
John Safranek 51787db76b changed ocsp lookup to use dynamic mem for request rather than stack 2012-12-19 18:09:05 -08:00
John Safranek 26cf98c878 removed check against producedAt date in ocsp, check not required 2012-12-19 11:28:33 -08:00
John Safranek 4e657debfc added the ability to disable OCSP nonces 2012-12-19 10:18:11 -08:00
toddouska 96cc05b7b1 fix shadow warning 2012-12-18 11:40:45 -08:00
John Safranek b36bc55197 Merge branch 'ocsp' 2012-12-17 22:23:31 -08:00
John Safranek 359e86adf6 1. When OCSP and CRL enabled, checks CRL if unable to contact OCSP responder
and OCSP was enabled.
2. Fixed a couple string typos.
3. Only check OCSP if cert successfully parsed.
2012-12-17 22:19:20 -08:00
toddouska b25061844c remove hmac array initializers to 0 when non full because of reported compiler weirdness from user 2012-12-14 16:47:03 -08:00
John Safranek c314dc3940 Merge branch 'master' into ocsp 2012-12-14 14:23:53 -08:00
toddouska f82324a081 README typo 2012-12-12 20:06:55 -08:00
toddouska 0e67cd17d6 clang opensslExtra fix 2012-12-12 20:04:10 -08:00
toddouska 726d686b07 fix clang scan-build problems 2012-12-12 18:03:32 -08:00
toddouska a108c5565e get release 2.4.4 ready 2012-12-12 17:13:33 -08:00
toddouska c49e7a85f7 fix configure.ac quoting 2012-12-12 14:33:21 -08:00
toddouska 3a98eb7578 fix for current working directory, relative path instead of absolute, suggestion from SpamapS 2012-12-12 10:57:05 -08:00
John Safranek 831e643a24 fixed file name in comment 2012-12-12 10:14:38 -08:00
John Safranek 977ff51ad5 Merge branch 'master' of github.com:cyassl/cyassl 2012-12-12 09:42:21 -08:00
John Safranek ed39a1652c deleted a stray index increment throwing off DecodeResposeData processing 2012-12-12 09:21:57 -08:00
John Safranek ac1890922b removed unused variable from lookup cert 2012-12-12 08:53:51 -08:00
toddouska 7e8438b7b4 fix pvs studio warnings 2012-12-11 11:33:49 -08:00
John Safranek e925fbdbd6 check correct pointer before freeing when done looking up cert 2012-12-07 15:49:43 -08:00
toddouska 87fbf7df80 fix libtool leftovers for distclen when shared mode 2012-12-06 17:52:36 -08:00
toddouska da8eba2603 fix distcheck pathing, cyassl-config distclean 2012-12-06 10:01:01 -08:00
toddouska 5ecca5a89d user no longer has to call CyaSSL_Init 2012-12-06 09:26:59 -08:00
toddouska ca7e5d2463 valgrind config output 2012-12-05 10:50:04 -08:00
toddouska 067f10ae8e add enable-valgrind 2012-12-04 21:28:18 -08:00
John Safranek 9005d2b54b removed XMALLOC_USER from the leanpsk compile flags 2012-11-30 16:43:03 -08:00
John Safranek f71376a42b Merge branch 'master' of github.com:cyassl/cyassl 2012-11-30 15:48:56 -08:00
John Safranek 8c97675979 Lean PSK trimming
1. leave out memory and io callback functions, expect user supplied
2. leave out cert and DTLS related functions
3. SHA-1 compile option to use slower, rolled-up transform
2012-11-30 15:45:43 -08:00
toddouska f23013b8a7 remove runtime memory callback use for leanpsk 2012-11-30 15:41:01 -08:00
toddouska c50f73b4cb fix valgrind leanpsk read error 2012-11-29 17:18:41 -08:00