toddouska
|
31500d0d12
|
Merge branch 'MDK5' of https://github.com/kojo1/wolfssl into kojo-mdk5
|
2015-09-01 11:35:58 -07:00 |
|
Takashi Kojo
|
efb06e2559
|
rolling back internal.c for master conflict
|
2015-09-01 09:29:44 +09:00 |
|
toddouska
|
928d2b7caa
|
add build optional skip crl next date if missing
|
2015-08-31 17:02:15 -07:00 |
|
toddouska
|
6969453d06
|
allow CRL with NO_FILESYSTEM
|
2015-08-31 14:57:23 -07:00 |
|
toddouska
|
553fc283c9
|
add Buffer Load CRL
|
2015-08-31 14:23:50 -07:00 |
|
toddouska
|
cf38d1c022
|
detect SetSSL_CTX requirements and error out early
|
2015-08-31 11:57:30 -07:00 |
|
Takashi Kojo
|
2f3b7d3567
|
mdk portability, fixed declaration after executing statements
|
2015-08-30 13:38:52 +09:00 |
|
Nickolas Lapp
|
42428f10ad
|
Remove uneccessary defines from compat. layer
|
2015-08-27 13:27:33 -06:00 |
|
Nickolas Lapp
|
0b72b28b13
|
reorganize InitSSL. Rename forcekeep->cacheOnly. Free instead of decrement
|
2015-08-27 12:57:43 -06:00 |
|
Nickolas Lapp
|
1787e04b23
|
Enum should be int, not byte
|
2015-08-27 12:57:43 -06:00 |
|
Nickolas Lapp
|
90ad5336fc
|
Fix uninitialized warning
|
2015-08-27 12:57:43 -06:00 |
|
Nickolas Lapp
|
900edc04e5
|
Adding sni to mimic openssl functionality
|
2015-08-27 12:57:43 -06:00 |
|
Chris Conlon
|
5e95740d93
|
Freescale: Add KSDK Bare Metal build, TRNG support
|
2015-08-27 11:45:40 -06:00 |
|
toddouska
|
f2db01bef2
|
fix defrag memory errors
|
2015-08-26 12:10:10 -07:00 |
|
John Safranek
|
cc216d5079
|
InitSuites to disallow stream ciphers for DTLS sessions
|
2015-08-26 14:16:13 -04:00 |
|
John Safranek
|
7d067dfec6
|
defragment the handshake messages in TLS
|
2015-08-25 21:09:19 -04:00 |
|
John Safranek
|
5ce39e147d
|
clean up sniffer packet overlap issue
|
2015-08-20 18:54:16 -07:00 |
|
John Safranek
|
a93aa8972e
|
fix sniffer crash with reassembly processing
|
2015-08-20 18:54:16 -07:00 |
|
toddouska
|
a47af476d1
|
add REAMDE note about static cipher suites disabled and compiler error detection
|
2015-08-20 17:11:00 -07:00 |
|
John Safranek
|
b0d90918f9
|
fix issue between certificate fragmentation and secure renegotiation
|
2015-08-18 21:00:17 -07:00 |
|
toddouska
|
15995d1b2c
|
Merge branch 'TI_hash' of https://github.com/kojo1/wolfssl into kojo-ti
|
2015-08-18 12:27:57 -07:00 |
|
John Safranek
|
5cffea7aac
|
clean static analysis report in cert fragmentation
|
2015-08-17 17:27:29 -07:00 |
|
toddouska
|
049a4c6460
|
fix C++ mode warnings
|
2015-08-17 16:47:39 -07:00 |
|
Takashi Kojo
|
6376736129
|
HashFree for TI hash memory leak
|
2015-08-15 16:51:23 +09:00 |
|
John Safranek
|
4fb0519b37
|
clean up GCC and VS build warnings
|
2015-08-14 15:06:12 -07:00 |
|
Chris Conlon
|
34ac1a33f3
|
Freescale: Add support for KSDK (FREESCALE_KSDK_MQX)
|
2015-08-14 15:21:23 -06:00 |
|
John Safranek
|
d12308a053
|
SendCertificate fragments the message based on max_fragment setting for TLS and DTLS.
|
2015-08-14 11:06:42 -07:00 |
|
Takashi Kojo
|
e6ab7de923
|
TI hardware hash driver memory leak in dummy rounds
|
2015-08-14 07:44:13 +09:00 |
|
John Safranek
|
8cc9c62911
|
skip past the pad and mac when skipping a finished message in DTLS
|
2015-08-13 14:29:56 -07:00 |
|
toddouska
|
4eafff0c21
|
Merge pull request #126 from NickolasLapp/scan_build_errs
Changes to remove scan-build warnings when compiling with full build
|
2015-08-12 16:42:47 -07:00 |
|
toddouska
|
46e7e9acf9
|
disable SSLv3 by default
|
2015-08-12 16:39:13 -07:00 |
|
Nickolas Lapp
|
910fd79a1d
|
Changes to remove scan-build warnings when compiling with full build
|
2015-08-12 13:58:23 -06:00 |
|
Jay Satiro
|
e179da07d0
|
fix mixed declarations by moving them to their block start
In Visual Studio <= 2012 C99 mixed declarations aren't supported.
|
2015-08-10 01:54:25 -04:00 |
|
John Safranek
|
106abb873f
|
skip the sanity check on a duplicate change cipher spec message in DTLS mode, they are allowed
|
2015-08-08 23:57:02 -07:00 |
|
John Safranek
|
8b0d7cc8da
|
don't let sniffer try to parse handshake messages after the handshake has completed, new error for secure renegotiation not supported
|
2015-08-07 15:48:04 -07:00 |
|
Chris Conlon
|
0cd893a51b
|
Freescale: Use new I/O where applicable
|
2015-08-07 16:22:31 -06:00 |
|
Chris Conlon
|
5d40c5f566
|
Rename RNG to WC_RNG for Freescale, add NO_OLD_RNGNAME define to completely remove RNG type usage
|
2015-08-07 11:53:19 -06:00 |
|
toddouska
|
d3c8ff3488
|
Merge branch 'master' of github.com:wolfssl/wolfssl
|
2015-08-07 09:42:07 -07:00 |
|
Ludovic FLAMENT
|
d050c10581
|
add support for curve 25519 and Ed25519 in OpenSSH
refactor curve25519 and Ed25519 code
fix warning in PEM_xxx_mem_xxx functions
|
2015-08-06 08:51:41 -07:00 |
|
Moisés Guimarães
|
6d7b5bd2f8
|
adds srp files to build process.
|
2015-08-04 01:07:24 -03:00 |
|
toddouska
|
3fb10301f6
|
fix build 267, case 743 blak2b w/o md5
|
2015-07-31 16:29:35 -07:00 |
|
toddouska
|
409b044ec7
|
fix build 267, case 1299 ocsp + iopool (no stdlib)
|
2015-07-31 11:44:09 -07:00 |
|
toddouska
|
1470789ac6
|
fix build 483 with wc_encrypt
|
2015-07-31 11:13:05 -07:00 |
|
toddouska
|
cc604d23be
|
fix psk no server hint sanity check
|
2015-07-30 16:45:31 -07:00 |
|
toddouska
|
011fdc1103
|
move AES oneshot calls out of aes.[hc]
|
2015-07-30 12:42:25 -07:00 |
|
toddouska
|
480bab467d
|
fix warning
|
2015-07-28 09:35:28 -07:00 |
|
toddouska
|
388d023df6
|
put rsa non public enums back into c file for FIPS
|
2015-07-28 09:29:47 -07:00 |
|
Nickolas Lapp
|
b85637e06b
|
Fixed bug when getting PEM encoded sz. Add idx check
|
2015-07-27 10:43:49 -06:00 |
|
toddouska
|
e363848ecc
|
fix jenkins build #465 with kegen changes
|
2015-07-24 19:19:53 -07:00 |
|
toddouska
|
4ba57a609c
|
Merge branch 'ludovic'
|
2015-07-24 15:39:54 -07:00 |
|