Commit Graph

  • bcfc8c50ad noFilesystem load_buffer test fix for bigger certs toddouska 2011-12-05 16:00:33 -08:00
  • a81d3d02e1 2.0.2 release toddouska 2011-12-05 15:42:18 -08:00
  • e82516ad2a fix ecc pkcs8 import toddouska 2011-12-01 13:10:01 -08:00
  • f4a9002bdb ecc fixed point compile fixes, still need ecc_mul2add toddouska 2011-11-23 16:11:56 -08:00
  • a72ff97e1c ecc extensions fix for ca toddouska 2011-11-23 13:15:29 -08:00
  • 3dd338a062 add aes counter mode toddouska 2011-11-22 17:02:36 -08:00
  • c46cbccf4f cyassl api for swig toddouska 2011-11-09 18:05:27 -08:00
  • 051b63b9c8 update swig interface toddouska 2011-11-09 17:58:37 -08:00
  • 185e23fc58 microchip pic32 port toddouska 2011-11-09 17:32:24 -08:00
  • c603efd023 normal math default mp_digit to 32 bit int instead of long toddouska 2011-11-07 11:52:17 -08:00
  • 771912bf4f move client example and echoserver example to CyaSSL API only, echoclient and server are still OpenSSL compatibility toddouska 2011-11-03 10:56:15 -07:00
  • 11d15f32b9 check basic contsraint CA flag before adding as signer even if explicit add toddouska 2011-11-02 14:57:14 -07:00
  • 8ddd2185c2 warning fixes, 2.0.1 pre toddouska 2011-11-01 16:17:45 -07:00
  • ef72bae2ff const correct new API toddouska 2011-11-01 14:55:28 -07:00
  • 948a901cfc add DH param setting by file and buffer, by ctx too toddouska 2011-11-01 14:05:14 -07:00
  • f97759c9e1 hostapd adds toddouska 2011-10-31 17:33:40 -07:00
  • cb90900920 wpa adds toddouska 2011-10-28 18:43:07 -07:00
  • 3ac390c147 add direct AES one block access and ECB DES for compatibility toddouska 2011-10-26 17:10:44 -07:00
  • d3bb4bf4d4 move signature algo types to public header and have test cert gen use SHA256wRSA as example toddouska 2011-10-26 13:23:03 -07:00
  • 42b7eefbee for cert gen make start day yesterady for bad clocks toddouska 2011-10-25 12:30:49 -07:00
  • 93e161245f add encrypted test keys to last patch toddouska 2011-10-24 12:20:43 -07:00
  • 1cd6935dc9 change all test keys to 2048 bit, all sigs to SHA-1 toddouska 2011-10-24 11:41:25 -07:00
  • 133b38caa6 change default cert gen to SHAwRSA, add SHA256wRSA gen toddouska 2011-10-21 10:45:04 -07:00
  • 494d048980 warning fixes v2.0rc3 toddouska 2011-10-11 12:06:04 -07:00
  • 2021461d7c add alt name copying for cert gen toddouska 2011-10-07 16:50:32 -07:00
  • 340f275a8a add fastmath to bump, add fastmath FP_MAX_BITS runtime check toddouska 2011-10-04 12:29:59 -07:00
  • 290f94c8ad add get_subjectCN toddouska 2011-10-04 09:29:10 -07:00
  • 33701c0d17 move to always using version.h toddouska 2011-09-28 14:27:19 -07:00
  • d7cf75748a add release date and fix linux dir warnings toddouska 2011-09-28 14:07:01 -07:00
  • 27d35d50cc lots o warning fixes for rc3 toddouska 2011-09-28 13:19:05 -07:00
  • ab6ab40271 fix rc3 make shortcuts for build test script toddouska 2011-09-28 12:10:07 -07:00
  • f33839ac5e fixes for ecc w/ new release toddouska 2011-09-27 19:52:57 -07:00
  • c8714efc98 more CYASSL_SMALL_STACK adds for integer.c Todd A Ouska 2011-09-27 11:25:50 -07:00
  • 08fd73bbec fixes for xcode4 and cyassl2 Todd A Ouska 2011-09-25 16:35:54 -07:00
  • c6dd6f589e always trust user override cipher suites Todd A Ouska 2011-09-25 15:54:53 -07:00
  • d99932962a change Visual Studio files to use new CyaSSL headers and layout, have examples and testsuite try to change to CyaSSL Home dir if not Todd A Ouska 2011-09-23 16:13:02 -07:00
  • 44632b94c2 add der_load_verify_locations Todd A Ouska 2011-09-23 11:20:13 -07:00
  • 762d6a3e00 fix up for pending release Todd A Ouska 2011-09-23 10:37:26 -07:00
  • 8f81bf3526 add CYASSL_SMALL_STACK define for normal math word array into dynamic memory Todd A Ouska 2011-09-19 13:02:51 -07:00
  • 343ec22c16 check for NULL user pointers on basic inits Todd A Ouska 2011-09-08 17:04:49 -07:00
  • 526fe9b6d6 have connect_cert verify Todd A Ouska 2011-09-07 18:06:21 -07:00
  • d29d9b73e1 conditional byte typedef Todd A Ouska 2011-09-07 16:03:17 -07:00
  • 909a439b0a add key gen to bump configure Todd A Ouska 2011-09-07 10:12:25 -07:00
  • 1f2109e5fd add cert gen CA extenstion basic constraint true Todd A Ouska 2011-09-06 17:30:57 -07:00
  • 8c55e4883e add SMALL_SESSION_CACHE define and configure option Todd A Ouska 2011-09-06 16:23:25 -07:00
  • 3eb3a70074 try to set sizeof long / long long if user doesn't set Todd A Ouska 2011-08-29 15:37:12 -07:00
  • dbbdd83a57 check sizeof long / long long against 64 bit width for mismatch Todd A Ouska 2011-08-29 11:11:55 -07:00
  • c52d2481b1 rename cyassl-memory.c Todd A Ouska 2011-08-29 10:42:18 -07:00
  • d0193ba8eb add math library runtime settings check Todd A Ouska 2011-08-29 10:39:40 -07:00
  • d2de4875fe fix new files make dist Todd A Ouska 2011-08-26 15:36:26 -07:00
  • efe6f80e77 allow an app to link with cyassl and openssl, whew Todd A Ouska 2011-08-26 14:40:51 -07:00
  • 9d7c016cdb move cyassl headers out of openssl dir Todd A Ouska 2011-08-25 14:28:57 -07:00
  • 5619fa81fa remove ctc_ prefix and cyassl_ prefix since all includes now specify dir Todd A Ouska 2011-08-25 12:41:19 -07:00
  • c17ba33ebb add ssl bump configure option Todd A Ouska 2011-08-25 11:41:14 -07:00
  • 5876f4acf2 fix sniffer and hc128 builds Todd A Ouska 2011-08-24 17:39:23 -07:00
  • 389077fdfd don't have ./configure add to CFLAGS Todd A Ouska 2011-08-24 16:58:03 -07:00
  • 000ffa54a4 add check around config.h for non autoconf systems Todd A Ouska 2011-08-24 16:37:16 -07:00
  • 9d34e45b71 remove automatic version generated file use since embedded, windows, and project builds won't have available, can turn on in settings Todd A Ouska 2011-08-24 16:23:27 -07:00
  • 5d49bf7cb0 Brian Aker commits plus some minor changes like AM_CFLAGS getting AC_SUBST and --enable-xxx #ifdef to new header layout Todd A Ouska 2011-08-24 15:54:58 -07:00
  • e11fd002ce add SetIssuer and SetSubject from buffers v2.0rc2b Todd A Ouska 2011-08-22 15:32:04 -07:00
  • 99539f9f2f addca debug msg Todd A Ouska 2011-08-22 12:47:35 -07:00
  • ad2f66ad57 add set subject name from cert file Todd A Ouska 2011-08-17 13:07:52 -07:00
  • 501bddae75 add connect to get peer cert only Todd A Ouska 2011-08-17 12:33:36 -07:00
  • 9b02ec95ef make sure logging enabled for all output Todd A Ouska 2011-08-16 17:18:12 -07:00
  • 626b1a019b NO_SESSION_CAHCE fixes Todd A Ouska 2011-08-11 13:23:49 -07:00
  • 27ad8abf52 in 32 bit mode use 32 bit digits (even if on 64 bit processors), use 64 bit digits on x86_64 even if not using asm Todd A Ouska 2011-08-10 13:35:49 -07:00
  • 5f59e469d2 fix NO_SHA256 build problem, and NO_SHA256 trying to use TLS 1.2 bug Todd A Ouska 2011-08-05 13:09:54 -07:00
  • 2900012054 ignore generated INSTALL Todd A Ouska 2011-08-04 16:32:56 -07:00
  • 07dd300100 remove autoconf generated files from tracking that keep changing when people have different versions of the toolset Todd A Ouska 2011-08-04 16:31:12 -07:00
  • 8af1cf4673 Fixed --enable-dtls build Chris Conlon 2011-08-04 17:16:51 -06:00
  • ebc52e6941 Corrected spelling mistakes, formatting Chris Conlon 2011-08-04 16:42:55 -06:00
  • b3e9283db9 update configure.ac name Todd A Ouska 2011-08-03 11:30:22 -07:00
  • 3ea834ee2d add --enable-noInline option for easier testing of it Todd A Ouska 2011-08-03 10:59:08 -07:00
  • b2b7de1539 don't ignore .sh file changes now that we have some Todd A Ouska 2011-08-02 21:18:37 -07:00
  • 12732750c9 Merge pull request #8 from BrianAker/master toddouska 2011-08-02 21:13:12 -07:00
  • 50dfa685ca Update all of the autoconf files. Brian Aker 2011-08-02 15:53:13 -07:00
  • 44cbf19863 don't error out on cert name lacking set header Todd A Ouska 2011-08-01 14:07:38 -07:00
  • 487c2b6e23 older xcode autoconf Todd A Ouska 2011-07-26 13:42:40 -07:00
  • b32c5f1386 Merge branch 'master' of github.com:cyassl/cyassl Todd A Ouska 2011-07-26 13:38:39 -07:00
  • 96bb62601f current config Todd A Ouska 2011-07-26 13:32:49 -07:00
  • 667162df1b Add headers to examples and .i files Chris Conlon 2011-07-26 13:27:22 -07:00
  • 17763ee674 DoServerKeyExchange var cleanup Todd A Ouska 2011-07-13 13:37:23 -07:00
  • 7ecb76d455 warnings Todd A Ouska 2011-07-13 12:51:04 -07:00
  • 9cd322ba91 remove logging statics if not in debug mode, minor warning fixes Todd A Ouska 2011-07-13 12:25:08 -07:00
  • 2b01ccd57d GAMER big endian check Todd A Ouska 2011-07-12 21:30:24 -07:00
  • 0867da038f Warning Level 4 MSVC fixes except while (1) which causes bugs sometimes if for(;;) is used instead Todd A Ouska 2011-07-12 16:43:40 -07:00
  • 109ddacefb fix ecc switch in ecc mode Todd A Ouska 2011-07-12 14:20:51 -07:00
  • fb94d8b0b2 ssl warning changes, submitted by Kevin Baca Todd A Ouska 2011-07-12 14:01:31 -07:00
  • 0c65a6b5cf tls warning changes, submitted by Kevin Baca Todd A Ouska 2011-07-12 13:55:20 -07:00
  • 015960e6a2 rsa warning changes, submitted by Kevin Baca Todd A Ouska 2011-07-12 13:53:45 -07:00
  • c194dc87af pwdbased warning changes, submitted by Kevin Baca Todd A Ouska 2011-07-12 13:51:39 -07:00
  • 4efb856de2 keys warning changes, submitted by Kevin Baca Todd A Ouska 2011-07-12 13:50:26 -07:00
  • b9e1e876a4 hmac warning changes, submitted by Kevin Baca Todd A Ouska 2011-07-12 13:29:43 -07:00
  • 73fa2104e5 cyassl_io warning changes, submitted by Kevin Baca Todd A Ouska 2011-07-12 13:28:48 -07:00
  • 0a03838470 cyassl_int warning changes, submitted by Kevin Baca Todd A Ouska 2011-07-12 13:23:32 -07:00
  • b16d620919 asn warning changes, submitted by Kevin Baca Todd A Ouska 2011-07-12 12:46:04 -07:00
  • 8dddcfac17 arc4 warning changes, submitted by Kevin Baca Todd A Ouska 2011-07-12 12:39:16 -07:00
  • e8aba51b31 game header changes, submitted by Kevin Baca Todd A Ouska 2011-07-12 12:25:28 -07:00
  • 11efb11126 fix parens, submitted by Kevin Baca Todd A Ouska 2011-07-12 12:00:14 -07:00
  • 665d403c74 make sure IO callbacks have right visibility Todd A Ouska 2011-07-06 12:25:26 -07:00