toddouska
|
8c01c8d8e1
|
Merge branch 'master' of https://github.com/lfcrypto/wolfssl into idea
|
2015-09-25 15:42:31 -07:00 |
|
Ludovic FLAMENT
|
71576aef14
|
fix bad computed values
|
2015-09-25 23:52:08 +02:00 |
|
Ludovic FLAMENT
|
ae6b4be135
|
fix idea_mult
move reg and tmp buffer to word32
|
2015-09-24 22:55:11 +02:00 |
|
Ludovic FLAMENT
|
86d74efc37
|
return IdeaCbc{Encrypt/Decrypt} error code
|
2015-09-24 08:13:43 +02:00 |
|
toddouska
|
d669fc28c2
|
add idea benchmark, cleanup
|
2015-09-23 14:42:48 -07:00 |
|
toddouska
|
c4e1bdcb29
|
Merge branch 'master' of https://github.com/lfcrypto/wolfssl into idea
|
2015-09-23 12:03:58 -07:00 |
|
toddouska
|
2ded079e95
|
Merge branch 'master' of github.com:wolfssl/wolfssl
|
2015-09-23 11:21:38 -07:00 |
|
toddouska
|
7393b0eea0
|
allow user to free x509 object in static case (no op)
|
2015-09-23 11:20:40 -07:00 |
|
toddouska
|
31439e2baa
|
remove unneeded tmp from plain DES cbc decrypt
|
2015-09-23 11:01:22 -07:00 |
|
Ludovic FLAMENT
|
f68400da40
|
add IDEA cipher (ECB and CBC mode)
add support of SSL_RSA_WITH_IDEA_CBC_SHA cipher suite (SSLv3, TLS v1.0 and TLSv1.1)
|
2015-09-23 16:16:39 +02:00 |
|
Chris Conlon
|
207859cde8
|
fix typos in README, ssl.c
|
2015-09-22 15:40:46 -06:00 |
|
John Safranek
|
2c87cfa983
|
initialize CFLAGS in configure as empty, remove erasing it when hardening CFLAGS
|
2015-09-17 16:36:53 -07:00 |
|
toddouska
|
8ba207e477
|
Release 3.6.8 prep
v3.6.8
|
2015-09-16 14:57:43 -07:00 |
|
Jacob Barthelmeh
|
6d21d328fb
|
revert defragment of handshake messages in TLS
|
2015-09-16 11:57:58 -06:00 |
|
John Safranek
|
329e6a6207
|
update the example server and echoserver to correctly generate the DTLS cookie
|
2015-09-15 17:23:52 -07:00 |
|
Jacob Barthelmeh
|
578ea44e1e
|
check on return values of QSH
|
2015-09-15 17:46:45 -06:00 |
|
toddouska
|
764fadeb3b
|
add sanity checks to internal RsaVerifySign inputs
|
2015-09-15 16:16:04 -07:00 |
|
toddouska
|
e0bdaf8146
|
Merge pull request #138 from kaleb-himes/VS_fix
fix for sniffer link error in vcproj
|
2015-09-15 14:40:25 -07:00 |
|
kaleb-himes
|
7858d412b9
|
fix for sniffer link error in vcproj
|
2015-09-15 15:34:47 -06:00 |
|
toddouska
|
906cc84f94
|
Merge pull request #137 from kaleb-himes/VS_fix
fix link error in sniffer
|
2015-09-15 14:07:10 -07:00 |
|
kaleb-himes
|
2a3863058f
|
fix link error in sniffer
|
2015-09-15 14:37:27 -06:00 |
|
toddouska
|
797bcb6340
|
Fix Visual Studio warning/errors
|
2015-09-15 12:13:11 -07:00 |
|
toddouska
|
cdacb50336
|
Merge pull request #136 from NickolasLapp/master
Fix GCC Compiler warning, fix stunnel naming conflict
|
2015-09-14 18:56:06 -07:00 |
|
toddouska
|
9bdcd59338
|
fix dtls cookie leak
|
2015-09-14 17:13:16 -07:00 |
|
Nickolas Lapp
|
d70e0422a7
|
Fix naming conflict in stunnel psk_XXX_callback
|
2015-09-14 18:00:38 -06:00 |
|
Nickolas Lapp
|
274be55679
|
Fix GCC compiler warning
|
2015-09-14 17:57:24 -06:00 |
|
John Safranek
|
9ceb89b114
|
Merge branch 'dtls-cookie'
|
2015-09-14 16:13:49 -07:00 |
|
John Safranek
|
b62e5d57fe
|
1. improved DTLS cookie generation, uses HMAC and parts of Client Hello
message
2. add function to set the cookie Hmac key
3. removed server state for hello verify message
|
2015-09-14 16:05:30 -07:00 |
|
toddouska
|
98603b1547
|
fix +keygen +dsa +opensslextra -filesystem build
|
2015-09-14 14:18:25 -07:00 |
|
toddouska
|
097250755a
|
Merge branch 'ludovic'
|
2015-09-14 13:30:10 -07:00 |
|
toddouska
|
91fdc67571
|
fix cert_ext statics not used with sep
|
2015-09-14 13:25:15 -07:00 |
|
toddouska
|
de04565c1e
|
fix cert_ext test memory leak
|
2015-09-14 13:15:53 -07:00 |
|
toddouska
|
7391fc7e89
|
Merge https://github.com/lfcrypto/wolfssl into ludovic
|
2015-09-14 13:01:53 -07:00 |
|
toddouska
|
d8905a0110
|
move XSTRTOK to STRING_USER where it belongs
|
2015-09-14 13:00:26 -07:00 |
|
Ludovic FLAMENT
|
10165e966c
|
remove OPENSSL_EXTRA requirement
|
2015-09-14 21:14:01 +02:00 |
|
Ludovic FLAMENT
|
0ecd6435e9
|
remove CERT_EXT from enable-bump
cortex test are only done if openssl extra is set
|
2015-09-14 18:45:14 +02:00 |
|
Ludovic FLAMENT
|
08d1f33d30
|
remove snprintf
use strtok thread safe version
add output size for sanity checks in some functions
|
2015-09-12 23:17:53 +02:00 |
|
toddouska
|
de64092a70
|
Merge branch 'master' of github.com:wolfssl/wolfssl
|
2015-09-11 15:53:26 -07:00 |
|
toddouska
|
dbe08087e9
|
Merge branch 'ludovic'
|
2015-09-11 15:52:44 -07:00 |
|
toddouska
|
989f5ffb24
|
handle gmtime failures
|
2015-09-11 15:49:55 -07:00 |
|
toddouska
|
29270d88a4
|
remove another stdio.h assumption, breaks NO_FILESYSTEM
|
2015-09-11 15:13:47 -07:00 |
|
toddouska
|
c0f15b9326
|
DEBUG_WOLFSSL can't assume C standard headers, fix
|
2015-09-11 14:12:27 -07:00 |
|
toddouska
|
088467d312
|
fix autoconf with new certext files
|
2015-09-11 14:10:11 -07:00 |
|
toddouska
|
5654d4beee
|
fix no_filesystem with certext
|
2015-09-11 14:04:40 -07:00 |
|
toddouska
|
21cf0e437e
|
add --enable-cryptonly build option
|
2015-09-10 16:24:25 -07:00 |
|
toddouska
|
4785cbf616
|
fix opensslextra with debug without filesystem
|
2015-09-09 12:47:45 -07:00 |
|
toddouska
|
b6b385fe11
|
fix opensslextra with no filesystem
|
2015-09-09 12:38:28 -07:00 |
|
toddouska
|
80c5fecdb2
|
user CA adds use same policy as Context Verify for verification
|
2015-09-09 12:19:53 -07:00 |
|
toddouska
|
5bbcda3c79
|
add TLS signature fault checks indpendent of build options, plugins, callbacks, etc
|
2015-09-09 09:59:10 -07:00 |
|
toddouska
|
108679970a
|
allow cert_ext to work w/o openssl extra
|
2015-09-08 16:44:13 -07:00 |
|