Commit Graph

  • 4377996d87 Saved original SKID and AKID from certificate for later use with X.509 functions. John Safranek 2013-11-19 16:20:18 -08:00
  • 0fd6aed9b6 Save more decoded data from certificate for later use with X.509 functions. John Safranek 2013-11-19 14:44:55 -08:00
  • c0007ad6b3 move Coldfire SEC specific DES/3DES header sections into define Chris Conlon 2013-11-19 14:34:05 -07:00
  • e92860bda7 ecc enc/dec offset init fix toddouska 2013-11-19 11:17:23 -08:00
  • 321d215e57 Added ecc, blake, crl, ocsp to the VS project John Safranek 2013-11-16 21:53:57 -08:00
  • d91e8ab38e add cert gen for ecc certs toddouska 2013-11-14 20:34:39 -08:00
  • a7bcca84c3 add ecdsa cert signing toddouska 2013-11-14 15:00:22 -08:00
  • 7a1fb428d1 fix ecc_set_type member name conflict Chris Conlon 2013-11-14 11:10:29 -07:00
  • cf4230b073 add ecc encrypt secure message exchange, hide ecEncCtx toddouska 2013-11-13 17:53:11 -08:00
  • 2e9e372875 Merge branch 'master' of github.com:cyassl/cyassl toddouska 2013-11-11 17:01:39 -08:00
  • 0ef44329ef add thread local storage to ecc fp cache, no locking required but cache is per thread, higher conncurrent performance but more memory needed toddouska 2013-11-11 17:00:35 -08:00
  • b54b92bc2a benchmark.c conflicts resolved Takashi Kojo 2013-11-12 08:21:41 +09:00
  • 5a9140fd13 For PIC32MZ Takashi Kojo 2013-11-12 08:12:01 +09:00
  • 8c20ff2d97 Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2013-11-11 11:31:35 -08:00
  • dabb8058c4 1. Updated README Note 2. The error code described for no signer errors is -188. (The error code -155 is for the signature confirmation failing.) 2. Fixed bug in copying the signature from a DecodedCert to a CYASSL_X509 record. John Safranek 2013-11-11 11:19:35 -08:00
  • 0048c20fe5 PIC32MZ RNG Takashi Kojo 2013-11-11 12:15:19 +09:00
  • 23cada35ba Catch up master Takashi Kojo 2013-11-10 21:06:34 +09:00
  • 240565cdba README for MZ Takashi Kojo 2013-11-10 20:52:12 +09:00
  • a4e61cbdbb For PIC32MZ Takashi Kojo 2013-11-10 20:42:21 +09:00
  • 3e072c8dda random.c missing settings include fix toddouska 2013-11-08 10:56:50 -08:00
  • c2f9064ae4 Merge branch 'master' of github.com:cyassl/cyassl toddouska 2013-11-07 16:00:34 -08:00
  • 554adff672 add basic ecc encrypt/decrypt toddouska 2013-11-07 15:59:31 -08:00
  • 7866d51ee9 fix benchmark pull changes toddouska 2013-11-07 11:00:56 -08:00
  • 16bda74536 For MDK5 Pack Takashi Kojo 2013-11-07 10:29:01 +09:00
  • 42f82ce9cc Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2013-11-06 15:54:01 -08:00
  • 20e6ac7104 Added public key type to PKEY copy John Safranek 2013-11-06 14:16:21 -08:00
  • 4dc30fcde5 Added X.509 accessor for signature. John Safranek 2013-11-06 11:49:49 -08:00
  • 25e2117a84 NL code fix Takashi Kojo 2013-11-06 11:26:26 +09:00
  • f26cf50ff2 Merge branch 'master' of https://github.com/cyassl/cyassl into MDK5 Takashi Kojo 2013-11-06 10:22:21 +09:00
  • 31891942b9 default options for MDK5 pack Takashi Kojo 2013-11-06 10:14:15 +09:00
  • fb8c3e0c75 fix gcc warning with enable-ocsp Chris Conlon 2013-11-04 15:36:08 -07:00
  • 9d5d1cbbc9 bump dev version v2.8.3 John Safranek 2013-11-04 11:39:53 -08:00
  • 913e200cd0 X.509 Additions: * CyaSSL_X509_d2i() * CyaSSL_X509_d2i_fp() * CyaSSL_X509_version() * CyaSSL_X509_get_notBefore() * CyaSSL_X509_get_notAfter() * CyaSSL_X509_STORE_new() * CyaSSL_X509_STORE_free() * CyaSSL_X509_STORE_add_cert() * CyaSSL_X509_STORE_set_default_paths() * CyaSSL_X509_get_pubkey() * CyaSSL_EVP_PKEY_free() * CyaSSL_X509_NAME_get_text_by_NID() * CyaSSL_X509_NAME_entry_count() * CyaSSL_X509_verify_cert() * CyaSSL_X509_STORE_CTX_new() * CyaSSL_X509_STORE_CTX_init() * CyaSSL_X509_STORE_CTX_free() John Safranek 2013-10-17 14:31:20 -07:00
  • 5e00d62ea3 add HMAC-KDF toddouska 2013-10-31 18:03:00 -07:00
  • c88d0d5739 fix mplab harmony random ifdef toddouska 2013-10-31 10:47:03 -07:00
  • cc323fb4cc ecc shamir requires bigger LUT in fp mode toddouska 2013-10-31 10:43:48 -07:00
  • 12b074fbe9 add worst case estimate to ecc_sign_size() toddouska 2013-10-30 13:33:23 -07:00
  • 3d19604bfb make sure to always check mp_to_*, normal math could fail toddouska 2013-10-29 17:38:12 -07:00
  • f402d7eed9 add ecc export pirvate only toddouska 2013-10-29 16:44:33 -07:00
  • b377a60596 add packet# length to snifftest output toddouska 2013-10-29 15:41:05 -07:00
  • de6b9bc6be fix sniffer with new decrypt/verify code toddouska 2013-10-28 17:18:41 -07:00
  • 5c57df8227 Merge branch 'master' of github.com:cyassl/cyassl toddouska 2013-10-28 13:23:17 -07:00
  • 071338bf39 fix fpecc normal math init/free issue toddouska 2013-10-28 13:17:33 -07:00
  • 26d72360c5 Improvement to M4 scripts to check for clang when building under Darwin. John Safranek 2013-10-28 12:27:56 -07:00
  • 9438d0d41b add Microchip MPLAB Harmony support toddouska 2013-10-28 11:03:50 -07:00
  • 849bbdefae Updates for MDK4 Takashi Kojo 2013-10-26 17:18:18 +09:00
  • 33ccf62ff5 MDK5 support Takashi Kojo 2013-10-25 15:49:39 +09:00
  • 8c7715ee33 remove CBC naming from HC-128 suites toddouska 2013-10-24 12:10:09 -07:00
  • f833674171 remove CBC from RABBIT suite naming toddouska 2013-10-24 11:52:21 -07:00
  • 4c04b6e714 add AES Blake2b 256 basic suites for speed tests toddouska 2013-10-24 11:30:51 -07:00
  • b4a03de8ee port.h for MDK5 Takashi Kojo 2013-10-24 20:55:21 +09:00
  • 558735c862 port.[ch] for MDK5 Takashi Kojo 2013-10-24 20:33:36 +09:00
  • f3f3a5abb0 cyassl/IDE/MDK5-ARM files for MDK5 support Takashi Kojo 2013-10-24 19:55:40 +09:00
  • 2f98233825 For MDK5 Takashi Kojo 2013-10-24 18:50:26 +09:00
  • 3ed2085e77 ctaocrypt/{benchmark,src,test} files fro MDK5 Takashi Kojo 2013-10-24 17:20:12 +09:00
  • e4a3599a6b cyassl/src file updates for MDK5 Takashi Kojo 2013-10-24 16:52:17 +09:00
  • b45370a599 remove test output toddouska 2013-10-23 17:17:47 -07:00
  • c039b0106a add HC-128 Blake2b 256 cipher suite for speed test toddouska 2013-10-23 17:13:54 -07:00
  • 14f4162180 bump dev version v2.8.2 John Safranek 2013-10-23 16:22:10 -07:00
  • 846511376c added x.509 text dump to the server-ecc.pem cert John Safranek 2013-10-22 10:16:50 -07:00
  • fca8d03d4c New server-ecc.pem. Old copy expired today. John Safranek 2013-10-21 21:07:28 -07:00
  • f45d0709b3 case insensitivity fix for domain name check Chris Conlon 2013-10-18 15:17:19 -06:00
  • 8295d8bb4a 1. Reject DSA certificates instead of ignoring them. 2. Resolved potential crash when trying to calculate a Subject Key ID when the public key is missing from a certificate. John Safranek 2013-10-16 10:16:04 -07:00
  • dba488ba70 add option to always call verify callback with CYASSL_ALWAYS_VERIFY_CB Chris Conlon 2013-10-14 15:04:26 -06:00
  • 0126a39d68 fix shamir speed up init buffer toddouska 2013-10-10 18:47:25 -07:00
  • 6c654bba3d fix camellia memory leak toddouska 2013-10-10 16:50:35 -07:00
  • 51c485f523 1. Added a couple missing checks for NULL pointers in DTLS code. 2. Fixed compiler warning under Windows. John Safranek 2013-10-08 14:59:59 -07:00
  • 33bcc76a07 Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2013-10-02 15:27:10 -07:00
  • 3e12f43342 add CyaSSL_GetHmacMaxSize for JNI wrapper Chris Conlon 2013-09-25 14:20:36 -06:00
  • 17b220e9c7 add Freescale MQX time functionality Chris Conlon 2013-09-24 20:12:48 -06:00
  • 27078bb89c use to detect x86_64 for fastmath default toddouska 2013-09-24 12:15:28 -07:00
  • 363f157f50 fix sniffer build w/o fastmath toddouska 2013-09-23 13:37:04 -07:00
  • bdb8b9396c Merge branch 'master' of github.com:cyassl/cyassl toddouska 2013-09-20 10:37:16 -07:00
  • d1fcce2f73 more settings toddouska 2013-09-20 10:36:05 -07:00
  • 8e5dab1ef3 clang can't use pthread(s) flag toddouska 2013-09-20 10:34:29 -07:00
  • a2189d2f55 Merge branch 'master' of https://github.com/BrianAker/cyassl toddouska 2013-09-19 14:06:51 -07:00
  • 5e4ca53496 clean up Windows build issues with OCSP John Safranek 2013-09-18 14:47:51 -07:00
  • 49d3e74fde Fixed a Windows build warning in the benchmark John Safranek 2013-09-17 22:15:59 -07:00
  • b0f94a34e6 Deleted stray semicolon from struct Des definition John Safranek 2013-09-17 16:42:52 -07:00
  • ee78b108cf CTaoCrypt test mods for MQX Chris Conlon 2013-09-16 15:48:36 -06:00
  • abff02532d add Freescale K53 RNGB support Chris Conlon 2013-09-16 14:43:33 -06:00
  • e564b614bf Decode the serialNumber field in the X.509 names John Safranek 2013-09-15 22:10:58 -07:00
  • db20b61e51 Update autoconf rules. Fixes bug url to point to github issues. Brian Aker 2013-09-15 00:13:30 -07:00
  • 49f82c4717 Added two more GMAC test cases John Safranek 2013-09-12 14:10:57 -07:00
  • c5f3eace7d DTLS timeout init wasn't initializing the timeout until after the first timeout. John Safranek 2013-09-11 14:28:01 -07:00
  • 978bb7374d added port.c to the iOS project John Safranek 2013-09-11 10:58:18 -07:00
  • 74e7ba8536 fix Kojo-san pull errors toddouska 2013-09-11 10:07:33 -07:00
  • 0869da34a0 Coldfire SEC kojo 2013-09-11 17:06:28 +09:00
  • 7e609028bd add port.c to MDK projects kojo 2013-09-11 12:55:15 +09:00
  • 742f286827 add port.c to MDK projects kojo 2013-09-11 12:16:30 +09:00
  • 44be8df9ef Merge branch 'master' of https://github.com/kojo1/cyassl-test kojo 2013-09-11 12:04:40 +09:00
  • bfc448b90c add port.c kojo 2013-09-11 11:56:18 +09:00
  • 99b26705ce add prot.c kojo 2013-09-11 11:56:18 +09:00
  • 03d7c694e8 Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2013-09-10 16:49:40 -07:00
  • d3db1a42de Added GMAC wrapper functions around AES-GCM John Safranek 2013-09-10 16:47:39 -07:00
  • bab790ab87 add port.c to visual studio builds toddouska 2013-09-09 13:48:28 -07:00
  • 0ae966b350 fix shadow warning John Safranek 2013-09-08 17:46:29 -07:00
  • 44ba0af192 free fp ecc resources on cleanup toddouska 2013-09-06 17:08:57 -07:00
  • 6e05d4317f add proper locking to fp ecc toddouska 2013-09-06 16:53:33 -07:00
  • a14af5f0b0 move mutex to port layer at crypto level toddouska 2013-09-06 16:38:27 -07:00