John Safranek
f756573401
Merge branch 'ocsp-test'
2013-01-04 14:11:47 -08:00
John Safranek
ac885c40f0
fix a memory leak when OCSP lookup fails
2013-01-04 13:13:20 -08:00
John Safranek
3b6ba7935d
default ocsp lookup callback returns an error if unable to connect to a responder
2013-01-04 10:34:29 -08:00
John Safranek
a695599667
bug fix in default ocsp lookup function
2013-01-03 17:58:45 -08:00
John Safranek
ac227910f1
modify OCSP to use a replacable callback to perform the OCSP transaction
2013-01-03 17:19:56 -08:00
toddouska
53e4c2ed72
fix pvs studio warnings
2013-01-02 11:39:12 -08:00
toddouska
acb3e446ab
typo
2012-12-29 13:33:13 -08:00
toddouska
27a7cf609b
only do Init once per compression rounds
2012-12-29 13:30:23 -08:00
toddouska
3d88d8851a
sslv3 may have bad padding, can't verify
2012-12-29 13:11:31 -08:00
toddouska
640a0cb0e3
fix stream hmac check on multi data
2012-12-28 18:55:18 -08:00
toddouska
4c453d4d69
have server side reply unexpected_message for hello_request
2012-12-28 14:36:19 -08:00
toddouska
f073f49ead
make sure handshake complete before sending encrypted alert
2012-12-28 14:29:15 -08:00
toddouska
6d3728fe61
fix ripemd compression round
2012-12-28 14:19:28 -08:00
toddouska
23ff36075b
check RSA explicit size
2012-12-28 12:28:25 -08:00
toddouska
09ea7169d7
use exisiting dummy data for compression round
2012-12-28 11:48:30 -08:00
John Safranek
7ac6a21af5
updated comment for aead in SanityCheckCipherText()
2012-12-27 19:51:06 -08:00
toddouska
561906cffd
Merge branch 'master' of github.com:cyassl/cyassl
2012-12-27 16:36:48 -08:00
toddouska
f0bc61a5d3
add more robust pad/verify checks
2012-12-27 16:35:43 -08:00
John Safranek
e70838e984
Merge branch 'ecc'
2012-12-27 11:41:20 -08:00
John Safranek
581f91b984
Merge branch 'master' of github.com:cyassl/cyassl
2012-12-27 11:40:17 -08:00
Chris Conlon
60f4919ee6
add STM32 to README
2012-12-27 10:16:08 -07:00
Chris Conlon
254d53bb18
add CYASSL_STM32F2 define, LwIP errno.h
2012-12-27 10:06:29 -07:00
John Safranek
cf114b92df
made the ecc keys in the CYASSL struct dynamic
2012-12-26 16:39:19 -08: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
9c58f70e29
add ciphertext size sanity checks
2012-12-24 15:40:09 -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
51787db76b
changed ocsp lookup to use dynamic mem for request rather than stack
2012-12-19 18:09:05 -08:00
John Safranek
4e657debfc
added the ability to disable OCSP nonces
2012-12-19 10:18:11 -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
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
John Safranek
977ff51ad5
Merge branch 'master' of github.com:cyassl/cyassl
2012-12-12 09:42:21 -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
5ecca5a89d
user no longer has to call CyaSSL_Init
2012-12-06 09:26:59 -08:00
toddouska
067f10ae8e
add enable-valgrind
2012-12-04 21:28:18 -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
6e4d33eb00
move ProtocolVersion struct members directly into RecordLayerHeader
2012-11-28 16:34:41 -08:00
toddouska
6280aa9c91
make sure converted errors are handled by string output
2012-11-28 11:54:25 -08:00
John Safranek
77bf77dfd7
Merge branch 'master' of github.com:cyassl/cyassl
2012-11-27 22:19:01 -08:00
John Safranek
66a3ce2ec1
added SHA-256 based RNG when setting NO_RC4 compile flag
2012-11-27 22:17:25 -08:00
toddouska
4af555b502
unused no_session_cache fix
2012-11-27 15:39:40 -08:00
toddouska
faa7283ff3
fix crl resource leaks
2012-11-27 11:36:36 -08:00
John Safranek
f8f7f69f48
compile option to leave out MD5 and SSL code
2012-11-26 18:40:43 -08:00
John Safranek
78c1d592cc
Merge branch 'master' of github.com:cyassl/cyassl
2012-11-20 14:54:59 -08:00