You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
(3) |
Apr
(36) |
May
(47) |
Jun
(18) |
Jul
(19) |
Aug
(35) |
Sep
(42) |
Oct
(56) |
Nov
(17) |
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(17) |
Feb
(3) |
Mar
(24) |
Apr
(8) |
May
(8) |
Jun
|
Jul
|
Aug
(16) |
Sep
|
Oct
(34) |
Nov
|
Dec
(9) |
2008 |
Jan
(8) |
Feb
(15) |
Mar
|
Apr
|
May
(100) |
Jun
|
Jul
(15) |
Aug
(20) |
Sep
(5) |
Oct
(66) |
Nov
(12) |
Dec
(29) |
2009 |
Jan
(19) |
Feb
(10) |
Mar
(11) |
Apr
(52) |
May
(34) |
Jun
(7) |
Jul
|
Aug
(10) |
Sep
(12) |
Oct
(16) |
Nov
(6) |
Dec
|
2010 |
Jan
(26) |
Feb
(16) |
Mar
(72) |
Apr
(17) |
May
(1) |
Jun
(11) |
Jul
(47) |
Aug
(27) |
Sep
(24) |
Oct
(29) |
Nov
(10) |
Dec
(105) |
2011 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
(2) |
Mar
|
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2014 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(2) |
Oct
(1) |
Nov
(3) |
Dec
(5) |
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Todd O. <to...@us...> - 2013-04-22 16:39:01
|
Update of /cvsroot/yassl/yassl In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17004 Modified Files: README Log Message: update README from last release Index: README =================================================================== RCS file: /cvsroot/yassl/yassl/README,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** README 13 Jul 2012 21:25:20 -0000 1.34 --- README 22 Apr 2013 16:38:58 -0000 1.35 *************** *** 13,17 **** *** end Note *** ! yaSSL Release notes, version 2.2.2 (7/5/2012) This release of yaSSL contains bug fixes and more security checks around --- 13,30 ---- *** end Note *** ! yaSSL Release notes, version 2.2.2d (2/5/2013) ! ! This release of yaSSL contains countermeasuers for the Lucky 13 TLS 1.1 ! CBC timing padding attack identified by Nadhem AlFardan and Kenneth Paterson ! see: http://www.isg.rhul.ac.uk/tls/ ! ! It also adds SHA2 certificate verification and better checks for malicious ! input. ! ! See normal build instructions below under 1.0.6. ! See libcurl build instructions below under 1.3.0 and note in 1.5.8. ! ! ! *****************yaSSL Release notes, version 2.2.2 (7/5/2012) This release of yaSSL contains bug fixes and more security checks around |
From: Todd O. <to...@us...> - 2013-02-05 19:22:09
|
Update of /cvsroot/yassl/yassl/taocrypt/src In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4464/taocrypt/src Modified Files: Makefile.in Log Message: lucky 13 CBC padding timing attack fix Index: Makefile.in =================================================================== RCS file: /cvsroot/yassl/yassl/taocrypt/src/Makefile.in,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile.in 15 Oct 2009 00:07:54 -0000 1.10 --- Makefile.in 5 Feb 2013 19:22:06 -0000 1.11 *************** *** 1,7 **** ! # Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ ! # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ! # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, --- 1,7 ---- ! # Makefile.in generated by automake 1.13 from Makefile.am. # @configure_input@ ! # Copyright (C) 1994-2012 Free Software Foundation, Inc. ! # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, *************** *** 16,22 **** VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ - pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 --- 16,40 ---- VPATH = @srcdir@ + am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 *************** *** 35,48 **** target_triplet = @target@ subdir = taocrypt/src ! DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ! am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ ! $(top_srcdir)/check_zlib.m4 $(top_srcdir)/lib_socket_nsl.m4 \ ! $(top_srcdir)/acx_pthread.m4 $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) ! mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/taocrypt/include/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ --- 53,71 ---- target_triplet = @target@ subdir = taocrypt/src ! DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ ! $(top_srcdir)/build-aux/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ! am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ ! $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ ! $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ ! $(top_srcdir)/acinclude.m4 $(top_srcdir)/check_zlib.m4 \ ! $(top_srcdir)/lib_socket_nsl.m4 $(top_srcdir)/acx_pthread.m4 \ ! $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) ! mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/taocrypt/include/config.h CONFIG_CLEAN_FILES = + CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ *************** *** 50,56 **** *) f=$$p;; \ esac; ! am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; am__installdirs = "$(DESTDIR)$(libdir)" - libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) libtaocrypt_la_LIBADD = --- 73,99 ---- *) f=$$p;; \ esac; ! am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; ! am__install_max = 40 ! am__nobase_strip_setup = \ ! srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` ! am__nobase_strip = \ ! for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" ! am__nobase_list = $(am__nobase_strip_setup); \ ! for p in $$list; do echo "$$p $$p"; done | \ ! sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ ! $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ ! if (++n[$$2] == $(am__install_max)) \ ! { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ ! END { for (dir in files) print dir, files[dir] }' ! am__base_list = \ ! sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ ! sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' ! am__uninstall_files_from_dir = { \ ! test -z "$$files" \ ! || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ ! || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ ! $(am__cd) "$$dir" && rm -f $$files; }; \ ! } am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) libtaocrypt_la_LIBADD = *************** *** 61,81 **** tftables.lo twofish.lo crypto.lo rabbit.lo hc128.lo libtaocrypt_la_OBJECTS = $(am_libtaocrypt_la_OBJECTS) ! libtaocrypt_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ ! $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ ! $(CXXFLAGS) $(libtaocrypt_la_LDFLAGS) $(LDFLAGS) -o $@ ! DEFAULT_INCLUDES = -I. -I$(top_builddir)/taocrypt/include@am__isrc@ ! depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) ! LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ! --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ ! $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) ! CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ! --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ ! $(LDFLAGS) -o $@ SOURCES = $(libtaocrypt_la_SOURCES) DIST_SOURCES = $(libtaocrypt_la_SOURCES) ETAGS = etags CTAGS = ctags --- 104,173 ---- tftables.lo twofish.lo crypto.lo rabbit.lo hc128.lo libtaocrypt_la_OBJECTS = $(am_libtaocrypt_la_OBJECTS) ! AM_V_lt = $(am__v_lt_@AM_V@) ! am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) ! am__v_lt_0 = --silent ! am__v_lt_1 = ! libtaocrypt_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ ! $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ ! $(AM_CXXFLAGS) $(CXXFLAGS) $(libtaocrypt_la_LDFLAGS) \ ! $(LDFLAGS) -o $@ ! AM_V_P = $(am__v_P_@AM_V@) ! am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) ! am__v_P_0 = false ! am__v_P_1 = : ! AM_V_GEN = $(am__v_GEN_@AM_V@) ! am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) ! am__v_GEN_0 = @echo " GEN " $@; ! am__v_GEN_1 = ! AM_V_at = $(am__v_at_@AM_V@) ! am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) ! am__v_at_0 = @ ! am__v_at_1 = ! DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/taocrypt/include ! depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles + am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) ! LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ ! $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ ! $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ ! $(AM_CXXFLAGS) $(CXXFLAGS) ! AM_V_CXX = $(am__v_CXX_@AM_V@) ! am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) ! am__v_CXX_0 = @echo " CXX " $@; ! am__v_CXX_1 = CXXLD = $(CXX) ! CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ ! $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ ! $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ ! AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) ! am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) ! am__v_CXXLD_0 = @echo " CXXLD " $@; ! am__v_CXXLD_1 = SOURCES = $(libtaocrypt_la_SOURCES) DIST_SOURCES = $(libtaocrypt_la_SOURCES) + am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac + am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) + # Read a list of newline-separated strings from the standard input, + # and print each of them once, without duplicates. Input order is + # *not* preserved. + am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ + ' + # Make sure the list of sources is unique. This is necessary because, + # e.g., the same source file might be shared among _SOURCES variables + # for different programs/libraries. + am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags *************** *** 83,88 **** ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ - AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ --- 175,180 ---- ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ + AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ *************** *** 102,106 **** DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ ! ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ --- 194,199 ---- DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ ! DSYMUTIL = @DSYMUTIL@ ! DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ *************** *** 108,113 **** EGREP = @EGREP@ EXEEXT = @EXEEXT@ ! F77 = @F77@ ! FFLAGS = @FFLAGS@ GREP = @GREP@ INSTALL = @INSTALL@ --- 201,205 ---- EGREP = @EGREP@ EXEEXT = @EXEEXT@ ! FGREP = @FGREP@ GREP = @GREP@ INSTALL = @INSTALL@ *************** *** 116,129 **** --- 208,228 ---- INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ + LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ + LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ + MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ + NM = @NM@ + NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ + OTOOL = @OTOOL@ + OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ *************** *** 131,134 **** --- 230,234 ---- PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ + PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ *************** *** 137,140 **** --- 237,241 ---- PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ + SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ *************** *** 145,151 **** abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ! ac_ct_F77 = @ac_ct_F77@ acx_pthread_config = @acx_pthread_config@ am__include = @am__include@ --- 246,253 ---- abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ + ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ! ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ acx_pthread_config = @acx_pthread_config@ am__include = @am__include@ *************** *** 195,198 **** --- 297,301 ---- target_os = @target_os@ target_vendor = @target_vendor@ + top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ *************** *** 216,227 **** case '$(am__configure_deps)' in \ *$$dep*) \ ! cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ ! && exit 0; \ exit 1;; \ esac; \ done; \ ! echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu taocrypt/src/Makefile'; \ ! cd $(top_srcdir) && \ ! $(AUTOMAKE) --gnu taocrypt/src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status --- 319,330 ---- case '$(am__configure_deps)' in \ *$$dep*) \ ! ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ ! && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ ! echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu taocrypt/src/Makefile'; \ ! $(am__cd) $(top_srcdir) && \ ! $(AUTOMAKE) --gnu taocrypt/src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status *************** *** 241,273 **** $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) ! test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" ! @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ ! f=$(am__strip_dir) \ ! echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ ! $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ else :; fi; \ ! done uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) ! @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ ! p=$(am__strip_dir) \ ! echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ ! $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) ! @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ ! dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ ! test "$$dir" != "$$p" || dir=.; \ ! echo "rm -f \"$${dir}/so_locations\""; \ ! rm -f "$${dir}/so_locations"; \ ! done ! libtaocrypt.la: $(libtaocrypt_la_OBJECTS) $(libtaocrypt_la_DEPENDENCIES) ! $(libtaocrypt_la_LINK) -rpath $(libdir) $(libtaocrypt_la_OBJECTS) $(libtaocrypt_la_LIBADD) $(LIBS) mostlyclean-compile: --- 344,385 ---- $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + $(am__aclocal_m4_deps): + install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) ! @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ ! list2=; for p in $$list; do \ if test -f $$p; then \ ! list2="$$list2 $$p"; \ else :; fi; \ ! done; \ ! test -z "$$list2" || { \ ! echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ ! $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ ! echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ ! $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ ! } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) ! @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ ! for p in $$list; do \ ! $(am__strip_dir) \ ! echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ ! $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) ! @list='$(lib_LTLIBRARIES)'; \ ! locs=`for p in $$list; do echo $$p; done | \ ! sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ ! sort -u`; \ ! test -z "$$locs" || { \ ! echo rm -f $${locs}; \ ! rm -f $${locs}; \ ! } ! libtaocrypt.la: $(libtaocrypt_la_OBJECTS) $(libtaocrypt_la_DEPENDENCIES) $(EXTRA_libtaocrypt_la_DEPENDENCIES) ! $(AM_V_CXXLD)$(libtaocrypt_la_LINK) -rpath $(libdir) $(libtaocrypt_la_OBJECTS) $(libtaocrypt_la_LIBADD) $(LIBS) mostlyclean-compile: *************** *** 307,329 **** .cpp.o: ! @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< ! @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ! @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< .cpp.obj: ! @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` ! @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ! @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: ! @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< ! @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo ! @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< mostlyclean-libtool: --- 419,441 ---- .cpp.o: ! @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< ! @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ! @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< .cpp.obj: ! @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` ! @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ! @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: ! @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< ! @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo ! @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< mostlyclean-libtool: *************** *** 333,380 **** -rm -rf .libs _libs ! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) ! list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! unique=`for i in $$list; do \ ! if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! done | \ ! $(AWK) ' { files[$$0] = 1; } \ ! END { for (i in files) print i; }'`; \ ! mkid -fID $$unique ! tags: TAGS ! TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ! $(TAGS_FILES) $(LISP) ! tags=; \ here=`pwd`; \ ! list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! unique=`for i in $$list; do \ ! if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! done | \ ! $(AWK) ' { files[$$0] = 1; } \ ! END { for (i in files) print i; }'`; \ ! if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ ! $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ! $$tags $$unique; \ fi ! ctags: CTAGS ! CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ! $(TAGS_FILES) $(LISP) ! tags=; \ ! here=`pwd`; \ ! list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! unique=`for i in $$list; do \ ! if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! done | \ ! $(AWK) ' { files[$$0] = 1; } \ ! END { for (i in files) print i; }'`; \ ! test -z "$(CTAGS_ARGS)$$tags$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ ! $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ ! && cd $(top_srcdir) \ ! && gtags -i $(GTAGS_ARGS) $$here distclean-tags: --- 445,496 ---- -rm -rf .libs _libs ! ID: $(am__tagged_files) ! $(am__define_uniq_tagged_files); mkid -fID $$unique ! tags: tags-am ! TAGS: tags ! tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) ! set x; \ here=`pwd`; \ ! $(am__define_uniq_tagged_files); \ ! shift; \ ! if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ ! if test $$# -gt 0; then \ ! $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ! "$$@" $$unique; \ ! else \ ! $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ! $$unique; \ ! fi; \ fi ! ctags: ctags-am ! ! CTAGS: ctags ! ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) ! $(am__define_uniq_tagged_files); \ ! test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ ! $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ ! && $(am__cd) $(top_srcdir) \ ! && gtags -i $(GTAGS_ARGS) "$$here" ! cscopelist: cscopelist-am ! ! cscopelist-am: $(am__tagged_files) ! list='$(am__tagged_files)'; \ ! case "$(srcdir)" in \ ! [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ ! *) sdir=$(subdir)/$(srcdir) ;; \ ! esac; \ ! for i in $$list; do \ ! if test -f "$$i"; then \ ! echo "$(subdir)/$$i"; \ ! else \ ! echo "$$sdir/$$i"; \ ! fi; \ ! done >> $(top_builddir)/cscope.files distclean-tags: *************** *** 397,407 **** if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ ! cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ ! cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ ! test -f $(distdir)/$$file \ ! || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ --- 513,527 ---- if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ ! cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ ! find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ ! cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ ! test -f "$(distdir)/$$file" \ ! || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ *************** *** 424,431 **** installcheck: installcheck-am install-strip: ! $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ! install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ ! `test -z '$(STRIP)' || \ ! echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: --- 544,556 ---- installcheck: installcheck-am install-strip: ! if test -z '$(STRIP)'; then \ ! $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ! install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ ! install; \ ! else \ ! $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ! install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ ! "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ ! fi mostlyclean-generic: *************** *** 434,437 **** --- 559,563 ---- distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: *************** *** 455,458 **** --- 581,586 ---- html: html-am + html-am: + info: info-am *************** *** 463,478 **** --- 591,616 ---- install-dvi: install-dvi-am + install-dvi-am: + install-exec-am: install-libLTLIBRARIES install-html: install-html-am + install-html-am: + install-info: install-info-am + install-info-am: + install-man: install-pdf: install-pdf-am + install-pdf-am: + install-ps: install-ps-am + install-ps-am: + installcheck-am: *************** *** 499,515 **** .MAKE: install-am install-strip ! .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ ! clean-libLTLIBRARIES clean-libtool ctags distclean \ ! distclean-compile distclean-generic distclean-libtool \ ! distclean-tags distdir dvi dvi-am html html-am info info-am \ ! install install-am install-data install-data-am install-dvi \ ! install-dvi-am install-exec install-exec-am install-html \ ! install-html-am install-info install-info-am \ ! install-libLTLIBRARIES install-man install-pdf install-pdf-am \ ! install-ps install-ps-am install-strip installcheck \ ! installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ ! tags uninstall uninstall-am uninstall-libLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables. --- 637,654 ---- .MAKE: install-am install-strip ! .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ ! clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ ! ctags-am distclean distclean-compile distclean-generic \ ! distclean-libtool distclean-tags distdir dvi dvi-am html \ ! html-am info info-am install install-am install-data \ ! install-data-am install-dvi install-dvi-am install-exec \ ! install-exec-am install-html install-html-am install-info \ ! install-info-am install-libLTLIBRARIES install-man install-pdf \ ! install-pdf-am install-ps install-ps-am install-strip \ ! installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ ! tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES ! # Tell versions [3.59,3.63) of GNU make to not export all variables. |
From: Todd O. <to...@us...> - 2013-02-05 19:22:08
|
Update of /cvsroot/yassl/yassl/examples In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4464/examples Modified Files: Makefile.in Log Message: lucky 13 CBC padding timing attack fix Index: Makefile.in =================================================================== RCS file: /cvsroot/yassl/yassl/examples/Makefile.in,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile.in 15 Oct 2009 00:07:54 -0000 1.6 --- Makefile.in 5 Feb 2013 19:22:06 -0000 1.7 *************** *** 1,7 **** ! # Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ ! # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ! # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, --- 1,7 ---- ! # Makefile.in generated by automake 1.13 from Makefile.am. # @configure_input@ ! # Copyright (C) 1994-2012 Free Software Foundation, Inc. ! # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, *************** *** 15,21 **** @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ - pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 --- 15,39 ---- @SET_MAKE@ VPATH = @srcdir@ + am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 *************** *** 34,66 **** target_triplet = @target@ subdir = examples ! DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ! am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ ! $(top_srcdir)/check_zlib.m4 $(top_srcdir)/lib_socket_nsl.m4 \ ! $(top_srcdir)/acx_pthread.m4 $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) ! mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/taocrypt/include/config.h CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = ! RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ ! html-recursive info-recursive install-data-recursive \ ! install-dvi-recursive install-exec-recursive \ ! install-html-recursive install-info-recursive \ ! install-pdf-recursive install-ps-recursive install-recursive \ ! installcheck-recursive installdirs-recursive pdf-recursive \ ! ps-recursive uninstall-recursive RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ - AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ --- 52,154 ---- target_triplet = @target@ subdir = examples ! DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ! am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ ! $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ ! $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ ! $(top_srcdir)/acinclude.m4 $(top_srcdir)/check_zlib.m4 \ ! $(top_srcdir)/lib_socket_nsl.m4 $(top_srcdir)/acx_pthread.m4 \ ! $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) ! mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/taocrypt/include/config.h CONFIG_CLEAN_FILES = + CONFIG_CLEAN_VPATH_FILES = + AM_V_P = $(am__v_P_@AM_V@) + am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) + am__v_P_0 = false + am__v_P_1 = : + AM_V_GEN = $(am__v_GEN_@AM_V@) + am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) + am__v_GEN_0 = @echo " GEN " $@; + am__v_GEN_1 = + AM_V_at = $(am__v_at_@AM_V@) + am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) + am__v_at_0 = @ + am__v_at_1 = SOURCES = DIST_SOURCES = ! RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ! ctags-recursive dvi-recursive html-recursive info-recursive \ ! install-data-recursive install-dvi-recursive \ ! install-exec-recursive install-html-recursive \ ! install-info-recursive install-pdf-recursive \ ! install-ps-recursive install-recursive installcheck-recursive \ ! installdirs-recursive pdf-recursive ps-recursive \ ! tags-recursive uninstall-recursive ! am__can_run_installinfo = \ ! case $$AM_UPDATE_INFO_DIR in \ ! n|no|NO) false;; \ ! *) (install-info --version) >/dev/null 2>&1;; \ ! esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive + am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) + AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir + am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) + # Read a list of newline-separated strings from the standard input, + # and print each of them once, without duplicates. Input order is + # *not* preserved. + am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ + ' + # Make sure the list of sources is unique. This is necessary because, + # e.g., the same source file might be shared among _SOURCES variables + # for different programs/libraries. + am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ + AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ *************** *** 80,84 **** DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ ! ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ --- 168,173 ---- DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ ! DSYMUTIL = @DSYMUTIL@ ! DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ *************** *** 86,91 **** EGREP = @EGREP@ EXEEXT = @EXEEXT@ ! F77 = @F77@ ! FFLAGS = @FFLAGS@ GREP = @GREP@ INSTALL = @INSTALL@ --- 175,179 ---- EGREP = @EGREP@ EXEEXT = @EXEEXT@ ! FGREP = @FGREP@ GREP = @GREP@ INSTALL = @INSTALL@ *************** *** 94,107 **** --- 182,202 ---- INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ + LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ + LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ + MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ + NM = @NM@ + NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ + OTOOL = @OTOOL@ + OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ *************** *** 109,112 **** --- 204,208 ---- PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ + PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ *************** *** 115,118 **** --- 211,215 ---- PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ + SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ *************** *** 123,129 **** abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ! ac_ct_F77 = @ac_ct_F77@ acx_pthread_config = @acx_pthread_config@ am__include = @am__include@ --- 220,227 ---- abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ + ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ! ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ acx_pthread_config = @acx_pthread_config@ am__include = @am__include@ *************** *** 173,176 **** --- 271,275 ---- target_os = @target_os@ target_vendor = @target_vendor@ + top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ *************** *** 183,194 **** case '$(am__configure_deps)' in \ *$$dep*) \ ! cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ ! && exit 0; \ exit 1;; \ esac; \ done; \ ! echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \ ! cd $(top_srcdir) && \ ! $(AUTOMAKE) --gnu examples/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status --- 282,293 ---- case '$(am__configure_deps)' in \ *$$dep*) \ ! ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ ! && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ ! echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \ ! $(am__cd) $(top_srcdir) && \ ! $(AUTOMAKE) --gnu examples/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status *************** *** 208,211 **** --- 307,311 ---- $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + $(am__aclocal_m4_deps): mostlyclean-libtool: *************** *** 216,226 **** # This directory's subdirectories are mostly independent; you can cd ! # into them and run `make' without going through this Makefile. ! # To change the values of `make' variables: instead of editing Makefiles, ! # (1) if the variable is set in `config.status', edit `config.status' ! # (which will cause the Makefiles to be regenerated when you run `make'); ! # (2) otherwise, pass the desired values on the `make' command line. ! $(RECURSIVE_TARGETS): ! @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ --- 316,326 ---- # This directory's subdirectories are mostly independent; you can cd ! # into them and run 'make' without going through this Makefile. ! # To change the values of 'make' variables: instead of editing Makefiles, ! # (1) if the variable is set in 'config.status', edit 'config.status' ! # (which will cause the Makefiles to be regenerated when you run 'make'); ! # (2) otherwise, pass the desired values on the 'make' command line. ! $(am__recursive_targets): ! @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *************** *** 231,235 **** dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ ! list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ --- 331,339 ---- dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ ! case "$@" in \ ! distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ ! *) list='$(SUBDIRS)' ;; \ ! esac; \ ! for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ *************** *** 239,243 **** local_target="$$target"; \ fi; \ ! (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ --- 343,347 ---- local_target="$$target"; \ fi; \ ! ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ *************** *** 246,301 **** fi; test -z "$$fail" ! $(RECURSIVE_CLEAN_TARGETS): ! @failcom='exit 1'; \ ! for f in x $$MAKEFLAGS; do \ ! case $$f in \ ! *=* | --[!k]*);; \ ! *k*) failcom='fail=yes';; \ ! esac; \ ! done; \ ! dot_seen=no; \ ! case "$@" in \ ! distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ ! *) list='$(SUBDIRS)' ;; \ ! esac; \ ! rev=''; for subdir in $$list; do \ ! if test "$$subdir" = "."; then :; else \ ! rev="$$subdir $$rev"; \ ! fi; \ ! done; \ ! rev="$$rev ."; \ ! target=`echo $@ | sed s/-recursive//`; \ ! for subdir in $$rev; do \ ! echo "Making $$target in $$subdir"; \ ! if test "$$subdir" = "."; then \ ! local_target="$$target-am"; \ ! else \ ! local_target="$$target"; \ ! fi; \ ! (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ ! || eval $$failcom; \ ! done && test -z "$$fail" ! tags-recursive: ! list='$(SUBDIRS)'; for subdir in $$list; do \ ! test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ ! done ! ctags-recursive: ! list='$(SUBDIRS)'; for subdir in $$list; do \ ! test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ ! done ! ! ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) ! list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! unique=`for i in $$list; do \ ! if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! done | \ ! $(AWK) ' { files[$$0] = 1; } \ ! END { for (i in files) print i; }'`; \ ! mkid -fID $$unique ! tags: TAGS ! TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ! $(TAGS_FILES) $(LISP) ! tags=; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ --- 350,360 ---- fi; test -z "$$fail" ! ID: $(am__tagged_files) ! $(am__define_uniq_tagged_files); mkid -fID $$unique ! tags: tags-recursive ! TAGS: tags ! tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) ! set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ *************** *** 309,345 **** if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ ! tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ ! list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! unique=`for i in $$list; do \ ! if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! done | \ ! $(AWK) ' { files[$$0] = 1; } \ ! END { for (i in files) print i; }'`; \ ! if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ ! $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ! $$tags $$unique; \ fi ! ctags: CTAGS ! CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ! $(TAGS_FILES) $(LISP) ! tags=; \ ! here=`pwd`; \ ! list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! unique=`for i in $$list; do \ ! if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! done | \ ! $(AWK) ' { files[$$0] = 1; } \ ! END { for (i in files) print i; }'`; \ ! test -z "$(CTAGS_ARGS)$$tags$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ ! $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ ! && cd $(top_srcdir) \ ! && gtags -i $(GTAGS_ARGS) $$here distclean-tags: --- 368,414 ---- if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ ! set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ ! $(am__define_uniq_tagged_files); \ ! shift; \ ! if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ ! if test $$# -gt 0; then \ ! $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ! "$$@" $$unique; \ ! else \ ! $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ! $$unique; \ ! fi; \ fi ! ctags: ctags-recursive ! ! CTAGS: ctags ! ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) ! $(am__define_uniq_tagged_files); \ ! test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ ! $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ ! && $(am__cd) $(top_srcdir) \ ! && gtags -i $(GTAGS_ARGS) "$$here" ! cscopelist: cscopelist-recursive ! ! cscopelist-am: $(am__tagged_files) ! list='$(am__tagged_files)'; \ ! case "$(srcdir)" in \ ! [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ ! *) sdir=$(subdir)/$(srcdir) ;; \ ! esac; \ ! for i in $$list; do \ ! if test -f "$$i"; then \ ! echo "$(subdir)/$$i"; \ ! else \ ! echo "$$sdir/$$i"; \ ! fi; \ ! done >> $(top_builddir)/cscope.files distclean-tags: *************** *** 362,388 **** if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ ! cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ ! cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ ! test -f $(distdir)/$$file \ ! || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done ! list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ ! test -d "$(distdir)/$$subdir" \ ! || $(MKDIR_P) "$(distdir)/$$subdir" \ ! || exit 1; \ ! distdir=`$(am__cd) $(distdir) && pwd`; \ ! top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ ! (cd $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ ! top_distdir="$$top_distdir" \ ! distdir="$$distdir/$$subdir" \ am__remove_distdir=: \ am__skip_length_check=: \ distdir) \ || exit 1; \ --- 431,469 ---- if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ ! cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ ! find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ ! cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ ! test -f "$(distdir)/$$file" \ ! || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done ! @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ ! $(am__make_dryrun) \ ! || test -d "$(distdir)/$$subdir" \ ! || $(MKDIR_P) "$(distdir)/$$subdir" \ ! || exit 1; \ ! dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ ! $(am__relativize); \ ! new_distdir=$$reldir; \ ! dir1=$$subdir; dir2="$(top_distdir)"; \ ! $(am__relativize); \ ! new_top_distdir=$$reldir; \ ! echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ ! echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ! ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ ! top_distdir="$$new_top_distdir" \ ! distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ + am__skip_mode_fix=: \ distdir) \ || exit 1; \ *************** *** 404,411 **** installcheck: installcheck-recursive install-strip: ! $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ! install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ ! `test -z '$(STRIP)' || \ ! echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: --- 485,497 ---- installcheck: installcheck-recursive install-strip: ! if test -z '$(STRIP)'; then \ ! $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ! install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ ! install; \ ! else \ ! $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ! install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ ! "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ ! fi mostlyclean-generic: *************** *** 414,417 **** --- 500,504 ---- distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: *************** *** 432,435 **** --- 519,524 ---- html: html-recursive + html-am: + info: info-recursive *************** *** 440,455 **** --- 529,554 ---- install-dvi: install-dvi-recursive + install-dvi-am: + install-exec-am: install-html: install-html-recursive + install-html-am: + install-info: install-info-recursive + install-info-am: + install-man: install-pdf: install-pdf-recursive + install-pdf-am: + install-ps: install-ps-recursive + install-ps-am: + installcheck-am: *************** *** 472,491 **** uninstall-am: ! .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ ! install-strip - .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am check check-am clean clean-generic clean-libtool \ - ctags ctags-recursive distclean distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ - uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. --- 571,589 ---- uninstall-am: ! .MAKE: $(am__recursive_targets) install-am install-strip ! ! .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ ! check-am clean clean-generic clean-libtool cscopelist-am ctags \ ! ctags-am distclean distclean-generic distclean-libtool \ ! distclean-tags distdir dvi dvi-am html html-am info info-am \ ! install install-am install-data install-data-am install-dvi \ ! install-dvi-am install-exec install-exec-am install-html \ ! install-html-am install-info install-info-am install-man \ ! install-pdf install-pdf-am install-ps install-ps-am \ ! install-strip installcheck installcheck-am installdirs \ ! installdirs-am maintainer-clean maintainer-clean-generic \ ! mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ! ps ps-am tags tags-am uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. |
From: Todd O. <to...@us...> - 2012-12-07 17:55:15
|
Update of /cvsroot/yassl/yassl/include/openssl In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18056/include/openssl Modified Files: ssl.h Log Message: 2.2.2c including potential buffer fix Index: ssl.h =================================================================== RCS file: /cvsroot/yassl/yassl/include/openssl/ssl.h,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** ssl.h 3 Oct 2012 18:15:32 -0000 1.49 --- ssl.h 7 Dec 2012 17:55:12 -0000 1.50 *************** *** 43,47 **** ! #define YASSL_VERSION "2.2.2b" --- 43,47 ---- ! #define YASSL_VERSION "2.2.2c" |
From: Todd O. <to...@us...> - 2012-10-03 18:15:34
|
Update of /cvsroot/yassl/yassl/taocrypt/include In directory vz-cvs-3.sog:/tmp/cvs-serv11503/taocrypt/include Modified Files: asn.hpp sha.hpp Log Message: sha256, sha384, sha512 cert sig verification Index: asn.hpp =================================================================== RCS file: /cvsroot/yassl/yassl/taocrypt/include/asn.hpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** asn.hpp 31 Aug 2011 23:40:45 -0000 1.11 --- asn.hpp 3 Oct 2012 18:15:32 -0000 1.12 *************** *** 120,124 **** MAX_SEQ_SZ = 5, // enum(seq|con) + length(4) MAX_ALGO_SIZE = 9, ! MAX_DIGEST_SZ = 25, // SHA + enum(Bit or Octet) + length(4) DSA_SIG_SZ = 40, ASN_NAME_MAX = 512 // max total of all included names --- 120,124 ---- MAX_SEQ_SZ = 5, // enum(seq|con) + length(4) MAX_ALGO_SIZE = 9, ! MAX_DIGEST_SZ = 69, // SHA512 + enum(Bit or Octet) + length(4) DSA_SIG_SZ = 40, ASN_NAME_MAX = 512 // max total of all included names *************** *** 266,271 **** enum ContentType { HUH = 651 }; ! enum SigType { SHAwDSA = 517, MD2wRSA = 646, MD5wRSA = 648, SHAwRSA =649}; ! enum HashType { MD2h = 646, MD5h = 649, SHAh = 88 }; enum KeyType { DSAk = 515, RSAk = 645 }; // sums of algo OID --- 266,274 ---- enum ContentType { HUH = 651 }; ! enum SigType { SHAwDSA = 517, MD2wRSA = 646, MD5wRSA = 648, SHAwRSA = 649, ! SHA256wRSA = 655, SHA384wRSA = 656, SHA512wRSA = 657, ! SHA256wDSA = 416 }; ! enum HashType { MD2h = 646, MD5h = 649, SHAh = 88, SHA256h = 414, SHA384h = 415, ! SHA512h = 416 }; enum KeyType { DSAk = 515, RSAk = 645 }; // sums of algo OID Index: sha.hpp =================================================================== RCS file: /cvsroot/yassl/yassl/taocrypt/include/sha.hpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** sha.hpp 20 Mar 2007 21:43:58 -0000 1.5 --- sha.hpp 3 Oct 2012 18:15:32 -0000 1.6 *************** *** 167,170 **** --- 167,176 ---- }; + enum { MAX_SHA2_DIGEST_SIZE = 64 }; // SHA512 + + #else + + enum { MAX_SHA2_DIGEST_SIZE = 32 }; // SHA256 + #endif // WORD64_AVAILABLE |
From: Todd O. <to...@us...> - 2012-07-13 21:25:23
|
Update of /cvsroot/yassl/yassl In directory vz-cvs-3.sog:/tmp/cvs-serv22526 Modified Files: README configure configure.in Log Message: 2.2.2 fix Index: configure =================================================================== RCS file: /cvsroot/yassl/yassl/configure,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** configure 16 Mar 2012 23:23:10 -0000 1.34 --- configure 13 Jul 2012 21:25:20 -0000 1.35 *************** *** 2399,2403 **** # Define the identity of the package. PACKAGE=yassl ! VERSION=2.2.1 --- 2399,2403 ---- # Define the identity of the package. PACKAGE=yassl ! VERSION=2.2.2 Index: configure.in =================================================================== RCS file: /cvsroot/yassl/yassl/configure.in,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** configure.in 16 Mar 2012 23:23:10 -0000 1.33 --- configure.in 13 Jul 2012 21:25:20 -0000 1.34 *************** *** 1,5 **** AC_INIT AC_CANONICAL_SYSTEM ! AM_INIT_AUTOMAKE(yassl,2.2.1) # !!! also change in ssl.h !!! AM_CONFIG_HEADER(taocrypt/include/config.h) --- 1,5 ---- AC_INIT AC_CANONICAL_SYSTEM ! AM_INIT_AUTOMAKE(yassl,2.2.2) # !!! also change in ssl.h !!! AM_CONFIG_HEADER(taocrypt/include/config.h) Index: README =================================================================== RCS file: /cvsroot/yassl/yassl/README,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** README 1 Mar 2012 17:36:47 -0000 1.33 --- README 13 Jul 2012 21:25:20 -0000 1.34 *************** *** 13,17 **** *** end Note *** ! yaSSL Release notes, version 2.1.2 (9/2/2011) This release of yaSSL contains bug fixes, better non-blocking support with --- 13,26 ---- *** end Note *** ! yaSSL Release notes, version 2.2.2 (7/5/2012) ! ! This release of yaSSL contains bug fixes and more security checks around ! malicious certificates. ! ! See normal build instructions below under 1.0.6. ! See libcurl build instructions below under 1.3.0 and note in 1.5.8. ! ! ! *****************yaSSL Release notes, version 2.1.2 (9/2/2011) This release of yaSSL contains bug fixes, better non-blocking support with |
From: Todd O. <to...@us...> - 2012-03-16 23:23:12
|
Update of /cvsroot/yassl/yassl In directory vz-cvs-3.sog:/tmp/cvs-serv5686 Modified Files: configure configure.in Log Message: 2.2.1 fix extension handling for cert names Index: configure =================================================================== RCS file: /cvsroot/yassl/yassl/configure,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** configure 16 Mar 2012 23:13:10 -0000 1.33 --- configure 16 Mar 2012 23:23:10 -0000 1.34 *************** *** 2399,2403 **** # Define the identity of the package. PACKAGE=yassl ! VERSION=2.2.0 --- 2399,2403 ---- # Define the identity of the package. PACKAGE=yassl ! VERSION=2.2.1 Index: configure.in =================================================================== RCS file: /cvsroot/yassl/yassl/configure.in,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** configure.in 16 Mar 2012 23:13:10 -0000 1.32 --- configure.in 16 Mar 2012 23:23:10 -0000 1.33 *************** *** 1,5 **** AC_INIT AC_CANONICAL_SYSTEM ! AM_INIT_AUTOMAKE(yassl,2.2.0) # !!! also change in ssl.h !!! AM_CONFIG_HEADER(taocrypt/include/config.h) --- 1,5 ---- AC_INIT AC_CANONICAL_SYSTEM ! AM_INIT_AUTOMAKE(yassl,2.2.1) # !!! also change in ssl.h !!! AM_CONFIG_HEADER(taocrypt/include/config.h) |
From: Todd O. <to...@us...> - 2012-03-16 23:13:13
|
Update of /cvsroot/yassl/yassl In directory vz-cvs-3.sog:/tmp/cvs-serv5217 Modified Files: Makefile.in configure configure.in Log Message: 2.2.0 release, fix malicious certificate parsing Index: Makefile.in =================================================================== RCS file: /cvsroot/yassl/yassl/Makefile.in,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Makefile.in 15 Oct 2009 00:07:53 -0000 1.13 --- Makefile.in 16 Mar 2012 23:13:10 -0000 1.14 *************** *** 435,439 **** fi; \ done ! -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ --- 435,439 ---- fi; \ done ! -find $(distdir) -type d ! -perm -755 -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ Index: configure =================================================================== RCS file: /cvsroot/yassl/yassl/configure,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** configure 1 Mar 2012 17:36:47 -0000 1.32 --- configure 16 Mar 2012 23:13:10 -0000 1.33 *************** *** 2399,2403 **** # Define the identity of the package. PACKAGE=yassl ! VERSION=2.1.5 --- 2399,2403 ---- # Define the identity of the package. PACKAGE=yassl ! VERSION=2.2.0 *************** *** 23944,23948 **** # First, check the format of the line: cat >"\$tmp/defines.sed" <<\\CEOF ! /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def b --- 23944,23948 ---- # First, check the format of the line: cat >"\$tmp/defines.sed" <<\\CEOF ! /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*/b def /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def b Index: configure.in =================================================================== RCS file: /cvsroot/yassl/yassl/configure.in,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** configure.in 1 Mar 2012 17:36:47 -0000 1.31 --- configure.in 16 Mar 2012 23:13:10 -0000 1.32 *************** *** 1,5 **** AC_INIT AC_CANONICAL_SYSTEM ! AM_INIT_AUTOMAKE(yassl,2.1.5) # !!! also change in ssl.h !!! AM_CONFIG_HEADER(taocrypt/include/config.h) --- 1,5 ---- AC_INIT AC_CANONICAL_SYSTEM ! AM_INIT_AUTOMAKE(yassl,2.2.0) # !!! also change in ssl.h !!! AM_CONFIG_HEADER(taocrypt/include/config.h) |
From: Todd O. <to...@us...> - 2012-03-01 17:36:50
|
Update of /cvsroot/yassl/yassl In directory vz-cvs-3.sog:/tmp/cvs-serv13988 Modified Files: README configure configure.in Log Message: 2.1.5 notes Index: README =================================================================== RCS file: /cvsroot/yassl/yassl/README,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** README 9 Sep 2011 17:31:04 -0000 1.32 --- README 1 Mar 2012 17:36:47 -0000 1.33 *************** *** 22,27 **** ! *****************yaSSL Release notes, version 1.9.9 (1/26/2010) ! yaSSL Release notes, version 2.0.0 (7/6/2010) This release of yaSSL contains bug fixes, new testing certs, --- 22,26 ---- ! *****************yaSSL Release notes, version 2.0.0 (7/6/2010) This release of yaSSL contains bug fixes, new testing certs, Index: configure =================================================================== RCS file: /cvsroot/yassl/yassl/configure,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** configure 9 Sep 2011 17:31:05 -0000 1.31 --- configure 1 Mar 2012 17:36:47 -0000 1.32 *************** *** 2399,2403 **** # Define the identity of the package. PACKAGE=yassl ! VERSION=2.1.4 --- 2399,2403 ---- # Define the identity of the package. PACKAGE=yassl ! VERSION=2.1.5 Index: configure.in =================================================================== RCS file: /cvsroot/yassl/yassl/configure.in,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** configure.in 9 Sep 2011 17:31:05 -0000 1.30 --- configure.in 1 Mar 2012 17:36:47 -0000 1.31 *************** *** 1,5 **** AC_INIT AC_CANONICAL_SYSTEM ! AM_INIT_AUTOMAKE(yassl,2.1.4) # !!! also change in ssl.h !!! AM_CONFIG_HEADER(taocrypt/include/config.h) --- 1,5 ---- AC_INIT AC_CANONICAL_SYSTEM ! AM_INIT_AUTOMAKE(yassl,2.1.5) # !!! also change in ssl.h !!! AM_CONFIG_HEADER(taocrypt/include/config.h) |
From: Todd O. <to...@us...> - 2011-09-19 19:28:53
|
Update of /cvsroot/yassl/yassl/src In directory vz-cvs-3.sog:/tmp/cvs-serv5315/src Modified Files: yassl_int.cpp Log Message: don't override user cipher list on server when key checking Index: yassl_int.cpp =================================================================== RCS file: /cvsroot/yassl/yassl/src/yassl_int.cpp,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** yassl_int.cpp 31 Aug 2011 23:40:45 -0000 1.35 --- yassl_int.cpp 19 Sep 2011 19:28:51 -0000 1.36 *************** *** 317,322 **** return; } ! else if (serverSide) { // remove RSA or DSA suites depending on cert key type ProtocolVersion pv = secure_.get_connection().version_; --- 317,323 ---- return; } ! else if (serverSide && ctx->GetCiphers().setSuites_ == 0) { // remove RSA or DSA suites depending on cert key type + // but don't override user sets ProtocolVersion pv = secure_.get_connection().version_; |
From: Todd O. <to...@us...> - 2011-09-09 17:31:07
|
Update of /cvsroot/yassl/yassl/taocrypt/include In directory vz-cvs-3.sog:/tmp/cvs-serv28453/taocrypt/include Modified Files: modes.hpp Log Message: fix ambiguous else and switch warning for newer gcc on linux Index: modes.hpp =================================================================== RCS file: /cvsroot/yassl/yassl/taocrypt/include/modes.hpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** modes.hpp 26 Jan 2010 22:46:02 -0000 1.5 --- modes.hpp 9 Sep 2011 17:31:05 -0000 1.6 *************** *** 102,110 **** if (mode_ == ECB) ECB_Process(out, in, sz); ! else if (mode_ == CBC) if (dir_ == ENCRYPTION) CBC_Encrypt(out, in, sz); else CBC_Decrypt(out, in, sz); } --- 102,111 ---- if (mode_ == ECB) ECB_Process(out, in, sz); ! else if (mode_ == CBC) { if (dir_ == ENCRYPTION) CBC_Encrypt(out, in, sz); else CBC_Decrypt(out, in, sz); + } } |
From: Todd O. <to...@us...> - 2011-08-31 23:40:48
|
Update of /cvsroot/yassl/yassl/taocrypt/include In directory vz-cvs-3.sog:/tmp/cvs-serv3230/taocrypt/include Modified Files: asn.hpp Log Message: fix non-blocking write and add openssl rsa public key read Index: asn.hpp =================================================================== RCS file: /cvsroot/yassl/yassl/taocrypt/include/asn.hpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** asn.hpp 26 Jan 2010 00:52:05 -0000 1.10 --- asn.hpp 31 Aug 2011 23:40:45 -0000 1.11 *************** *** 175,178 **** --- 175,179 ---- private: void ReadHeader(); + void ReadHeaderOpenSSL(); }; |
From: Todd O. <to...@us...> - 2011-08-31 23:40:47
|
Update of /cvsroot/yassl/yassl/examples/server In directory vz-cvs-3.sog:/tmp/cvs-serv3230/examples/server Modified Files: server.cpp Log Message: fix non-blocking write and add openssl rsa public key read Index: server.cpp =================================================================== RCS file: /cvsroot/yassl/yassl/examples/server/server.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** server.cpp 24 Sep 2008 21:15:28 -0000 1.13 --- server.cpp 31 Aug 2011 23:40:45 -0000 1.14 *************** *** 18,24 **** { int ret = SSL_accept(ssl); ! while (ret != SSL_SUCCESS && (SSL_get_error(ssl, 0) == ! SSL_ERROR_WANT_READ)) { ! printf("... server would block\n"); #ifdef _WIN32 Sleep(1000); --- 18,28 ---- { int ret = SSL_accept(ssl); ! int err = SSL_get_error(ssl, 0); ! while (ret != SSL_SUCCESS && (err == SSL_ERROR_WANT_READ || ! err == SSL_ERROR_WANT_WRITE)) { ! if (err == SSL_ERROR_WANT_READ) ! printf("... server would read block\n"); ! else ! printf("... server would write block\n"); #ifdef _WIN32 Sleep(1000); *************** *** 27,30 **** --- 31,35 ---- #endif ret = SSL_accept(ssl); + err = SSL_get_error(ssl, 0); } if (ret != SSL_SUCCESS) |
From: Todd O. <to...@us...> - 2011-01-06 22:32:47
|
Update of /cvsroot/yassl/cyassl/ctaocrypt/include In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15892/ctaocrypt/include Modified Files: integer.h Log Message: remove double type.h in integer.h Index: integer.h =================================================================== RCS file: /cvsroot/yassl/cyassl/ctaocrypt/include/integer.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** integer.h 8 Dec 2010 02:04:59 -0000 1.7 --- integer.h 6 Jan 2011 22:32:39 -0000 1.8 *************** *** 34,38 **** may not be faster on all */ ! #include "types.h" #ifdef USE_FAST_MATH #include "tfm.h" --- 34,38 ---- may not be faster on all */ ! #include "types.h" /* will set MP_xxBIT if not default */ #ifdef USE_FAST_MATH #include "tfm.h" *************** *** 43,47 **** #endif - #include "types.h" /* will set MP_xxBIT if not default */ #include "mpi_class.h" --- 43,46 ---- |
From: Todd O. <to...@us...> - 2011-01-05 21:18:12
|
Update of /cvsroot/yassl/cyassl/ctaocrypt/src In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5301/ctaocrypt/src Modified Files: asn.c Log Message: micirum date change Index: asn.c =================================================================== RCS file: /cvsroot/yassl/cyassl/ctaocrypt/src/asn.c,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** asn.c 21 Dec 2010 20:43:35 -0000 1.44 --- asn.c 5 Jan 2011 21:18:03 -0000 1.45 *************** *** 49,60 **** #endif - enum { - ISSUER = 0, - SUBJECT = 1, - - BEFORE = 0, - AFTER = 1 - }; - #ifdef THREADX --- 49,52 ---- *************** *** 64,70 **** #define XVALIDATE_DATE(d, f, t) ValidateDate((d), (f), (t)) #elif defined(MICRIUM) - #include <clk.h> #if (NET_SECURE_MGR_CFG_EN == DEF_ENABLED) ! #define XVALIDATE_DATE(d, f, t) NetSecure_ValidDate((d), (f), (t)) #else #define XVALIDATE_DATE(d, f, t) (0) --- 56,61 ---- #define XVALIDATE_DATE(d, f, t) ValidateDate((d), (f), (t)) #elif defined(MICRIUM) #if (NET_SECURE_MGR_CFG_EN == DEF_ENABLED) ! #define XVALIDATE_DATE(d,f,t) NetSecure_ValidateDateHandler((d),(f),(t)) #else #define XVALIDATE_DATE(d, f, t) (0) *************** *** 217,287 **** #if defined(MICRIUM) ! static int NetSecure_ValidDate(CPU_INT08U *date, CPU_INT08U format, ! CPU_INT08U dateType) { ! CLK_DATE_TIME cert_date_time; ! CLK_TS_SEC cert_ts_sec; ! CLK_TS_SEC local_ts_sec; ! CPU_INT32S i; ! CPU_INT32S val; ! local_ts_sec = Clk_GetTS(); ! XMEMSET(&cert_date_time, 0, sizeof(cert_date_time)); - i = 0; if (format == ASN_UTC_TIME) { if (btoi(date[0]) >= 5) ! cert_date_time.Yr = 1900; else ! cert_date_time.Yr = 2000; } else { /* format == GENERALIZED_TIME */ ! cert_date_time.Yr += btoi(date[i++]) * 1000; ! cert_date_time.Yr += btoi(date[i++]) * 100; ! } ! val = cert_date_time.Yr; ! GetTime(&val, date, &i); ! cert_date_time.Yr = (CLK_YR)val; val = 0; GetTime(&val, date, &i); ! cert_date_time.Month = (CLK_MONTH)val; ! val = 0; GetTime(&val, date, &i); ! cert_date_time.Day = (CLK_DAY)val; val = 0; GetTime(&val, date, &i); ! cert_date_time.Hr = (CLK_HR)val; ! val = 0; GetTime(&val, date, &i); ! cert_date_time.Min = (CLK_MIN)val; ! val = 0; GetTime(&val, date, &i); ! cert_date_time.Sec = (CLK_SEC)val; ! ! if (date[i] != 'Z') /* only Zulu supported for this profile */ ! return 0; ! ! cert_date_time.DayOfWk = 1; ! cert_date_time.DayOfYr = 1; ! Clk_DateTimeToTS(&cert_ts_sec, &cert_date_time); ! ! ! if (dateType == BEFORE) { ! if (local_ts_sec < cert_ts_sec) /* If cert creation date after ! current date... */ ! return (DEF_FAIL); /* ... report an error. */ ! } else { ! if (local_ts_sec > cert_ts_sec) /* If cert expiration date before ! current date... */ ! return (DEF_FAIL); /* ... report an error. */ ! } ! return (DEF_OK); } --- 208,263 ---- #if defined(MICRIUM) ! CPU_INT32S NetSecure_ValidateDateHandler(CPU_INT08U *date, CPU_INT08U format, ! CPU_INT08U dateType) { ! CPU_BOOLEAN rtn_code; ! CPU_INT32S i; ! CPU_INT32S val; ! CPU_INT16U year; ! CPU_INT08U month; ! CPU_INT16U day; ! CPU_INT08U hour; ! CPU_INT08U min; ! CPU_INT08U sec; ! i = 0; ! year = 0u; if (format == ASN_UTC_TIME) { if (btoi(date[0]) >= 5) ! year = 1900; else ! year = 2000; } else { /* format == GENERALIZED_TIME */ ! year += btoi(date[i++]) * 1000; ! year += btoi(date[i++]) * 100; ! } ! val = year; ! GetTime(&val, date, &i); ! year = (CPU_INT16U)val; val = 0; GetTime(&val, date, &i); ! month = (CPU_INT08U)val; ! val = 0; GetTime(&val, date, &i); ! day = (CPU_INT16U)val; val = 0; GetTime(&val, date, &i); ! hour = (CPU_INT08U)val; ! val = 0; GetTime(&val, date, &i); ! min = (CPU_INT08U)val; ! val = 0; GetTime(&val, date, &i); ! sec = (CPU_INT08U)val; ! return NetSecure_ValidateDate(year, month, day, hour, min, sec, dateType); } |
From: Todd O. <to...@us...> - 2011-01-05 21:18:11
|
Update of /cvsroot/yassl/cyassl/ctaocrypt/include In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5301/ctaocrypt/include Modified Files: asn.h os_settings.h Log Message: micirum date change Index: os_settings.h =================================================================== RCS file: /cvsroot/yassl/cyassl/ctaocrypt/include/os_settings.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** os_settings.h 4 Jan 2011 17:36:39 -0000 1.7 --- os_settings.h 5 Jan 2011 21:18:01 -0000 1.8 *************** *** 66,70 **** #include "net_cfg.h" ! #include "cyassl_cfg.h" #include "net_secure_os.h" --- 66,70 ---- #include "net_cfg.h" ! #include "ssl_cfg.h" #include "net_secure_os.h" *************** *** 76,80 **** #if (NET_SECURE_MGR_CFG_WORD_SIZE == CPU_WORD_SIZE_32) ! #define SIZEOF_LONG 8 #undef SIZEOF_LONG_LONG #else --- 76,80 ---- #if (NET_SECURE_MGR_CFG_WORD_SIZE == CPU_WORD_SIZE_32) ! #define SIZEOF_LONG 4 #undef SIZEOF_LONG_LONG #else *************** *** 103,116 **** (((CPU_BOOLEAN)Mem_Cmp((void *)(pmem_1), (void *)(pmem_2), \ (CPU_SIZE_T)(size))) ? DEF_NO : DEF_YES) ! #if (NET_SECURE_MGR_CFG_EN == DEF_ENABLED) ! #define MICRIUM_MALLOC ! #define XMALLOC(s, h, type) (((type) <= DYNAMIC_TYPE_SIGNER) ? \ ! ((void *)NetSecure_Malloc((CPU_INT08U)(type), \ ! (CPU_SIZE_T)(s))) : malloc(s)) ! #define XFREE(p, h, type) (((type) <= DYNAMIC_TYPE_SIGNER) ? \ ! (NetSecure_Free((CPU_INT08U)(type), (p))) : free((p))) ! #define XREALLOC(p, n, h, t) realloc((p), (n)) ! #endif #if (NET_SECURE_MGR_CFG_FS_EN == DEF_ENABLED) --- 103,116 ---- (((CPU_BOOLEAN)Mem_Cmp((void *)(pmem_1), (void *)(pmem_2), \ (CPU_SIZE_T)(size))) ? DEF_NO : DEF_YES) + #define XMEMMOVE XMEMCPY ! #if (NET_SECURE_MGR_CFG_EN == DEF_ENABLED) ! #define MICRIUM_MALLOC ! #define XMALLOC(s, h, type) ((void *)NetSecure_BlkGet((CPU_INT08U)(type), \ ! (CPU_SIZE_T)(s), (void *)0)) ! #define XFREE(p, h, type) (NetSecure_BlkFree((CPU_INT08U)(type), \ ! (p), (void *)0)) ! #define XREALLOC(p, n, h, t) realloc((p), (n)) ! #endif #if (NET_SECURE_MGR_CFG_FS_EN == DEF_ENABLED) *************** *** 120,124 **** #endif ! #if (CYASSL_CFG_TRACE_LEVEL == CYASSL_TRACE_LEVEL_DBG) #define DEBUG_CYASSL #else --- 120,124 ---- #endif ! #if (SSL_CFG_TRACE_LEVEL == CYASSL_TRACE_LEVEL_DBG) #define DEBUG_CYASSL #else *************** *** 126,130 **** #endif ! #if (CYASSL_CFG_OPENSSL_EN == DEF_ENABLED) #define OPENSSL_EXTRA #else --- 126,130 ---- #endif ! #if (SSL_CFG_OPENSSL_EN == DEF_ENABLED) #define OPENSSL_EXTRA #else *************** *** 132,136 **** #endif ! #if (CYASSL_CFG_MULTI_THREAD_EN == DEF_ENABLED) #undef SINGLE_THREADED #else --- 132,136 ---- #endif ! #if (SSL_CFG_MULTI_THREAD_EN == DEF_ENABLED) #undef SINGLE_THREADED #else *************** *** 138,142 **** #endif ! #if (CYASSL_CFG_DH_EN == DEF_ENABLED) #undef NO_DH #else --- 138,142 ---- #endif ! #if (SSL_CFG_DH_EN == DEF_ENABLED) #undef NO_DH #else *************** *** 144,148 **** #endif ! #if (CYASSL_CFG_DSA_EN == DEF_ENABLED) #undef NO_DSA #else --- 144,148 ---- #endif ! #if (SSL_CFG_DSA_EN == DEF_ENABLED) #undef NO_DSA #else *************** *** 150,154 **** #endif ! #if (CYASSL_CFG_PSK_EN == DEF_ENABLED) #undef NO_PSK #else --- 150,154 ---- #endif ! #if (SSL_CFG_PSK_EN == DEF_ENABLED) #undef NO_PSK #else *************** *** 156,160 **** #endif ! #if (CYASSL_CFG_3DES_EN == DEF_ENABLED) #undef NO_DES #else --- 156,160 ---- #endif ! #if (SSL_CFG_3DES_EN == DEF_ENABLED) #undef NO_DES #else *************** *** 162,166 **** #endif ! #if (CYASSL_CFG_AES_EN == DEF_ENABLED) #undef NO_AES #else --- 162,166 ---- #endif ! #if (SSL_CFG_AES_EN == DEF_ENABLED) #undef NO_AES #else *************** *** 168,172 **** #endif ! #if (CYASSL_CFG_RC4_EN == DEF_ENABLED) #undef NO_RC4 #else --- 168,172 ---- #endif ! #if (SSL_CFG_RC4_EN == DEF_ENABLED) #undef NO_RC4 #else *************** *** 174,178 **** #endif ! #if (CYASSL_CFG_RABBIT_EN == DEF_ENABLED) #undef NO_RABBIT #else --- 174,178 ---- #endif ! #if (SSL_CFG_RABBIT_EN == DEF_ENABLED) #undef NO_RABBIT #else *************** *** 180,184 **** #endif ! #if (CYASSL_CFG_HC128_EN == DEF_ENABLED) #undef NO_HC128 #else --- 180,184 ---- #endif ! #if (SSL_CFG_HC128_EN == DEF_ENABLED) #undef NO_HC128 #else *************** *** 193,204 **** #endif ! #define NO_MD4 ! #define NO_WRITEV ! #define NO_DEV_RANDOM ! #define CYASSL_USER_IO ! #define LARGE_STATIC_BUFFERS ! #define CYASSL_DER_LOAD ! #undef CYASSL_DTLS #endif /* MICRIUM */ --- 193,257 ---- #endif + #if (SSL_CFG_MD4_EN == DEF_ENABLED) + #undef NO_MD4 + #else + #define NO_MD4 + #endif ! #if (SSL_CFG_WRITEV_EN == DEF_ENABLED) ! #undef NO_WRITEV ! #else ! #define NO_WRITEV ! #endif ! ! #if (SSL_CFG_USER_RNG_SEED_EN == DEF_ENABLED) ! #define NO_DEV_RANDOM ! #else ! #undef NO_DEV_RANDOM ! #endif ! ! #if (SSL_CFG_USER_IO_EN == DEF_ENABLED) ! #define CYASSL_USER_IO ! #else ! #undef CYASSL_USER_IO ! #endif ! ! #if (SSL_CFG_DYNAMIC_BUFFERS_EN == DEF_ENABLED) ! #undef LARGE_STATIC_BUFFERS ! #undef STATIC_CHUNKS_ONLY ! #else ! #define LARGE_STATIC_BUFFERS ! #define STATIC_CHUNKS_ONLY ! #endif ! ! #if (SSL_CFG_DER_LOAD_EN == DEF_ENABLED) ! #define CYASSL_DER_LOAD ! #else ! #undef CYASSL_DER_LOAD ! #endif ! ! #if (SSL_CFG_DTLS_EN == DEF_ENABLED) ! #define CYASSL_DTLS ! #else ! #undef CYASSL_DTLS ! #endif ! ! #if (SSL_CFG_CALLBACKS_EN == DEF_ENABLED) ! #define CYASSL_CALLBACKS ! #else ! #undef CYASSL_CALLBACKS ! #endif ! ! #if (SSL_CFG_FAST_MATH_EN == DEF_ENABLED) ! #define USE_FAST_MATH ! #else ! #undef USE_FAST_MATH ! #endif ! ! #if (SSL_CFG_TFM_TIMING_RESISTANT_EN == DEF_ENABLED) ! #define TFM_TIMING_RESISTANT ! #else ! #undef TFM_TIMING_RESISTANT ! #endif #endif /* MICRIUM */ Index: asn.h =================================================================== RCS file: /cvsroot/yassl/cyassl/ctaocrypt/include/asn.h,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** asn.h 21 Dec 2010 20:43:35 -0000 1.20 --- asn.h 5 Jan 2011 21:18:01 -0000 1.21 *************** *** 35,38 **** --- 35,47 ---- #endif + + enum { + ISSUER = 0, + SUBJECT = 1, + + BEFORE = 0, + AFTER = 1 + }; + /* ASN Tags */ enum ASN_Tags { |
From: Todd O. <to...@us...> - 2011-01-04 17:46:11
|
Update of /cvsroot/yassl/cyassl/include In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv32738/include Modified Files: cyassl_int.h Log Message: DTLS static buffer size fix Index: cyassl_int.h =================================================================== RCS file: /cvsroot/yassl/cyassl/include/cyassl_int.h,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** cyassl_int.h 4 Jan 2011 17:36:39 -0000 1.65 --- cyassl_int.h 4 Jan 2011 17:46:04 -0000 1.66 *************** *** 451,455 **** #define RECORD_SIZE MAX_RECORD_SIZE #else ! #define RECORD_SIZE 128 #endif --- 451,459 ---- #define RECORD_SIZE MAX_RECORD_SIZE #else ! #ifdef CYASSL_DTLS ! #define RECORD_SIZE 1500 ! #else ! #define RECORD_SIZE 128 ! #endif #endif |
From: Todd O. <to...@us...> - 2011-01-04 17:36:47
|
Update of /cvsroot/yassl/cyassl/ctaocrypt/include In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30995/ctaocrypt/include Modified Files: os_settings.h Log Message: XCALLOC fix Index: os_settings.h =================================================================== RCS file: /cvsroot/yassl/cyassl/ctaocrypt/include/os_settings.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** os_settings.h 8 Dec 2010 19:30:22 -0000 1.6 --- os_settings.h 4 Jan 2011 17:36:39 -0000 1.7 *************** *** 39,42 **** --- 39,45 ---- /* #define MICRIUM */ + /* Uncomment next line if using Mbed */ + /* #define MBED */ + #ifdef IPHONE *************** *** 48,51 **** --- 51,65 ---- #endif + #ifdef MBED + #define SINGLE_THREADED + #define CYASSL_USER_IO + #define NO_WRITEV + #define NO_DEV_RANDOM + #define NO_SHA512 + #define NO_DH + #define NO_DSA + #define NO_HC128 + #endif /* MBED */ + #ifdef MICRIUM |
From: Todd O. <to...@us...> - 2011-01-04 17:36:47
|
Update of /cvsroot/yassl/cyassl/include In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30995/include Modified Files: cyassl_int.h Log Message: XCALLOC fix Index: cyassl_int.h =================================================================== RCS file: /cvsroot/yassl/cyassl/include/cyassl_int.h,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** cyassl_int.h 23 Dec 2010 17:42:09 -0000 1.64 --- cyassl_int.h 4 Jan 2011 17:36:39 -0000 1.65 *************** *** 349,352 **** --- 349,359 ---- typedef int (*CallbackIOSend)(char *buf, int sz, void *ctx); typedef int (*VerifyCallback)(int, X509_STORE_CTX*); + + /* make sure external "C" linkage for C++ programs with callbacks */ + void CyaSSL_SetIORecv(SSL_CTX*, CallbackIORecv); + void CyaSSL_SetIOSend(SSL_CTX*, CallbackIOSend); + + void CyaSSL_SetIOReadCtx(SSL* ssl, void *ctx); + void CyaSSL_SetIOWriteCtx(SSL* ssl, void *ctx); #endif /* SSL_TYPES_DEFINED */ |
From: Todd O. <to...@us...> - 2011-01-04 17:36:47
|
Update of /cvsroot/yassl/cyassl/ctaocrypt/src In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30995/ctaocrypt/src Modified Files: random.c rsa.c Log Message: XCALLOC fix Index: random.c =================================================================== RCS file: /cvsroot/yassl/cyassl/ctaocrypt/src/random.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** random.c 8 Dec 2010 19:30:22 -0000 1.13 --- random.c 4 Jan 2011 17:36:39 -0000 1.14 *************** *** 128,131 **** --- 128,143 ---- } + #elif defined(MBED) + + /* write a real one !!!, just for testing board */ + int GenerateSeed(OS_Seed* os, byte* output, word32 sz) + { + int i; + for (i = 0; i < sz; i++ ) + output[i] = i; + + return 0; + } + #elif defined(NO_DEV_RANDOM) Index: rsa.c =================================================================== RCS file: /cvsroot/yassl/cyassl/ctaocrypt/src/rsa.c,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** rsa.c 21 Dec 2010 20:43:35 -0000 1.14 --- rsa.c 4 Jan 2011 17:36:39 -0000 1.15 *************** *** 386,393 **** /* allocate buffer to work with */ ! buf = XCALLOC(1, len, heap); if (buf == NULL) { return -1; } do { --- 386,394 ---- /* allocate buffer to work with */ ! buf = XMALLOC(len, heap, DYNAMIC_TYPE_RSA); if (buf == NULL) { return -1; } + XMEMSET(buf, 0, len); do { |
From: Todd O. <to...@us...> - 2010-12-28 21:38:17
|
Update of /cvsroot/yassl/cyassl/ctaocrypt/include In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30445/ctaocrypt/include Modified Files: tfm.h Log Message: micirum fastmath memcpy fix Index: tfm.h =================================================================== RCS file: /cvsroot/yassl/cyassl/ctaocrypt/include/tfm.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** tfm.h 8 Dec 2010 02:04:59 -0000 1.8 --- tfm.h 28 Dec 2010 21:38:09 -0000 1.9 *************** *** 348,352 **** /* copy from a to b */ ! #define fp_copy(a, b) (void)(((a) != (b)) && XMEMCPY((b), (a), sizeof(fp_int))) #define fp_init_copy(a, b) fp_copy(b, a) --- 348,352 ---- /* copy from a to b */ ! #define fp_copy(a, b) (void)(((a) != (b)) ? (XMEMCPY((b), (a), sizeof(fp_int))) : (void)0) #define fp_init_copy(a, b) fp_copy(b, a) |
From: Todd O. <to...@us...> - 2010-12-28 20:18:36
|
Update of /cvsroot/yassl/cyassl/ctaocrypt/include In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6073/ctaocrypt/include Modified Files: config.h.in Log Message: auto tool fix Index: config.h.in =================================================================== RCS file: /cvsroot/yassl/cyassl/ctaocrypt/include/config.h.in,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** config.h.in 21 Dec 2010 22:56:29 -0000 1.8 --- config.h.in 28 Dec 2010 20:18:28 -0000 1.9 *************** *** 40,43 **** --- 40,47 ---- #undef HAVE_UNISTD_H + /* Define to the sub-directory in which libtool stores uninstalled libraries. + */ + #undef LT_OBJDIR + /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O |
From: Todd O. <to...@us...> - 2010-12-28 20:18:36
|
Update of /cvsroot/yassl/cyassl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6073 Removed Files: acinclude.m4 Log Message: auto tool fix --- acinclude.m4 DELETED --- |
From: Todd O. <to...@us...> - 2010-12-28 20:15:49
|
Update of /cvsroot/yassl/cyassl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5123 Modified Files: config.guess config.sub configure install-sh ltmain.sh Log Message: update auto tools Index: install-sh =================================================================== RCS file: /cvsroot/yassl/cyassl/install-sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** install-sh 21 May 2008 21:12:26 -0000 1.2 --- install-sh 28 Dec 2010 20:15:39 -0000 1.3 *************** *** 2,6 **** # install - install a program, script, or datafile ! scriptversion=2006-10-14.15 # This originates from X11R5 (mit/util/scripts/install.sh), which was --- 2,6 ---- # install - install a program, script, or datafile ! scriptversion=2006-12-25.00 # This originates from X11R5 (mit/util/scripts/install.sh), which was *************** *** 49,53 **** # Don't use :- since 4.3BSD and earlier shells don't like it. ! doit="${DOITPROG-}" if test -z "$doit"; then doit_exec=exec --- 49,53 ---- # Don't use :- since 4.3BSD and earlier shells don't like it. ! doit=${DOITPROG-} if test -z "$doit"; then doit_exec=exec *************** *** 59,72 **** # or use environment vars. ! mvprog="${MVPROG-mv}" ! cpprog="${CPPROG-cp}" ! chmodprog="${CHMODPROG-chmod}" ! chownprog="${CHOWNPROG-chown}" ! chgrpprog="${CHGRPPROG-chgrp}" ! stripprog="${STRIPPROG-strip}" ! rmprog="${RMPROG-rm}" ! mkdirprog="${MKDIRPROG-mkdir}" - posix_glob= posix_mkdir= --- 59,83 ---- # or use environment vars. ! chgrpprog=${CHGRPPROG-chgrp} ! chmodprog=${CHMODPROG-chmod} ! chownprog=${CHOWNPROG-chown} ! cmpprog=${CMPPROG-cmp} ! cpprog=${CPPROG-cp} ! mkdirprog=${MKDIRPROG-mkdir} ! mvprog=${MVPROG-mv} ! rmprog=${RMPROG-rm} ! stripprog=${STRIPPROG-strip} ! ! posix_glob='?' ! initialize_posix_glob=' ! test "$posix_glob" != "?" || { ! if (set -f) 2>/dev/null; then ! posix_glob= ! else ! posix_glob=: ! fi ! } ! ' posix_mkdir= *************** *** 74,90 **** mode=0755 chmodcmd=$chmodprog chowncmd= ! chgrpcmd= ! stripcmd= rmcmd="$rmprog -f" ! mvcmd="$mvprog" src= dst= dir_arg= ! dstarg= no_target_directory= ! usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... --- 85,105 ---- mode=0755 + chgrpcmd= chmodcmd=$chmodprog chowncmd= ! mvcmd=$mvprog rmcmd="$rmprog -f" ! stripcmd= ! src= dst= dir_arg= ! dst_arg= ! ! copy_on_change=false no_target_directory= ! usage="\ ! Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... *************** *** 96,133 **** Options: ! -c (ignored) ! -d create directories instead of installing files. ! -g GROUP $chgrpprog installed files to GROUP. ! -m MODE $chmodprog installed files to MODE. ! -o USER $chownprog installed files to USER. ! -s $stripprog installed files. ! -t DIRECTORY install into DIRECTORY. ! -T report an error if DSTFILE is a directory. ! --help display this help and exit. ! --version display version info and exit. Environment variables override the default commands: ! CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in ! -c) shift ! continue;; ! -d) dir_arg=true ! shift ! continue;; -g) chgrpcmd="$chgrpprog $2" ! shift ! shift ! continue;; --help) echo "$usage"; exit $?;; -m) mode=$2 - shift - shift case $mode in *' '* | *' '* | *' --- 111,146 ---- Options: ! --help display this help and exit. ! --version display version info and exit. ! ! -c (ignored) ! -C install only if different (preserve the last data modification time) ! -d create directories instead of installing files. ! -g GROUP $chgrpprog installed files to GROUP. ! -m MODE $chmodprog installed files to MODE. ! -o USER $chownprog installed files to USER. ! -s $stripprog installed files. ! -t DIRECTORY install into DIRECTORY. ! -T report an error if DSTFILE is a directory. Environment variables override the default commands: ! CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG ! RMPROG STRIPPROG " while test $# -ne 0; do case $1 in ! -c) ;; ! -C) copy_on_change=true;; ! ! -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" ! shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *' '* | *' *************** *** 136,158 **** exit 1;; esac ! continue;; -o) chowncmd="$chownprog $2" ! shift ! shift ! continue;; ! -s) stripcmd=$stripprog ! shift ! continue;; ! -t) dstarg=$2 ! shift ! shift ! continue;; ! -T) no_target_directory=true ! shift ! continue;; --version) echo "$0 $scriptversion"; exit $?;; --- 149,163 ---- exit 1;; esac ! shift;; -o) chowncmd="$chownprog $2" ! shift;; ! -s) stripcmd=$stripprog;; ! -t) dst_arg=$2 ! shift;; ! -T) no_target_directory=true;; --version) echo "$0 $scriptversion"; exit $?;; *************** *** 166,172 **** *) break;; esac done ! if test $# -ne 0 && test -z "$dir_arg$dstarg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. --- 171,178 ---- *) break;; esac + shift done ! if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. *************** *** 174,184 **** for arg do ! if test -n "$dstarg"; then # $@ is not empty: it contains at least $arg. ! set fnord "$@" "$dstarg" shift # fnord fi shift # arg ! dstarg=$arg done fi --- 180,190 ---- for arg do ! if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. ! set fnord "$@" "$dst_arg" shift # fnord fi shift # arg ! dst_arg=$arg done fi *************** *** 225,229 **** # Protect names starting with `-'. case $src in ! -*) src=./$src ;; esac --- 231,235 ---- # Protect names starting with `-'. case $src in ! -*) src=./$src;; esac *************** *** 243,255 **** fi ! if test -z "$dstarg"; then echo "$0: no destination specified." >&2 exit 1 fi ! dst=$dstarg # Protect names starting with `-'. case $dst in ! -*) dst=./$dst ;; esac --- 249,261 ---- fi ! if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi ! dst=$dst_arg # Protect names starting with `-'. case $dst in ! -*) dst=./$dst;; esac *************** *** 258,262 **** if test -d "$dst"; then if test -n "$no_target_directory"; then ! echo "$0: $dstarg: Is a directory" >&2 exit 1 fi --- 264,268 ---- if test -d "$dst"; then if test -n "$no_target_directory"; then ! echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi *************** *** 379,402 **** case $dstdir in ! /*) prefix=/ ;; ! -*) prefix=./ ;; ! *) prefix= ;; esac ! case $posix_glob in ! '') ! if (set -f) 2>/dev/null; then ! posix_glob=true ! else ! posix_glob=false ! fi ;; ! esac oIFS=$IFS IFS=/ ! $posix_glob && set -f set fnord $dstdir shift ! $posix_glob && set +f IFS=$oIFS --- 385,401 ---- case $dstdir in ! /*) prefix='/';; ! -*) prefix='./';; ! *) prefix='';; esac ! eval "$initialize_posix_glob" oIFS=$IFS IFS=/ ! $posix_glob set -f set fnord $dstdir shift ! $posix_glob set +f IFS=$oIFS *************** *** 460,498 **** # errors from the above "$doit $cpprog $src $dsttmp" command. # ! { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ ! && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \ ! && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \ ! && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && ! # Now rename the file to the real destination. ! { $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null \ ! || { ! # The rename failed, perhaps because mv can't rename something else ! # to itself, or perhaps because mv is so ancient that it does not ! # support -f. ! # Now remove or move aside any old file at destination location. ! # We try this two ways since rm can't unlink itself on some ! # systems and the destination file might be busy for other ! # reasons. In this case, the final cleanup might fail but the new ! # file should still install successfully. ! { ! if test -f "$dst"; then ! $doit $rmcmd -f "$dst" 2>/dev/null \ ! || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null \ ! && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }; }\ ! || { ! echo "$0: cannot unlink or rename $dst" >&2 ! (exit 1); exit 1 ! } ! else ! : ! fi ! } && ! # Now rename the file to the real destination. ! $doit $mvcmd "$dsttmp" "$dst" ! } ! } || exit 1 trap '' 0 --- 459,510 ---- # errors from the above "$doit $cpprog $src $dsttmp" command. # ! { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && ! { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && ! { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && ! { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && ! # If -C, don't bother to copy if it wouldn't change the file. ! if $copy_on_change && ! old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && ! new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && ! eval "$initialize_posix_glob" && ! $posix_glob set -f && ! set X $old && old=:$2:$4:$5:$6 && ! set X $new && new=:$2:$4:$5:$6 && ! $posix_glob set +f && ! test "$old" = "$new" && ! $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 ! then ! rm -f "$dsttmp" ! else ! # Rename the file to the real destination. ! $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || ! ! # The rename failed, perhaps because mv can't rename something else ! # to itself, or perhaps because mv is so ancient that it does not ! # support -f. ! { ! # Now remove or move aside any old file at destination location. ! # We try this two ways since rm can't unlink itself on some ! # systems and the destination file might be busy for other ! # reasons. In this case, the final cleanup might fail but the new ! # file should still install successfully. ! { ! test ! -f "$dst" || ! $doit $rmcmd -f "$dst" 2>/dev/null || ! { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && ! { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } ! } || ! { echo "$0: cannot unlink or rename $dst" >&2 ! (exit 1); exit 1 ! } ! } && ! ! # Now rename the file to the real destination. ! $doit $mvcmd "$dsttmp" "$dst" ! } ! fi || exit 1 trap '' 0 Index: config.guess =================================================================== RCS file: /cvsroot/yassl/cyassl/config.guess,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** config.guess 21 May 2008 21:12:24 -0000 1.2 --- config.guess 28 Dec 2010 20:15:39 -0000 1.3 *************** *** 2,9 **** # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, ! # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, ! # Inc. ! timestamp='2006-07-02' # This file is free software; you can redistribute it and/or modify it --- 2,9 ---- # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, ! # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 ! # Free Software Foundation, Inc. ! timestamp='2008-01-08' # This file is free software; you can redistribute it and/or modify it *************** *** 57,62 **** Originally written by Per Bothner. ! Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 ! Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO --- 57,62 ---- Originally written by Per Bothner. ! Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, ! 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO *************** *** 162,165 **** --- 162,166 ---- sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac *************** *** 330,334 **** echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; ! i86pc:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; --- 331,335 ---- echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; ! i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *************** *** 532,536 **** fi exit ;; ! *:AIX:*:[45]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then --- 533,537 ---- fi exit ;; ! *:AIX:*:[456]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then *************** *** 781,785 **** echo ${UNAME_MACHINE}-pc-cygwin exit ;; ! i*:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; --- 782,786 ---- echo ${UNAME_MACHINE}-pc-cygwin exit ;; ! *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; *************** *** 791,800 **** echo ${UNAME_MACHINE}-pc-pw32 exit ;; ! x86:Interix*:[3456]*) ! echo i586-pc-interix${UNAME_RELEASE} ! exit ;; ! EM64T:Interix*:[3456]*) ! echo x86_64-unknown-interix${UNAME_RELEASE} ! exit ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks --- 792,807 ---- echo ${UNAME_MACHINE}-pc-pw32 exit ;; ! *:Interix*:[3456]*) ! case ${UNAME_MACHINE} in ! x86) ! echo i586-pc-interix${UNAME_RELEASE} ! exit ;; ! EM64T | authenticamd) ! echo x86_64-unknown-interix${UNAME_RELEASE} ! exit ;; ! IA64) ! echo ia64-unknown-interix${UNAME_RELEASE} ! exit ;; ! esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks *************** *** 830,834 **** exit ;; arm*:Linux:*:*) ! echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; avr32*:Linux:*:*) --- 837,848 ---- exit ;; arm*:Linux:*:*) ! eval $set_cc_for_build ! if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ ! | grep -q __ARM_EABI__ ! then ! echo ${UNAME_MACHINE}-unknown-linux-gnu ! else ! echo ${UNAME_MACHINE}-unknown-linux-gnueabi ! fi exit ;; avr32*:Linux:*:*) *************** *** 951,954 **** --- 965,971 ---- echo x86_64-unknown-linux-gnu exit ;; + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so *************** *** 1209,1212 **** --- 1226,1238 ---- echo sx6-nec-superux${UNAME_RELEASE} exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} Index: config.sub =================================================================== RCS file: /cvsroot/yassl/cyassl/config.sub,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** config.sub 21 May 2008 21:12:24 -0000 1.2 --- config.sub 28 Dec 2010 20:15:39 -0000 1.3 *************** *** 2,9 **** # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, ! # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, ! # Inc. ! timestamp='2006-09-20' # This file is (in principle) common to ALL GNU software. --- 2,9 ---- # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, ! # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 ! # Free Software Foundation, Inc. ! timestamp='2008-01-16' # This file is (in principle) common to ALL GNU software. *************** *** 73,78 **** GNU config.sub ($timestamp) ! Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 ! Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO --- 73,78 ---- GNU config.sub ($timestamp) ! Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, ! 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO *************** *** 246,255 **** | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ ! | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ ! | maxq | mb | microblaze | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ --- 246,255 ---- | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ ! | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ ! | maxq | mb | microblaze | mcore | mep \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ *************** *** 325,329 **** | d10v-* | d30v-* | dlx-* \ | elxsi-* \ ! | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ --- 325,329 ---- | d10v-* | d30v-* | dlx-* \ | elxsi-* \ ! | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ *************** *** 370,377 **** | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ ! | xstormy16-* | xtensa-* \ | ymp-* \ | z8k-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. --- 370,381 ---- | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ ! | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-*) ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown + ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. *************** *** 444,447 **** --- 448,459 ---- os=-dynix ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; c90) basic_machine=c90-cray *************** *** 476,481 **** os=-unicosmp ;; ! cr16c) ! basic_machine=cr16c-unknown os=-elf ;; --- 488,493 ---- os=-unicosmp ;; ! cr16) ! basic_machine=cr16-unknown os=-elf ;; *************** *** 669,672 **** --- 681,692 ---- os=-sysv ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; m88k-omron*) basic_machine=m88k-omron *************** *** 684,687 **** --- 704,711 ---- os=-mingw32 ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; miniframe) basic_machine=m68000-convergent *************** *** 810,813 **** --- 834,845 ---- os=-osf ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; pbd) basic_machine=sparc-tti *************** *** 926,929 **** --- 958,964 ---- os=-hms ;; + sh5el) + basic_machine=sh5le-unknown + ;; sh64) basic_machine=sh64-unknown *************** *** 1015,1018 **** --- 1050,1057 ---- os=-coff ;; + tile*) + basic_machine=tile-unknown + os=-linux-gnu + ;; tx39) basic_machine=mipstx39-unknown *************** *** 1220,1224 **** | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ ! | -skyos* | -haiku* | -rdos* | -toppers*) # Remember, each alternative MUST END IN *, to match a version number. ;; --- 1259,1263 ---- | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ ! | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) # Remember, each alternative MUST END IN *, to match a version number. ;; *************** *** 1415,1418 **** --- 1454,1460 ---- os=-aout ;; + mep-*) + os=-elf + ;; mips*-cisco) os=-elf Index: configure =================================================================== RCS file: /cvsroot/yassl/cyassl/configure,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -d -r1.71 -r1.72 *** configure 21 Dec 2010 22:56:29 -0000 1.71 --- configure 28 Dec 2010 20:15:39 -0000 1.72 *************** *** 554,565 **** SHELL=${CONFIG_SHELL-/bin/sh} ! case X$ECHO in X*--fallback-echo) # Remove one level of quotation (which was required for Make). ! ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` ;; esac ! echo=${ECHO-echo} [...20668 lines suppressed...] + func_append () + { + eval "$1=\$$1\$2" + } + + _LT_EOF + ;; + esac + + + sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" + + ;; esac Index: ltmain.sh =================================================================== RCS file: /cvsroot/yassl/cyassl/ltmain.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ltmain.sh 21 May 2008 21:12:26 -0000 1.2 --- ltmain.sh 28 Dec 2010 20:15:39 -0000 1.3 *************** *** 1,15 **** ! # ltmain.sh - Provide generalized library-building support services. ! # NOTE: Changing this file will not affect anything until you rerun configure. ! # ! # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 ! # Free Software Foundation, Inc. ! # Originally by Gordon Matzigkeit <go...@gn...>, 1996 ! # ! # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or [...11548 lines suppressed...] # ### END LIBTOOL TAG CONFIG: disable-static --- 7859,7868 ---- # ### BEGIN LIBTOOL TAG CONFIG: disable-shared ! build_libtool_libs=no ! build_old_libs=yes # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static ! build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # ### END LIBTOOL TAG CONFIG: disable-static *************** *** 6862,6863 **** --- 7871,7874 ---- # sh-indentation:2 # End: + # vi:sw=2 + |
From: Todd O. <to...@us...> - 2010-12-23 17:42:16
|
Update of /cvsroot/yassl/cyassl/doc In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27040/doc Added Files: CyaSSL-Manual.pdf Removed Files: Building_CyaSSL.pdf CTaoCrypt_Usage_Reference.pdf CyaSSL_Extensions_Reference.pdf Getting_Started.pdf Log Message: 1.8.0 release --- Getting_Started.pdf DELETED --- --- CyaSSL_Extensions_Reference.pdf DELETED --- --- CTaoCrypt_Usage_Reference.pdf DELETED --- --- Building_CyaSSL.pdf DELETED --- --- NEW FILE: CyaSSL-Manual.pdf --- (This appears to be a binary file; contents omitted.) |