3521 Commits

Author SHA1 Message Date
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
John Safranek a53d05c8bd updated sniffer statistics for missed sessions and reassembly buffer usage 2015-09-10 11:06:48 -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
toddouska 2f70f27adc Merge branch 'master' of https://github.com/lfcrypto/wolfssl into ludovic 2015-09-08 14:46:53 -07:00
toddouska 7e2906de52 add new sniffer APIs, framework 2015-09-08 14:31:32 -07:00
Jacob Barthelmeh 10ad789c6f set inital value in NTRU rsa_test 2015-09-08 10:27:44 -06:00
Ludovic FLAMENT 25f24ed34f fix to build on Fedora 32bits and Windows 2015-09-08 08:49:29 +02:00
Ludovic FLAMENT b685dfb2e7 Merge branch 'master' of https://github.com/wolfSSL/wolfssl 2015-09-07 10:23:46 +02:00
Ludovic FLAMENT d2ea6f7ef0 Add support for :
- PEM public key loading
  - set/get KeyUsage in CSR and X.509
  - set/get SKID in CSR and X.509
  - set/get AKID in X.509
  - set/get two Certificate Policies OID in X.509
2015-09-07 09:51:21 +02:00
toddouska 6041b117d6 fix fips-check freertos help string 2015-09-04 11:05:53 -07:00
John Safranek 58a36566cb allow for DTLS1.0 version record headers for client hello and hello verify 2015-09-03 15:35:01 -07:00
John Safranek 6dd85815bf added freertos build to fips-check script 2015-09-03 14:05:09 -07:00
Moisés Guimarães 316302cec3 fixes SRP documentation. 2015-09-03 12:21:22 -03:00
Moisés Guimarães 12bf9b4430 fixes conflict with reserver names used as variable names;
adds NOT_COMPILED_IN error when trying to use SRP with a hash not compiled in.
2015-09-03 12:06:56 -03:00
John Safranek c34082b7ba updated fips-check script with proper win versions 2015-09-01 17:57:37 -07:00
Takashi Kojo aaaebf6213 pkcs7 rolling back static values to auto 2015-09-02 08:59:04 +09:00
Chris Conlon be5ac590b7 Freescale: Add KSDK FreeRTOS build, using fastmath 2015-09-01 15:37:11 -06:00
toddouska e604ca1d3c Merge branch 'kojo-mdk5' 2015-09-01 13:35:47 -07:00
toddouska ebea6145f6 change generice define to more specific for pkcs7 digest size 2015-09-01 13:33:26 -07:00
toddouska 31500d0d12 Merge branch 'MDK5' of https://github.com/kojo1/wolfssl into kojo-mdk5 2015-09-01 11:35:58 -07:00
toddouska 05bef43c1e bump dev version 2015-09-01 11:31:46 -07:00
Takashi Kojo 3b468bc1ef internal.c: declaration after exection statements 2015-09-01 09:40:08 +09: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 a56a8a22e5 add idrect dev time 2015-08-31 15:02:41 -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 f8445193a4 add idirect generate seed 2015-08-31 13:55:56 -07:00
toddouska 1368ae1fb1 add SHA512 signature creation 2015-08-31 13:51:52 -07:00
toddouska 756cff4cb4 add Rsa Public Key To Der, non FIPS mode 2015-08-31 13:29:22 -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
Takashi Kojo 18383d286a fixed uITRON, uTKernel option 2015-08-30 10:25:09 +09:00
Takashi Kojo dc68832dba TIRTOS Semaphore_create error check 2015-08-30 08:36:33 +09:00
Takashi Kojo 122b2e9753 pkcs7: rolling back to static values 2015-08-29 22:02:23 +09:00
Takashi Kojo f5ee6d616c Merge remote-tracking branch 'origin/MDK5' into MDK5 2015-08-29 21:24:44 +09:00
Takashi Kojo cf80a6f639 pkcs7: avoid initial value of pointer to auto value for embedded compilers 2015-08-29 21:22:30 +09:00
Takashi Kojo 572a8cfc11 hmac.c: fixed warning, statement is unreachable 2015-08-29 18:04:57 +09:00