John Safranek
|
407397e8be
|
adding DTLS retry timeout, added CYASSL pointer to recv/send callbacks
|
2012-09-06 22:41:55 -07:00 |
|
toddouska
|
8c32a5a2ed
|
make RNG in ssl dynamic, release after hs if stream or < tls1.1
|
2012-09-05 16:18:29 -07:00 |
|
toddouska
|
c47afaf84f
|
make suites object dynamic, only use during handshake
|
2012-09-05 10:17:48 -07:00 |
|
toddouska
|
56960ef1cc
|
cyassl object size debug output
|
2012-09-05 09:02:51 -07:00 |
|
toddouska
|
43a0a21fb6
|
add GetOjbectSize for CYASSL*
|
2012-09-05 08:26:08 -07:00 |
|
toddouska
|
b1e603ae6b
|
opensslextra clang static fixes
|
2012-09-04 15:47:40 -07:00 |
|
toddouska
|
2bee126062
|
clang scan-build fixes
|
2012-09-04 10:48:26 -07:00 |
|
toddouska
|
30a264eb65
|
make sure mp_init return always checked
|
2012-08-27 11:30:22 -07:00 |
|
John Safranek
|
79c14dc825
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2012-08-22 15:36:07 -07:00 |
|
John Safranek
|
31d036178e
|
fix DTLS cookies and session resumption
|
2012-08-22 14:06:08 -07:00 |
|
toddouska
|
87762e9012
|
SafeRTOS client test fixes
|
2012-08-22 11:07:40 -07:00 |
|
toddouska
|
690938ffd4
|
lsr fs macros
|
2012-08-17 13:45:31 -07:00 |
|
toddouska
|
925ddb6626
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2012-08-15 17:00:34 -07:00 |
|
toddouska
|
05692e1d6a
|
IAR fixes, SafeRTOS port, better LWIP support
|
2012-08-15 17:00:11 -07:00 |
|
Chris Conlon
|
7ec04c16b6
|
EBSnet RTIP support
|
2012-08-13 17:10:05 -06:00 |
|
toddouska
|
4c66c4c3b5
|
use XBADFILE for init in bad state
|
2012-08-13 10:59:34 -07:00 |
|
toddouska
|
220bd66a63
|
allow XFILE to work with non pointer types
|
2012-08-13 10:53:47 -07:00 |
|
toddouska
|
d5fdb74d9a
|
fix small build proper
|
2012-08-10 12:40:22 -07:00 |
|
toddouska
|
08ff33894f
|
add ECDH static cipher suite tests including RSA signed ECDH, clean up code with haveECDSA -> haveECDSAsig
|
2012-08-08 15:09:26 -07:00 |
|
toddouska
|
a5af2e3d51
|
add altname retrieval from peer cert
|
2012-07-31 17:45:48 -07:00 |
|
John Safranek
|
489fbf17fe
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2012-07-19 17:22:16 -07:00 |
|
toddouska
|
6f2b1b90a9
|
move check_priv for libdrizzle
|
2012-07-17 15:55:20 -07:00 |
|
toddouska
|
d408f01863
|
add mystrnstr for buffer searching of PEM with no null terminator
|
2012-07-17 12:01:37 -07:00 |
|
John Safranek
|
918ea3a074
|
added the library framework for handling aes-gcm in TLS
|
2012-06-18 15:57:37 -07:00 |
|
toddouska
|
fbc5c8d6dc
|
add SSL set version, different from ctx version
|
2012-05-31 15:24:25 -07:00 |
|
toddouska
|
458302f9fe
|
warning cast
|
2012-05-30 10:03:05 -07:00 |
|
toddouska
|
f528f5a7d3
|
add CertManager Verify with Buffer
|
2012-05-29 12:04:48 -07:00 |
|
toddouska
|
6a62623c64
|
verify suite validity before server picks
|
2012-05-25 12:18:18 -07:00 |
|
John Safranek
|
0a31dc3a37
|
renumbered new error codes and dynamic data types
|
2012-05-24 14:36:40 -07:00 |
|
John Safranek
|
e8e575fd58
|
public OCSP functions are available, just return errors when OCSP not compiled in
|
2012-05-24 14:12:28 -07:00 |
|
toddouska
|
2b48f248c4
|
crl dir monitoring for linux and mac
|
2012-05-22 17:25:15 -07:00 |
|
John Safranek
|
09e24d5469
|
OCSP set option bug fix
|
2012-05-22 15:38:12 -07:00 |
|
toddouska
|
88b46d58d7
|
small warning fix
|
2012-05-18 12:10:04 -07:00 |
|
toddouska
|
7e322558ef
|
windows build fixes
|
2012-05-18 11:48:38 -07:00 |
|
toddouska
|
fd70122378
|
add external der CRL checker
|
2012-05-18 11:03:44 -07:00 |
|
toddouska
|
26153ffad6
|
add crl monitor flag, handle no revoked case
|
2012-05-18 10:52:32 -07:00 |
|
toddouska
|
5bc728b882
|
fix lots o warnings
|
2012-05-17 17:44:54 -07:00 |
|
toddouska
|
4b8ab62bd1
|
don't retrieve or cache null sessions
|
2012-05-17 10:55:42 -07:00 |
|
toddouska
|
146e7ff1f4
|
c++ build fixes
|
2012-05-17 10:05:24 -07:00 |
|
toddouska
|
08d9e57bf6
|
add crl missing url callback
|
2012-05-16 17:35:51 -07:00 |
|
toddouska
|
3ec2b9dbbc
|
crl stage 2
|
2012-05-16 17:04:56 -07:00 |
|
toddouska
|
7b2d62f4f7
|
don't compare session id if server rejects
|
2012-05-11 12:21:17 -07:00 |
|
John Safranek
|
344b60eb92
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2012-05-07 20:16:21 -07:00 |
|
toddouska
|
a97dbb8a14
|
global rng added to RAND_bytes
|
2012-05-07 19:36:19 -07:00 |
|
toddouska
|
968dfc4cf7
|
fortress ssh build fixes
|
2012-05-07 18:19:48 -07:00 |
|
John Safranek
|
5aad32eb28
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2012-05-07 17:02:47 -07:00 |
|
toddouska
|
2a817adfcc
|
ssh non ecc
|
2012-05-07 16:35:23 -07:00 |
|
John Safranek
|
f9985f5399
|
merge fix
|
2012-05-05 14:49:17 -07:00 |
|
toddouska
|
4278a4ac99
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2012-05-03 18:07:46 -07:00 |
|
toddouska
|
4fe81df45c
|
basic extneral cert manager added
|
2012-05-03 18:07:31 -07:00 |
|